1
0
mirror of https://github.com/yurisieucuti/treble_evolution.git synced 2024-12-04 18:45:56 +00:00
treble_evolution_yurisieucuti/remove-telephony.sh
2024-03-10 06:48:11 +00:00

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