How to connect Android device using adb wireless?? As for as adb help says, you just need adb connect, but it seems that's not sufficient as it do not connects device wireless.
Asked
Active
Viewed 119 times
0
-
2Check this: http://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp?rq=1 – Rodrigo Direito Jun 17 '15 at 13:24
1 Answers
2
- Connect yout device with cable
forward abb to tcpip using following command
adb tcpip 5555
- disconnect the device
connec to to device wireless using following command
adb connect device_ip:5555

Shridutt Kothari
- 7,326
- 3
- 41
- 61