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

Root Please help!!!

ok ...Ive asked this 3000 times already...and noone has answered me ...I have installed SDK, and all the bullshit that goes along with it....(drivers, 2.1 package) .... When I plug my phone in....my comp says its connected (the little yellow "!" )....then I click on "install drivers" ...and IT KEEPS TELLING ME FILE NOT FOUND!!! WTF am I doing wrong??

Heres another question.... Do I need to complete the HBOOT thing (installing the PBOOIMG.zip on the my SD card) first??

Im so frustrated from trying to do this, and Im a noob....Anyone??:thinking:
 
ok ...Ive asked this 3000 times already...and noone has answered me ...I have installed SDK, and all the bullshit that goes along with it....(drivers, 2.1 package) .... When I plug my phone in....my comp says its connected (the little yellow "!" )....then I click on "install drivers" ...and IT KEEPS TELLING ME FILE NOT FOUND!!! WTF am I doing wrong??

Heres another question.... Do I need to complete the HBOOT thing (installing the PBOOIMG.zip on the my SD card) first??

Im so frustrated from trying to do this, and Im a noob....Anyone??:thinking:

pacedrum, I've seen references to this before. I see one reference about the yellow exclamation having to do with USB debugging mode not enabled (in the settings on the phone).

The reference is in

http://androidforums.com/all-things-root-eris/53963-guide-stock-1-5-latest-root-2-1-a.html

and says "8. Right-click My Computer > Properties, and go to Device Manager. You should see a device with a yellow exclamation next to it, this is your phone (if you don't see it you probably forgot to enable USB debugging mode)

9. Right-click the device, select Update Driver. Browse to your Android SDK directory, and you should see a "USB Driver" folder in it now. If you don't, you forgot to download the USB Driver package when in "SDK Setup.exe". Select the driver in that folder."

or did you already try this?

thanks
 
Upvote 0
ok ...Ive asked this 3000 times already...and noone has answered me ...I have installed SDK, and all the bullshit that goes along with it....(drivers, 2.1 package) .... When I plug my phone in....my comp says its connected (the little yellow "!" )....then I click on "install drivers" ...and IT KEEPS TELLING ME FILE NOT FOUND!!! WTF am I doing wrong??

Heres another question.... Do I need to complete the HBOOT thing (installing the PBOOIMG.zip on the my SD card) first??

Im so frustrated from trying to do this, and Im a noob....Anyone??:thinking:

http://androidforums.com/all-things...ng-after-flash-latest-rom-ota.html#post473425

Been answered many of many times. Search is your friend. And yes I know there are tons of results, but I just did it and found this.
 
Upvote 0
Upvote 0
Upvote 0
Also, when I put the new file in the drivers folder, it says it already exists too... ??

You want to overwrite the file. Then after you overwrite the file, go to device manager where you see the yellow !. Then right click and hit update driver. Go to the dir where you extracted this file. Select that file. And wolla.

I did a complete power down before doing this as I was having issues with it as well. Dont know why it fixed it but it did. So try that if this doesnt work for you.

And dont forget to hit the thank you button once it works. ;)
 
  • Like
Reactions: pacedrum69
Upvote 0
You want to overwrite the file. Then after you overwrite the file, go to device manager where you see the yellow !. Then right click and hit update driver. Go to the dir where you extracted this file. Select that file. And wolla.

I did a complete power down before doing this as I was having issues with it as well. Dont know why it fixed it but it did. So try that if this doesnt work for you.

And dont forget to hit the thank you button once it works. ;)

it still doesnt work... FML...lol... is there a way around the drivers??
 
Upvote 0
dude, congrats! welcome to the root club! I feel/felt your pain too...my own rooting experience was not a smooth one either (but a great learning experience!), but with help from the great folks on AF, I got it working. :D
ok...1 more question.... when flashing recovery....where do I type the command prompts?? like I said Im a noob...but im learning all this from you guys...very very cool...like ive said before... Im just a dumb musician
 
Upvote 0
ok...1 more question.... when flashing recovery....where do I type the command prompts?? like I said Im a noob...but im learning all this from you guys...very very cool...like ive said before... Im just a dumb musician

lol--at least you HAVE some musical abilities (I've got zero) :rolleyes: [but I'm okay with that]

Exactly what instructions are you following? (don't want to tell you the wrong thing at the wrong step...).
 
Upvote 0
lol--at least you HAVE some musical abilities (I've got zero) :rolleyes: [but I'm okay with that]

Exactly what instructions are you following? (don't want to tell you the wrong thing at the wrong step...).
this part is what i need help on ...

1. Download this file: Recovery.zip

2. Extract file contents to your \tools\ directory of your Android SDK.

3. Open up a command prompt and go to your tools directory, and execute these commands: (MAKE SURE YOUR SDCARD IS NOT MOUNTED TO YOUR COMPUTER OR THESE COMMANDS WON'T WORK! MAKE SURE IT IS ON "CHARGE ONLY")
  • adb shell mount -o rw,remount /dev/block/mtdblock3 /system
  • adb push recovery.img /sdcard
  • adb push flash_image /system/bin
  • adb shell chmod 755 /system/bin/flash_image
  • adb shell flash_image recovery /sdcard/recovery.img

4. Success! You now have a recovery partition installed on your phone. You can access it by running "adb shell reboot recovery" or by powering off your phone, holding "Volume Up + Power On"
 
Upvote 0
Download the file

Extract the contents to the folder you are told to

Click on start...Run
Type CMD and hit enter
Type cd c:\androidsdk (replace androidsdk with the exact name of your android sdk folder)

Once there you can select the commands (without the leading bullets) and copy, then go into the command window and right-click and select PASTE. Cuts down on the errors.

Good luck!!!
 
Upvote 0
this part is what i need help on ...

1. Download this file: Recovery.zip

2. Extract file contents to your \tools\ directory of your Android SDK.


3. Open up a command prompt and go to your tools directory, and execute these commands: (MAKE SURE YOUR SDCARD IS NOT MOUNTED TO YOUR COMPUTER OR THESE COMMANDS WON'T WORK! MAKE SURE IT IS ON "CHARGE ONLY")
  • adb shell mount -o rw,remount /dev/block/mtdblock3 /system
  • adb push recovery.img /sdcard
  • adb push flash_image /system/bin
  • adb shell chmod 755 /system/bin/flash_image
  • adb shell flash_image recovery /sdcard/recovery.img
4. Success! You now have a recovery partition installed on your phone. You can access it by running "adb shell reboot recovery" or by powering off your phone, holding "Volume Up + Power On"

Looks like you are following the "GUIDE: From stock 1.5 to latest root 2.1"...

Man, Murphy is too fast for me! Beat me to the punch...:)
 
Upvote 0
Upvote 0
Download the file

Extract the contents to the folder you are told to

Click on start...Run
Type CMD and hit enter
Type cd c:\androidsdk (replace androidsdk with the exact name of your android sdk folder)

Once there you can select the commands (without the leading bullets) and copy, then go into the command window and right-click and select PASTE. Cuts down on the errors.

Good luck!!!
this isnt working....Ive plugged my phon in as "charge only" and gone to "RUN"...."cmd" and I typed "cd c:\android-sdk_r06-windows\android-sdk-windows\tools
and I get
"this system cannot find specified path"
??
 
Upvote 0
this isnt working....Ive plugged my phon in as "charge only" and gone to "RUN"...."cmd" and I typed "cd c:\android-sdk_r06-windows\android-sdk-windows\tools
and I get
"this system cannot find specified path"
??

pacedrum69, don't exactly know if this will fix your issue, but you might try launching the DOS window from the Start button, Programs, Accessories, Command Prompt. I had to do this when my cmd/command program (launched from RUN) would not recognize long directory path names. Try this and see if it helps.
 
Upvote 0
pacedrum69, don't exactly know if this will fix your issue, but you might try launching the DOS window from the Start button, Programs, Accessories, Command Prompt. I had to do this when my cmd/command program (launched from RUN) would not recognize long directory path names. Try this and see if it helps.
didnt do anything... Now my phone is half rooted,,,,UGH...
anyone have any suggestions??

I completely suck at this:(
 
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