- Oct 11, 2009
- 5,563
- 2,787
- 0
READ THIS POST, THEN >>CLICK HERE<<
Zennmaster has refined this since it was written. Be sure to thank him.
***********************************************************************************************************************
Courtesy Rootzwiki
You're going to need to use adb. Don't fret, it's easy and it's always good to learn
Set up the Android SDK.
Turn on USB debugging on your phone.
Download the attached files, and extract them out of their zips. Place them in your SDK/platform-tools folder.
Open your command line utility (this works on Windows, Linux or Mac) and navigate to the SDK/Platform-tools folder.
Enter the following, one line at a time:
You're rooted. Hit the market and install superuser, and busybox
Superuser
Busybox
Zennmaster has refined this since it was written. Be sure to thank him.
***********************************************************************************************************************
Courtesy Rootzwiki
You're going to need to use adb. Don't fret, it's easy and it's always good to learn
Set up the Android SDK.
Turn on USB debugging on your phone.
Download the attached files, and extract them out of their zips. Place them in your SDK/platform-tools folder.
Open your command line utility (this works on Windows, Linux or Mac) and navigate to the SDK/Platform-tools folder.
Enter the following, one line at a time:
Code:
adb push rageagainstthecage-arm5.bin /data/local/temp/rage
adb shell
./data/local/temp/rage
exit
adb push su /system/bin
adb shell
chmod 755 /system/bin/su
You're rooted. Hit the market and install superuser, and busybox
Superuser
Busybox