Thank you.
[SCRIPT/UTILITY] ROOT RAZR M XT907 for LOCKED Devices on 9.18.78
#421
Posted 22 September 2013 - 03:27 PM
- livinginkaos likes this
#422
Posted 22 September 2013 - 10:27 PM
Thank you Very Much!!! It took quite a few tries. But, after a little more reading & a change of USB ports it worked just fine. Again, Thank You very much! Now if Motorola would start making larger devices and put more innovation into their product... of course with Google behind them now, I am certain we all will see some phenomenal things coming from this brand. And maybe some stuff to T-Mo!
- livinginkaos likes this
#423
Posted 23 September 2013 - 04:41 PM
Could someone please talk me through rooting my XT907? I have all the files (I think) I need, but I'm not having any luck. I'm using a Mac, but I don't think it should matter. I'm new to this.
Additionally, I'm unsure of where to place the updated files for the Motochopper 1.3 xt907 download. I replaced the old files in the Droid RAZR M Utility folder with the newly extracted Motochopper 1.3 files, but when I run the utility, it still says that v1.0 of Motochopper is used.
Here is a copy/pasta of the text from the Terminal window when I try to root my RAZR M (unsuccessfully)(bold letters are my entered commands):
akmjolnir-MacBook-Pro:~ akmjolnir$ open /Users/akmjolnir/Downloads/Android/DROID_RAZR_M_Utility_1.20\ \(1\)
akmjolnir-MacBook-Pro:~ akmjolnir$ cd /Users/akmjolnir/Downloads/Android/DROID_RAZR_M_Utility_1.20\ \(1\)
akmjolnir-MacBook-Pro:DROID_RAZR_M_Utility_1.20 (1) akmjolnir$ chmod +x ./LinuxMacUtility.sh
akmjolnir-MacBook-Pro:DROID_RAZR_M_Utility_1.20 (1) akmjolnir$ bash ./LinuxMacUtility.sh
#424
Posted 23 September 2013 - 04:53 PM
Well, the tool you're running is not the tool linked to in the OP, so.....there's that.
- RikRong likes this
Non potest esse nisi unus
#425
Posted 23 September 2013 - 05:17 PM
Well, the tool you're running is not the tool linked to in the OP, so.....there's that.
That's a start.
What tool should I be using? I guess I'm unclear as to what to do to get it running. I can open the Motochopper folder, and open the run.sh file, and it gives me these directions:
I guess I'm confused on #3. What extracted .zip file is it talking about?
AFAIK, I have to run the Droid RAZR M Utility in order to access the Motochopper function (#5 in the menu).
#426
Posted 23 September 2013 - 05:19 PM
Use the Motochopper 1.3 that is linked in the first post of this thread.
R. Long: Pixel 5
#427
Posted 23 September 2013 - 05:19 PM
OP = original post. As in the first post of this thread.
- RikRong likes this
Non potest esse nisi unus
#428
Posted 24 September 2013 - 02:07 PM
I've always frozen updater.apk with TiBu.
I can't find this updater.apk with rom toolbox...where is it?
#429
Posted 25 September 2013 - 01:16 AM
I can't find this updater.apk with rom toolbox...where is it?
It should be in the apps list, but I'm not really sure. I froze mine with TiBU when I was on stock ROMs, but I'm on a custom ROM right now and there is no .apk in there to even freeze.
R. Long: Pixel 5
#430
Posted 25 September 2013 - 07:56 AM
OP = original post. As in the first post of this thread.
Yeah, I've re-read the first post several times now.
Use the Motochopper 1.3 that is linked in the first post of this thread.
I've downloaded it, un-zipped it, and followed the limited instructions ("open run.sh and follow directions").
Is the Motochopper 1.3 a stand-alone app?
#431
Posted 25 September 2013 - 07:58 AM
Yeah, I've re-read the first post several times now.
I've downloaded it, un-zipped it, and followed the limited instructions ("open run.sh and follow directions").
Is the Motochopper 1.3 a stand-alone app?
Yes it is a stand alone......
HD tappin' .... hillbilly style!!
Feeding my android addiction......... one phone at a time.....
If you are feeling generous and would like to buy me a drink.... coffee
#432
Posted 25 September 2013 - 08:23 AM
Yes it is a stand alone......
HD tappin' .... hillbilly style!!
I guess I should have asked if anyone has successfully done this on a Mac.
From the 1st page:
Instructions:
1. Download Motochopper_1.3_xt907 (done successfully)
2. Extract files (done successfully)
3. Connect the phone to the computer USB 2 port (done successfully)
4. Ensure that USB debugging is enabled (yep)
5. Execute the Run.bat on Windows or Run.sh on Linux/Mac (opened and read)
6. Follow the prompts (These are the instructions/prompts: Instructions:
7. Check root - if good then Profit! if not, continue below -
If you had previous root, sometimes it is required to clean the system partition of any remnants, so we can do that here:
8. Download the proper system.img or system.img.ext4 for your device
9. Place the file in the motochopper_1.3_xt907/system directory
10. Jump back to #3
When I open the run.sh file in the extracted Motochopper 1.3 folder I get this:
#!/bin/bash########################################################################### Motochopper: Android root exploit# Linux/OS X version## Copyright © 2013 Dan Rosenberg (@djrbliss)############################################################################ Instructions:## 1. Put your device in debugging mode## 2. Attach it via USB## 3. Run this script in the same directory as the rest of the extracted# zipfile##########################################################################echo "[*]"echo "[*] Motochopper: Android root exploit (Linux/OS X version)"echo "[*] v1.3"echo "[*] by Dan Rosenberg (@djrbliss) - Updated by SamuriHL"echo "[*]"echo "[*] Tested on the Motorola Razr HD, Razr M, Razr Maxx HD, and Atrix HD."echo "[*] Supports lots of other devices as well. ;-)"echo "[*]"echo "[*] Before continuing, ensure that USB debugging is enabled and that"echo "[*] your phone is connected via USB."echo "[*]"echo "[*] WARNING: This will likely void the warranty on your device. I am"echo "[*] not responsible for any damage to your phone as a result using this"echo "[*] tool."echo "[*]"echo "[*] Press enter to root your phone..."read -n 1echo "[*]"platform=`uname`if [ $(uname -p) = 'powerpc' ]; thenecho "[-] PowerPC is not supported."exit 1fiif [ "$platform" = 'Darwin' ]; thenadb="./adb.osx"fastboot="./fastboot.osx"version="OS X"elseadb="./adb.linux"fastboot="./fastboot.linux"version="Linux"fichmod +x $adbchmod +x $fastboot$adb kill-serverecho "[*] Waiting for device..."$adb wait-for-deviceecho "[*] Device found."echo "[*] Rebooting to AP Fastboot mode..."$adb reboot bootloaderecho "[*] Checking for system.img or system.img.ext4..."if [ -f system/system.img ]; thenecho "[*] Flashing system.img..."fiif [ -f system/system.img.ext4 ]; thenecho "[*] Flashing system.img.ext4..."fiif [ -f system/system.img ]; then$fastboot flash system system.imgfiif [ -f system/system.img.ext4 ]; then$fastboot flash system system.img.ext4fiecho "[*] Flashing old boot.img"$fastboot flash boot boot_old/boot.imgecho "[*] Rebooting..."$fastboot reboot$adb kill-serverecho "[*] Waiting for device..."$adb wait-for-deviceecho "[*] Device found."echo "[*] Pushing exploit..."$adb push pwn /data/local/tmp/pwn$adb shell chmod 755 /data/local/tmp/pwnecho "[*] Pushing root tools..."$adb push su /data/local/tmp/su$adb push busybox /data/local/tmp/busybox$adb install Superuser.apkecho "[*] Rooting phone..."$adb shell /data/local/tmp/pwnecho "[*] Cleaning up..."$adb shell rm /data/local/tmp/pwn$adb shell rm /data/local/tmp/su$adb shell rm /data/local/tmp/busyboxecho "[*] Exploit complete. Press enter to restore boot.img..."read -n 1echo "[*] Rebooting to AP Fastboot mode..."$adb reboot bootloaderecho "[*] Restoring boot.img"$fastboot flash boot boot_new/boot.imgecho "[*] Rebooting..."$fastboot reboot$adb kill-serverecho "[*] Root complete. Press enter to exit..."read -n 1
I'm not sure what's happening here.
#433
Posted 25 September 2013 - 08:26 AM
Looks like it's opening it in an editor, not actually running it as a script.
Non potest esse nisi unus
#434
Posted 25 September 2013 - 08:29 AM
- akmjolnir likes this
Feeding my android addiction......... one phone at a time.....
If you are feeling generous and would like to buy me a drink.... coffee
#435
Posted 25 September 2013 - 08:46 AM
That's what I was going to say.... you need to open terminal, and CD to the directory where you extracted ..... then type chmod +x run.sh .... then hit enter..... then try running the run.sh again..... HD tappin' .... hillbilly style!!
Excellent. It worked. Thanks for the help. I owe you a beer.
- johnthehillbilly and RikRong like this
#436
Posted 25 September 2013 - 08:10 PM
Hello everyone! , sorry if this has been already answered because I've been looking up and down forums all day. I saw that this is for .18 update but does it also support the 98.16.3 update? Thanks and have a great day!
#437
Posted 25 September 2013 - 09:37 PM
Just wanted to say thanks for your work. Works great.
- livinginkaos likes this
#438
Posted 26 September 2013 - 03:09 PM
Seems to be hanging on me, phone is in fastboot and says flash failure. Nothing happens after "sending 'boot'"... been over 20 minutes now.
What now?
#439
Posted 26 September 2013 - 05:39 PM
Seems to have worked now, I switched USB ports and rebooted PC. Thx!
- livinginkaos likes this
#440
Posted 27 September 2013 - 08:10 AM
Worked flawlessly first try on my Windows 8 laptop. Thank you so much!
- livinginkaos likes this
Also tagged with one or more of these keywords: ROOT FIX
Root fix
Legacy Devices →
VZW Droid Razr/Razr Maxx HD [XT926-CDMA/LTE] →
VZW Droid Razr/Razr Maxx HD General [XT926] - {Q&A, Discussion} →
[Script/Utility] ROOT RAZR HD XT926 For LOCKED Devices On 9.18.79Started by tucstwo , 23 Jul 2013 Root fix, root exploit and 8 more... |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users