unroot Android 잡다한 소리

Since there are no cutom ROM's or recoveries, all you have to do is remove the files that enables root.

adb shell
su
rm -r /system/app/Superuser.apk
rm -r /system/xbin/busybox
rm -r /system/bin/su
One ROM and recoveries come out, I will update this with OEM firmware. 

http://forum.xda-developers.com/show...68&postcount=4

Or open terminal emulator and type:

su
rm -r /system/app/Superuser.apk
rm -r /system/xbin/busybox
rm -r /system/bin/su

Leave Comments