- Oct 7, 2009
- 3,536
- 1,441
- 0
For those of you who may not be as familiar with Android as some of us, Josh has written a great blow by blow description of this process which can be found HERE
-Download THIS FILE and place on the root of your SD card (storage space)
-boot into your bootloader/fastboot mode. (Volume + Power Up, or adb reboot bootloader)
-In CMD
-Download THIS FILE and place in platform-tools on your PC
-In CMD
-Boot into Clockwork recovery (from fastboot, choose recovery)
-From recovery: Install zip from SD card > Choose zip from SD card > select su-2.3.6.1-ef-signed.zip
-Reboot and you now have super user.
[warn]If you dont do this next step your custom recovery will not be sticky and you'll have to apply it every time you reboot. Not all phones have this file but if your does, you need to do this step[/warn]
Way #1
- Go to THIS post
- Thank Beezy for his work
- Download the attachment on the post (signed_su-2.3.6-extra.zip)
- Flash in recovery
Way #2
-Download root explorer from the market
-Open and grant SU permission
-Drive to system/etc
-Mount as RW (upper right hand corner of screen)
-Long press on install-recovery.sh and rename to install-recovery.sh.bak
Way #3
- In ADB
Important Note:
Any question, comments, concerns, bumps, bruises, or otherwise should be discussed here, not by PM'ing me. Thanks in advance.
-Download THIS FILE and place on the root of your SD card (storage space)
-boot into your bootloader/fastboot mode. (Volume + Power Up, or adb reboot bootloader)
-In CMD
Code:
fastboot oem unlock
-In CMD
Code:
fastboot flash recovery recovery-clockwork-5.0.2.0-crespo4g.img
-From recovery: Install zip from SD card > Choose zip from SD card > select su-2.3.6.1-ef-signed.zip
-Reboot and you now have super user.
[warn]If you dont do this next step your custom recovery will not be sticky and you'll have to apply it every time you reboot. Not all phones have this file but if your does, you need to do this step[/warn]
Way #1
- Go to THIS post
- Thank Beezy for his work
- Download the attachment on the post (signed_su-2.3.6-extra.zip)
- Flash in recovery
Way #2
-Download root explorer from the market
-Open and grant SU permission
-Drive to system/etc
-Mount as RW (upper right hand corner of screen)
-Long press on install-recovery.sh and rename to install-recovery.sh.bak
Way #3
- In ADB
Code:
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
Important Note:
Any question, comments, concerns, bumps, bruises, or otherwise should be discussed here, not by PM'ing me. Thanks in advance.
Last edited: