Wednesday, May 1, 2013

[android help] How to fix: Error device not found with ADB.exe

android - How to fix: Error device not found with ADB.exe - Stack Overflow







Tell me more ×

Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

















In cmd when I try to do the command:


adb shell


it shows device not found error. Can someone help me please. It'll be appreciated.


























It depends on windows system but usually:


  1. you go to system properties

  2. look at hardware devices

  3. Right click on the yellow (has to be yellow if it's driver problem) icon representing your mobile device

  4. select property

  5. Then go on the driver tab

  6. select update driver

  7. choose the bottom selection find on local computer

  8. then choose manually

  9. From the windows opened look for driver disk the bottom right button

  10. Choose the driver from the folder \extras\google\usb_driver\i386 (or amd64 for and).

  11. Remember to uncheck the show only compatible hardware.

  12. Then choose the driver

  13. When windows warn your about possible incompatibility go on.

For my mobile it works, but depend on your mobile if it work or not.


Hope this help, bye.


























If you installed Eclipse have Android SDK, go to DDMS. If the list device display "?????????"


you do adb kill-server and then adb start-server.


Please make sure you install USB driver and enable debug mode.






















I had this problem suddenly crop up in Windows 7 with my Nexus One - somehow the USB drivers had been uninstalled. I ran android-sdk/SDK Manager.exe, checked Extras/Google USB Driver and installed it. Then I unplugged the phone and plugged it back in, and ran "adb devices" to confirm the phone was attached.


This doesn't work for all phones, just the ones listed here: http://developer.android.com/sdk/win-usb.html






















I have a Droid 3 (Verizon). I went to Motorola here and found the driver for the device 'Motorola ADB Interface' which was showing in device manager. It's kind of a big download for just the driver, but during installation it found it and installed correctly.






















Don't forget to go to your device and enable Settings->Developer Options->USB debugging.























default






.

stackoverflow.comm

No comments:

Post a Comment

Google Voice on T-Mobile? [General]

Google Voice on T-Mobile? So I recently switched from a GNex on Verizon to a Moto X DE on T-Mobile. I had always used Google Voice for my v...