From 7ca63e7ea12cfa2e2e8880637535cb50c758fc92 Mon Sep 17 00:00:00 2001 From: pix106 Date: Tue, 11 Jan 2022 07:08:23 +0100 Subject: [PATCH] clover: disable persist.vendor.data.mode on noril devices Signed-off-by: pix106 --- rootdir/etc/init.device.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/init.device.rc b/rootdir/etc/init.device.rc index b7c340f..adae1c3 100644 --- a/rootdir/etc/init.device.rc +++ b/rootdir/etc/init.device.rc @@ -40,6 +40,7 @@ on property:ro.vendor.radio.noril=yes mount none /dev/null /system/priv-app/CallLogBackup/CallLogBackup.apk bind mount none /dev/null /system/priv-app/CellBroadcastLegacyApp/CellBroadcastLegacyApp.apk bind mount none /dev/null /system/system_ext/priv-app/EmergencyInfo/EmergencyInfo.apk bind + setprop persist.vendor.data.mode "disabled" # Set max charge current on property:sys.incall=true