Android USB to Samsung Eclipse Cannot Connect

半城伤御伤魂 提交于 2020-01-03 00:54:12

问题


Right now I am trying to connect to Samsung Captivate. I see the device, but adb devices shows and empty list. Debugging in Eclipse I cannot see the device. I see it in the Windows 7 device list however. phone says connected. But adb devices does not list anything. What else do I need to do?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/4919506/android-usb-to-samsung-eclipse-cannot-connect

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