From 025faf92c53ae758832c1d78b481a13d0ee52bf8 Mon Sep 17 00:00:00 2001 From: Alcatraz323 Date: Tue, 28 Mar 2023 16:06:45 +0800 Subject: [PATCH] clover: rootdir: fix radio interface keeps retrying in background * android.hardware.radio keeps in retrying for wifi variant * it is retrying by com.android.phone(TeleService.apk) 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 441d90f..5e64c8c 100644 --- a/rootdir/etc/init.device.rc +++ b/rootdir/etc/init.device.rc @@ -43,6 +43,7 @@ on property:ro.vendor.radio.noril=yes 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" + mount none /dev/null /system/priv-app/TeleService/TeleService.apk bind # Set max charge current on property:sys.incall=true