Android USB to Samsung Eclipse Cannot Connect

若如初见. 提交于 2019-12-06 16:37:44

Samsung has a separate driver for connecting their Android devices for to Windows machines. I think there is an option in Kies to install this.

This solution is to connect via wifi, so there is no installation of drivers needed.

First you need to download the shell terminal emulator on your android phone. make sure both your android phone and computer are on the same wifi connection. after downloading the application, open it and type this:

  1. type "su" and press Enter.
  2. type "setprop service.adb.tcp.port 5555" and press Enter.
  3. type "stop adbd" and press Enter.
  4. type "start adbd" and press Enter.

after that.

navigate through your SDK folder wherein you can find an "Adb.exe" and open that in CMD and type this.

  1. type "adb connect " and press Enter.

and you are done.

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