| |
|
|
 |
|
|
|
|
 |
Rank: Administration
Joined: 5/17/2010(UTC) Posts: 131 Points: 100,300 Location: United States
Groups: Administrators, AllDroid Sponsor, filemanagertest, Registered Users, RootzWiki Admin, RootzWiki Editor, Subscribers Thanks: 6 times Was thanked: 4 time(s) in 4 post(s)
|
- Download the attached .ZIP and expand it somewhere you can find it (eg. c:\ADBDrivers_v3).
- Plug your phone in via USB. Either Windows will install a few drivers and you won't get any prompts, or you'll be prompted for the location of the ADB driver (select the folder you expanded the files to earlier).
- If you don't see any prompted, open device manager (Start Menu, right-click on My Computer, click Manage. In the window that comes up, scan the tree at the left, locate "Device Manager" and click on it.)
- Look for a device with a yellow exclamation mark. Assuming you don't have other devices missing drivers or otherwise misconfigured, this should be your DX.
- Right-click the DX and then click "Update Driver"
- Click "Browse my computer ..."
- Click "Let me pick from ..."
- Click "Have Disk..."
- Click "Browse..."
- Browse to the folder you created in the begining (it should contain the folders amd64 and i386)
- Click "Open"
- Click "Ok"
- From the list select "Android Composite ADB Interface"
- Click "Next"
- You might get a dialog saying "Installing this device driver is not recommended...". If so, click Yes (we know it's a valid driver from Google)
- If all went well, you should see "Windows has successfully updated your driver software"
|
|
1 user thanked rainabba for this useful post.
|
|
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 3 Points: 9 Location: United States
Groups: Registered Users, Subscribers
|
any ideas?
C:\DroidX>adb push Superuser.apk /sdcard/Superuser.apk
'adb' is not recognized as an internal or external command,
'adb' is not recognized as an internal or external command,
|
|
|
|
|
|
Rank: Android
Joined: 5/31/2010(UTC) Posts: 2 Points: 12 Location: United States
Groups: Registered Users, Subscribers
|
okay, I still can't get the adb drivers to install. I get "The folder you specified doesn't contain a compatible software driver for your device" when I point it at the unzipped downloaded file folder.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 3 Points: 9 Location: United States
Groups: Registered Users, Subscribers
|
any ideas?
C:\DroidX>adb push Superuser.apk /sdcard/Superuser.apk
'adb' is not recognized as an internal or external command,
'adb' is not recognized as an internal or external command,
|
|
|
|
|
|
Rank: Android
Joined: 5/19/2010(UTC) Posts: 16 Points: 51 Location: United States
Groups: AllDroid Sponsor, Registered Users, Subscribers Thanks: 1 times Was thanked: 1 time(s) in 1 post(s)
|
I had ADB set up with my droid at home (win7) and on my work computer (xp) but while windows recognizes the DROIDX device with the drivers installed, ADB says no devices found on both computers. I tried removing the drivers and installing specifically the ones attached instead of the ones that came on the phone, neither one helps. I've tried it with the droid connected for charge only, PC mode, windows media sync mode and usb storage mode. No matter what I do, ADB will not recognize the device. I can't believe I'm so stumped on step 1!
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 4 Points: 12 Location: United States
Groups: Registered Users, Subscribers
|
Does the phone need to be in recovery to do this or just connected normally?
Thanks.
|
|
|
|
|
|
Rank: Android
Joined: 7/15/2010(UTC) Posts: 4 Points: 12 Location: United States
Groups: AllDroid Sponsor, Registered Users, Subscribers
|
ootuoyetahi wrote:any ideas?
C:\DroidX>adb push Superuser.apk /sdcard/Superuser.apk
'adb' is not recognized as an internal or external command,
'adb' is not recognized as an internal or external command, You need to add the directory that adb.exe lives in to your system path. For example, mine is in C:\android-sdk-windows\tools, so I stuck that on to my path. claycat wrote:I am an idiot! I was missing the "watch your screen so you can allow Superuser root access" step! THANKS! That got me too for a minute or two.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 11 Points: 33 Location: United States
Groups: Registered Users, Subscribers
|
DroidSloth wrote:I had ADB set up with my droid at home (win7) and on my work computer (xp) but while windows recognizes the DROIDX device with the drivers installed, ADB says no devices found on both computers. I tried removing the drivers and installing specifically the ones attached instead of the ones that came on the phone, neither one helps. I've tried it with the droid connected for charge only, PC mode, windows media sync mode and usb storage mode. No matter what I do, ADB will not recognize the device. I can't believe I'm so stumped on step 1! Like DroidSloth, I too am having this problem. My Droid X shows that Android ADB Interface is installed fine in device manager but when I try to run the adb commands I get a "error: device not found" error. This is my first android phone and first root attempt - what am I missing? Trying this on Win7 x64. Got it - first of all, I didn't have usb in developer mode (not sure if it's necessary but I didn't have that set). I also noticed that the usb driver in device manager said Android ADB Interface not Android Composite ADB Interface - I think I installed the drivers from the SDK instead of the ones posted here. I uninstalled and reinstalled the right drivers and then it worked. Hope that helps anyone else getting that error.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 3 Points: 12 Location: United States
Groups: Registered Users, Subscribers
|
Has anyone been able to install on Win7 64 bit? Im having no luck.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 3 Points: 9 Location: United States
Groups: Registered Users, Subscribers
|
d0nk wrote:ootuoyetahi wrote:any ideas?
C:\DroidX>adb push Superuser.apk /sdcard/Superuser.apk
'adb' is not recognized as an internal or external command,
'adb' is not recognized as an internal or external command, You need to add the directory that adb.exe lives in to your system path. For example, mine is in C:\android-sdk-windows\tools, so I stuck that on to my path. claycat wrote:I am an idiot! I was missing the "watch your screen so you can allow Superuser root access" step! THANKS! That got me too for a minute or two. C:\Documents and Settings\caseyr\Desktop\android-sdk-windows\tools>adb push Superuser.apk /sdcard/Superuser.apk error: device not found Do you think this is a driver issue?
|
|
|
|
|
|
Rank: Android
Joined: 5/24/2010(UTC) Posts: 4 Points: 12 Location: United States
Groups: Registered Users, Subscribers
|
RobStorm wrote:Has anyone been able to install on Win7 64 bit? Im having no luck. yea i got it to work....what part are you having trouble with?
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 4 Points: 12 Location: United States
Groups: Registered Users, Subscribers
|
DAVPX wrote:jdausesj wrote:@Rainabba
when i try to adb push Superuser.apk /sdcard/Superuser.apk
I get "failed to copy .... : Permission denied.
Any ideas? I am not new to adb and i have tried allowing full access via permissions but no luck yer.
Any help would be appreciated... Make sure you're not set to Mass Storage mode. Set your DX to PC Mode. Worked for me. I have mine in PC mode and get device not found when I do the push. I had installed the drivers of the DX when I first got it, is this the problem? If so I can't seem to install the drivers posted here on my Win7 64-bit. Keeps saying they aren't compatible, can't even force it.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 2 Points: 9 Location: United States
Groups: AllDroid Sponsor, Registered Users, Subscribers
|
Ok I didnt think I was a noob but maybe I am wrong. I am running win 7 on a dell netbook and I cant get the computer to recognize the phone no matter how how I connect (PC mode, Charge Only, etc..). Every time I plug in the phone computer automatically sees it as a motorola product and installs drivers for USB mass storage device or as a CD/DVD drive. When I look in Device manager there are no exclamation marks. To start I have to get this darned computer to recognize my phone as the DX. Anyone who can give me a hand?
Thanks in advance for your help.
|
|
|
|
|
|
Rank: Android
Joined: 5/19/2010(UTC) Posts: 16 Points: 51 Location: United States
Groups: AllDroid Sponsor, Registered Users, Subscribers Thanks: 1 times Was thanked: 1 time(s) in 1 post(s)
|
Wow, I can't believe I forgot to enable USB Debugging. So many months with my droid never having turned that off, I forgot all about that. Where is the embarassing emoicon?
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 4 Points: 12 Location: United States
Groups: Registered Users, Subscribers
|
dvation wrote:DroidSloth wrote:I had ADB set up with my droid at home (win7) and on my work computer (xp) but while windows recognizes the DROIDX device with the drivers installed, ADB says no devices found on both computers. I tried removing the drivers and installing specifically the ones attached instead of the ones that came on the phone, neither one helps. I've tried it with the droid connected for charge only, PC mode, windows media sync mode and usb storage mode. No matter what I do, ADB will not recognize the device. I can't believe I'm so stumped on step 1! Like DroidSloth, I too am having this problem. My Droid X shows that Android ADB Interface is installed fine in device manager but when I try to run the adb commands I get a "error: device not found" error. This is my first android phone and first root attempt - what am I missing? Trying this on Win7 x64. Got it - first of all, I didn't have usb in developer mode (not sure if it's necessary but I didn't have that set). I also noticed that the usb driver in device manager said Android ADB Interface not Android Composite ADB Interface - I think I installed the drivers from the SDK instead of the ones posted here. I uninstalled and reinstalled the right drivers and then it worked. Hope that helps anyone else getting that error. How do yo put USB in developer mode? Edit: Nevermind, Google searched it. Was being impatient.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 5 Points: 15 Location: United States
Groups: Registered Users, Subscribers
|
I'm having a heck of a time getting "adb devices" to show my phone. It just says "List of devices attached" and its blank. I got the right driver, I'm sure of it. Tried reinstalling, nothing. Reboot, nothing.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 5 Points: 15 Location: United States
Groups: Registered Users, Subscribers
|
rolandct wrote:
How do yo put USB in developer mode?
Settings -> Applications -> Development -> USB Debugging
|
|
|
|
|
|
Rank: Android
Joined: 7/7/2010(UTC) Posts: 8 Points: 24 Location: United States
Groups: Registered Users, Subscribers
|
Ok, I got as far as step 11, but I get this error: "The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems. Also, it doesn't show up in my Device Manager as "Android Composite ADB Interface" it shows up as "Mot Composite ADB Interface." Any thoughts?
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 2 Points: 9 Location: United States
Groups: AllDroid Sponsor, Registered Users, Subscribers
|
Ok I didnt think I was a noob but maybe I am wrong. I am running win 7 on a dell netbook and I cant get the computer to recognize the phone no matter how how I connect (PC mode, Charge Only, etc..). Every time I plug in the phone computer automatically sees it as a motorola product and installs drivers for USB mass storage device or as a CD/DVD drive. When I look in Device manager there are no exclamation marks. To start I have to get this darned computer to recognize my phone as the DX. Anyone who can give me a hand?
Thanks in advance for your help.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 1 Points: 3 Location: United States
Groups: Registered Users, Subscribers
|
mine gives an error message that its not compadible when i choose to the downloaded drivers by clicking ok at step 12. it says to make sure that the drivers are for a 32bit system. so my question is, are these the drivers for a 32bit system?
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 9 Points: 30 Location: United States
Groups: Registered Users, Subscribers
|
wustehase wrote:Ok, I got as far as step 11, but I get this error: "The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems. Also, it doesn't show up in my Device Manager as "Android Composite ADB Interface" it shows up as "Mot Composite ADB Interface." Any thoughts? These are my results on Windows XP as well, except without the 64 bit specifics.
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 18 Points: 54 Location: United States
Groups: Registered Users, Subscribers
|
squeak wrote:mine gives an error message that its not compatible when i choose to the downloaded drivers by clicking ok at step 12. it says to make sure that the drivers are for a 32bit system. so my question is, are these the drivers for a 32bit system? Getting the same thing here
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 7 Points: 21 Location: United States
Groups: Registered Users, Subscribers
|
Downloaded and installed the ADB drivers successfully. However, I'm getting the error "adb is not recognized as an internal or external command...".
I cannot find a file called adb.exe on my Win7 computer. Is the executable a separate download from the drivers?
|
|
|
|
|
|
Rank: Android
Joined: 7/22/2010(UTC) Posts: 9 Points: 30 Location: United States
Groups: Registered Users, Subscribers
|
If you uncheck the "show compatible hardware" checkbox, it opens up more hardware options.
Is "Android Sooner Composite ADB Interface" the correct one? There is no "Android Composite ADB Interface" shown.
|
|
|
|
|
|
Rank: Android
Joined: 7/7/2010(UTC) Posts: 8 Points: 24 Location: United States
Groups: Registered Users, Subscribers
|
mddittman wrote:If you uncheck the "show compatible hardware" checkbox, it opens up more hardware options.
Is "Android Sooner Composite ADB Interface" the correct one? There is no "Android Composite ADB Interface" shown. No, still getting the same error.
|
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
|
 |
|
|
|
|
|
|
| |
|
|
|