Easy Steps for running adb over wifi
1. Connect Android phone and host machine to same WiFi network
2. Connect Android phone to host machine using USB cable (to start with)
3. Run
4. Run
5. Disconnect USB cable and run
1. Connect Android phone and host machine to same WiFi network
2. Connect Android phone to host machine using USB cable (to start with)
3. Run
adb tcpip 5555
from a command prompt4. Run
adb shell "ip addr show wlan0 | grep -e wlan0$ | cut -d\" \" -f 6 | cut -d/ -f 1"
to obtain the phone's IP address5. Disconnect USB cable and run
adb connect :5555
No comments:
Post a Comment