<Collaboration><Dev><Ideas> HTC Evo 2.3.3 Gingerbread Root Collaboration.

Status
Not open for further replies.

HipKat

Recognized Contributor
isnt the word from htc that they will be unlocking bootloaders soon? or is that just for the 3d & sensation? (no promises, i know) either way we need to get root! maybe someone knows someone who knows someone that has inside info on how these files are officially signed? just thinkin outloud...what about hardware hacks? is that even possible?
The EVO was not on that list of devices in their statement
 

skatrwannabe3

Senior Member
Apr 5, 2011
102
16
0
Lake Placid
www.reverbnation.com
oh oh oh! I know how to root our new phones! We sue HTC and Sprint to get a patch out that for one, gives us an option in the menu to root our phone and also sue android and make them come out with patches that doesn't require our providers to send the updates to us. lol. I like my idea. okay, so it won't work? okay, you're right. :-D But it was an idea. :p
Not so much. FLAME ON! kidding, surely the OP wants this thread free of bickering
 

Nick N

Senior Member
Sep 10, 2009
951
241
0
Columbus, Ohio
Correct me if I'm wrong, but those are rooted versions of the new firmware aren't they? I need the actual OTA file that pushes the phone to 2.3.3.
Sorry, here is the link to the stock 4.24 zip file that I renamed to PC36IMG.zip, placed on the root of the SD card, and successfully flashed in Hboot.

Post where I found the link: http://forum.xda-developers.com/showpost.php?p=14437807&postcount=1

Link: http://goo-inside.me/supersonic/ruu

File used:

PC36IMG_SuperSonic_GB_Sprint_WWE_4.24.651.1_Radio_2.15.00.05.02_NV_2.15_release_199233_signed.zip

When I flashed this, it updated in this order:

BOOTLOADER (acted more like a check because of how fast it updated)
RADIO_V2
*Phone reboots into Hboot*
SYSTEM
RECOVERY
BOOTLOADER
RADIO_V2
WIMAX
USERDATA
SPLASH1
 
Last edited:

chavonbravo

Senior Member
Jul 15, 2006
408
3
0
The new hboot doesn't really pose any new blocks, as far as I've seen. The focus should be on looking for a temp root solution. Once that's found, you can flash the misc partition and that will allow downgrading to a previous official release, like 3.70, then s-off that way, and obtain full root.
 
  • Like
Reactions: mikeyinid

JBO1018

Senior Member
Dec 25, 2010
459
64
0
The signature process and associated private key are a form of encryption. You are not going to be able to just copy and paste the signature out of an RUU. Also flashing randomly edited hboots is a bad idea even considering an s-on phone wont flash anything not signed.

Sent from my HTC Thunderbolt
 

bubby323

Senior Member
Jul 31, 2010
1,636
1,468
0
Michigan City, IN
Temp root.

Code:
adb devices
adb install Superuser.apk
adb push su /data/local/tmp/su
adb push busybox /data/local/tmp/busybox
adb shell chmod 0755 /data/local/tmp/su
adb shell chmod 0755 /data/local/tmp/busybox
adb shell /data/local/tmp/su
Permanent root.

Code:
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
adb shell mv /data/local/tmp/su /system/bin/su
adb shell mv /data/local/tmp/busybox /system/bin/busybox
You can't run anything with adb shell because you'll get permission denied. Wait..got an idea.

This is really just me thinking out loud, feel free to ignore it.
 
Last edited:

bubby323

Senior Member
Jul 31, 2010
1,636
1,468
0
Michigan City, IN
An application running from the system of Android on any rom has more power than simply running adb from the SDK on a computer to your phone. When you're running scripts from inside the system you have access to the system, if you can remount it as r/w.

Hm.
 

mikeyinid

Senior Member
Sep 4, 2010
8,875
4,000
0
Boise
An application running from the system of Android on any rom has more power than simply running adb from the SDK on a computer to your phone. When you're running scripts from inside the system you have access to the system, if you can remount it as r/w.

Hm.
Gingerbreak can be modified to get temp root on it. I dont know anything about scripts though, so I would ask that someone that does take a look at it.
 

bubby323

Senior Member
Jul 31, 2010
1,636
1,468
0
Michigan City, IN
Gingerbreak can be modified to get temp root on it. I dont know anything about scripts though, so I would ask that someone that does take a look at it.
I've already taken a look at it. The source code shows that it looks for the partitions to mount and a logcat reveals that it does mount the system, but it can't mount it as r/w. Gingerbreak also seems to be patched in the most current version we are running on the Evo. Bummer..
 
  • Like
Reactions: mikeyinid
Status
Not open for further replies.