[Root]65.1.21.XT910.PSHAsiaRetail.en.03 and 65.1.21.XT910.MERetail.en.03

Search This thread

almstag

Senior Member
Dec 8, 2011
67
51
hi

Worked root 2.3.5 65.1.21.XT910.PSHAsiaRetail.en.03 and 65.1.21.XT910.MERetail.en.03

[Instruction]
Install USB Drivers
Extract Motofail_windows.zip Package
Enable debugging on device. Settings -> Application -> Development -> Tick USB Debugging
Connect device to PC
Test if device is recognised in command prompt using ADB Devices (Optional)
Run the Run.bat
Enjoy


Download
http://vulnfactory.org/public/motofail_windows.zip

Original link
http://vulnfactory.org/blog/2012/02/...ty-experiment/


Dan Rosenberg
 
Last edited:

bahathir

Senior Member
Feb 14, 2010
301
161
55
It's works, on my RAZR XT910 Asia, SEAOP.
I am using GNU/Linux and this how I re-ROOT my RAZR back. :)

Note: Only for advanced and know what todo users. Actually this is for anyone who knows how to use adb or fastboot, either in GNU/Linux, OSX or Windows. :)

1) I already installed the adb and fastboot in $PATH.
2) Extract the motofail exploit
3) cd /to/motofail
4) $ adb push motofail /data/local/.
5) $ adb shell 'chmod 755 /data/local/motofail'
6) $ adb shell '/data/local/motofail exploit'
7) $ adb reboot
8) $ adb remount
9) $ adb push su /system/xbin/.
9a) $ adb shell 'chmod 4755 /system/xbin/su'
10) $ adb shell '/data/local/motofail clean; reboot'
11) Install Superuser from Market.


If you already rooted your RAZR, but had been removed by OTA, you can skip step 9) to re-ROOT your RAZR. :).

Note and suggestion: DO NOT push Superuser.apk to /system/app . It is wise to INSTALL from Market or do $ adb install -r Superuser.apk. Better to remove /system/app/Superuser.apk before reinstall the Superuser.apk from Market or adb : $ adb shell 'rm /system/app/Superuser.apk'

You can remove the motofail later;
$ adb shell 'rm /data/local/motofail'

You can read run.bat to see the commands involved.

Thank you...
 
Last edited:
  • Like
Reactions: kent_lkc

Sim Kai Long

Senior Member
Jan 4, 2010
130
11
hi

Worked root 2.3.5 65.1.21.XT910.PSHAsiaRetail.en.03 and 65.1.21.XT910.MERetail.en.03

[Instruction]
Install USB Drivers
Extract Doomlords Package
Enable debugging on device. Settings -> Application -> Development -> Tick USB Debugging
Connect device to PC
Test if device is recognised in command prompt using ADB Devices (Optional)
Run the Runme.bat
Enjoy


Download
http://vulnfactory.org/public/motofail_windows.zip

So do I extract Doomlords' package [from other threads] or do I extract the ATTACHED package? Namely, Motofail_windows.zip.

Edit: Turns out that the "Doomlord's Package" in the instructions was for the attached pacakge. I've successfully rooted my XT910 that's on 65.1.21.XT910.PSHAsiaRetail.en.03
 
Last edited:

Sim Kai Long

Senior Member
Jan 4, 2010
130
11
Do I just need to extract the motofail and run .bat file on my razr which is on new ota?

Sent from my XT910 using xda premium

Extract motofail_windows.zip to a folder anywhere on your computer, on your desktop perhaps?

Make sure the phone is enabled for USB Debugging [Read the instructions for this]

Run "Run.bat" through your PC and the other processes will be automated.
 
  • Like
Reactions: Sedariya11

manish.sanil

Member
Feb 6, 2011
16
0
37
Mumbai
No, there's no fastboot file for 65.1.21.XT910.PSHAsiaRetail.en.03. But you can go there by OTA Update via Moto Recovery :)
Hey thanks for your prompt reply..
I am getting this error when i do OTA
had to get the asia rom through the method above but i can't update any OTA!
i have downloaded the asia ota and put it on my sd.

i boot into recovery and update from zip/sd card.

all goes well until half way and i get an error.

something along the lines of "assert failed: apply_patch_check("MTD:boot:8388608:c3d17a6e41533c 813209ed51dfef327df8e1f76")

E:error in /tmp/sideload/package.zip

(status7 )

Installation Aborted


So i must have damaged some system files right?? Now how do i get the Fastboot files or is there any alternative as to how to go about it?
 

psyce

Member
Feb 17, 2008
38
1
Worked for me like a charm, thx bro (651.167.19.XT910.Retail.en.EU).

Edit:
Titanium Backup said that 4755 isn't optimal for su and changed it to 6755
 
Last edited:

bahathir

Senior Member
Feb 14, 2010
301
161
55
It seem the /system didn't remounted to rw(read/write) mode. Did the exploit success?

Do the motofail clean step, reboot and start again from step 1 again.

Good luck.

Sent from my XT910 using XDA App
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    hi

    Worked root 2.3.5 65.1.21.XT910.PSHAsiaRetail.en.03 and 65.1.21.XT910.MERetail.en.03

    [Instruction]
    Install USB Drivers
    Extract Motofail_windows.zip Package
    Enable debugging on device. Settings -> Application -> Development -> Tick USB Debugging
    Connect device to PC
    Test if device is recognised in command prompt using ADB Devices (Optional)
    Run the Run.bat
    Enjoy


    Download
    http://vulnfactory.org/public/motofail_windows.zip

    Original link
    http://vulnfactory.org/blog/2012/02/...ty-experiment/


    Dan Rosenberg
    1
    It's works, on my RAZR XT910 Asia, SEAOP.
    I am using GNU/Linux and this how I re-ROOT my RAZR back. :)

    Note: Only for advanced and know what todo users. Actually this is for anyone who knows how to use adb or fastboot, either in GNU/Linux, OSX or Windows. :)

    1) I already installed the adb and fastboot in $PATH.
    2) Extract the motofail exploit
    3) cd /to/motofail
    4) $ adb push motofail /data/local/.
    5) $ adb shell 'chmod 755 /data/local/motofail'
    6) $ adb shell '/data/local/motofail exploit'
    7) $ adb reboot
    8) $ adb remount
    9) $ adb push su /system/xbin/.
    9a) $ adb shell 'chmod 4755 /system/xbin/su'
    10) $ adb shell '/data/local/motofail clean; reboot'
    11) Install Superuser from Market.


    If you already rooted your RAZR, but had been removed by OTA, you can skip step 9) to re-ROOT your RAZR. :).

    Note and suggestion: DO NOT push Superuser.apk to /system/app . It is wise to INSTALL from Market or do $ adb install -r Superuser.apk. Better to remove /system/app/Superuser.apk before reinstall the Superuser.apk from Market or adb : $ adb shell 'rm /system/app/Superuser.apk'

    You can remove the motofail later;
    $ adb shell 'rm /data/local/motofail'

    You can read run.bat to see the commands involved.

    Thank you...
    1
    Do I just need to extract the motofail and run .bat file on my razr which is on new ota?

    Sent from my XT910 using xda premium

    Extract motofail_windows.zip to a folder anywhere on your computer, on your desktop perhaps?

    Make sure the phone is enabled for USB Debugging [Read the instructions for this]

    Run "Run.bat" through your PC and the other processes will be automated.