Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > HTC Droid Eris > Eris - All Things Root

Eris - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old August 11th, 2010, 12:30 AM   #1 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 76
 
Device(s):
Thanks: 5
Thanked 1 Time in 1 Post
Default HELP: Driver won't install windows 7 eris

I am rooted, running 2.1 on Windows 7 64-bit.
I have the AndroidSDK installed.
I downloaded the USB Driver update via Android SDK.
In my device manager I show "Other Devices>ADB (with yellow exclamation point).
I press update driver software and navigate to the folder (C:\AndroidSDK\usb_driver).
"Windows could not find driver software for your device."
Phone is in USB Debug mode, and I've tried all 3 connection types (Charge only; HTC Sync [which I have on my computer, but the phone can't find it]; and Disk drive).
In cmd, ADB devices show NO listed devices (yes, I'm in the correct directory).
Busybox is installed on phone.
I've tried multiple usb ports on computer.

Any help? Thanks!

pinhead875 is offline  
Reply With Quote
Sponsors
Old August 11th, 2010, 11:14 AM   #2 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 76
 
Device(s):
Thanks: 5
Thanked 1 Time in 1 Post
Default

Friendly bump. Any help here?
pinhead875 is offline  
Reply With Quote
Old August 11th, 2010, 12:25 PM   #3 (permalink)
Member
 
reinert012's Avatar
 
Join Date: Mar 2010
Posts: 273
 
Device(s): Eris-Rooted Droid 2-Rooted
Thanks: 2
Thanked 5 Times in 4 Posts
Default

Quote:
Originally Posted by pinhead875 View Post
I am rooted, running 2.1 on Windows 7 64-bit.
I have the AndroidSDK installed.
I downloaded the USB Driver update via Android SDK.
In my device manager I show "Other Devices>ADB (with yellow exclamation point).
I press update driver software and navigate to the folder (C:\AndroidSDK\usb_driver).
"Windows could not find driver software for your device."
Phone is in USB Debug mode, and I've tried all 3 connection types (Charge only; HTC Sync [which I have on my computer, but the phone can't find it]; and Disk drive).
In cmd, ADB devices show NO listed devices (yes, I'm in the correct directory).
Busybox is installed on phone.
I've tried multiple usb ports on computer.

Any help? Thanks!

Same thing happened to me, and i am on w7 64bit.

Try this:

1 Uninstall SDK and HTC Sync from your computer completely.
2 Reinstall both
3 Plug your phone in via USB
4 Go to devices on your computer and see if there is a yellow "!" on the android device, if there is, right click, troubleshoot and reinstall driver

To test it open up a cmd prompt in your SDK tools file by opening your android-sdk-windows folder wherever you saved it, open up the tools file and in the top bar type "cmd" and run the following commands..

adb devices === You should see your device listed
adb shell === you should see # in the next line, if you don't then something is wrong.

That SHOULD work, it worked fine for me, if it doesn't i dont know what to tell ya.

Let me know what happens.
reinert012 is offline  
Reply With Quote
Old August 11th, 2010, 01:29 PM   #4 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 1,633
 
Device(s):
Thanks: 48
Thanked 750 Times in 374 Posts
Default

Quote:
Originally Posted by pinhead875 View Post
Friendly bump. Any help here?
I had to futz with the ".inf" file in the USB driver folder to get the driver install to work correctly with Windows 7 x64 Pro (You didn't say which version of Win 7 you have).

Find the usb_driver folder underneath your SDK installation and using the "Notepad" program, add these lines to the file "android_winusb.inf" (in the "[Google.NTx86]" section):

Code:
[Google.NTx86]
; HTC Droid Eris
%SingleAdbInterface%        = USB_Install, USB\VID_0BB4&PID_0C98
%CompositeAdbInterface%     = USB_Install, USB\VID_0BB4&PID_0C98&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF

hope that helps

eu1



PS I added the same 4 lines underneath the "[Google.NTamd64]" section as well - I'm not sure if that matters or not.
erisuser1 is offline  
Reply With Quote
Old August 21st, 2010, 09:37 PM   #5 (permalink)
New Member
 
Join Date: Aug 2010
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

That did it for me...

Thanks


Greg
gpearson100 is offline  
Reply With Quote
Old August 21st, 2010, 10:57 PM   #6 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 1,633
 
Device(s):
Thanks: 48
Thanked 750 Times in 374 Posts
Default

Quote:
Originally Posted by gpearson100 View Post
That did it for me...

Thanks


Greg
Which "that"?

Don't get me wrong - I'm happy if either method worked, but folks that find and read this thread in the future will want to know what worked for you.

eu1


.
erisuser1 is offline  
Reply With Quote
Old August 22nd, 2010, 08:13 AM   #7 (permalink)
Member
 
Join Date: Apr 2010
Posts: 170
 
Device(s): Incredible 2 AlphaRevx- S-Off MIK- Incredible Sensation- 2.0.0-Rom
Thanks: 12
Thanked 2 Times in 2 Posts
Default

I had the same problem all i did was restart my coputer and it worked.
driverx125 is offline  
Reply With Quote
Old August 23rd, 2010, 11:48 PM   #8 (permalink)
New Member
 
Join Date: Aug 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Fix!

I've been working on the issue for a few hours now and solved it:

Make sure the HTC Sync and HTC drivers are uninstalled.

Reboot your computer in SafeMode.

Install HTC Sync there. It should install the ADB drivers correctly.

Reboot normally. Plug and go.


Using Windows 7 and Droid Eris. For some reason, the ADB drivers would never install correctly otherwise.
LordOfJustice is offline  
Reply With Quote
Old August 24th, 2010, 12:06 AM   #9 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 1,633
 
Device(s):
Thanks: 48
Thanked 750 Times in 374 Posts
Default

Quote:
Originally Posted by LordOfJustice View Post
Using Windows 7 and Droid Eris. For some reason, the ADB drivers would never install correctly otherwise.
Out of the box, there is no way for the SDK-downloaded driver to install correctly on Win7 x64 (perhaps also any version of Win 7) for the Eris.

OTOH, they will install if you edit the .inf file according to the instructions given previously in this post - that's how I did it most recently.

More than one way to skin a cat - installing HTC Sync can work, and it's possible that running the RUU installer will also configure the driver correctly for Win 7.

Lots of ways to skin this cat.


eu1


.
erisuser1 is offline  
Reply With Quote
Old August 24th, 2010, 12:13 AM   #10 (permalink)
Senior Member
 
andrizoid's Avatar
 
Join Date: Mar 2010
Posts: 2,266
 
Device(s): Eris, White Widow 4.6 ; dErisROM 3.6
Thanks: 92
Thanked 341 Times in 184 Posts
kenkyger@mail.com
Default

Quote:
Originally Posted by erisuser1 View Post
I had to futz with the ".inf" file in the USB driver folder to get the driver install to work correctly with Windows 7 x64 Pro (You didn't say which version of Win 7 you have).

Find the usb_driver folder underneath your SDK installation and using the "Notepad" program, add these lines to the file "android_winusb.inf" (in the "[Google.NTx86]" section):

Code:
[Google.NTx86]
; HTC Droid Eris
%SingleAdbInterface%        = USB_Install, USB\VID_0BB4&PID_0C98
%CompositeAdbInterface%     = USB_Install, USB\VID_0BB4&PID_0C98&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF

hope that helps

eu1



PS I added the same 4 lines underneath the "[Google.NTamd64]" section as well - I'm not sure if that matters or not.
add it under the Google.NTx86 section for a 32bit machine,
Google.NTamd64 for a 64 bit machine
__________________
Andrizoid's Space is online! Come stop in and say hi!
Check out my stuff on Rom Manager!
andrizoid is offline  
Reply With Quote
Sponsors
Old August 24th, 2010, 12:41 AM   #11 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 1,633
 
Device(s):
Thanks: 48
Thanked 750 Times in 374 Posts
Default

Quote:
Originally Posted by andrizoid View Post
add it under the Google.NTx86 section for a 32bit machine,
Google.NTamd64 for a 64 bit machine
Yeah, I know - weird, right? LOL

But it works - welcome to the land of MisterSofty!

eu1
erisuser1 is offline  
Reply With Quote
Old August 24th, 2010, 12:44 AM   #12 (permalink)
Senior Member
 
andrizoid's Avatar
 
Join Date: Mar 2010
Posts: 2,266
 
Device(s): Eris, White Widow 4.6 ; dErisROM 3.6
Thanks: 92
Thanked 341 Times in 184 Posts
kenkyger@mail.com
Default

Quote:
Originally Posted by erisuser1 View Post
Yeah, I know - weird, right? LOL

But it works - welcome to the land of MisterSofty!

eu1
UBUNTU FTW!

and for those times when im feeling sado-masochistic, i have a small VB with some random version of pirated windows :P
andrizoid is offline  
Reply With Quote
Reply

HTC Droid Eris
Current Rating:
Rate this Phone:

The HTC Droid Eris launched for Verizon Wireless on November 6th in part as the carrier's first Android Phone. However it was overshadowed by the other member of the inaugural Verizon Droid duo - the Motorola Droid. The Droid Eris might look fa... Read More


Bookmarks


Go Back   Android Forums > Android Phones > HTC Droid Eris > Eris - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Support Windows 7 Driver morty346 T-Mobile MyTouch 4G 0 November 3rd, 2010 09:08 PM
Cant install driver updates for Captivate on Windows 7 CoMaToast Samsung Captivate 3 July 28th, 2010 08:31 AM
Can't install usb driver on Windows 7 WordsHere Developer 101 1 July 25th, 2010 08:41 PM
Cannot Install ADB Driver For Droid Eris FW 2.1 non rooted cmoney12051 HTC Droid Eris 7 March 21st, 2010 07:10 PM
Windows Driver Install for using ADB & Fastboot justjimjpc Android Lounge 2 December 31st, 2009 10:08 AM



All times are GMT -5. The time now is 05:57 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo