[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-06-01 Thread Dinesh H. Harjani
Adding those two lines to the android_winusb.inf file worked for me, although the first time it failed. Thanks a lot. On 28 mayo, 07:45, schwiz sch...@gmail.com wrote: you can just say use existing driver and pick android phone and thenadbin windows 7 On May 28, 1:36 am, Ted Chien

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-29 Thread brianl
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

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-28 Thread Ted Chien
Check the SD card that comes with your EVO. 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 art@gmail.com wrote: unsuccessful too. windows vista can't find a device driver for my evo. eclipse tells me that i have the

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-28 Thread schwiz
you can just say use existing driver and pick android phone and then adb in windows 7 On May 28, 1:36 am, Ted Chien hsiangtai.ch...@gmail.com wrote: Check the SD card that comes with your EVO. There should be a HTC Sync folder for you to install the HTC Sync program and the USB driver. Ted

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-27 Thread brianl
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

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-27 Thread Gerry
This works perfectly. Thanks. I have been looking for this for a few days. On May 21, 4:48 pm, Robert Green rbgrn@gmail.com 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%    

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-27 Thread brianl
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, no Evo. Restarted Windows, still no Evo. Assume this should work w/ the latest release, and that I don't have to go back to r03.

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-27 Thread Robert Green
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 licht...@gmail.com 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

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-27 Thread Art
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 rbgrn@gmail.com 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

[android-developers] Re: FYI EVO/Incredible ADB How-To

2010-05-27 Thread Art
unsuccessful too. windows vista can't find a device driver for my evo. 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 licht...@gmail.com wrote: Tried your mod using the