This is a discussion on How to Root Your Droid X***Updated (v2)*** within the Droid X Hacks forums, part of the Droid X Development category; Originally Posted by chris2k5 Why would I go back to iPhone forums when I don't have an iPhone? And I really blame the guides that ...
yeah.. just wait a month or so when there are a bunch of ROMs running around and rooting/flashing them is as easy as clicking a button. that's what happened with the original droid. i rooted when the guide looked like this. it was scary, to say the least. i should have just waited for the push-button option.
Respect is rule #1
Uughh.. That is my professional opinion.
Agreed. Thank you! Some of us have lives away from the internet and haven't spent hours modding phones! lol
Insulting someone who is asking for help only makes you look small.
And, bravo to Sam for being one of the few helpful, level-headed people people in this whole thing (esp when he closed the insurance scam thread!)
Last edited by BOWIE; 07-22-2010 at 06:00 PM.
yes, it will be necessary (but likely much easier)
Respect is rule #1
Uughh.. That is my professional opinion.
Go to your home screen.
Hit settings.
Go to applications.
Go to development.
Turn on USB debugging.
Go Home.
Slide down the USB notification.
Don't be in "PC mode" on the Droid X's USB choice screen. Use "charge only" or maybe "mass storage"; one of em works.
Install the drivers. It'll work. (It'll fail in "PC mode" every time); it will install the ADB interface device no problem.
Go back to OP and do the deed ;-)
Cheers!
Steve RN
Last edited by Steven.RN; 07-22-2010 at 06:08 PM. Reason: trying for optimum clarity
Well, the Droid X is my first Android phone; I never even touched one until I bought the Droid X at Costco last Thursday. That being said, the initial guide on here was rather lacking...the one at alldroid.org was much better, but it's not like it was hard to find that. I guess I got a little annoyed at your "Android cult" comment. If there is any "cult" mentality in the entire world of technology, it is Apple followers; not Windows/Android/etc. Coming here and saying iPhone forums are more helpful and saying Android followers are cult members is not a great way to try and actually get help, it's just a quick route to a virtual @$$-kicking. Did you not find the post on alldroid.org on how to root the Droid X? It's linked in the original root thread here...
Feeling like a total moron here but I'm at the command prompt and when I type in adb devices, it tells me: "adb devices is not recognized as an internal or external command, operable program or batch file."
I know I'm missing a very obvious step here but can someone point me in the right direction? It feels like I'm so close and yet I'm sure I've done something wrong early on.
Make sure you're in the directory that the adb executable is located in. It's in the Tools subfolder in the Android SDK folder. (even though the guide says to extract the Droid X root files to c:\droidxroot or whatever, I just extracted mine to the Android SDK > Tools folder, and it worked fine)
All of my commands were run from the Tools folder because that's where the adb file is, and where I extracted the root files to. Keeps it simple.
The problem is that adb is not in your "path".
Without knowing what system you're using in particular, try this:
Whatever directory you used to install the android sdk
(let's say c:\android) go to the "tools" directory. (c:\android\tools). Use windows whatever to put all the files from the droidxroot2.zip in that directory too. They won't overwrite anything.
Then, get a command prompt (start-run "cmd" without the quotes.)
if it IS c:\android\tools, type at the prompt: cd \ (the letters cd then a backslash) and hit return.
then type : cd c:\android\tools
the prompt will now say- c:\android\tools:
if you are in the same directory with the adb.exe file, it will "see" it now, and do what you tell it.
Again, the simpler way is to add c:\android\tools to your "PATH" variable, but this is a quick and dirty workaround.
Good luck.....
Steve RN