Tuesday, May 24, 2016

How to Root the Thunderbolt



Do you want to get the most out of your Thunderbolt? Want to root it but are to afraid? We have you covered!By EditAndroidif this is not works for you try this method HereI. Setup ADB1. Hd to our How To Setup ADB procedure, once you can see a at the end of that procedure, you can come back to this one to continue.How To Setup ADBII. Opening a Command Prompt in :1.Plugyour phone in, using the USB cable and select “drive mode”.2. On your computer, click on theStartmenu.3. In the srch box in the start menu, type cmd and hit enter.4. When thecommandpromptwindow opens, you must navigate to the folder adb is in. Type the following with hitting enter at the end of the line: C:\androidsdk\toolsIII. Steps to Root1. Download the szipfilefromhere.2. Extract them to the androidsdk\tools folder on yourharddrive(they should be in the same folder that adb is in).3. In the command prompt that you should still have open from Section II. Type the following with hitting enter at the end of ch line:adb push psneuter /data/local/adb push busybox /data/local/adb push misc.img /data/local/adb shellchmod777 /data/local/psneuteradb shell chmod 777 /data/local/busyboxadb shell (You should see a $ which indies norootaccess)/data/local/psneuterIV. Write Misc.img1. In the command prompt, type the following with hitting enter at the end of ch line: adb shelldd if=/data/local/misc.img of=/dev/block/mmcblk0p17exitV. Flashing the Downgrade RUU File1. Download the PG05IMG from here.2. Make sure the usb cable is still connected and you are still drive mode3. Place the PG05IMG file on the root of your sd card (not in any other files orfolders).4. In the command prompt, type the following with hitting enter at the end of the line: adb rebootbootloader5. On the phone, choose the bootloader option and press power, let the ROM COMPLETELY flash and DO NOTinterruptthis process. When asked to upgrade, press the volume up button to select yes and let it completely install. Once it’s done, it will ask you to reboot. Select yes.VI. Running the Files:1. In the command prompt, type the following with hitting enter at the end of ch line:adb push psneuter /data/local/adb push busybox /data/local/adb push wpthis /data/local/adb shell chmod 777 /data/local/psneuteradb shell chmod 777 /data/local/busyboxadb shell chmod 777 /data/local/wpthisadb shell/data/local/psneuteradb shell/data/local/wpthisexitVII. Write the Engineering Bootloader:1.In the command prompt, type the following with hitting enter at the end of ch line:adb push hbooteng.nb0 /data/local/2. Now to check the md5sum and make sure it matches -6991368ee2df182048a3ed9d3c0fcb- type the following into the command prompt and hitting enter at the end of ch line:adb shell/data/local/busybox md5sum /data/local/hbooteng.nb03. IF THE CHECKSUMS ARE DIFFERENT DO NOT CONTINUE and STOP! REPT THE DOWNLOAD AND THEN REPT STEPS 1 & 2..4. In the command prompt, type the following with hitting enter at the end of ch line:adb shelldd if=/data/local/hbooteng.nb0 of=/dev/block/mmcblk0p18VIII. Installing a Rooted Stock Rom:1. Download the upgraded rooted ROM from here. 2. Plug the phone in via USB and select drive mode. 3. Transfer the rootedstockromfile to the root of your sd card. 4. In the command prompt, type the following with hitting enter at the end of ch line:adb shellreboot bootloader5. Choose the bootloader option and press power, let the ROM COMPLETELY flash and DO NOTinterruptthis process. When asked to upgrade, choose yes, by pressing volume up.Once this is fully completed, select reboot.Congratulationsyou are now rooted!

No comments:

Post a Comment