View Single Post
Old 03-08-2012, 12:42 AM   #131
BWinmill
Nameless Being
 
Quote:
Originally Posted by samysdad View Post
I still can't seem to get the driver working on win7 64bit.
Have you tried using the drivers from here:
https://dl-ssl.google.com/android/re...04-windows.zip

I had to make the following addition to android_winusb.inf:
%SingleAdbInterface% = USB_Install, USB\VID_2237&PID_2208
%CompositeAdbInterface% = USB_Install, USB\VID_2237&PID_2208&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_2237&PID_0FFF
I did it in the [Google.NTx86] section, but you would probably do it in the [Google.NTamd64] section.

I also had to uninstall the USB composite driver from Windows and let Windows reinstall that driver. But that was in XP SP3/32 bit.
  Reply With Quote