Save big + get 3 months free! Sign up for ExpressVPN today
- Forum
- More Android Goodness
- The Archives
- Android Central Archives
- HTC
- Verizon HTC Thunderbolt
- Thunderbolt Rooting, ROMs, and Hacks
[Mac Procedure]: How to Root the HTC Thunderbolt
- So when you did
$ ./adb shell dd if=/data/local/misc.img of=/dev/block/mmcblk0p17
do you know if it successfully made the image?
then you used the command
$ ./adb reboot bootloader
it went into the bootloader you made the selection and it didnt switch over
If it did make the above image. thats all you needed , perhaps you can pull the battery and enter the bootloader manually04-04-2011 04:26 PMLike 0 -
so you can just pick up from where you left off now04-04-2011 04:31 PMLike 0 -
./adb bootloader
then you can pick up where you left off right there,
but if you feel like you want to start over i think it should be fine at worst it will just overwrite or make another img file04-04-2011 04:42 PMLike 0 -
Eventually, you will be asked: Do you want to start update? Press the volume up button to say yes.
Once you do, you will see a progress bar in the upper right corner and a bunch of stuff going on in the middle. Just be patient and let it do its thing.
Press power to reboot.
is there a possibility that i did not download something correctly?04-04-2011 04:56 PMLike 0 - got back to the same screen.. i am having problems with these specific steps: You should see several files loaded and checked. Don't freak out at the warnings. The screen will eventually clear and you will see "checking pd05img.zip."
Eventually, you will be asked: Do you want to start update? Press the volume up button to say yes.
Once you do, you will see a progress bar in the upper right corner and a bunch of stuff going on in the middle. Just be patient and let it do its thing.
Press power to reboot.
is there a possibility that i did not download something correctly?
4. Download the following file to your SD card: PG05IMG_downgrade.zip
Using Safari: click link to open Multiupload page --> right click the direct download button > download linked file as > click No Name in upper left corner (your SD card) > click save
5. On your SD card rename: PG05IMG_downgrade.zip to PG05IMG.zipDBONE1221 likes this.04-04-2011 05:00 PMLike 1 -
# dd if=/data/local/misc.img of=/dev/block/mmcblk0p17
and I get a denied error. Here is the commands I typed into the terminal.
$ cd ..
$ cd ..
$ cd and*
$ cd tools
$ ./adb devices ( the device comes up as attached)
$ ./adb push misc.img /data/local/
$ ./adb push busybox /data/local/
$ ./adb shell chmod 777 /data/local/busybox
$ ./adb shell
Then type the following; not including the $
$ su (when I typed this I get permission denied and cannot proceed)
Then type the following; not including the #
# /data/local/busybox md5sum /data/local/misc.img
The Command window must display the following checksum: c88dd947eb3b36eec90503a3525ae0de
# dd if=/data/local/misc.img of=/dev/block/mmcblk0p17
# reboot bootloader
Any suggestions or corrections are greatly appreciated.04-04-2011 10:54 PMLike 0 - Cory - I was trying to return to stock as well tonight following the procedure but as you noted for the MAC. I got to the last part
# dd if=/data/local/misc.img of=/dev/block/mmcblk0p17
and I get a denied error. Here is the commands I typed into the terminal.
$ cd ..
$ cd ..
$ cd and*
$ cd tools
$ ./adb devices ( the device comes up as attached)
$ ./adb push misc.img /data/local/
$ ./adb push busybox /data/local/
$ ./adb shell chmod 777 /data/local/busybox
$ ./adb shell
Then type the following; not including the $
$ su (when I typed this I get permission denied and cannot proceed)
Then type the following; not including the #
# /data/local/busybox md5sum /data/local/misc.img
The Command window must display the following checksum: c88dd947eb3b36eec90503a3525ae0de
# dd if=/data/local/misc.img of=/dev/block/mmcblk0p17
# reboot bootloader
Any suggestions or corrections are greatly appreciated.04-04-2011 11:12 PMLike 0 - For EasyTether removal:
Edit: To Fix:
1) Remove EasyTether from Network Preferences
2) In terminal run:
sudo kextunload -m com.mobile-stream.driver.EasyTetherUSBEthernet
3) Uninstall EasyTether from TB Applications.
4) Reboot TB. (This made it work, mac did not need a reboot)
Just figured this out today...
Remove Easytether from Mac OSX:
(it will pop-up a new network device every time you connect via USB otherwise... I'm using wireless tether now so it's rather annoying when I want to mount disk drive or usb charge)
Finder -> View -> Show System Files
delete: /System/Library/Extensions/EasyTetherUSBEthernet.kext
Awesome!
Did it actually reboot or did the screen just turn black. A reboot would have involved a vibration.
Thank you so much and great suggestions. Last night I attached a PDF to the first post, so you can see more verbose detail of each and everything returned for the various commands.04-04-2011 11:27 PMLike 0 -
Last login: Tue Apr 5 18:25:43 on ttys000
91:~ Michael$ cd ..
91:Users Michael$ cd ..
91:/ Michael$ cd and*
91:android-sdk-mac_x86 Michael$ cd tools
91:tools Michael$ ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
HT12CS000687 device
91:tools Michael$ ./adb push misc.img /data/local/
2541 KB/s (262144 bytes in 0.100s)
91:tools Michael$ ./adb push busybox /data/local/
2513 KB/s (1062992 bytes in 0.413s)
91:tools Michael$ ./adb shell chmod 777 /data/local/busybox
91:tools Michael$ ./adb shell
$ su
Permission denied
$04-05-2011 05:30 PMLike 0 - Sorry it took so long to get back to your post. Last night I had already wiped my device, forgetting I needed Superuser on it. So I put Superuser back on along with Busybox. Started over as you can see here and I still get permission denied. Any other thoughts?
Last login: Tue Apr 5 18:25:43 on ttys000
91:~ Michael$ cd ..
91:Users Michael$ cd ..
91:/ Michael$ cd and*
91:android-sdk-mac_x86 Michael$ cd tools
91:tools Michael$ ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
HT12CS000687 device
91:tools Michael$ ./adb push misc.img /data/local/
2541 KB/s (262144 bytes in 0.100s)
91:tools Michael$ ./adb push busybox /data/local/
2513 KB/s (1062992 bytes in 0.413s)
91:tools Michael$ ./adb shell chmod 777 /data/local/busybox
91:tools Michael$ ./adb shell
$ su
Permission denied
$
$ ./adb push busybox /data/local/
$ ./adb push psneuter /data/local/
$ ./adb push misc.img /data/local/
$ ./adb shell chmod 777 /data/local/busybox
$ ./adb shell chmod 777 /data/local/psneuter
$ ./adb shell /data/local/psneuter
then adb connection will kill and restart
$ ./adb shell
Then type the following; not including the $
$ su
Then type the following; not including the #
# /data/local/busybox md5sum /data/local/misc.img04-05-2011 05:57 PMLike 0 - Sorry it took so long to get back to your post. Last night I had already wiped my device, forgetting I needed Superuser on it. So I put Superuser back on along with Busybox. Started over as you can see here and I still get permission denied. Any other thoughts?
Last login: Tue Apr 5 18:25:43 on ttys000
91:~ Michael$ cd ..
91:Users Michael$ cd ..
91:/ Michael$ cd and*
91:android-sdk-mac_x86 Michael$ cd tools
91:tools Michael$ ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
HT12CS000687 device
91:tools Michael$ ./adb push misc.img /data/local/
2541 KB/s (262144 bytes in 0.100s)
91:tools Michael$ ./adb push busybox /data/local/
2513 KB/s (1062992 bytes in 0.413s)
91:tools Michael$ ./adb shell chmod 777 /data/local/busybox
91:tools Michael$ ./adb shell
$ su
Permission denied
$DroidXcon likes this.04-05-2011 09:58 PMLike 1
- Forum
- More Android Goodness
- The Archives
- Android Central Archives
- HTC
- Verizon HTC Thunderbolt
- Thunderbolt Rooting, ROMs, and Hacks
[Mac Procedure]: How to Root the HTC Thunderbolt
LINK TO POST COPIED TO CLIPBOARD