Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Good to know Thank youremove su from /system/bin and you're good to go
im still confused on how to un root (noob
mount -o remount,rw -t rfs /dev/stl12 /system
rm -f /system/bin/su
rm -f /system/xbin
rm -f /system/app Superuser.apk
type those into terminal emulator, it will remove all traces of root
mount -o remount,rw -t rfs /dev/stl12 /system
rm -f /system/bin/su
rm -f /system/xbin
rm -f /system/app Superuser.apk
type those into terminal emulator, it will remove all traces of root
Download a terminal emulator then try.
When i tried the command
mount -o remount,rw -t rfs /dev/stl12 /system
doesn't seem to work (operation not permitted)
and i cannot delete su because its read only.
Any other suggestions on unrooting?
If you use odin and stock unrooted, that is exactly as the phone came from the store.You can use the Multi Odin as a fix but to do a solid removal of root, I would highly recommend anyone to do it manually.

A fix to ShabbyMods coding above (props to him)
Type in your terminal emulator:
1) su
2) mount
3) remount rw
4) rm /system/bin/su
5) rm /system/app/Superuser.apk
This worked for me perfectly and I hope it does for you as well. TIP: I removed -f in the code and removed the rm /system/xbin as you will have root removed all the way after a reboot from doing step 1-5.
step 3 did not work for me said remount not found and ideas