How can I get the PID of SingleAdbInterface and SingleBootLoaderInterface. I got the two PIDs of android phone are
USB\VID_0BB4&PID_0FF9 USB\VID_0BB4&PID_0FF9&REV_0100 My PC can recognize the 'android phone' device now, but 'android adb interface' under it got "Code 10" from device manager. On Apr 15, 8:13 pm, ThomasWrobel <[email protected]> wrote: > I just got an email from someone that said they got it working and > very helpfully explained how; > > " Using your post, I got it working using the following: > > ;HTCLegend > %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C97 > %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C97&MI_01 > > Under the x86 section of the inf file. You needed to change the PID > to match thelegend." > > I cant test at the moment, but hope this helps people! > > On 14 apr, 23:10, Anders Widen <[email protected]> wrote: > > > > > > > > > I need the same thing, how do I modify the drivers to work withLegend. > > I really need the hardware support to do Bluetooth. > > > On 10 Apr, 13:31, ThomasWrobel <[email protected]> wrote: > > > > Just got a HTCLegendand am very keen to get into Android development > > > (having previously been expirenced with eclipse/java/gwt). > > > > However, the USB ADB driver on the SDK doesnt support it, so I > > > wondered how I could add it myself. > > > > I feebly tried adding; > > > > ; HTCLegend > > > %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C01 > > > %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C97&MI_01 > > > %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF > > > > to the inf file. But it didnt help. (mainly because I have no clue > > > what I was doing) > > > > Any help to get myLegendworking as a debug device would be most > > > appriciated! :) -- 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

