Adb to Xoom worked on my Windows 7 laptop. I used this: "Download Motorola 4.9.0 Driver with MotoHelper*"
>From their "USB and PC Charging Drivers" page: http://www.motorola.com/consumers/v/index.jsp?vgnextoid=bda09ec8009a0210VgnVCM1000008806b00aRCRD And the INI modifications to the Android SDK driver Juan mentioned. Took a couple restarts, and I probably uninstalled a bunch of stuff via USBDeview, a program for working with USB drivers. Since it is working, I won't try Xavier's link for now. If that's an adb other than the Android SDK one, I've run into problems with those in the past. At one point adb would say it was out of date and restart itself every time I ran the command and not work. As far as I can tell from process explorer, there was some sort of service running in the background, I suspect from one of these OEM adb drivers, that was starting a different adb constantly. It could be the better way to go in this case, no clue, just pointing out one way that worked for me so far. On Mar 11, 9:15 pm, Xavier Ducrohet <[email protected]> wrote: > As Mark said, Motorola distribute the Xoom drivers. > > The android drivers are only for developer and nexus devices. > > Each manufacturers provides drivers for their own devices. Find the > manufacturer links athttp://developer.android.com/sdk/oem-usb.html > > Xav > > > > On Fri, Mar 11, 2011 at 5:08 PM, J Handal <[email protected]> wrote: > >> Mark, > > > Only modified android_winusb.inf will enable you to install the Android > > Composite ADB Interface. > > > ;NVIDIA Tegra > > > %SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000 > > > %CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01 > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc.http://developer.android.com|http://tools.android.com > > Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

