|
@@ -1,11 +1,9 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
<!--
|
|
- Copyright (C) 2022 The LineageOS Project
|
|
|
|
|
|
+ Copyright (C) 2024 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
-->
|
|
<device name="Android">
|
|
<device name="Android">
|
|
-
|
|
|
|
- <!-- No extra UI options. This is the default. -->
|
|
|
|
<item name="none">0</item>
|
|
<item name="none">0</item>
|
|
|
|
|
|
<!-- Additional power used when screen is turned on at minimum brightness -->
|
|
<!-- Additional power used when screen is turned on at minimum brightness -->
|
|
@@ -14,8 +12,6 @@
|
|
<!-- Additional power used when screen is at maximum brightness, compared to
|
|
<!-- Additional power used when screen is at maximum brightness, compared to
|
|
screen at minimum brightness -->
|
|
screen at minimum brightness -->
|
|
<item name="screen.full">365.32</item>
|
|
<item name="screen.full">365.32</item>
|
|
-
|
|
|
|
- <!-- Number of cores each CPU cluster contains -->
|
|
|
|
<array name="cpu.clusters.cores">
|
|
<array name="cpu.clusters.cores">
|
|
<value>4</value>
|
|
<value>4</value>
|
|
<value>3</value>
|
|
<value>3</value>
|
|
@@ -150,39 +146,27 @@
|
|
<value>937.03</value>
|
|
<value>937.03</value>
|
|
</array>
|
|
</array>
|
|
|
|
|
|
- <!-- Additional power consumption by CPU excluding cluster and core when running -->
|
|
|
|
|
|
+ <!-- Additional power consumption by CPU excluding cluster and core when
|
|
|
|
+ running -->
|
|
<item name="cpu.active">23.50</item>
|
|
<item name="cpu.active">23.50</item>
|
|
|
|
|
|
- <!-- Additional power consumption when CPU is in a kernel idle loop -->
|
|
|
|
|
|
+ <!-- Current when CPU is idle -->
|
|
<item name="cpu.idle">8.18</item>
|
|
<item name="cpu.idle">8.18</item>
|
|
|
|
|
|
<!-- Power consumption when CPU is suspended -->
|
|
<!-- Power consumption when CPU is suspended -->
|
|
<item name="cpu.suspend">0</item>
|
|
<item name="cpu.suspend">0</item>
|
|
|
|
|
|
- <!-- This is the battery capacity in mAh -->
|
|
|
|
|
|
+ <!-- This is the battery capacity in mAh (measured at nominal voltage) -->
|
|
<item name="battery.capacity">4500</item>
|
|
<item name="battery.capacity">4500</item>
|
|
<item name="wifi.on">1.62</item>
|
|
<item name="wifi.on">1.62</item>
|
|
<item name="wifi.active">267.74</item>
|
|
<item name="wifi.active">267.74</item>
|
|
<item name="wifi.scan">72.58</item>
|
|
<item name="wifi.scan">72.58</item>
|
|
<item name="dsp.audio">23.28</item>
|
|
<item name="dsp.audio">23.28</item>
|
|
<item name="dsp.video">67.05</item>
|
|
<item name="dsp.video">67.05</item>
|
|
-
|
|
|
|
- <!-- Average power used by the camera flash module when on -->
|
|
|
|
<item name="camera.flashlight">143.35</item>
|
|
<item name="camera.flashlight">143.35</item>
|
|
-
|
|
|
|
- <!-- Average power use by the camera subsystem for a typical camera
|
|
|
|
- application. Intended as a rough estimate for an application running a
|
|
|
|
- preview and capturing approximately 10 full-resolution pictures per
|
|
|
|
- minute. -->
|
|
|
|
<item name="camera.avg">696.90</item>
|
|
<item name="camera.avg">696.90</item>
|
|
-
|
|
|
|
- <!-- Additional power used when GPS is acquiring a signal -->
|
|
|
|
<item name="gps.on">2.12</item>
|
|
<item name="gps.on">2.12</item>
|
|
-
|
|
|
|
- <!-- Additional power used when cellular radio is transmitting/receiving -->
|
|
|
|
<item name="radio.active">485.02</item>
|
|
<item name="radio.active">485.02</item>
|
|
-
|
|
|
|
- <!-- Additional power used when cellular radio is paging the tower -->
|
|
|
|
<item name="radio.scanning">37.18</item>
|
|
<item name="radio.scanning">37.18</item>
|
|
<array name="radio.on">
|
|
<array name="radio.on">
|
|
<value>86</value>
|
|
<value>86</value>
|
|
@@ -223,4 +207,4 @@
|
|
<item name="bluetooth.active">83.37</item>
|
|
<item name="bluetooth.active">83.37</item>
|
|
<item name="bluetooth.on">0.62</item>
|
|
<item name="bluetooth.on">0.62</item>
|
|
<item name="bluetooth.controller.voltage">3700</item>
|
|
<item name="bluetooth.controller.voltage">3700</item>
|
|
-</device>
|
|
|
|
|
|
+</device>
|