I'm writing a guide on how to root your almost here Epic 4G on Windows devices. I will writing a review for Mac and Ubuntu Linux as well.
Step 1:
Read this thread by Jerry Hillenbrand to find out what Root is, why its good, and how to setup your computer to recognize the phone's internal memory. You will need the SDK, which can be obtained [Only registered users can view links. ] Don't forget to install the Java JDK as well. You must install the 32-bit version, cause thats what the SDK is coded in, doesn't matter if your PC/OS is 64-bit.
Step 2:
Download your files for obtaining root: [Only registered users can view links. ] [Only registered users can view links. ] [Only registered users can view links. ] [Only registered users can view links. ]
Place these files into the tools folder of the sdk file on your computer.
Step3:
open up command prompt and navigate to your sdk on there: (if you followed the guide, your path is: c:\android_stuff\android-sdk-windows\tools)
Code:
cd c:\android_stuff\android-sdk-windows\tools
adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
adb shell
chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
cd /data/local/tmp
./rageagainstthecage-arm5.bin
Done. I haven't tried it, as I don't have the phone. I will when I get it. I got the directions from XDA, and uploaded the files myself as not all of them work. All thanks go to the devs that originally found the exploit and how to make it permanent. This post is subject to change... Mac/Ubuntu soon to come... I'm tired.
Last edited by Andrew Ruffolo; 09-04-2010 at 04:38 AM.
Started to get jealous that you could figure this all out by yourself, until I realized that you got it somewhere else. Thanks for posting the info anyways, and thanks to the guys who developed this method over at XDA! Nice guide!
I'm writing a guide on how to root your almost here Epic 4G on Windows devices. I will writing a review for Mac and Ubuntu Linux as well.
Step 1:
Read this thread by Jerry Hillenbrand to find out what Root is, why its good, and how to setup your computer to recognize the phone's internal memory. You will need the SDK, which can be obtained [Only registered users can view links. ] Don't forget to install the Java JDK as well. You must install the 32-bit version, cause thats what the SDK is coded in, doesn't matter if your PC/OS is 64-bit.
Step 2:
Download your files for obtaining root: [Only registered users can view links. ] [Only registered users can view links. ] [Only registered users can view links. ] [Only registered users can view links. ]
Place these files into the tools folder of the sdk file on your computer.
Step3:
open up command prompt and navigate to your sdk on there: (if you followed the guide, your path is: c:\android_stuff\android-sdk-windows\tools)
Code:
cd c:\android_stuff\android-sdk-windows\tools
adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
adb shell
chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
cd /data/local/tmp
./rageagainstthecage-arm5.bin
Done. I haven't tried it, as I don't have the phone. I will when I get it. I got the directions from XDA, and uploaded the files myself as not all of them work. All thanks go to the devs that originally found the exploit and how to make it permanent. This post is subject to change... Mac/Ubuntu soon to come... I'm tired.
Andrew, some of your code is wrong (check adb push c:\download\playlogo.rtf), you shouldn't specify a directory here and the name you saved your file was playlego :P