I finally got it working! I learned to use Windows' Computer Management to install the inf file.
On May 27, 3:52 pm, Robert Green <[email protected]> wrote: > Did you try to force the driver for the device? I've had to do that > for a phone or two. > > On May 27, 12:29 pm, brianl <[email protected]> wrote: > > > > > Tried your mod using the latest release r06, but was unsuccessful. > > Updated the android_winusb.inf file in both places, adb kill-server, > > adb start-server, adb devices, noEvo. Restarted Windows, still no > >Evo. Assume this should work w/ the latest release, and that I don't > > have to go back to r03. > > > Any ideas? > > > thanks! > > > On May 21, 1:48 pm, Robert Green <[email protected]> wrote: > > > > You need the r3 ADB driver and then you need to add this to the > > > android_winusb.inf to support these two devices: > > > > ; > > > ;HTC Incredible > > > %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E > > > %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01 > > > ; > > > ;HTCEVO > > > %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C8D > > > %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C8D&MI_01 > > > > Add those lines at the end of both [Google.NTx86] and [Google.NTamd64] > > > and your ADB Composite Device driver should install for both phones. > > > > -- > > > 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 > > > athttp://groups.google.com/group/android-developers?hl=en -- 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

