What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[HOW TO] Root your Motorola Droid RAZR [Windows Only]

RazrBootstrap.apk

No problem. I found help here so the least I can do is return the favor. I feel we are all in this together. :)

You have to be rooted to use bootstrapper and titanium backup.

Have you done this yet?

Sent from my DROID RAZR using DroidForums

Got it! Thanks bro, gonna try installing it now.

Edit:
11/30/11 6:20am: Worked like a charm, backing up my phone now. Thanks again! :)

If anyone else is having difficulty getting into ClockworkMod Recovery, Download the link above, place on root of your RAZR, find your file manager, find razrbootstrap.apk and tap it, then install. Tap "Bootstrap Recovery", then tap "Reboot Recovery" to get into CWM. :)
 
Last edited:
Got it! Thanks bro, gonna try installing it now.

Edit:
11/30/11 6:20am: Worked like a charm, backing up my phone now. Thanks again! :)

If anyone else is having difficulty getting into ClockworkMod Recovery, Download the link above, place on root of your RAZR, find your file manager, find razrbootstrap.apk and tap it, then install. Tap "Bootstrap Recovery", then tap "Reboot Recovery" to get into CWM. :)

Anytime! Glad it worked.

Good thinking on the instructions. I sometimes forgot others might not know. Oops.

Sent from my DROID RAZR using DroidForums
 
Last edited:
newb in need of help here, I downloaded the motorola drivers looked at the device manager on my computer and it shows theres ADB Interface on here (in the droidrootrazer.com video he said any ADB showing up would be acceptable) and i ran the batch file and got this View attachment 43079 with no signs of the phone being rooted after the reboot. i did it twice and dont want to mess the phone up if something isnt right. advice help?
 
I had an issue with my phone and did not know if they would be replacing it or not so I ran Ginger unroot on it in case they were to give me any issue when looking over my phone.

It ends up the problem was with my docking station connections, which they replaced.

I came back to the office to root the phone again with Doomlord's program and it will not root again. It appears to fail when running the line:

@files\adb shell "cd /data/local/tmp/; rm *"

The folder does not exist. It goes through the rest of the routine, but I guess it doesn't really do anything since it cannot get to that folder. Do I just need to create this folder with adb? If so, could someone give me the proper command so I can try it again?

Thanks ahead of time for your help.

Edit: I found a command to make the folder. it comes back that the folder already exists. I ran the command again and it tells me "rm failed for *, No such file or directory"
 
Last edited:
I got it working. Apparently the batch file did not load superuser on my phone. I ran the batch file line by line and still did not have root. Root checker would always come back negative.

However, I noticed ES File explorer would let me into the root folder, so it was like I was semi-rooted. I d/l superuser and installed it and things started working.
 
yes, what does the two options do?

When ICS comes out, what do I do to make sure I can receive it?

Not 100% on this but I'll do my best. The Bootstrap recovery button basically mounts the recovery (just a guess) and the reboot recovery button reboots it into cwm recovery. Not sure why the two buttons and not just one that would run the first command then after a success run the second command to reboot, but I'm sure there is a reason. Basically the two commands work with each other so they are more like steps not options. Hope that helps.
 
Output from (successful) batch-file run.

So, worked easily (dare I say, easier than the D1?). But since I wasn't sure what to be looking for and/or what to expect, and since a few folks have asked "I see such and such, should I see more???"; I've cut/paste exactly what the batch file should show when you run it (or at least, what it showed for me). Dunno, it may help someone, but your usage may vary...

(btw; I love the zergling references!)

Code:
---------------------------------------------------------------
              Easy rooting toolkit (v2.0)
                   created by DooMLoRD
        using exploit zergRush (Revolutionary Team)
   Credits go to all those involved in making this possible!
---------------------------------------------------------------
 
[*] This script will:
     (1) root ur device using latest zergRush exploit (10 Nov)
     (2) install Busybox (1.18.4)
     (3) install SU files (binary: 3.0.3 and apk: 3.0.6)
 
[*] Before u begin:
     (1) make sure u have installed adb drivers for ur device
     (2) enable "USB DEBUGGING"
           from (Menu\Settings\Applications\Development)
     (3) enable "UNKNOWN SOURCES"
           from (Menu\Settings\Applications)
     (4) [OPTIONAL] increase screen timeout to 10 minutes
     (5) connect USB cable to PHONE and then connect to PC
     (6) skip "PC Companion Software" prompt on device
---------------------------------------------------------------
 CONFIRM ALL THE ABOVE THEN
Press any key to continue . . .
--- STARTING ----
--- WAITING FOR DEVICE
* daemon not running. starting it now *
* daemon started successfully *
--- cleaning
rm failed for *, No such file or directory
--- pushing zergRush"
1125 KB/s (23056 bytes in 0.020s)
--- correcting permissions
--- executing zergRush

[**] Zerg rush - Android 2.2/2.3 local root
[**] (C) 2011 Revolutionary. All rights reserved.

[**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.

[+] Found a GingerBread ! 0x00019118
[*] Scooting ...
[*] Sending 149 zerglings ...
[*] Sending 189 zerglings ...
[+] Zerglings found a way to enter ! 0x18
[+] Overseer found a path ! 0x000191e0
[*] Sending 189 zerglings ...
[+] Zerglings caused crash (good news): 0x40122c44 0x0074
[*] Researching Metabolic Boost ...
[+] Speedlings on the go ! 0xafd19a23 0xafd3a48f
[*] Sending 181 zerglings ...

[+] Rush did it ! It's a GG, man !
[+] Killing ADB and restarting as root... enjoy!
--- WAITING FOR DEVICE TO RECONNECT
if it gets stuck over here for a long time then try:
   disconnect usb cable and reconnect it
   toggle "USB DEBUGGING" (first disable it then enable it)
--- DEVICE FOUND
--- pushing busybox
2233 KB/s (1075144 bytes in 0.470s)
--- correcting permissions
--- remounting /system
--- copying busybox to /system/xbin/
2099+1 records in
2099+1 records out
1075144 bytes transferred in 0.092 secs (11686347 bytes/sec)
--- correcting ownership
--- correcting permissions
--- installing busybox
--- pushing SU binary
21 KB/s (22228 bytes in 1.000s)
--- correcting ownership
--- correcting permissions
--- correcting symlinks
--- pushing Superuser app
3279 KB/s (785801 bytes in 0.234s)
--- cleaning
--- rebooting
ALL DONE!!!
Press any key to continue . . .
 
Hello all.

I stumbled upon your page when a friend told me about "owning" my new Droid RAZR.

I am intrigued by what I read here and have proceeded to follow the instructions as they are written on the first page of this thread.

After running the .bat file, I got a message saying that the root was successful and my phone rebooted.

Is there a way of verifying that the phone is indeed rooted?

I ask, as I installed wifi tether and when I launch it says NO ROOT.

Also, when I run Adv. Task Killer, I don't see the Apps I want to get rid of such as Slacker.

I had a Droid 2 and rooted it successfully and don't think I was successful at all with my RAZR.

Any help would be much appreciated.

Thanks in advance and kudos on a great thread!
 
Hello all.

I stumbled upon your page when a friend told me about "owning" my new Droid RAZR.

I am intrigued by what I read here and have proceeded to follow the instructions as they are written on the first page of this thread.

After running the .bat file, I got a message saying that the root was successful and my phone rebooted.

Is there a way of verifying that the phone is indeed rooted?

I ask, as I installed wifi tether and when I launch it says NO ROOT.

Also, when I run Adv. Task Killer, I don't see the Apps I want to get rid of such as Slacker.

I had a Droid 2 and rooted it successfully and don't think I was successful at all with my RAZR.

Any help would be much appreciated.

Thanks in advance and kudos on a great thread!

Root checker basic on the market. Also do you have superuser in your app drawer?

Did you install the latest moto drivers, do you ave adb installed, connect in charge only mode?
 
Back
Top