Adb Tcpip Connecting Trouble
I have two Galaxy S3. One of them is rooted and the other one is not. So, when I tried to connect them over the local network, computer can see the rooted one. But normal one stuck
Solution 1:
After running
adbtcpip5555
What is the ouput when you try to run the "connect" command to the devices based on knowing the IP of the phone e.g.
adb connect192.168.1.186
should result in something like:
connected to192.168.1.186:5555
Also, make sure you have USB debugging turned on on the Samsung 'Settings' --> 'Developer options'
(If you don't see 'Developer Options', you'll need to enable it first (link))
Solution 2:
I have made a small script for myself
- Simply Connect your device (in USB debugging mode).
- Go to location "C:\Users\PC\AppData\Local\Android\sdk\platform-tools"
- Press Shift + Right Click --> open Command window here.
- Paste that script there , make sure adb.exe is available at that path in PC.
- run wireless.bat follow steps give your IP that's it.
Post a Comment for "Adb Tcpip Connecting Trouble"