• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Fascinate ADB or SU Terminal Unroot Method

You wont actually have to mount the system because for some reason after (possibly even before) rooting your phone defaults to rw. Not a good thing at all so it would be a good thing for anyone concerned to mount system as ro upon booting.

adb shell mount

you will get ----> /dev/block/stl9 on /system type rfs (rw.....

adb shell mount -t rfs -o remount,ro /dev/block/stl9 /system

you will get ----> /dev/block/stl9 on /system type rfs (ro.....
 
  • Like
Reactions: nitsuj17
Upvote 0
I've flashed voodoo, roms, etc.... How do you get back to stock on the Fascinate?

if you want to get to total stock unrooted.....

and assuming you've disabled voodooo....

Odin Restore files to get you to stock - xda-developers

its odin time. if you are on DJ05, then push the DI01 modem....then.....

push the pit/system together.....then just kernel...then just stock recovery

then you can unroot with the method above. should take 10 minutes tops as long as you have all the files
 
Upvote 0
su

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

rm /sdcard/Superuser.apk

rm system/xbin/busybox

rm /system/xbin/su

rm /sdcard/su

rm /sdcard/busybox

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

exit (first "exit" takes you out of su)

exit (second "exit" takes you out of the terminal)

reboot

I cant seem to find out how to get to all this stuff. Where do i access it from?
 
Upvote 0
su

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

rm /sdcard/Superuser.apk

rm system/xbin/busybox

rm /system/xbin/su

rm /sdcard/su

rm /sdcard/busybox

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

exit (first "exit" takes you out of su)

exit (second "exit" takes you out of the terminal)

reboot


Can someone explain to me exactly what all of this means? I assume that su is Superuser, after that, I am all blanks.
 
Upvote 0
I cant seem to find out how to get to all this stuff. Where do i access it from?

if you are using adb/powershell...cd your android tools folder (ie cd c:\android-sdk-windows\tools)

adb shell (enter)

#su (then follow the code)

in terminal emulator skip the adb shell stuff and just start with su

Can someone explain to me exactly what all of this means? I assume that su is Superuser, after that, I am all blanks.

basically your mounting the system and getting rid of superuser
 
  • Like
Reactions: Svatos40p
Upvote 0
if you are using adb/powershell...cd your android tools folder (ie cd c:\android-sdk-windows\tools)

adb shell (enter)

#su (then follow the code)

in terminal emulator skip the adb shell stuff and just start with su



basically your mounting the system and getting rid of superuser

I knew I could count on you for better explanation, adb is not my big thing I just know what I've read from adryn. Just enough to save my butt if needed ;)
 
Upvote 0
are you trying to open it by clicking on adb.exe in the tools folder? if thats the case, you cant :eek:

open a terminal...either powershell or cmd and navigate to your tools folder (where adb is)

or if its a terminal that wont stay open...reboot your comp or kill adb.exe

When I navigate to Adb.exe from inside CMD, it gives me a list of options, then kicks it back to default cmd. Pic is what I am looking at right now.
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    616.9 KB · Views: 121
Upvote 0
This is a first time thing. I am going to give this a pause though as I have an interesting development.

ah...well in 2.3 sdk adb is moved to platform-tools....for my own sanity i moved all the adb files (there are 3 if i recall) back into my tools folder as i was so used to it....your directory you d go to depends on where you have adb
 
Upvote 0
alright im trying to unroot and i get to here: rm /sdcard/Superuser.apk and in terminal it says this...

rm failed for /sdcard/Superuser.apk, No such file or directory

PLEASE help its extremely annoying...

also ive tried rm /system/app/Superuser.apk with the terminal emulator on the phone and i get nothing....

have you checked to see if superuser is still there?
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones