android ADB WIFI







run adb devices

Terminal:
adb devices





Run adb tcpip 5555

Terminal:
adb tcpip 5555



Disconnect your device (remove the USB cable). Go to the Settings -> About phone -> Status to view the IP address of your phone.

Terminal:
adb connect <IP address of your device>:5555   


Terminal:
adb devices  







0 comentarios :