If you’re anything like me, you always have to have
the latest and greatest custom ROM, Root Tool, application for my galaxy
S3. Sure, rooting an Android smartphone and installing custom firmware
is always a risky proposition, and by doing so you void your smartphone
warranty and may even render the device inoperable. But you still can
restore and unroot your Galaxy S3 by following the step by step tutorial at here.
Now, the root access on the Verizon Samsung Galaxy
S3 (SCH-i535) smartphone has been achieved, thanks to the developers
over at XDA Forum. The root process and step to the Verizon Galaxy S3
is different with other Galaxy S3 phones such as GT i9300 (Tutorial how to Root Galaxy S3 GT i300). Here is the step by step Tutorial on how to Root and install CWM Recovery into Verizon Galaxy S3:
Note: The tutorial below is provided by: XDA, invisibek for your reference. You can refer to the source link (XDA, invisibek.) for more info because we still not test it.Before I get into it. If you get to a point where you don’t want to go any further, or things don’t work, you can always flash the stock rom (extract the .tar.md5 from the zip) using Odin in your bootloader. Get that here: http://forum.xda-developers.com/show….php?t=1755386
First off, you’ll need some files. This basically flashes a custom system.img.ext4 which has your su binary. You then boot up and flash cwm
- Odin: http://samsung-updates.com/Odin307.zip
- Rooted system.img tarball: http://goo.im/devs/invisiblek/i535/r…system.img.tar (this is big ~1.5gb, I’ll work on slimming it down)
—–torrent for ^ (please seed!): http://goo.im/devs/invisiblek/i535/r…mg.tar.torrent
- CWM recovery.img: http://goo.im/devs/invisiblek/i535/recovery.img (this was ripped out of CWM-Recovery-LTE-SGS3-Sprint-v4.zip from the e4gt team)
Ok, lets get started….
1. Boot into Odin mode on the phone. Do this by powering off and then holding vol down, home and power to power on. Then press vol up to accept the disclaimer. Plug into your computer.
2. Fire up Odin (Heimdeil may work in linux, haven’t tested) choose the PDA section and browse to wherever you downloaded rooted.system.img.tar then click flash. This takes awhile, be patient. Took me around 8 minutes to flash this.
3. It will auto reboot. It should boot up and thing should act mostly normal except that you’ll be able to adb in and use su to take root
If you don’t want a custom recovery, you may stop here. You are rooted.
Continuing on to get CWM on your device…
4. You’ll need adb installed and working for this. If you don’t know how, this isn’t the thread for that. Open a command prompt and follow these commands:
<cd to the directory with the files you downloaded earlier>
Code:
adb push recovery.img /sdcard/
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
adb reboot recovery
5. Profit
Should be it guys. It should be noted I haven’t really tested anything in CWM
I’ve only done it once, but you are welcome to join me in #verizons3 on irc.freenode.net for help
I’m tired, can’t guarantee there aren’t any typos here, if you are scared, just wait. I’m sure someone will come up with a simpler way to do this…
enjoy
0 comments:
Post a Comment