mirror of
https://github.com/yurisieucuti/treble_evolution.git
synced 2024-12-04 18:45:56 +00:00
12 lines
182 B
Bash
12 lines
182 B
Bash
#!/system/bin/sh
|
|
|
|
mount -o remount,rw /
|
|
mount -o remount,rw /system
|
|
remount system
|
|
|
|
rm -Rf /system/priv-app/TeleService
|
|
mount -o remount,ro /
|
|
mount -o remount,ro /system
|
|
sync
|
|
reboot
|