Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
626 views
in Technique[技术] by (71.8m points)

android - Phone isn't recognized by ADB

this whole thing is a nightmare, at least in windows. I had my phone connected and everything was ok. I have a Samsung Galaxy, I've installed the USB driver and it was okay, I could run apps from eclipse directly on my phone. Now nothing is differentm but when I type adb devices it recognizes my phone but its offline. USB debug option is checked, and I have the right drivers installed. Any idea? thanks!

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I ve seen multiple times this problem and there is no common answer. i'll make a list of solutions that I have seen across severals forums:

  • Restart ADB server with the following commands: adb kill-server and then adb start-server

  • Change the USB cable you are using: I've seen a lot of complaints about Samsung's USB cable.

  • Change the USB socket you are using

  • Try to reinstall the drivers (for instance, for Samsung devices, installing Kies; this solved the problem for me)

  • Try to reboot your phone

  • Unset the debug mode on the device and set it again

Adb seems to often cause troubles, not the best piece of software I've seen!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...