From 29386abf1c47d48d7b20d32d130257c5a52cb638 Mon Sep 17 00:00:00 2001 From: Alcatraz323 Date: Tue, 13 Jun 2023 22:01:48 +0800 Subject: [PATCH] clover: overlay: reset power_profile screen/battery capacity to stock * according to what this file used for and how it comes on aosp(https://source.android.com/docs/core/power/values) * it should be WRITTEN in model by OEM after doing a current test for all parts and used for battery consumption calculating. * So just "update it all" to other device's profile is a wrong action * as we have changed our architecture to 4.19, copy cpu/modem/wifi related values is sensible * but as we are a tablet, it has a big/old/not power saving LCD screen, and from current monitoring, it really drags about 1A when full brightness * reset screen profile to 290/950 is correct for battery recording Signed-off-by: pix106 --- rro_overlay/CloverFrameworksOverlay/res/xml/power_profile.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rro_overlay/CloverFrameworksOverlay/res/xml/power_profile.xml b/rro_overlay/CloverFrameworksOverlay/res/xml/power_profile.xml index b1f35b7..909318f 100755 --- a/rro_overlay/CloverFrameworksOverlay/res/xml/power_profile.xml +++ b/rro_overlay/CloverFrameworksOverlay/res/xml/power_profile.xml @@ -1,7 +1,7 @@ - 65 - 288 + 290 + 950 4 4