ADB TCPIP Connecting trouble

喜你入骨 提交于 2019-12-02 09:08:13

After running

adb tcpip 5555

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 connect 192.168.1.186

should result in something like:

connected to 192.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))

I have made a small script for myself

  1. Simply Connect your device (in USB debugging mode).
  2. Go to location "C:\Users\PC\AppData\Local\Android\sdk\platform-tools"
  3. Press Shift + Right Click --> open Command window here.
  4. Paste that script there , make sure adb.exe is available at that path in PC.
  5. run wireless.bat follow steps give your IP that's it.

wireless.bat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!