12 lines
175 B
Bash
12 lines
175 B
Bash
#!/system/bin/sh
|
|
|
|
mount -o remount,rw /
|
|
mount -o remount,rw /system
|
|
remount
|
|
|
|
rm -Rf /system/priv-app/TeleService
|
|
mount -o remount,ro /
|
|
mount -o remount,ro /system
|
|
sync
|
|
reboot
|