Wireless ADB¶
On the phone:
- Navigate to "Settings" → "System" → "Developer options"
- First, enable "Wireless ADB debugging"
- Then, enable "USB debugging"
On the PC:
adb tcpip 5555
adb connect ${phone_ip}
On the phone:
On the PC:
adb tcpip 5555
adb connect ${phone_ip}