For those having trouble rooting after DI09
If you're having trouble rooting after upgrading to DI09, try these steps:
1. Download Samsung Drivers and FascinateRoot_v02.zip (in the very first post in this forum)
2. Install the Samsung Driver exe file (if you haven't already)
3. Next, unzip the FascinateRoot_v02.zip file.
4. Make sure ADB Debug mode is turned on and that your phone is plugged into the USB port on your computer.
5. Open up a DOS command prompt and navigate to the directory you just unzipped by typing the following in the DOS command prompt:
cd C:\path\to\unzipped\directory\FascinateRoot_v02\
6: Next, copy the following into the DOS command prompt (the following IS CASE SENSITIVE):
adb devices
<hit the enter key> (this is to verify that your phone is properly connected)
adb push busybox /data/local/tmp/busybox
<hit the enter key>
adb push su /data/local/tmp/su
<hit the enter key>
adb push Superuser.apk /data/local/tmp/Superuser.apk
<hit the enter key>
adb push rage.bin /data/local/tmp/rage.bin
<hit the enter key>
adb push com.sh /data/local/tmp/com.sh
<hit the enter key>
adb shell chmod 0755 /data/local/tmp/rage.bin
<hit the enter key>
adb shell sh /data/local/tmp/com.sh
<hit the enter key>
adb reboot
<hit the enter key>
----------------------------------
That should be all there is to it, you should now now have root access and see the superuser app installed. If it doesn't work, restart your phone and try once more.
