Root instructions for Samsung Fascinate

Samsung Fascinate VerizonWell, that was fast! The Verizon Samsung Fascinate has been rooted in less than one day thanks to a xda-developer named Dirrk.

We agree that’s not the easiest rooting process in the universe but let’s appreciate that exist. So, if you have a Fascinate or want to buy one and want to use Google instead of Bing, you can start to root your device using the next instructions.

adb push su /sdcard/su
adb push rage.bin /data/local/tmp/rage.bin
adb push busybox /sdcard/busybox

adb shell
cd /data/local/tmp
chmod 0755 rage.bin
./rage.bin

wait….
when it brings you back to your original shell or windows cmd promt

adb shell

mount -t rfs -o remount,rw /dev/block/stl9 /system

cd /system/xbin
cat /sdcard/su > .
cat /sdcard/busybox > .
chmod 4755 su
chmod 4755 busybox

exit

adb install Superuser.apk

[Via Android Police]