connect mobile with usb cable
$ adb tcpip 5555 restarting in TCP mode port: 5555 |
disconnect mobile from pc
$ adb connect 192.168.1.4
connected to 192.168.1.4:5555 |
$ adb devices
List of devices attached
192.168.1.4:5555 device |
connect mobile with usb cable
$ adb tcpip 5555 restarting in TCP mode port: 5555 |
disconnect mobile from pc
$ adb connect 192.168.1.4
connected to 192.168.1.4:5555 |
$ adb devices
List of devices attached
192.168.1.4:5555 device |