Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xoom adb drivers

Tags:

android

I cannot get Eclipse to see my Xoom. I have usb debugging turned on, and I can see all the xoom files in explorer, but the device fails to show up in Eclipse. Does anyone know what the procedure is to get this working?

like image 914
Ken Avatar asked Mar 18 '11 17:03

Ken


People also ask

How do I download ADB drivers on Android?

Right-click on Android Composite ADB Interface and select Update Driver. This will launch the Hardware Update Wizard. Select Install from a list or specific location and click Next. Select Search for the best driver in these locations; uncheck Search removable media; and check Include this location in the search.

What is Google ADB Driver?

Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device.


3 Answers

I know this is been answered, but I had some trouble myself locating the drivers, so this is for anyone else who may need them:

For standard user, not development

For eclipse

like image 134
Ayyoudy Avatar answered Oct 15 '22 10:10

Ayyoudy


Try to go to your Device Manager (Depending on the Windows Version) There should the Xoom appear as an USB Device if there is a red ! or something like this showing a driver is missing you can then right click on it and say install drivers. In the following dialog select find the drivers on the PC and then open the folder on the Xoom containing the windows drivers.

That would be the standard way. I have no Xoom so I can't verify that is working with it.

like image 42
Janusz Avatar answered Oct 15 '22 10:10

Janusz


I installed the Eclipse driver noted by Ayyoudy from here, but found that I had to turn USB Debugging off on the XOOM (Settings->Applications->Development->USB Debugging), then install the drivers, unplug the XOOM, reboot, and then turn USB debugging back on and plug it back in after the reboot completed. (The key is probably to unplug the XOOM when you're modifying the USB Debugging setting.)

like image 2
Scott C Wilson Avatar answered Oct 15 '22 10:10

Scott C Wilson