1
0
mirror of https://github.com/yurisieucuti/treble_evolution.git synced 2025-02-23 15:46:09 +00:00
treble_evolution_yurisieucuti/remove-telephony.sh
YukiMetaa 007b3bf00c Upload
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