From c8e6a6fa0b824d84b44667c02f57e92299506713 Mon Sep 17 00:00:00 2001 From: Michael Ayoubi Date: Tue, 30 Nov 2021 22:55:48 +0000 Subject: [PATCH 1/2] Fix typo in SE_STATE_REQUEST intent action Fix typo in SE_STATE_REQUEST intent action to match other com.qorvo.uwb actions and permissions. Bug: b/208435525 Test: Flash and verify on R4. Change-Id: I818db033ee5f54df629a9abfaae2425028e351ee --- rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml b/rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml index 814367fe..7016dd49 100644 --- a/rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml +++ b/rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml @@ -28,7 +28,7 @@ intent:#Intent;action=com.google.android.gms.dck.action.SE_STATE_REQUEST;end - intent:#Intent;action=com.qorvo.action.SE_STATE_REQUEST;end + intent:#Intent;action=com.qorvo.uwb.action.SE_STATE_REQUEST;end com.google.android.gms.dck.permission.DIGITAL_KEY_PRIVILEGED From 2ea166b43cc09da70ecd809985df81a114026765 Mon Sep 17 00:00:00 2001 From: Jenny Ho Date: Tue, 7 Dec 2021 13:26:53 +0800 Subject: [PATCH 2/2] init.gs101.rc: add persist data for ACA Bug: 208962746 Signed-off-by: Jenny Ho Change-Id: I2c67619112746fb589bbff5743fd41632b4f9cf2 --- conf/init.gs101.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/init.gs101.rc b/conf/init.gs101.rc index d624eb20..1d0b341c 100644 --- a/conf/init.gs101.rc +++ b/conf/init.gs101.rc @@ -785,6 +785,10 @@ on property:persist.sys.test_harness=1 && property:persist.vendor.testing_batte setprop persist.vendor.charge.start.level 0 setprop vendor.battery.defender.disable 1 +# ACA (Adaptice Charge Always On) persist properties +on property:persist.vendor.adaptive.charge.soc=* + write /sys/class/power_supply/battery/charge_limit ${persist.vendor.adaptive.charge.soc} + service insmod_sh_common /vendor/bin/init.insmod.sh /vendor/etc/init.insmod.gs101.cfg class main user root