When I have device connected, I can run adb devices and see device being connected. But as soon as I run something over ADB (DDMS or anything else), I get this:
03:03:10 E/DeviceMonitor: Failed to start monitoring 51F600063FAAD0AB
03:03:10 W/DeviceMonitor: Adb rejected command to get device 51F600063FAAD0AB info: device not found
After that device disappears from ADB list until USB is reattached.
We are running the latest Android SDK
Android SDK Tools, rev.13 Android SDK Platform-tools, rev.7
Do you have any suggestions?
2 Replies
I have been working with Windows 7, 64-bit. I have to manually pick the driver for each device I add it to my system.
I plug in the connected tablet’s USB into my computer
I wait for the installation to fail.
Once it has failed, you can go to the device manager
Select the troubled device (OMAP-3/4).
Click Properties -> driver -> update driver
Click Browse My Computer
Click Let Me Pick…
Select ADB Interface
Select Mot Composite ADB Interface
Select Yes to the warning
You should be good to go. From now on, that device will work. You will need to do this with each different tablet. But once your computer knows the tablet, you won’t have to do it again.
Thanks but this developer is using Win XP and the driver is loaded successfully (according to them). They only have 1 unit.