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 <sbordenave@gmail.com>
This commit is contained in:
parent
a80c634016
commit
29386abf1c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<device name="Android">
|
<device name="Android">
|
||||||
<item name="screen.on.display0">65</item>
|
<item name="screen.on.display0">290</item>
|
||||||
<item name="screen.full.display0">288</item>
|
<item name="screen.full.display0">950</item>
|
||||||
<array name="cpu.clusters.cores">
|
<array name="cpu.clusters.cores">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
|
|
Loading…
Reference in a new issue