device_phh_treble/remove-telephony.sh

12 lines
175 B
Bash
Raw Normal View History

#!/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