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

Status
Not open for further replies.
Search This thread

shiwuye12

Senior Member
Mar 19, 2012
85
82
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

I'm afraid not
Because EMEA/USA have got to the testing PHASE 3,not development
Thus its development is completed,to fix it can be VERY difficult
To fix it means rewriting its kernel
What's more
A rooted phone means backup p18 can be done
You know a backuped p18 can make a lot of possiblities

---------- Post added at 04:51 PM ---------- Previous post was at 04:46 PM ----------

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

And what's more
China has done its soak test-----the 1000 people test on forums
 
Last edited:

xodeus

Senior Member
Mar 13, 2010
608
84
Fredericia
xodeus.dk
I can't get started with this method...
Fails when trying to change directory with adb.
Code:
C:\Android>adb shell
shell@umts_spyder:/ $ cd /sdcard
cd /sdcard
/system/bin/sh: cd: /sdcard - Permission denied
1|shell@umts_spyder:/ $

I'm on 672.180.17.XT910.Retail.en.EU
 

lukas77

Senior Member
Mar 14, 2008
910
398
Wroclaw
Samsung Galaxy S23 Ultra
I can't get started with this method...
Fails when trying to change directory with adb.
Code:
C:\Android>adb shell
shell@umts_spyder:/ $ cd /sdcard
cd /sdcard
/system/bin/sh: cd: /sdcard - Permission denied
1|shell@umts_spyder:/ $

I'm on 672.180.17.XT910.Retail.en.EU

I think you should connect phone as multimedia device not "USB Mass storage"
 
  • Like
Reactions: anchang1

m3ta

Senior Member
Feb 11, 2008
110
16
London
I can't get started with this method...
Fails when trying to change directory with adb.
Code:
C:\Android>adb shell
shell@umts_spyder:/ $ cd /sdcard
cd /sdcard
/system/bin/sh: cd: /sdcard - Permission denied
1|shell@umts_spyder:/ $

I'm on 672.180.17.XT910.Retail.en.EU

Check if your USB computer connection is "Mass Storage". It shouldn't be.
Change it to "media device".
 

hacker812c

Senior Member
Mar 28, 2012
2,617
2,146
Salvador🇧🇷
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.

Thanks for your reply
Jesus is the Lord
 

Pzyduck

Senior Member
Nov 8, 2010
396
817
32
La Rioja

Please use the Multi-quote

1f1acd4122.png
 

spawns

Senior Member
Apr 7, 2010
241
33
Im having a very weird problem...!
All the process is correct for me except the part where I need to reboot my device.
When I enter any app that needs SU, it accepts me, everything ok, but when I am changing anything, or making any copy, it says I have no SU available!

Any ideas?
 
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