Can't get adb to recognize my galaxy

I watched this while trying to run my application in my galaxy. My application is being debugged, USB debugging is checked on the phone, and I manually installed the USB drivers - my device manager shows me that I have the Android ADB interface installed. Despite all this - when I run adb devices, it will list only the emulator. Any ideas? thank!

Ps. I am running windows 7, and the mobile phone is the Samsung Galaxi 1900I.

+2
source share
4 answers

I use Droid X, in Win 7. sometimes this also does not work (adb cannot detect my device) but the solutions are simple, just switch the USB connection to Windows Media Sync (i.e. from PC mode), this works for me.

also make sure the device is configured in debug mode (USB debugging)

0
source

Yotamoo. When you first connect, Windows offers you several options for working with the new device; Open File Explorer, etc ... one of them is Windows Media Player. Choose this. I had similar problems and this solution worked for me and my galaxy S3 ...

hakim, why does it work?

0
source
  • , USB.
  • , . .
  • .
  • You will be prompted to accept USB debugging on your device if it detects that any application wants to use it.
  • After you agree, it will appear as a debugging device.
0
source

I had the same problems.

Try updating your smartphone in the device manager (computer-> properties). http://developer.android.com/tools/extras/oem-usb.html#Win7

0
source

All Articles