[HOWTO] ROOT T-Mobile SGSII via ODIN -- Updated Recovery

Search This thread

senkulpa

Senior Member
Aug 20, 2009
168
21
Pictures worth one word: "root"!

Here's 3 pics from RFN on my Android with su enabled.
 

Attachments

  • SC20111019-185502.jpg
    SC20111019-185502.jpg
    42 KB · Views: 3,102
  • SC20111019-185623.jpg
    SC20111019-185623.jpg
    24.3 KB · Views: 2,531
  • SC20111019-185634.jpg
    SC20111019-185634.jpg
    28.7 KB · Views: 2,450

MisterW00DS

Senior Member
Jul 21, 2007
61
10
Long Island, NY
will rooting using this method erase and reset every thing on my device back to factory default? or just root the device and leave everything I've already set up as is?
 

|Melvin|

Senior Member
Dec 21, 2010
2,987
4,231
Advanced Dev Team
Anyone wants to help me with a little contribution to get this phone for development? I could trade my sensation for the sgsii plus like 100 dollars or i can sell my sensation to a friend for 350 and then with 100 more i could get the sgsii since i got a discount on tmobile and they will give me the phone for 441..... just in case you can click the donate button above my avatar...
 

kenvan19

Senior Member
Dec 7, 2010
3,562
540
Anyone wants to help me with a little contribution to get this phone for development? I could trade my sensation for the sgsii plus like 100 dollars or i can sell my sensation to a friend for 350 and then with 100 more i could get the sgsii since i got a discount on tmobile and they will give me the phone for 441..... just in case you can click the donate button above my avatar...

Ill give you $10. I'll do it after my paycheck get dded tonight or tomorrow morning. 9 more people?

Sent from my Nexus S MV from the XDA Premium app.
 

senkulpa

Senior Member
Aug 20, 2009
168
21
will rooting using this method erase and reset every thing on my device back to factory default? or just root the device and leave everything I've already set up as is?

If this [Q] has not yet been answered, then no - it does not reset anything.

The '/META-INF/com/google/android/updater-script' code is simply:

Code:
ui_print("***********************************************");
ui_print("    Superuser 3.0.5 for Android 2.0-3.2");
ui_print("***********************************************");

show_progress(1.000000, 0);

ui_print("  Mounting SYSTEM...");
run_program("/sbin/busybox", "mount", "/system");
set_progress(0.100000);

ui_print("  Deleting SYSTEM:bin/su...");
delete("/system/bin/su");
set_progress(0.200000);

ui_print("  Deleting SYSTEM:xbin/su...");
delete("/system/xbin/su");
set_progress(0.300000);

ui_print("  Extracting files to SYSTEM...");
package_extract_dir("system", "/system");
set_progress(0.400000);

ui_print("  Setting SYSTEM:bin/su permissions to 06755...");
set_perm(0, 0, 06755, "/system/bin/su");
set_progress(0.500000);

ui_print("  Creating SYSTEM:xbin/su symbolic link...");
symlink("/system/bin/su", "/system/xbin/su");
set_progress(0.600000);

ui_print("  Unmounting SYSTEM...");
unmount("/system");
set_progress(0.900000);

ui_print("Install complete. Enjoy!");
set_progress(1.000000);
 

kenvan19

Senior Member
Dec 7, 2010
3,562
540
Yea brother. Around that. And BTW thanks my man for helping. ill post on craiglist to see if someone wants to trade. Hope you guys help me out..

Beast mod on sensation looked sick. Love to be able to use it once I get my gs2 tomorrow after work (have to await the wife's go ahead lol)

Sent from my Nexus S MV from the XDA Premium app.
 
  • Like
Reactions: |Melvin|

Top Liked Posts

  • There are no posts matching your filters.
  • 230
    ROOT THE T-MOBILE SGSII



    This Method will flash a recovery Image and then you can flash the superuser .zip file to root the phone.
    This requires minor knowledge. But BE CAREFUL Because this can harm your phone!




    First Things you need to have:

    *You Need ODIN 1.8++(CLICK ME)
    *The USB Drivers for Our SGSII
    *Clockworkmod which you are going to flash via ODIN
    Code:
    md5sum - 8bf6802a84d85aa7da0c1976c0f129d1
    *Superuser+Su files to flash thru clockworkmod later on!
    *SDCARD installed for CWR


    How to Root the phone...


    *Before We get things rolling, Make sure the Phone is recognized by your PC.

    *Put the Superuser .zip file on your internal SD

    *Take the battery out and place it back

    *Hold both Vol up + Vol down, and plug the USB cable in.

    *On ODIN, Select the PDA button and browse to the recovery-cwm-hercules.tar

    *Select Start and see the magic do its thing.

    *It should flash the file to Recovery and reboot the phone.

    *Take the battery out again and now boot into recovery

    *Power off phone, unplug USB, Hold Both Vol up + Vol down and Hit power

    *PERFORM NANDROID BACKUP FOR YOUR OWN SAFETY*

    *Select Install zip from sdcard, choose the Superuser .zip and let it finish.

    *Reboot!

    *Now Lets delete some bloat ok? Be careful of what you delete!





    ***Thanks To Slayher for ROOTING the phone, i just created this small guide for you all to use.
    11
    cant wait to try this!!!!ty to everyone who helped
    6
    If You Can't Find Recovery.tar You'll Find It Here
    http://www.mediafire.com/?5bktv62yoyh3wim
    5
    Thank u.....first time being first :p

    Sent from my SGH-T989 using xda premium
    4
    Full (hopefully) noob rooting instructions

    Being basically a noob myself, I tried to put all the steps in. Hopefully I included everything for the less well- healed:

    1. Download the following:
    a. Odin - Version 1.83 or newer
    http://xdaforums.com/attachment.php?attachmentid=755024&d=1319077881
    b.recovery-cwm-hercules.tar
    http://goo-inside.me/hercules/clockworkmod/
    c. superuser
    http://goo-inside.me/superuser/su-3.0.5-efgh-signed.zip
    2. Make sure windows recognizes your phone in ODIN by starting Odin and seeing that is shows <ID:0/004> Added!! In the message box.
    3. Turn the phone off,
    4. Turn the phone on by holding both the Vol up and Vol down buttons and plug the USB cable in.
    5. Select volume up button
    6. Start Odin
    7. Select the PDA button in Odin and select the recovery-cwm-hercules.tar file
    8. Select Start in Odin
    9. It should flash the file to Recovery and reboot the phone.
    10. After the phone has rebooted, select USB connected from your pull down screen on your phone and push the Connect USB storage button on the bottom.
    11. Copy the Superuser zip file to the sdcard or internal memory
    12. Reboot into recovery by doing the following:
    a. Power the phone off and unplug the USB cable
    b. Hold both the Vol up and Vol down and hold the power button for at least 1 second while continuing to hold both volume buttons
    c. Keep holding the Vol up and Vol down buttons until the Recovery screen comes up
    13. * PERFORM NANDROID BACKUP * - This take a while to run
    Menu button moves selection down;
    Home button moves selection up;
    Back button goes to the top; and,
    Search button selects the choice you've made.
    14. Select Install zip from sdcard or internal storage, choose the superuser zip file and push the Search button (enter)
    15. It takes you to another screen, scroll down using the Menu button to the superuser zip file and push the Search button
    16. Reboot!