[ROOT][ICS] Root Razr ICS 4.0.3 and 4.0.4 [updated]

Status
Not open for further replies.
Search This thread

hacker812c

Senior Member
Mar 28, 2012
2,624
2,146
Salvador🇧🇷
[ROOT][ICS] Root Razr ICS 4.0.3 and 4.0.4 [updated]
This is first post for Razr Root ICS 4.0.4 on XDA Developers


Tested on my Razr xt910 no errors... :)
This method run in CDMA and GSM Razr... :)
This method run in all versions ICS 4.0.4 for Razr
This method run in all versions ICS BRAZIL and ICS Leaks
This method run in all versions ICS CHINA / 4.0.3 and 4.0.4
This method run and confirmed on ICS Leaks english.en.Eu 4.0.4

Credit to Rick#2 for this great post and Exploit
Credit to miloj for this new technique on ASUS Transformer

Only Run the script and wait end process
Remenber this method has been fully tested on my Razr and i succeeded

[REQUIREMENTS]
Check if your USB computer connection is "Mass Storage".
It shouldn't be. Change it to "media device" MTP mode.
Check if your configuration of android is set to "debug mode".

[AUTOMATIC]
1. Download exploits or scripts
2. Unpack files on any folder
3. Install motorola drivers
4. Connect your Razr with USB cable
5. Check if your configuration of android is set to "debug mode".
6. Check your Usb connection and change to "media device"
7. Run the exploit in the bottom of the page

[SCRIPT] Fully tested only run in prompt and wait process
Mod Edit:Removed links

[MANUAL]
1. Download the following files: su and debugfs
2. Save the two files on /sdcard
(ie: mount your sdcard in windows and copy them over, or "adb push" them to /sdcard).
3. In a linux terminal/Windows command prompt:
commands at the prompt is started after the symbol #
4. Run all commands and if reboot not run open new prompt and enter adb "reboot"
5. Run sequence commands and reboot with "adb reboot" or with shutdown
6. Install superuser.apk from market or google play
7. Install OTA ROOT KEEPER and backup your ROOT
8. Install ROOT CHECKER BASIC and test your ROOT access
9. if fails one first test, reboot and restart ...
10. Run all commands and no reboot... yes run all comands again...
11. Reboot only with finish all commands...
12. if fails with second test run script on the end of this page

[COMMANDS]
Code:
adb shell

shell@cdma_maserati:/ # cd /sdcard
shell@cdma_maserati:/ # cp su /data/local/12m/
shell@cdma_maserati:/ # cp debugfs /data/local/12m/
shell@cdma_maserati:/ # cd /data/local/12m
shell@cdma_maserati:/ # chmod 755 su
shell@cdma_maserati:/ # chmod 755 debugfs
shell@cdma_maserati:/ # mv batch batch.bak
shell@cdma_maserati:/ # ln -s /dev/block/mmcblk1p20 batch
shell@cdma_maserati:/ # exit
adb reboot

The Razor reboots, after restart enter new commands...=>

Code:
adb wait-for-device shell
Wait android shell:

Code:
shell@cdma_maserati:/ # cd /data/local/12m
shell@cdma_maserati:/ # rm batch
shell@cdma_maserati:/ # mv batch.bak batch
shell@cdma_maserati:/ # /data/local/12m/debugfs -w /dev/block/mmcblk1p20

(Enter this commands at the "debugfs:" prompt)

debugfs: # cd xbin
debugfs: # write /data/local/12m/su su
debugfs: # set_inode_field su mode 0104755
debugfs: # set_inode_field su uid 0
debugfs: # set_inode_field su gid 0
debugfs: # quit

shell@cdma_maserati:/ # cd /data/local/12m
shell@cdma_maserati:/ # rm su
shell@cdma_maserati:/ # rm debugfs
shell@cdma_maserati:/ # cd /
shell@cdma_maserati:/ # reboot
shell@cdma_maserati:/ # exit
adb reboot

if fails one first test, reboot and restart ...
run all commands and no reboot... yes run all comands again...
reboot only with finish all commands...

After install - open market and Download superuser.apk
https://play.google.com/store/apps/...wsMSwyLDEsImNvbS5ub3NodWZvdS5hbmRyb2lkLnN1Il0.

Download the Superuser app from the google play and install.

[THANKS]
If this post help you click Thanks

[SCRIPT] Exploit Script Updated
I rooted my razr with commands only ok... and I succeeded

[EXPLOIT]
ICS.4.0.4.ROOT.zip - [ROOT-ICS] (1.133 KB, :) 50.898.976 views)
Mod Edit:Removed links

[FILES]
Mod Edit:Removed links

[ABOUT THIS PAGE]
I'm here to help people around the world

is not what you do that makes you extraordinary
but it is the way that we give that says who we are
it can not be measured with thanks or views
Jesus is the Lord

About this Root method - Thank You XDA for this page
http://www.xda-developers.com/androi...razr/#comments

About this Root method - Thank You Droid Life for this page
http://www.droid-life.com/2012/06/1...rooted-before-official-release/#disqus_thread
Brazil.gif
 
Last edited by a moderator:

drolgnir

Senior Member
Mar 26, 2011
645
156
Kingston
amazing, thanks for this i will try it out tomorrow morning and post root confirmation on my latam ota 404.

Sent from my XT910 using XDA
 
  • Like
Reactions: hacker812c

hacker812c

Senior Member
Mar 28, 2012
2,624
2,146
Salvador🇧🇷
I strongly recommend you to send this file to Mediafire
4shared cannot download anything without its account

Ok, thanks for sugestion...

I have not tested this script...
I rooted my razr with commands only ok...
[SCRIPT] Exploit with script by Hacker812c
http://www.4shared.com/rar/0BKsZ-Uw/ROOTICS404_2.html
http://www.mediafire.com/download.php?cbh4kpdeeizjc8j

First correction...
in the line 6 i insert new command [chmod]
shell@cdma_maserati:/ # chmod 755 su
 
Last edited:

la121mo

Member
Aug 28, 2010
43
14
Sweet Home
the commands failed on mine.(rom is 651.167.26.XT910.Retail.en.EU OTA 672.180.17.XT910.Retail.en.EU )

i tried it for many times.
i got error just on this lines:

Code:
shell@umts_spyder:/data/local/12m $ /data/local/12m/debugfs -w /dev/block/mmcblk
1p20
fs -w /dev/block/mmcblk1p20                                                   <
debugfs 1.42 (29-Nov-2011)
/dev/block/mmcblk1p20: Permission denied while opening filesystem
debugfs:  cd xbin
cd xbin
cd: Filesystem not open
debugfs:  write /data/local/12m/su su
write /data/local/12m/su su
write: Filesystem not open
debugfs:  set_inode_field su mode 0104755
set_inode_field su mode 0104755
set_inode_field: Filesystem not open
debugfs:  set_inode_field su uid 0
set_inode_field su uid 0
set_inode_field: Filesystem not open
debugfs:  set_inode_field su gid 0
set_inode_field su gid 0
set_inode_field: Filesystem not open

solved:
device needs reboot while process.
even it fail on first time
 
Last edited:

nnm2007

Member
May 28, 2010
18
1
Everything's cool! Everything is working. Thank you very much. (RAZR GSM, Blur_Version.651.167.3370.XT910.Brasil.en.BR)
 
Last edited:
  • Like
Reactions: hacker812c

supercharge1

Senior Member
Aug 12, 2009
74
4
i just did everything manually without errors and nothing

the only issue i saw was the reboot command was not allowed. i had to do that manually, problem?
 
  • Like
Reactions: Firidan

markceri2000

Member
Apr 21, 2005
19
4
Ascoli Piceno
in manual command i have this message:

cp su /data/local/12m/
cp: su: No such file or directory
1|shell@umts_spyder:/sdcard $

pls help me

thanks



ok, found my mistake: the 2 files are copied into internal memory. I was copying them into the external sd.

I did the manual procedure and everything went well!! Now I again have the root on my razr!
4.0.4 ICS 672.180.17 en eu

Thanks to those who have allowed this!!!!!!!

you are great at helping us "earthlings"

bye
 
  • Like
Reactions: hacker812c

cygnae

Member
Dec 19, 2010
34
7
GREAT!!!!

Worked flawlessly on my LATAM GSM RAZR, Blur_Version.651.167.3370.XT910.Brasil.en.BR, only tip, if you do the "rebooot" line and get a "not permitted operation" just shut down the phone and turn it back on, it won't affect nothing.

Thank you a lot OP
 
  • Like
Reactions: hacker812c

dtrail1

Senior Member
Oct 7, 2011
4,809
7,868
Frankfurt
This is great! Much better than our root method which needs to wipe and restore the CID partition. It wasn't published because many users would have to boot via BP Tools because they would have tried it without having a p18 backup. Thx!

Gesendet von meinem XT910 mit Tapatalk 2
 
  • Like
Reactions: kelcastro

mrducnguyen

Member
Mar 6, 2009
14
9
Rooted!

I've nearly bricked my Razr when trying to fastboot back to 2.3.6 just for rooting my phone (I'm currently on "official" ICS leak 651.167.26.XT910.Retail.en.EU OTA 2.180.17.XT910.Retail.en.EU, it cannot be fastboot back)

Thank you very much!

By the way, the 2 reboot lines should be "adb reboot" right? I wasn't able to reboot directly (permission denied) so I exit and type adb reboot instead.
 

dtrail1

Senior Member
Oct 7, 2011
4,809
7,868
Frankfurt
P.S. And why didn't you wait releasing it until the official ICS will be released? Now Moto is able to patch it...

Gesendet von meinem XT910 mit Tapatalk 2
 
  • Like
Reactions: FrAsErTaG
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 52
    [ROOT][ICS] Root Razr ICS 4.0.3 and 4.0.4 [updated]
    This is first post for Razr Root ICS 4.0.4 on XDA Developers


    Tested on my Razr xt910 no errors... :)
    This method run in CDMA and GSM Razr... :)
    This method run in all versions ICS 4.0.4 for Razr
    This method run in all versions ICS BRAZIL and ICS Leaks
    This method run in all versions ICS CHINA / 4.0.3 and 4.0.4
    This method run and confirmed on ICS Leaks english.en.Eu 4.0.4

    Credit to Rick#2 for this great post and Exploit
    Credit to miloj for this new technique on ASUS Transformer

    Only Run the script and wait end process
    Remenber this method has been fully tested on my Razr and i succeeded

    [REQUIREMENTS]
    Check if your USB computer connection is "Mass Storage".
    It shouldn't be. Change it to "media device" MTP mode.
    Check if your configuration of android is set to "debug mode".

    [AUTOMATIC]
    1. Download exploits or scripts
    2. Unpack files on any folder
    3. Install motorola drivers
    4. Connect your Razr with USB cable
    5. Check if your configuration of android is set to "debug mode".
    6. Check your Usb connection and change to "media device"
    7. Run the exploit in the bottom of the page

    [SCRIPT] Fully tested only run in prompt and wait process
    Mod Edit:Removed links

    [MANUAL]
    1. Download the following files: su and debugfs
    2. Save the two files on /sdcard
    (ie: mount your sdcard in windows and copy them over, or "adb push" them to /sdcard).
    3. In a linux terminal/Windows command prompt:
    commands at the prompt is started after the symbol #
    4. Run all commands and if reboot not run open new prompt and enter adb "reboot"
    5. Run sequence commands and reboot with "adb reboot" or with shutdown
    6. Install superuser.apk from market or google play
    7. Install OTA ROOT KEEPER and backup your ROOT
    8. Install ROOT CHECKER BASIC and test your ROOT access
    9. if fails one first test, reboot and restart ...
    10. Run all commands and no reboot... yes run all comands again...
    11. Reboot only with finish all commands...
    12. if fails with second test run script on the end of this page

    [COMMANDS]
    Code:
    adb shell

    shell@cdma_maserati:/ # cd /sdcard
    shell@cdma_maserati:/ # cp su /data/local/12m/
    shell@cdma_maserati:/ # cp debugfs /data/local/12m/
    shell@cdma_maserati:/ # cd /data/local/12m
    shell@cdma_maserati:/ # chmod 755 su
    shell@cdma_maserati:/ # chmod 755 debugfs
    shell@cdma_maserati:/ # mv batch batch.bak
    shell@cdma_maserati:/ # ln -s /dev/block/mmcblk1p20 batch
    shell@cdma_maserati:/ # exit
    adb reboot

    The Razor reboots, after restart enter new commands...=>

    Code:
    adb wait-for-device shell
    Wait android shell:

    Code:
    shell@cdma_maserati:/ # cd /data/local/12m
    shell@cdma_maserati:/ # rm batch
    shell@cdma_maserati:/ # mv batch.bak batch
    shell@cdma_maserati:/ # /data/local/12m/debugfs -w /dev/block/mmcblk1p20

    (Enter this commands at the "debugfs:" prompt)

    debugfs: # cd xbin
    debugfs: # write /data/local/12m/su su
    debugfs: # set_inode_field su mode 0104755
    debugfs: # set_inode_field su uid 0
    debugfs: # set_inode_field su gid 0
    debugfs: # quit

    shell@cdma_maserati:/ # cd /data/local/12m
    shell@cdma_maserati:/ # rm su
    shell@cdma_maserati:/ # rm debugfs
    shell@cdma_maserati:/ # cd /
    shell@cdma_maserati:/ # reboot
    shell@cdma_maserati:/ # exit
    adb reboot

    if fails one first test, reboot and restart ...
    run all commands and no reboot... yes run all comands again...
    reboot only with finish all commands...

    After install - open market and Download superuser.apk
    https://play.google.com/store/apps/...wsMSwyLDEsImNvbS5ub3NodWZvdS5hbmRyb2lkLnN1Il0.

    Download the Superuser app from the google play and install.

    [THANKS]
    If this post help you click Thanks

    [SCRIPT] Exploit Script Updated
    I rooted my razr with commands only ok... and I succeeded

    [EXPLOIT]
    ICS.4.0.4.ROOT.zip - [ROOT-ICS] (1.133 KB, :) 50.898.976 views)
    Mod Edit:Removed links

    [FILES]
    Mod Edit:Removed links

    [ABOUT THIS PAGE]
    I'm here to help people around the world

    is not what you do that makes you extraordinary
    but it is the way that we give that says who we are
    it can not be measured with thanks or views
    Jesus is the Lord

    About this Root method - Thank You XDA for this page
    http://www.xda-developers.com/androi...razr/#comments

    About this Root method - Thank You Droid Life for this page
    http://www.droid-life.com/2012/06/1...rooted-before-official-release/#disqus_thread
    Brazil.gif
    4

    Please use the Multi-quote

    1f1acd4122.png
    3
    I strongly recommend you to send this file to Mediafire
    4shared cannot download anything without its account

    Ok, thanks for sugestion...

    I have not tested this script...
    I rooted my razr with commands only ok...
    [SCRIPT] Exploit with script by Hacker812c
    http://www.4shared.com/rar/0BKsZ-Uw/ROOTICS404_2.html
    http://www.mediafire.com/download.php?cbh4kpdeeizjc8j

    First correction...
    in the line 6 i insert new command [chmod]
    shell@cdma_maserati:/ # chmod 755 su
    3
    XDA user hacker812c has posted a myriad of ways for users to root their RAZRs, and it seems to be working on many different builds from many different countries.

    AFAIK, you just copy & paste Rick#2 methods.
    No development done. Not to mention a root script.

    I'm nobody to say this, but I'm sick of your "thanks reply".
    They invent the thanks button for a reason.

    You are a Noob on XDA-Developers

    Please do not let's extend this theme here.
    Your post signature is a sensitive topic too..
    2
    amazing, thanks for this i will try it out tomorrow morning and post root confirmation on my latam ota 404.

    Sent from my XT910 using XDA

    FrAsErTaG Thank you

    Thanks for confirmation drolgnir
    i´m happy for you... and for all my friends on XDA

    The secret of my success is Jesus