Skip to content

Dimanaux/todo-android

Repository files navigation

ToDo

Development

Debug over WiFi

  1. Connect device using wire in debug mode
  2. Press CTRL twice and type adb tcpip 5555
  3. Find device ip address in its wifi settings or using adb shell ifconifg (adb shell netcfg on old devices)
  4. Disconnect now
  5. Press CTRL twice and type adb connect <device ip>:5555