Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 217 Bytes

adb_wireless.md

File metadata and controls

7 lines (6 loc) · 217 Bytes

ADB Wireless Connection

  1. Turn on wireless debugging on mobile phone
  2. Find your mobile connection code and IP
  3. On cmd, type adb pair <ip>:<port> and enter the code.
  4. Then adb connect <ip>:<port>
  5. Done