Hooray! it worked. you're a Hero.... Thanks! I added these values from Windows Device Manager|ADB properties| Hardware ids. I have no idea which is for SingleAdbInterface and which is for CompositeAdbInterface. How to tell which one should get which value?
;HTC MyTouch Slide %SingleAdbInterface% = USB_Install, USB \VID_0BB4&PID_0E03&REV_0100&MI_01 %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0E03&MI_01 ; On Jul 23, 12:50 pm, Kostya Vasilyev <[email protected]> wrote: > Anil, > > I was just doing the same for HTC Hero with 2.1. > > Ended up manually adding these lines to android_winusb.inf file inside > Android usb driver that comes from Google: > > ;HTC Hero 2.1 > %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C99 > %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C99&MI_01 > > Add these at the end of the section marked "[Google.NTx86]" > > You might have to change the PID_ value. To find out the correct one, > right click on the ADB Device in Windows Device Manager, select > Properties. Then select the right-most tab, and select "Device IDs" from > the drop down list. > > A side note - why does every Android phone have different manufacturer / > device IDs for the standard ADB interface? > > Couldn't this be the same for all of them, especially considering that > ADB is only used for development? > > It could even be set up as a class driver, the way USB flash drives work. > > The way it's done now is just really painful. > > -- Kostya > > 23.07.2010 21:36, Anil пишет: > > > > > Is anyone able to install the usb drivers for this configuration? > > device: htc slide > > Windows Vista 32 bit > > Java 1.6.20 > > USB driver for windows installed: Revision 3. > > Android 2.1 > > > I followed the steps here > >http://developer.android.com/sdk/win-usb.html > > but it cannot find the drivers at step #6. > > > I get error message, "Windows was unable to install your adb. Windows > > could not find driver software for your device". > > > Directory of C:\android-sdk-windows\usb_driver > > > 07/22/2010 02:55 PM<DIR> . > > 07/22/2010 02:55 PM<DIR> .. > > 07/22/2010 02:55 PM<DIR> amd64 > > 07/22/2010 02:55 PM 8,938 androidwinusb86.cat > > 07/22/2010 02:55 PM 8,974 androidwinusba64.cat > > 07/22/2010 02:55 PM 3,835 android_winusb.inf > > 07/22/2010 02:55 PM<DIR> i386 > > 07/22/2010 02:55 PM 16,447 source.properties > > -- > Kostya Vasilev -- WiFi Manager + pretty widget --http://kmansoft.wordpress.com -- 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

