Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android USB Driver for Windows 7?

Tags:

android

On http://developer.android.com/sdk/win-usb.html android Developers lists the instructions for installing their USB drivers for Windows Vista and Windows XP. But Windows' current OS in Windows 7 - where are are the instructions for that? (FWIW I'm using Windows 7 64 bit. MY Eclipse and Java tools are 32 bit)

BTW, I'm aware that there is lots of 3rd party advice and comment and debate about this all over the web but is there anything official from Android/Google?

I have 2 XP systems which work fine with my Droid Incredible after editing android_winusb.inf .

Thanks in advance.

like image 901
Peter Nelson Avatar asked Jan 20 '11 23:01

Peter Nelson


1 Answers

To fix the USB driver missing I had to see what is the real VID and PID of my android device I edited the windows setup information android_winusb.inf and add a section with the same name & PID & VID.

That is what you have to do with unknown product from China.

like image 199
Erez Avatar answered Sep 28 '22 07:09

Erez