News

HTC EVO Shift 4G Shift Perma-Root Now Available

6

Have you been wanting to root your HTC EVO Shift 4G? If you’ve got your hand up and aren’t afraid of heights, dive into an XDA guide made by bcnice20 that provides step-by-step instructions on how to achieve permanent root on your phone. Most people are saying it worked like a charm, but if you’re a beginner I’d be very careful. While the instructions aren’t overly complex, this is your warning that a slight miscue could make your phone an expensive paper weight.

Here are the instructions:

Step 1
ok download this file and extract it to the root of your sdcard
www.thebcblends.com/shift/Shift-root.zip

Step 2
make sure you have adb properly setup on your computer before continuing
temp root using either visionary or z4root
open up command prompt and cd to your sdk platform-tools directory
then type adb shell then su
if you havent already u must press allow on your device to enable su perms

Step 3
check the md5sum of both of the files to make sure they match

Code:

md5sum /sdcard/Shift/hboot_orig.bin

Code:

md5sum /sdcard/Shift/hboot_eng.nb0

386c19451e8dd18f9b98fad6b11be4c0 hboot_orig.bin

60ec1006e6ec2e8acb370d6aad35b17e hboot_eng.nb0
if these do not match do not continue redownload the files then check the md5′s again

Step 4

Flash the eng spl!!! (dangerous part)

make sure these commands are exact or you could risk bricking your phone!!!

now you should still be in adb shell with root permissions

runs this command and DO NOTT!! reboot till I tell you to

Code:

dd if=/sdcard/Shift/hboot_eng.nb0 of=/dev/block/mmcblk0p18

you just flashed the eng spl!!! now lets make sure it took

Step 5

Check the md5 of new flash hboot and restore if necessary

run this command to pull the newly flashed hboot to your sdcard

Code:

dd if=/dev/block/mmcblk0p18 of=/sdcard/Shift/hboot_check.nb0

now we check the md5 to see if it matches

Code:

md5sum /sdcard/Shift/hboot_check.nb0

it should read 60ec1006e6ec2e8acb370d6aad35b17e

if the md5sum matches then congratulations its safe to reboot!! you can skip the next bit and continue on to step 6

if you absolutely cannot get the eng hboot to flash right then run this to restore the stock hboot

Code:

dd if=/sdcard/Shift/hboot_orig.bin of=/dev/block/mmcblk0p18

then pull it to check md5

Code:

dd if=/dev/block/mmcblk0p18 of=/sdcard/Shift/hboot_check1.bin

then check the md5sum

Code:

md5sum /sdcard/Shift/hboot_check1.bin

it should read 386c19451e8dd18f9b98fad6b11be4c0

if it doesnt keep trying until it does but DO NOT!! reboot till it matches

Step 6

check hboot and perm root!!

ok now reboot your phone into bootloader

turn off phone and hold power+vol down till it boots into bootloader

look at the top and make sure it says s off

if so reboot the phone back into android

put the phone into airplane mode

temp root with visionary

after your temp rooted then attempt to perm root with visionary (haven’t tested perm root with z4 yet)

your phone will reboot and you are now officially perm rooted any changes you make will now stick on reboot

Recovery is coming soon!!!!!!

For support  head over to the XDA thread but make sure you come back, tell us how you like it, and of course visit the HTC EVO Shift 4G Forum at AndroidForums and don’t forget there is an EVO Shift 4G Root Forum there as well! [Thanks, Riggs!]

Rob Jackson
I'm an Android and Tech lover, but first and foremost I consider myself a creative thinker and entrepreneurial spirit with a passion for ideas of all sizes. I'm a sports lover who cheers for the Orange (College), Ravens (NFL), (Orioles), and Yankees (long story). I live in Baltimore and wear it on my sleeve, with an Under Armour logo. I also love traveling... where do you want to go?

Sony Ericsson LiveView Update Raises Plugin Limit to 30

Previous article

Stanford Shows How NFC Can Enable Social Fun & Productivity Apps [VIDEO]

Next article

You may also like

6 Comments

  1. Sweet. Now bring on the custom ROMs.

  2. Whoooooo! :D:D:D

  3. K, New to rooting is there a rooting for dummies basic to install adb and temp root before beggining above steps?? thanks in advance….

  4. That’s exactly how I rooted my T-Mobile G2. I guess its universal.

  5. This should get you started http://forum.xda-developers.com/showthread.php?t=932749

    It will show you how to install the SDK and get started with adb.

  6. Anyone looking to add a phone with Sprint. Please call me a Sprint Representative: 800-420-4737. Thanks!

Leave a reply

Your email address will not be published. Required fields are marked *

More in News