[HOW-TO] ADB for Dummies(How-To Learner's Guide)

Mikey

Retired Senior Moderator
Oct 10, 2007
6,272
1,742
0
Wheaton, Il
Just wondering:
Code:
C:\Users\Your User Name> cd C:\android-sdk-windows-1.1_r1\tools <-- Tap Enter
Wouldn't it be a whole less typing and confusing if you just extracted the tools folder to C:\
then you would only have too type:
Code:
cd C:\tools
Also don't you have to add
Code:
C:\android-sdk-windows-1.1_r1\tools
into your Environment Variables -> System Variables -> Path ->
Code:
C:\android-sdk-windows-1.1_r1\tools
???
 
Last edited:

kathi17

Senior Member
Jan 26, 2009
316
1
0
Stonington, Maine
Thanks for the great tutorial! I haven't run adb yet mostly because all of the information was scatteredt through several messages. This will make it much easier!

I also got a good laugh at your comment about installing an .exe file! (Anybody who doesn't know how to do that shouldn't be modding a phone in my opinion).
 

AndroidSamurai

Senior Member
Dec 13, 2008
391
817
133
36
Greenville, SC
*UPDATE* - *EDIT*

Tutorial has now been updated with more informative information and credit given to the people who posted the suggestions.

Thanks again guys for Reading/Searching before posting and I hope that this tutorial will be of help...


Stay tuned for more updates...
 
Last edited:
  • Like
Reactions: Darduk

devildogg2001

Member
Jul 27, 2008
41
2
0
Cleveland, tx
this is getting to be a real pain in the but for me. i have gotten the SDK taken care of, but windows wont let me extract the USB drivers from the zip file.. i get unknown method on every file in the folder

EDIT: downloaded 7 zip and it extracted the files.. i skipped this step because i had WINrar installed..
 
Last edited:

devildogg2001

Member
Jul 27, 2008
41
2
0
Cleveland, tx
yes well thanks for the help, i did plenty of searching and couldnt find it, so i came back here.. I still havent figured it out though.. on linux or windows vista.. it says thats "the driver is not intended for this platform". i got the adb all sorted out, it works i guess, it just cant find the phone..

EDIT: ok, well it appears that i was just doing it wrong (figures...) when searching for device driver i went to the folder "usb driver" and clicked it, i didnt go into the folder and select one of the two (x86 or amd64)...so i went back and selected the folder x86 and it installed.. thanks anyway to everyone who tried to help. lol
 
Last edited:

AndroidSamurai

Senior Member
Dec 13, 2008
391
817
133
36
Greenville, SC
I am glad that you finally figured it out. Thanks for letting me know that you had to click on the architecture specific driver folder for your system. I will edit the tutorial again to include this information.
 

AndroidSamurai

Senior Member
Dec 13, 2008
391
817
133
36
Greenville, SC
*UPDATE*

I will be creating a AIO(All-in-one) package that will be OS Specific(eg. Linux, Mac OS X, Windows) that will include everything you need to get started.

Also working on a batch file(and scripts) to further automate the process and make it more "Lazy Man" friendly... :D


Stay Tuned for updates and rleases.


Once again, thank you for supporting our tutorials and development skills.
 
Last edited:
  • Like
Reactions: arnebjarne

DSBP1

Senior Member
Mar 31, 2009
78
0
0
I'm sorry I tried to do this but I quit halfway there....its just too confusing...I'm sorry, but section 2 is confusing...after I clicked on the link that says installation, it asked me to do all this other things that I did not have a clue what it was telling me to do...I don't know if you can put a video tutorial on youtube or something because as of right now...i'm soo confused that I got frustrated....it is asking me to install "eclipse" then "eclipse" is asking me to install something else....do I really need to be going link by link and through all those other things..
 

serialtoon

Senior Member
May 25, 2006
926
116
0
Using Windows Vista x64 myself and it appears that it simply doesnt like the device. I always get "device not found" yet it works flawless on my Vista 32-Bit laptop. Go figure.
 

KidJethro

Senior Member
Aug 24, 2008
268
0
0
Ft. Stewart, GA
I dunno....I just got it setup on Vista 64b Ultimate. Took alittle head scratching, but it works. This is what the cmd prompt is showing me-

Code:
C:\Users\Joe>cd C:\android-sdk-windows-1.1_r1\tools

C:\android-sdk-windows-1.1_r1\tools>adb shell
* daemon not running. starting it now *
* daemon started successfully *
# ls
ls
cache                 init.goldfish.rc      sdcard
data                  init.rc               sqlite_stmt_journals
default.prop          init.trout.rc         sys
dev                   proc                  system
etc                   root
init                  sbin
#
 

tulamidan

Senior Member
Mar 3, 2009
62
0
0
I have a hard time getting the provided USB driver to work.
First the zip format you've used is some kind of non standard and will only unzip with the latest 7zip (I've had an older version that didn't work, as well as WinRar or the Windows standard)
Then I can't get rid of the G1 driver that is already installed. I tried to update it (your driver doesn't need to be updated) or deinstall it. But when I plug my phone back in... magick!The driver is back. And with this one ADB gives me the error:Device not found.

I'll do some more googeling to find out how to force XP to use a specific driver. Wasn't very lucky so far. If I find sth. I'll edit.
 

kusotare

Senior Member
Apr 12, 2009
638
84
0
Colorado
I'm having the exact same problem. Vist 32 bit SP1, any time i plug the phone in, the drivers are automatically there. Heres what I've tried, to no avail:
-Updating the driver.
Windows tells me the driver its using is better.
-Uninstalling the driver and trying to manually install the USB drivers before install
Windows cant start the device for the new drivers and automatically installs the standard drivers when I plug in the phone.
-renaming the drivers that windows is using
wont even recognize the phone, new drivers or not.

I'm getting tired of the "support device not found" thing. :/
 

crocyson

Member
Apr 12, 2009
8
0
0
Hey great job. Everything was really easy but I did end up getting stuck.

I'm in the adb shell but when i try to type anything in it says adb not found

I'm trying to install auto rotate and when I enter adb remount i get the not found.
 

apfroggy0408

Senior Member
Jul 1, 2008
74
0
0
I dunno....I just got it setup on Vista 64b Ultimate. Took alittle head scratching, but it works. This is what the cmd prompt is showing me-

Code:
C:\Users\Joe>cd C:\android-sdk-windows-1.1_r1\tools

C:\android-sdk-windows-1.1_r1\tools>adb shell
* daemon not running. starting it now *
* daemon started successfully *
# ls
ls
cache                 init.goldfish.rc      sdcard
data                  init.rc               sqlite_stmt_journals
default.prop          init.trout.rc         sys
dev                   proc                  system
etc                   root
init                  sbin
#
I'm getting the exact same thing.
 

tubaking182

Senior Member
Mar 28, 2008
1,088
15
0
when you are typing adb remount do you have a "#" sign or no??? on windows it should look like this:

Code:
C:\Documents and Settings> adb remount
or in linux:
Code:
[email protected]:~$ adb remount
if it looks like this it's wrong and you need to type exit then the adb remount
Code:
# adb  remount
 

kusotare

Senior Member
Apr 12, 2009
638
84
0
Colorado
update to my driver problem, for specifics, windows is forcing the microsoft WPD file system volume driver for the "android phone" driver. anyone got any clues?
 

daveyjay

Member
Jul 12, 2007
11
0
0
I'm having the exact same problem. Vist 32 bit SP1, any time i plug the phone in, the drivers are automatically there. Heres what I've tried, to no avail:
-Updating the driver.
Windows tells me the driver its using is better.
-Uninstalling the driver and trying to manually install the USB drivers before install
Windows cant start the device for the new drivers and automatically installs the standard drivers when I plug in the phone.
-renaming the drivers that windows is using
wont even recognize the phone, new drivers or not.

I'm getting tired of the "support device not found" thing. :/
Ditto-Help!