• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root installing android sdk

After the android sdk is unzipped, you open a command prompt directed to the 'tools' folder.

It doesn't need to be installed, per se. If you're using windows, you can go to the 'run' command in the startup menu and type: cmd in the box and it will open a black window with a command prompt. Then type: cd [filepath of the tools folder]
This will get you to the adb terminal. The adb commands you see people reference can be typed there when your phone is hooked to the computer and usb debugging is enabled (but the sd card is not mounted).

Capture.png
 
Upvote 0
After the android sdk is unzipped, you open a command prompt directed to the 'tools' folder.

It doesn't need to be installed, per se. If you're using windows, you can go to the 'run' command in the startup menu and type: cmd in the box and it will open a black window with a command prompt. Then type: cd [filepath of the tools folder]
This will get you to the adb terminal. The adb commands you see people reference can be typed there when your phone is hooked to the computer and usb debugging is enabled (but the sd card is not mounted).

Capture.png


thanks this helped me get to that point havnt tried anything serious yet will at some point this week

what is eclipse by the way?..once again sorry new to this part of the process as i dont want to be dependent on droidmod sholes team
 
Upvote 0
oh ok so i definitely dont need eclipse setup..just need to get to a point of learning more and experimenting will read more throughout the week before i really jump into it right now i have everything setup on the pc when i need to do it thanks all for your help im sure ill run into something else ill need to question lol
 
Upvote 0
yup - that is it.

now, when I want to reboot the phone into recovery, for example, open a CMD window, and type
Code:
adb reboot recovery
and as long as the phone is connected to the computer, poof - instant recovery, without having to fiddle around with holding down keys and buttons and whatnot....

Great tip:) I do this from Connectbot all the time.
 
Upvote 0
yup - that is it.

now, when I want to reboot the phone into recovery, for example, open a CMD window, and type
Code:
adb reboot recovery
and as long as the phone is connected to the computer, poof - instant recovery, without having to fiddle around with holding down keys and buttons and whatnot....

just to clarify, since I'm new to this also...but that's AFTER you type cd and then the path of your tools folder, correct?

I rooted mine manually by following the steps on Start Here | Root Your Droid, and it was a lot of fun. I REALLY need to learn how to use ADB a bit more though, but it's been fun doing this so far :D. And yeah, we didn't need to install Eclipse and all that other junk if I don't plan on doing any developing myself, correct?
 
Upvote 0
No, if you add the Path statement to your System / user environment variables, then you don't need to change to the directory at all.

In fact, (and I just verified this) you don't even have to open a CMD window - open the run dialog and enter
Code:
adb reboot recovery
and presto, it reboots the phone.

of course, this assumes the phones is connected via USB to your computer....also, works regardless of whether the SDCard is mounted in the phone or on the system - but do be sure to check that any data being copied to / from the SDCard is completed before issuing the command, b/c it is instantaneous
 
Upvote 0
Not sure if Vista allowed this (cannot remember - been off of Vista for over a blessed year now lol) - 7 definitely does.

But with the System Environment PATH statement set to include that tools directory, all I do is hit Winkey + R (to open the run dialog) and then type in adb reboot / adb reboot recovery

Since the commands are remembered, I can usually shorten it to typing ad then using the up / down arrow to pick the recovery one if I need it as adb reboot is what is usually chosen....
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones