Thanks for the info, but was unsuccessful using the latest r06 ADB driver. Assume this should work for the latest release as well. Applied the mod to both sections, adb kill-server, adb start-server, adb devices, no Evo. No problem w/ seeing Evo on Ubuntu.
Any other helpful tips would be appreciated? Gonna reboot windows now, see if that helps. 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

