gts3l: overlay: Edit as much as I can understand for now

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ia00dbff6c0bd65c7e2f1c9f2df20ee1d875df1f8
This commit is contained in:
Deokgyu Yang 2021-05-26 02:26:48 +09:00
parent cabcaa639d
commit d34c631c9f
7 changed files with 2 additions and 166 deletions

View file

@ -22,5 +22,5 @@
2 = left side 2 = left side
3 = right side 3 = right side
--> -->
<integer name="config_fingerprintSensorLocation">3</integer> <integer name="config_fingerprintSensorLocation">1</integer>
</resources> </resources>

View file

@ -59,7 +59,7 @@
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. --> autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool> <bool name="config_showNavigationBar">false</bool>
<!-- If true, the doze component is not started until after the screen has been <!-- If true, the doze component is not started until after the screen has been
turned off and the screen off animation has been performed. --> turned off and the screen off animation has been performed. -->

View file

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2013, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">2.0mm</dimen>
</resources>

View file

@ -1,100 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
<item name="none">0</item>
<item name="ambient.on">22</item>
<item name="screen.on">62</item>
<item name="screen.full">301</item>
<item name="bluetooth.active">34</item>
<item name="bluetooth.on">1</item>
<item name="wifi.on">2.4</item>
<item name="wifi.active">298</item>
<item name="wifi.scan">169</item>
<item name="audio">41</item>
<item name="video">56</item>
<item name="camera.flashlight">163</item>
<item name="camera.avg">518</item>
<item name="gps.on">77</item>
<item name="radio.active">116</item>
<item name="radio.scanning">90</item>
<array name="radio.on">
<value>2.8</value>
<value>2.8</value>
</array>
<item name="modem.controller.idle">0</item>
<item name="modem.controller.rx">0</item>
<item name="modem.controller.tx">0</item>
<item name="modem.controller.voltage">0</item>
<array name="cpu.clusters.cores">
<value>6</value>
<value>2</value>
</array>
<array name="cpu.core_speeds.cluster0">
<value>300000</value>
<value>576000</value>
<value>748800</value>
<value>998400</value>
<value>1209600</value>
<value>1324800</value>
<value>1516800</value>
<value>1612800</value>
<value>1708800</value>
</array>
<array name="cpu.core_power.cluster0">
<value>10</value>
<value>11</value>
<value>14</value>
<value>22</value>
<value>27</value>
<value>33</value>
<value>40</value>
<value>44</value>
<value>50</value>
</array>
<array name="cpu.core_speeds.cluster1">
<value>300000</value>
<value>652800</value>
<value>825600</value>
<value>979200</value>
<value>1132800</value>
<value>1363200</value>
<value>1536000</value>
<value>1747200</value>
<value>1843200</value>
<value>1996800</value>
<value>2016000</value>
</array>
<array name="cpu.core_power.cluster1">
<value>40</value>
<value>42</value>
<value>52</value>
<value>64</value>
<value>78</value>
<value>109</value>
<value>133</value>
<value>163</value>
<value>201</value>
<value>224</value>
<value>270</value>
</array>
<item name="cpu.suspend">5.2</item>
<item name="cpu.idle">13</item>
<item name="battery.capacity">6840</item>
<item name="battery.typical.capacity">7040</item>
<item name="bluetooth.controller.idle">0</item>
<item name="bluetooth.controller.rx">0</item>
<item name="bluetooth.controller.tx">0</item>
<item name="wifi.controller.idle">0</item>
<item name="wifi.controller.rx">0</item>
<item name="wifi.controller.tx">0</item>
<array name="wifi.controller.tx_levels">
<value>0</value>
</array>
<item name="wifi.controller.voltage">0</item>
<array name="wifi.batchedscan">
<value>.0002</value>
<value>.002</value>
<value>.02</value>
<value>.2</value>
<value>2</value>
</array>
</device>

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2019 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!-- These resources are around just to allow their values to be customized -->
<resources>
<!-- Threshold in micro watts above which a charger is rated as "fast"; 2.16A @ 5V -->
<integer name="config_chargingFastThreshold">10800000</integer>
</resources>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Fingerprint -->
<item name="fingerprint_sensor_location_fraction_x" type="fraction">50.25%</item>
<item name="fingerprint_sensor_location_fraction_y" type="fraction">51.25%</item>
</resources>