Saturday, May 25, 2013 Register
 
www.cyberspacesolutionsinc.com
www.cyberspacesolutionsinc.com Bookmark and Share
  Search
AllDroid Forums
Welcome Guest! To enable all features please try to register or sign in.

Notification

Icon
Error

8 Pages123>»
Setup ADB on Windows (USB Driver v3 from SDK r7)
rainabba
0
#1 Posted : Thursday, July 22, 2010 4:05:55 AM(UTC)
rainabba

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)


  1. Download the attached .ZIP and expand it somewhere you can find it (eg. c:\ADBDrivers_v3).

  2. 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).

  3. 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.)

  4. 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.

  5. Right-click the DX and then click "Update Driver"

  6. Click "Browse my computer ..."

  7. Click "Let me pick from ..."

  8. Click "Have Disk..."

  9. Click "Browse..."

  10. Browse to the folder you created in the begining (it should contain the folders amd64 and i386)

  11. Click "Open"

  12. Click "Ok"

  13. From the list select "Android Composite ADB Interface"

  14. Click "Next"

  15. 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)

  16. If all went well, you should see "Windows has successfully updated your driver software"

File Attachment(s):
ADBDriver_v3_Google.zip (6,251kb) downloaded 26,503 time(s).
1 user thanked rainabba for this useful post.
namast3 on 3/12/2011(UTC)
Sponsor
ootuoyetahi
0
#3 Posted : Thursday, July 22, 2010 6:16:37 AM(UTC)
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,

blink
0
#4 Posted : Thursday, July 22, 2010 6:18:49 AM(UTC)
blink

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.
ootuoyetahi
0
#7 Posted : Thursday, July 22, 2010 6:28:38 AM(UTC)
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,

DroidSloth
0
#8 Posted : Thursday, July 22, 2010 6:30:30 AM(UTC)
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!
rolandct
0
#9 Posted : Thursday, July 22, 2010 6:33:56 AM(UTC)
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.
d0nk
0
#10 Posted : Thursday, July 22, 2010 6:35:24 AM(UTC)
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.
dvation
0
#11 Posted : Thursday, July 22, 2010 6:36:34 AM(UTC)
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.
RobStorm
0
#15 Posted : Thursday, July 22, 2010 6:45:26 AM(UTC)
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.
ootuoyetahi
0
#18 Posted : Thursday, July 22, 2010 6:46:47 AM(UTC)
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?
Legacy23
0
#19 Posted : Thursday, July 22, 2010 6:48:27 AM(UTC)
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?
rolandct
0
#21 Posted : Thursday, July 22, 2010 6:54:51 AM(UTC)
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.
tsailor1
0
#22 Posted : Thursday, July 22, 2010 7:06:09 AM(UTC)
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.
DroidSloth
0
#23 Posted : Thursday, July 22, 2010 7:08:07 AM(UTC)
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?
rolandct
0
#13 Posted : Thursday, July 22, 2010 7:08:30 AM(UTC)
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.
chucklesjh
0
#24 Posted : Thursday, July 22, 2010 7:11:34 AM(UTC)
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.
chucklesjh
0
#15 Posted : Thursday, July 22, 2010 7:12:49 AM(UTC)
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
wustehase
0
#28 Posted : Thursday, July 22, 2010 7:15:11 AM(UTC)
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?
tsailor1
0
#34 Posted : Thursday, July 22, 2010 7:18:41 AM(UTC)
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.
squeak
0
#36 Posted : Thursday, July 22, 2010 7:22:20 AM(UTC)
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?
mddittman
0
#29 Posted : Thursday, July 22, 2010 7:22:42 AM(UTC)
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.
dachusa
0
#37 Posted : Thursday, July 22, 2010 7:23:46 AM(UTC)
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
larryf
0
#39 Posted : Thursday, July 22, 2010 7:27:32 AM(UTC)
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?
mddittman
0
#40 Posted : Thursday, July 22, 2010 7:29:47 AM(UTC)
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.
wustehase
0
#41 Posted : Thursday, July 22, 2010 7:31:20 AM(UTC)
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.
Users browsing this topic
Guest (2)
8 Pages123>»
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.

Powered by YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.613 seconds.
www.cyberspacesolutionsinc.com
 
 

 
This site enhanced by Look out for more enhancements in the near future!
 
www.cyberspacesolutionsinc.com www.cyberspacesolutionsinc.com www.cyberspacesolutionsinc.com