· 7 years ago · Apr 25, 2018, 08:08 AM
1adb tcpip 5555
2
3adb connect 194.68.0.100:5555
4
5adb tcpip 5555
6
7adb forward tcp:<PC port> tcp:<device port>.
8
9adb forward tcp:5555 tcp:5555.
10
11C:Usersm>adb forward tcp:7612 tcp:7612
12
13C:Usersm>adb tcpip 7612
14restarting in TCP mode port: 7612
15
16C:Usersm>adb connect 192.168.1.12
17connected to 192.168.1.12:7612
18
19adb kill-server
20
21adb tcpip 5555
22
23adb connect <IP>
24
25$ adb kill-server
26
27$ adb tcpip 5555
28restarting in TCP mode port: 5555
29
30$ adb connect 192.168.XXX.XXX