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

Root Rooting the Droid without rsd lite up to and including FRG83D

I'm trying to root my phone using this method.

I'm a Linux user and don't have Windows installed on any machine I own. I figured this tutorial was written for Windows so in order not to deviate too much from the instructions I figured I'd attempt this in a virtualbox VM of windows. I enabled USB debugging as per the instructions and installed the motorola drivers and android SDK/toolkits inside my VM. I plugged my phone in and assigned it over to the windows VM. "adb devices" shows that it is indeed seeing my phone. Every other command seems to freeze, though. "adb push" and "adb shell" both hang. The phone shows no signs that anything at all is happening. I've let the commands just sit there for 30 minutes and nothing at all happens. Am I doing something wrong or will this not work in virtualbox?

If I install the android SDK in Linux and run these commands will it work as intended?
 
Upvote 0
I'm trying to root my phone using this method.

I'm a Linux user and don't have Windows installed on any machine I own. I figured this tutorial was written for Windows so in order not to deviate too much from the instructions I figured I'd attempt this in a virtualbox VM of windows. I enabled USB debugging as per the instructions and installed the motorola drivers and android SDK/toolkits inside my VM. I plugged my phone in and assigned it over to the windows VM. "adb devices" shows that it is indeed seeing my phone. Every other command seems to freeze, though. "adb push" and "adb shell" both hang. The phone shows no signs that anything at all is happening. I've let the commands just sit there for 30 minutes and nothing at all happens. Am I doing something wrong or will this not work in virtualbox?

If I install the android SDK in Linux and run these commands will it work as intended?

Installing the android sdk in Linux and run the commands there would be your best bet. Just make sure you change the path to match Linux's folder system instead of windows.....ie anything with c:\droidroot\ would need to be changed to ~/droidroot/ or whatever folder you extract to. If you need help feel free to pm me. I will also link a tutorial for installing the sdk on linux in case you need it.

start [CVPCS Android Wiki]
steps 1 and 2 are required for setting up the sdk. The rest of the steps wont help you at all unless you want to start building from source.
 
Upvote 0
Installing the android sdk in Linux and run the commands there would be your best bet. Just make sure you change the path to match Linux's folder system instead of windows.....ie anything with c:\droidroot\ would need to be changed to ~/droidroot/ or whatever folder you extract to. If you need help feel free to pm me. I will also link a tutorial for installing the sdk on linux in case you need it.

start [CVPCS Android Wiki]
steps 1 and 2 are required for setting up the sdk. The rest of the steps wont help you at all unless you want to start building from source.


I went ahead and did it fine in Linux. The only catch was getting ADB to show my phone as a device, but I was able to get it to show up by creating a udev rule with the following:

Code:
SUBSYSTEM=="usb", SYSFS{idVendor}=="22b8", MODE="0660", GROUP="adbusers"

and adding myself to the adbusers group as described
 
Upvote 0
I went ahead and did it fine in Linux. The only catch was getting ADB to show my phone as a device, but I was able to get it to show up by creating a udev rule with the following:

Code:
SUBSYSTEM=="usb", SYSFS{idVendor}=="22b8", MODE="0660", GROUP="adbusers"

and adding myself to the adbusers group as described

Glad you got it worked out. I use the udev rules that are in that linked tutorial. So far they have worked well for all the android phones I have had.
 
Upvote 0
just wanted to thank everyone who worked on this. you guys do great work here, and are great at simplifying things for the intermediate phone geek like myself.

About a week ago, I had FRG22D rooted and had decided to bypass the FRG83D OTA update. But then I had to completely revert back to FRG83D stock because i needed a replacement (volume rocker and charger port both went bad). When I got my new phone, I took the FRG83D update and used OMJ's directions above. Perfect!!

Thanks again everyone.
 
Upvote 0
Weird, I am getting a " "adb" is not recognized as an internal or external command, operable program or batch file"

I'm in the right directory, tried it in a few directories (unzipping to new dir) to no avail.

Suggestions?

I have had this a couple times after installing everything. The first thing I did, was ensured that adb was actually placed in the correct location (which I see you have done). The second thing is I verified that my Motorola drivers were actually installed. I highly suggest installing the Moto Drivers using PDANet. You will need to go to this link: Download PdaNet and follow the directions. I cannot remember if I had to install the app on my phone first, but it wouldn't hurt to do so.

Once I installed the PDANet app on my computer, I was able to use adb without a problem.

Kratos
 
Upvote 0
Upvote 0
I have had this a couple times after installing everything. The first thing I did, was ensured that adb was actually placed in the correct location (which I see you have done). The second thing is I verified that my Motorola drivers were actually installed. I highly suggest installing the Moto Drivers using PDANet. You will need to go to this link: Download PdaNet and follow the directions. I cannot remember if I had to install the app on my phone first, but it wouldn't hurt to do so.

Once I installed the PDANet app on my computer, I was able to use adb without a problem.

Kratos

Trying this now.

This one has 64bit version, maybe that was my issue as I am using W7 64.



I installed PDANet and was connected through USB Tether (computer recognized it as connection, said I transfered some data as I used web pages) so I can assume the drivers are working properly.
Still the same result though, that I find no "abd" etc. I don't even see a file in the Tools folder called ADB anything, so I'm not sure what is going on here...



I'm now redownloading ADB, although I am going to give the .exe a try now. I prefer not to install needless things to my SSD, but oh well. I'll just reinstall windows if it bothers me :p


I suppose the lack of a Java JDK could have something to do with it?
 
Upvote 0
Trying this now.

This one has 64bit version, maybe that was my issue as I am using W7 64.



I installed PDANet and was connected through USB Tether (computer recognized it as connection, said I transfered some data as I used web pages) so I can assume the drivers are working properly.
Still the same result though, that I find no "abd" etc. I don't even see a file in the Tools folder called ADB anything, so I'm not sure what is going on here...



I'm now redownloading ADB, although I am going to give the .exe a try now. I prefer not to install needless things to my SSD, but oh well. I'll just reinstall windows if it bothers me :p


I suppose the lack of a Java JDK could have something to do with it?

See the post right above the one I have quoted.

Kratos
 
Upvote 0
Will this work with FRG83D?
Because I tried to root using RSD Lite and this method and it doesnt seem to work still.
Rsd wouldnt recognize my Phone and this method I cant seem to get past number 5. idk where the adb tools are located.
any help would be awesome

this method works fine for stock FRG83D. For me, adb.exe is located here: c:\apps\android-sdk_r05\platform-tools\adb.exe

There was a change in location for adb with one of the recent updates to the sdk tools. While my directory is named 'r05', my version has actually been upgraded to the latest r8.

So, for you, assuming your sdk tools is current, you should find it under the platform-tools directory under the main install directory you chose.
 
Upvote 0
I've tried several times but it always seems to hang at step 13. How long does it take before you should see the #?

What kind of messages are you getting after step 11?

None it just seems to hang. blinking underscore, no # or $. any ideas?
So where is it really hanging? Step 13 as you first stated, or step 11 as you then replied? Did you get any other error messages along the way? You do have usb debugging enabled, right?

Sometimes with a guide that is this command prompt intensive, it is better to print it out and check off the steps as you go.
 
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