eleazar
Well-Known Member
Update: I realized later that "EASY" might be a bit of a stretch. This guide is easy for anyone already experienced with adb (ie. rooted other android phones). I will update this thread as the methods get easier and easier. I have also attached a screenshot of my command prompt as I entered all of the commands so you can see the appropriate commands and follow the guide through.
I followed the guide here: http://rootzwiki.com - How to Root the Samsung Fascinate and it worked flawlessly. I just posted this over at XDA as well.
Took me less than 5 minutes.
Download the SDK here if you don't have it already: Android SDK | Android Developers
For beginners that don't know what adb is or how to install it...(original guide here:[GUIDE] ADB, Fastboot, and Nandroid for Noobs - xda-developers)
The only thing I had to change is when it says a command like:
make sure you are in C:\sdk\tools and change the command to this:
adb push C:\fascinateRoot\rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
Where C:\fascinateRoot is where you extracted the files from the guide.
I can confirm root sticks.
My cmd prompt history of installing root: http://i54.tinypic.com/241unhj.jpg
I followed the guide here: http://rootzwiki.com - How to Root the Samsung Fascinate and it worked flawlessly. I just posted this over at XDA as well.
Took me less than 5 minutes.
Download the SDK here if you don't have it already: Android SDK | Android Developers
For beginners that don't know what adb is or how to install it...(original guide here:[GUIDE] ADB, Fastboot, and Nandroid for Noobs - xda-developers)
Setting up the Android SDK
Download the file from above (the SDK)
Unzip to C:\
Now, [Get new sdk (1.5r3) to work]
1. Run SDK Setup.exe
2. If it gives you an error go to settings and click on "Force http://....."
3. Select all options and let it download and install
--------------------------------------------------------------------------
Preparing your phone for ADB
Go to Settings on your phone
Select Applications
Select Development
Make sure 'USB Debugging' is checked
The only thing I had to change is when it says a command like:
Code:
adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
make sure you are in C:\sdk\tools and change the command to this:
adb push C:\fascinateRoot\rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
Where C:\fascinateRoot is where you extracted the files from the guide.
I can confirm root sticks.
My cmd prompt history of installing root: http://i54.tinypic.com/241unhj.jpg