2019-08-21 22:35:41 +00:00
|
|
|
#!/system/bin/sh
|
|
|
|
|
|
|
|
mount -o remount,rw /
|
|
|
|
mount -o remount,rw /system
|
|
|
|
|
|
|
|
touch /system/phh/secure
|
|
|
|
umount -l /system/xbin/su
|
|
|
|
rm /system/xbin/su
|
|
|
|
rm /system/bin/phh-su
|
|
|
|
rm /system/etc/init/su.rc
|
2019-08-21 22:45:27 +00:00
|
|
|
rm /system/bin/phh-securize.sh
|
2020-02-20 13:38:35 +00:00
|
|
|
rm -Rf /system/app/me.phh.superuser/
|
2019-08-21 22:35:41 +00:00
|
|
|
mount -o remount,ro /
|
|
|
|
mount -o remount,ro /system
|
|
|
|
sync
|
|
|
|
reboot
|