What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

***Updated*** Easy Root Available. 3 step process

Ditto, the more you read and the more you understand what is going on (it takes time, took me over 4 hours to read everything till I was comfortable, even watched 2 videos) - that's the key to success. Now I'm in heaven with a rooted thunderbolt getting insane battery life :) Yes, me happy without all the verizon ****ware.
 
Ditto, the more you read and the more you understand what is going on (it takes time, took me over 4 hours to read everything till I was comfortable, even watched 2 videos) - that's the key to success. Now I'm in heaven with a rooted thunderbolt getting insane battery life :) Yes, me happy without all the verizon ****ware.

What did you do to remove the bloatware?
 
Ok.. my turn.
I finally decided to take the plunge and root my TB.. a few hours later im still here..

I finally got thru step one and completed the bootloader now stuck on step 2. I checked out the PDF and im still stuck here.. I got the ERROR message but after it stated it pushed a few codes. this is what i got:

ERROR! Contact dbzfanatic at XDA or post in [Updated: 3/26]Easyroot + S-Off [Version 1.6.3.11] - xda-developers. DO NOT REBOOT.
If this error comes up before a hash is displayed you're fine.Choose the bootloader option and press POWER. Allow the firmware to flash by pressing VOLUME UP. When finished please reboot into Android as you will have S-OFF.

Again, after rebooting turn USB Debugging back on and unplug your phone and plug it in again and press step three. Please wait until this program tells you that you are finished...........................................



... and the line keeps continuing until no end. Am i supposed to redo Step 2 or wait until the line is finished.. if it ever does finish.. ive been stuck here for a while now.. any help would be somewhere.

thanks...
 
oh and btw, i enabled debugging and when i reinsert the usb, the notification to choose charge only doesnt pop up anymore. the battery shows that it is charging, just no notification. weird.
 
U might have hit the 'dont ask again' check box. Just follow EXACTLY what the pdf says. i got an error too but i did what the instructions in the pdf said and mine worked
 
ok.. got a lil further. rebooted the PC and then started from Step 2.. right now its pushing PG05IMG.zip.. no error so far, just waiting for the line to complete, so far its been 10 mins.. *crosses fingers* lol
 
ok.. got a lil further. rebooted the PC and then started from Step 2.. right now its pushing PG05IMG.zip.. no error so far, just waiting for the line to complete, so far its been 10 mins.. *crosses fingers* lol
So how did it end up for you?
 
ok so im ROOTED! man, this was the longest root so far.. ive rooted a 2 droids and an eris. but im sure its worth it. thanks guys
 
ok so im ROOTED! man, this was the longest root so far.. ive rooted a 2 droids and an eris. but im sure its worth it. thanks guys
Congratulations! And I agree with you, I rooted several D1 and a D2 and they were nothing compared to the white knuckles I had rooting the TB. Is it worth the sweat, yes, and there's actually some nice ROM's and themes out for it too.:icon_ banana:
 
Ditto, the more you read and the more you understand what is going on (it takes time, took me over 4 hours to read everything till I was comfortable, even watched 2 videos) - that's the key to success. Now I'm in heaven with a rooted thunderbolt getting insane battery life :) Yes, me happy without all the verizon ****ware.

What did you do to remove the bloatware?

I used Root Explorer to remove the APKs (System/Apps folder) in the stock rom then I installed Das BAMF 1.3.2 which has all the Verizon bloatware removed by default. http://www.droidforums.net/forum/thunderbolt-roms/138140-rom-4-2-2011-das-bamf-1-3-2-a.html
 
Ditto, the more you read and the more you understand what is going on (it takes time, took me over 4 hours to read everything till I was comfortable, even watched 2 videos) - that's the key to success. Now I'm in heaven with a rooted thunderbolt getting insane battery life :) Yes, me happy without all the verizon ****ware.

What did you do to remove the bloatware?

I used Root Explorer to remove the APKs (System/Apps folder) in the stock rom then I installed Das BAMF 1.3.2 which has all the Verizon bloatware removed by default. http://www.droidforums.net/forum/thunderbolt-roms/138140-rom-4-2-2011-das-bamf-1-3-2-a.html

I deleted the blockbuster.apk from system/apps and I still have the app installed on my phone. I don't get it.
 
Ok, uncle!!!

I have tried for days thinking that I could get this. I have reviewed at least 15 pages of this thread and cannot find anyone else with my trouble... Everything works fine. I had no problems. But when it is done, I load superuser and it says that SU is updated fine. When I reboot prior to installing ROM Manager and the phone comes back it appears that the permissions are not correct. I install ROM Manager and select Flash ClockworkMod Recovery and select HTC Thunderbolt and get An error occurred while attempting to run priviledged commands!

I even re-read the original XDA Dev site and created my own script to make sure each step was checked... Maybe I am missing something???

If there are other's with the same trouble maybe you can help me? I am sorry but I tried to review this on my own...

NOTE:
I copied the original PG05IMG.zip to IMG.orig and the downgade to DNGRD.zip to the /sdcard/. That way I do not need to wait forever when doing this... Did this with the adb push commands... Pretty cool, the ADB stuff!

NOTE2:
I noticed that the S-Off is on the initial bootloader prior to the "upgrade" then when I press the up volume and it goes through to the upgrade I notice the S-On... I did not notice it off again...
Code:
@echo off
goto StartHere
echo Checking For Files
if not exist psneuter goto MissingFiles
if not exist busybox goto MissingFiles
if not exist su goto MissingFiles
if not exist misc.img goto MissingFiles
echo Waiting for Device
adb wait-for-device
pause
echo Copy psneuter to /data/local
adb push psneuter /data/local
echo Copy busybox to /data/local
adb push busybox /data/local
echo chmod 777 /data/local/psneuter
adb shell chmod 777 /data/local/psneuter
echo chmod 777 /data/local/busybox
adb shell chmod 777 /data/local/busybox
echo.
echo Executing psneuter
echo.
adb shell /data/local/psneuter
:restart2
echo.
echo.
adb kill-server
echo.
echo Copy misc.img to /data/local
adb push misc.img /data/local
echo Verify that the following output is = c88dd947eb3b36eec90503a3525ae0de , if not then redownload misc.img !!!
adb shell /data/local/busybox md5sum /data/local/misc.img
echo.
echo.
set /p start=Were the values identicle? y or n 
if %start%==y goto continue3
set /p start=Retry? y or n
if %start%==y goto restart2
exit
:continue3
adb shell dd if=/data/local/misc.img of=/dev/block/mmcblk0p17
echo Moving DNGRD.zip to PG05IMG.zip
adb shell mv /sdcard/DNGRD.zip /sdcard/PG05IMG.zip
adb shell exit
adb kill-server
adb wait-for-device
adb reboot bootloader
echo.
echo When the deivce has rebooted to the BOOTROM screen press the power button to select bootrom.
echo.
echo Then when prompted press the up vol key to upgrade the device.
echo.
echo Finally when the upgrade is complete, press the power button to reboot the phone.
echo.
echo.
set /p continue=Press Enter to Continue when device is back up...
adb wait-for-device
echo Copy psneuter to /data/local
adb push psneuter /data/local
echo Copy busybox to /data/local
adb push busybox /data/local
echo Copy wpthis to /data/local
adb push wpthis /data/local
echo chmod 777 /data/local/psneuter
adb shell chmod 777 /data/local/psneuter
echo chmod 777 /data/local/busybox
adb shell chmod 777 /data/local/busybox
echo chmod 777 /data/local/wpthis
adb shell chmod 777 /data/local/wpthis
echo.
echo Execute psneuter
echo.
adb shell /data/local/psneuter
echo.
adb kill-server
echo.
echo.
echo Waiting for device
adb wait-for-device
echo.
echo.
echo Execute wpthis
echo.
adb shell /data/local/wpthis
echo.
echo.
adb kill-server
echo.
echo Waiting for Device
adb wait-for-device
echo.
adb shell exit
:restart1
echo.
echo.
echo Copy hbooteng.nb0 to /data/local
adb push hbooteng.nb0 /data/local
echo Verify that the following output is = 6991368ee2deaf182048a3ed9d3c0fcb , if not 
echo then redownload hbooteng.nb0 !!!
echo.
adb shell /data/local/busybox md5sum /data/local/hbooteng.nb0
echo.
echo.
set /p start=Were the values identicle? y or n 
if %start%==y goto continue2
set /p start=Retry? y or n
if %start%==y goto restart1
exit
:continue2
echo.
echo Flash /dev/block/mmcblk0p18
echo.
adb shell dd if=/data/local/hbooteng.nb0 of=/dev/block/mmcblk0p18
echo.
echo Waiting for device
adb wait-for-device
echo.
echo Renaming the RUU that to DNGRD.zip and installing the new PG05IMG.zip
adb shell mv /sdcard/PG05IMG.zip /sdcard/DNGRD.zip
adb shell mv /sdcard/IMG.orig /sdcard/PG05IMG.zip
echo.
echo ls /sdcard/*.zip
adb shell ls /sdcard/*.zip
echo.
echo.
echo Rebooting to bootloader
adb reboot bootloader
echo.
set /p continue=Press Enter to Continue when device is back up...
echo.
adb wait-for-device
echo Copy psneuter to /data/local
adb push psneuter /data/local
echo Copy busybox to /data/local
adb push busybox /data/local
echo Copy su to /data/local
adb push su /data/local
echo chmod 777 /data/local/psneuter
adb shell chmod 777 /data/local/psneuter
echo chmod 777 /data/local/busybox
adb shell chmod 777 /data/local/busybox
echo.
echo Execute psneuter
adb shell /data/local/psneuter
echo.
echo.
echo Remount /system as RW
adb shell mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
echo Copy /data/local/sy to /system/xbin/su
adb shell /data/local/busybox cp /data/local/su /system/xbin/su
echo chown /system/xbin/su
adb shell chown 0:0 /system/xbin/su
echo chmod /system/xbin/su
adb shell chmod 6755 /system/xbin/su
echo Rename /sdcard/PG05IMG.zip to IMG.orig
adb shell mv /sdcard/PG05IMG.zip /sdcard/IMG.orig
echo Update Complete
exit
:MissingFiles
echo The following files are needed to be in the same directory where ShanesRoot.bat is run from.
echo Files Needed:
echo psneuter
echo busybox
echo misc.img
echo su
pause
exit
 
Last edited:
What did you do to remove the bloatware?

I used Root Explorer to remove the APKs (System/Apps folder) in the stock rom then I installed Das BAMF 1.3.2 which has all the Verizon bloatware removed by default. http://www.droidforums.net/forum/thunderbolt-roms/138140-rom-4-2-2011-das-bamf-1-3-2-a.html

I deleted the blockbuster.apk from system/apps and I still have the app installed on my phone. I don't get it.

I think that there must be some auto installer running. I not only removed them but first ran the

adb uninstall ...

for each of the pieces of Bloatware. Some errored but many were successful. They were fine until I rebooted... Now this could be because the phone is not yet rooted, as you see in the previous post, I do not know if I am there?
 
Last edited:
Back
Top