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

I am trying to install OEM USB driver for android development. But my device is not listed when I do adb devices on command prompt. Nor it get listed in the DDMS. I guess my system( Windows 7 64 bit) is not detection phone(Motorola Atrix 2, ICS 4.0.4) as android phone.
When I go to device manager, I am not able to see any option such as Android Phone and Android Composite Device manager. I did the driver installation from motorola site. Here is driver link. I tried to install the pdanet+, it said that no android phone detected. I am using motorola cable and using phone in MTA usb mode.

When I try to install or update drivers nevertheless from device manager, inputing the \extras\google\usb_driver\ folder, it says the driver is up to date.(Recommeded way http://developer.android.com/tools/extras/oem-usb.html) Any ideas or suggestion how to resolve this issue ?

share|improve this question
doesn't adb require usb debugging to be enabled? adb = android DEBUG bridge. – Marc B Feb 16 at 8:42
Forgot to mention my usb debugging mode is enabled. Setting->Developer Option->USB debugging is checked. – Pawan Kumar Feb 16 at 8:50
try adb kill-server and adb start-server then disconnect usb cable and connect again. – Padma Kumar Feb 16 at 9:50
Have you tried installing this? motorola-global-portal.custhelp.com/app/answers/detail/a_id/… – Gyonder Feb 16 at 9:50
I already downloaded and installed.The link in the question also. – Pawan Kumar Feb 16 at 10:42
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.