Finally got it working by removing the existing driver and reinstalling, though that wasn't enough. From windows explorer had to select the Evo device and go through the trouble shooting steps. adb devices and finally Evo! Kind-of a pain. Google should have included the Evo device description in the r06 .inf file.
On May 27, 11:45 pm, schwiz <[email protected]> wrote: > you can just say use existing driver and pick android phone and thenadbin > windows 7 > > On May 28, 1:36 am, Ted Chien <[email protected]> wrote: > > > > > Check the SD card that comes with yourEVO. There should be a "HTC > > Sync" folder for you to install the HTC Sync program and the USB > > driver. > > > Ted > > > On 5月28日, 上午6時27分, Art <[email protected]> wrote: > > > > unsuccessful too. windows vista can't find a device driver for myevo. > > > eclipse tells me that i have the r3 usb driver package and i updated > > > my android_winusb.inf with the htc entries. > > > > any suggestions? > > > > thanks! > > > > On May 27, 10:29 am, brianl <[email protected]> wrote: > > > > > Tried your mod using the latest release r06, but was unsuccessful. > > > > Updated the android_winusb.inf file in both places,adbkill-server, > > > >adbstart-server,adbdevices, noEvo. Restarted Windows, still noEvo. > > > >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 r3ADBdriver 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 yourADBComposite 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

