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!

Please Help... S ON rooted and cant update PG05IMG

  • Thread starter Thread starter gatewayad
  • Start date Start date
G

gatewayad

Guest
I'm rooted, have SU permissions on all apps that need it, TI, terminal, SetCPU, busy box, wireless teather all work and all are granted SU permissions and everything seems to be running fine. But I just noticed when i tried to flash the new PG05IMG my phone now says S on, when i went through the rooting process i saw it change to S off but now its back to S on and it wont install the update.
What did I do wrong and how to I get it to stay on S off. I am sorry if I missed this somewhere in one of the threads as i have been searching through them for a day and now I need help.

HOW DO I GET S OFF BACK (is there an easy way)????

thanks

and yes downloaded correct RUU, i am assuming if i had downloaded the wrong one with S ON if would of unrooted me
 
when you rooted did you push this
To push the eng bootloader:
adb push hbooteng.nb0 /data/local/
adb shell
/data/local/busybox md5sum /data/local/hbooteng.nb0
If the output does not match “6991368ee2deaf182048a3ed9d3c0fcb” exactly, stop, delete it, and re-download it. Otherwise, continue.
Now we will write the new bootloader.
dd if=/data/local/hbooteng.nb0 of=/dev/block/mmcblk0p18
Confirm proper write:
/data/local/busybox md5sum /dev/block/mmcblk0p18



That is needed to unlock the bootloader aka s-off

see video here: http://www.droidforums.net/forum/th...ooting-tbolt-through-adb-step-step-video.html
 
Maybe my problem is a little different, here is what i'm getting
It's telling me my adb server is out of date. killing
daemon started successfully
adb shell starts fine i can psneuter to kill adbd to get # sign
but then telling me cant open hboot engine no such file
 
I think I see what I did wrong, so I have temp root but image says
c88dd947eb3b36eec90503a3525ae0de
 
I got it now, just need to do more work in adb
thanks again for getting me started
I am seriously amazed that i have root right now
 
Back
Top