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

Search This thread

AndroidSamurai

Senior Member
Hi,

My name is Joe aka AndroidSamurai.. I will be releasing more guides and media content in the weeks to come.

I'm currently very busy with "life events(new baby)" and apologize for my absence.

I will be updating this post since it was my original with a new guide updated to new SDK and Android methods.

Thanks again,

AndroidSamurai
Android4D Inc
 
Last edited:

King_tee

Senior Member
Aug 13, 2007
139
12
Los Angeles
What do i do if the new hardware device notification doesnt pop-up ? NM i got it. Thanks for the writeup
 
Last edited:

ICBM

Senior Member
Feb 10, 2009
66
0
@King_tee: Assuming windows, you follow the following steps.
1. Start > Control Panel > System.
2. Hardware > Device Manager
3. Click on the last icon below the File menu. It should correspond to "Scan for Hardware Changes."

If that doesn't work, try unplugging / replugging USB cable, different USB cable, restarting phone, restarting computer, etc.
 

AndroidSamurai

Senior Member
If you never see the notification, navigate to the Device Manager(inside "System" in the control panel in XP and inside Device Manager on Vista).

You will see ADB Android Device at the top of the list with a Yellow Icon beside it meaning the device is not working. Right-click on the device and select "Update Driver".

Follow the dialogs that pop-up and navigate to where the unzipped drivers are at...

You should be good to go from there... :D
 

devildogg2001

Member
Jul 27, 2008
41
2
Cleveland, tx
ok, i need some help please... I downloaded the SDK and followed the instruction in this thread, but when i try to update my driver for the phone, it says the driver is not compatible with my phone.. I am using Haykuro's ROM 4.5 with FW 1.5.. would that be the reason for this issue?
 

tubaking182

Senior Member
Mar 28, 2008
1,081
10
ok, i need some help please... I downloaded the SDK and followed the instruction in this thread, but when i try to update my driver for the phone, it says the driver is not compatible with my phone.. I am using Haykuro's ROM 4.5 with FW 1.5.. would that be the reason for this issue?
you may need to uninstall the current driver for your phone if you have mounted it before downloading the SDK. if you don't have the SDK setup the first time you plug the phone in then your computer will auto-update the driver to a regular UMS driver and it won't help you when you try adb. i forget how to uninstall your current driver since i don't use windows, but i'm sure you can find a nice crash course online
 

devildogg2001

Member
Jul 27, 2008
41
2
Cleveland, tx
you may need to uninstall the current driver for your phone if you have mounted it before downloading the SDK. if you don't have the SDK setup the first time you plug the phone in then your computer will auto-update the driver to a regular UMS driver and it won't help you when you try adb. i forget how to uninstall your current driver since i don't use windows, but i'm sure you can find a nice crash course online

I dont know if thats the problem because when i plug it in, it doesnt show up as a notification, and when i go to the device manager it shows the little yellow triangle.. I'll look again. Thanks for the quick reply though. I am no expert in linux, but i have it installed, let me see if i can figure it out there..
 

devildogg2001

Member
Jul 27, 2008
41
2
Cleveland, tx
you may need to uninstall the current driver for your phone if you have mounted it before downloading the SDK. if you don't have the SDK setup the first time you plug the phone in then your computer will auto-update the driver to a regular UMS driver and it won't help you when you try adb. i forget how to uninstall your current driver since i don't use windows, but i'm sure you can find a nice crash course online

ok, so i am in linux now, and i just noticed this guide was for windows.. lol can you or someone tell me how to install the SDK on linux?
 

tubaking182

Senior Member
Mar 28, 2008
1,081
10
as well as what xyrcncp said can you you can download it and just mv ~/Desktop/sdk/tools/adb /usr/bin/adb abd you should be able to run the adb commands from any directory. not too hard to cd to the correct directory but i personally don't like to type cd ~/Phone/tools/android-sdk/tools every time cause i tend to make typographical errors. let me know how it worked but you shouldn't have any problems at all
 

inpherno3

Senior Member
Mar 22, 2008
194
5
umm no offense but your writing a tutorial for people that are not sure on how to do this, so you must assume that they do not know how to run an executable file...... write yourself a better tutorial without actually bashing the self esteem of some people... tutorials are positive not negative. I already know all of this but still... dont degrade someone due to the fact they dont know how, thats the whole point of writing your tutorial. Nothing should have been left out (including how to run a .exe .com or .bat

" (If you do not know how to install a windows executable file, please kill yourself now! ) "

this isnt honestly written with any hatred towards you, it was a good tutorial. Just might want to think about how you write it next time.
 

AndroidSamurai

Senior Member
The "bashing" comments in my tutorial are directed towards the people with a true sense of humor. My tutorial was written to tell you how to simply complete a task and not to make you feel better about yourself. I do not get pleasure in abusing people's self esteem nor do I enjoy putting people down.

Just because you got a little sand in your crack does not mean you need to come in a very honest and informative thread and start bashing the people who are bending over backwards to help everyone out.

The reason I created this "tutorial" in the first place was because all the other threads are full of "start searching and stop asking so many damn questions" comments.

So start looking in the mirror when you wake up in the morning and stop saying "My, I think I will run over to good ole' XDA and be an @$$ to everyone today".

I am sincerely sorry that a little sense of humor has caused so much hatred in my thread. Please contact the forum moderators and see if the think my tutorial is so hateful.
 

nabzilla1990

Senior Member
Feb 11, 2009
929
16
lol i dont see any hatred but anyway when i download the adb driver when extracting it says unknown method
 

mark925

Senior Member
Jan 3, 2009
248
4
Just to add, if you take adb.exe and adbwinapi.dll and copy or move them to the \windows\system32 directory you can run adb from any dos directory prompt.
 

nabzilla1990

Senior Member
Feb 11, 2009
929
16
it worked with 7-zip thank you and also want to add if it doesnt work for some people plug in ur phone and update the usb mass storage with the usb driver from here and it should work i had that problem earlier
 

tekthebeast

Senior Member
Mar 8, 2009
139
0
Okay, so I did everything and got up to run cmd, when I type in the cd C:\android-sdk-windows-1.1_r1\tools it says not a specififed folder, but when I type it without the \tools it doesnt work. can anyone help?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 516
    Hi,

    My name is Joe aka AndroidSamurai.. I will be releasing more guides and media content in the weeks to come.

    I'm currently very busy with "life events(new baby)" and apologize for my absence.

    I will be updating this post since it was my original with a new guide updated to new SDK and Android methods.

    Thanks again,

    AndroidSamurai
    Android4D Inc
    3
    ok, so i am in linux now, and i just noticed this guide was for windows.. lol can you or someone tell me how to install the SDK on linux?
    Downloading
    http://developer.android.com/sdk/1.1_r1/index.html

    Installing
    http://developer.android.com/sdk/1.1_r1/installing.html

    Found through Google...imagine that. :p
    2
    If you never see the notification, navigate to the Device Manager(inside "System" in the control panel in XP and inside Device Manager on Vista).

    You will see ADB Android Device at the top of the list with a Yellow Icon beside it meaning the device is not working. Right-click on the device and select "Update Driver".

    Follow the dialogs that pop-up and navigate to where the unzipped drivers are at...

    You should be good to go from there... :D
    2
    The "bashing" comments in my tutorial are directed towards the people with a true sense of humor. My tutorial was written to tell you how to simply complete a task and not to make you feel better about yourself. I do not get pleasure in abusing people's self esteem nor do I enjoy putting people down.

    Just because you got a little sand in your crack does not mean you need to come in a very honest and informative thread and start bashing the people who are bending over backwards to help everyone out.

    The reason I created this "tutorial" in the first place was because all the other threads are full of "start searching and stop asking so many damn questions" comments.

    So start looking in the mirror when you wake up in the morning and stop saying "My, I think I will run over to good ole' XDA and be an @$$ to everyone today".

    I am sincerely sorry that a little sense of humor has caused so much hatred in my thread. Please contact the forum moderators and see if the think my tutorial is so hateful.
    2
    Hey guys sure its been mentioned before .

    Quick way to start adb ..

    1. Navigate to the platform tools folder in Android Sdk folder on your hard drive

    2. Press and hold the shift key ( do not click on anything )

    3. Now left click and select "Open command prompt here"

    4. Adb Remount ..should see the message "Remount Suceeded"

    5. Now you can run your adb commands

    Pretty sure someone posted in this thread already but thought i would refresh it again :)