diff --git a/phh-securize.sh b/phh-securize.sh index d0bd374..447b37f 100644 --- a/phh-securize.sh +++ b/phh-securize.sh @@ -2,6 +2,7 @@ mount -o remount,rw / mount -o remount,rw /system +remount touch /system/phh/secure umount -l /system/xbin/su @@ -9,7 +10,7 @@ rm /system/xbin/su rm /system/bin/phh-su rm /system/etc/init/su.rc rm /system/bin/phh-securize.sh -rm -Rf /system/bin/me.phh.superuser/ +rm -Rf /system/{app,priv-app}/me.phh.superuser/ mount -o remount,ro / mount -o remount,ro /system sync