Remove Telephony
https://github.com/phhusson/treble_experimentations/issues/1141
This commit is contained in:
parent
22c1395462
commit
81f673e8e3
3
base.mk
3
base.mk
@ -149,6 +149,9 @@ PRODUCT_PACKAGES += \
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/phh/treble/phh-securize.sh:system/bin/phh-securize.sh \
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/phh/treble/remove-telephony.sh:system/bin/remove-telephony.sh \
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.software.secure_lock_screen.xml:system/etc/permissions/android.software.secure_lock_screen.xml \
|
||||
|
||||
|
11
remove-telephony.sh
Normal file
11
remove-telephony.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user