Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 322 Bytes

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