Snap for 8644138 from c85216086d to udc-release

Change-Id: Ia148638494dbdfacce5c835622282527f433e23a
This commit is contained in:
Android Build Coastguard Worker 2022-05-26 03:03:18 +00:00
commit 050b77280d
7 changed files with 208 additions and 146 deletions

View file

@ -159,7 +159,7 @@
when adapting to brighter or darker environments. This parameter controls how quickly when adapting to brighter or darker environments. This parameter controls how quickly
brightness changes occur in response to an observed change in light level that exceeds the brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. --> hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer> <integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer> <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- The default refresh rate. We manage this using the peak refresh rate setting. Set this <!-- The default refresh rate. We manage this using the peak refresh rate setting. Set this
@ -188,73 +188,94 @@
<!-- the number of the max cached processes in the system. --> <!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer> <integer name="config_customizedMaxCachedProcesses">64</integer>
<integer-array name="config_ambientThresholdLevels"> <integer-array name="config_ambientThresholdLevels">
<item>1</item> <item>2</item>
<item>2</item> <item>3</item>
<item>3</item> <item>4</item>
<item>4</item> <item>5</item>
<item>5</item> <item>6</item>
<item>6</item> <item>7</item>
<item>7</item> <item>8</item>
<item>8</item> <item>9</item>
<item>9</item> <item>10</item>
<item>10</item> <item>20</item>
<item>20</item> <item>30</item>
<item>30</item> <item>40</item>
<item>40</item> <item>50</item>
<item>50</item> <item>60</item>
<item>60</item> <item>70</item>
<item>70</item> <item>80</item>
<item>80</item> <item>90</item>
<item>90</item> <item>100</item>
<item>100</item> <item>200</item>
</integer-array> <item>300</item>
<item>400</item>
<item>500</item>
<item>1000</item>
<item>2000</item>
<item>3000</item>
<item>4000</item>
</integer-array>
<integer-array name="config_ambientBrighteningThresholds"> <integer-array name="config_ambientBrighteningThresholds">
<item>11373</item> <item>5186</item>
<item>5000</item> <item>4333</item>
<item>4333</item> <item>3666</item>
<item>3666</item> <item>2999</item>
<item>3000</item> <item>2759</item>
<item>2760</item> <item>2519</item>
<item>2520</item> <item>2279</item>
<item>2280</item> <item>2039</item>
<item>2040</item> <item>1799</item>
<item>1800</item> <item>799</item>
<item>800</item> <item>527</item>
<item>527</item> <item>499</item>
<item>500</item> <item>470</item>
<item>470</item> <item>517</item>
<item>396</item> <item>565</item>
<item>322</item> <item>612</item>
<item>248</item> <item>660</item>
<item>174</item> <item>708</item>
<item>99</item> <item>742</item>
<item>99</item> <item>636</item>
</integer-array> <item>582</item>
<item>549</item>
<item>369</item>
<item>294</item>
<item>269</item>
<item>220</item>
<item>220</item>
</integer-array>
<integer-array name="config_ambientDarkeningThresholds"> <integer-array name="config_ambientDarkeningThresholds">
<item>853</item> <item>525</item>
<item>700</item> <item>683</item>
<item>683</item> <item>666</item>
<item>666</item> <item>650</item>
<item>650</item> <item>640</item>
<item>640</item> <item>630</item>
<item>630</item> <item>620</item>
<item>620</item> <item>610</item>
<item>610</item> <item>600</item>
<item>600</item> <item>500</item>
<item>500</item> <item>500</item>
<item>500</item> <item>440</item>
<item>440</item> <item>385</item>
<item>385</item> <item>382</item>
<item>348</item> <item>379</item>
<item>311</item> <item>376</item>
<item>274</item> <item>373</item>
<item>237</item> <item>371</item>
<item>200</item> <item>367</item>
<item>200</item> <item>387</item>
</integer-array> <item>397</item>
<item>403</item>
<item>380</item>
<item>345</item>
<item>333</item>
<item>283</item>
<item>283</item>
</integer-array>
<!-- The stable device width and height in pixels. If these aren't set to a positive number <!-- The stable device width and height in pixels. If these aren't set to a positive number
then the device will use the width and height of the default display the first time it's then the device will use the width and height of the default display the first time it's

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- set this to ./DevInfo/Mod -->
<string translatable="false" name="config_devinfo_model">GE2AE</string>
</resources>

View file

@ -4,7 +4,6 @@ on init
# NFC streset tool name # NFC streset tool name
setprop persist.vendor.nfc.streset libstreset21 setprop persist.vendor.nfc.streset libstreset21
setprop persist.vendor.se.streset libstreset21 setprop persist.vendor.se.streset libstreset21
setprop persist.vendor.se.reset needed
on init && property:ro.vendor.factory=1 on init && property:ro.vendor.factory=1
import /vendor/etc/init/hw/init.factory.rc import /vendor/etc/init/hw/init.factory.rc
@ -72,6 +71,9 @@ on property:ro.boot.hardware.revision=PROTO1.0
on property:ro.boot.hardware.revision=PROTO1.1 on property:ro.boot.hardware.revision=PROTO1.1
setprop persist.vendor.nfc.config_file_name libnfc-hal-st-proto1.conf setprop persist.vendor.nfc.config_file_name libnfc-hal-st-proto1.conf
on post-fs-data
setprop persist.vendor.se.reset reset
# Bluetooth # Bluetooth
on post-fs-data on post-fs-data
chown bluetooth system /proc/bluetooth/timesync chown bluetooth system /proc/bluetooth/timesync

View file

@ -177,7 +177,7 @@
when adapting to brighter or darker environments. This parameter controls how quickly when adapting to brighter or darker environments. This parameter controls how quickly
brightness changes occur in response to an observed change in light level that exceeds the brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. --> hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer> <integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer> <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- The default refresh rate. We manage this using the peak refresh rate setting. Set this <!-- The default refresh rate. We manage this using the peak refresh rate setting. Set this
@ -206,73 +206,95 @@
<!-- the number of the max cached processes in the system. --> <!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer> <integer name="config_customizedMaxCachedProcesses">64</integer>
<integer-array name="config_ambientThresholdLevels"> <integer-array name="config_ambientThresholdLevels">
<item>1</item> <item>2</item>
<item>2</item> <item>3</item>
<item>3</item> <item>4</item>
<item>4</item> <item>5</item>
<item>5</item> <item>6</item>
<item>6</item> <item>7</item>
<item>7</item> <item>8</item>
<item>8</item> <item>9</item>
<item>9</item> <item>10</item>
<item>10</item> <item>20</item>
<item>20</item> <item>30</item>
<item>30</item> <item>40</item>
<item>40</item> <item>50</item>
<item>50</item> <item>60</item>
<item>60</item> <item>70</item>
<item>70</item> <item>80</item>
<item>80</item> <item>90</item>
<item>90</item> <item>100</item>
<item>100</item> <item>200</item>
</integer-array> <item>300</item>
<item>400</item>
<item>500</item>
<item>1000</item>
<item>2000</item>
<item>3000</item>
<item>4000</item>
</integer-array>
<integer-array name="config_ambientBrighteningThresholds"> <integer-array name="config_ambientBrighteningThresholds">
<item>11373</item> <item>5186</item>
<item>5000</item> <item>4333</item>
<item>4333</item> <item>3666</item>
<item>3666</item> <item>2999</item>
<item>3000</item> <item>2759</item>
<item>2760</item> <item>2519</item>
<item>2520</item> <item>2279</item>
<item>2280</item> <item>2039</item>
<item>2040</item> <item>1799</item>
<item>1800</item> <item>799</item>
<item>800</item> <item>527</item>
<item>527</item> <item>499</item>
<item>500</item> <item>470</item>
<item>470</item> <item>517</item>
<item>396</item> <item>565</item>
<item>322</item> <item>612</item>
<item>248</item> <item>660</item>
<item>174</item> <item>708</item>
<item>99</item> <item>742</item>
<item>99</item> <item>636</item>
</integer-array> <item>582</item>
<item>549</item>
<item>369</item>
<item>294</item>
<item>269</item>
<item>220</item>
<item>220</item>
</integer-array>
<integer-array name="config_ambientDarkeningThresholds">
<item>525</item>
<item>683</item>
<item>666</item>
<item>650</item>
<item>640</item>
<item>630</item>
<item>620</item>
<item>610</item>
<item>600</item>
<item>500</item>
<item>500</item>
<item>440</item>
<item>385</item>
<item>382</item>
<item>379</item>
<item>376</item>
<item>373</item>
<item>371</item>
<item>367</item>
<item>387</item>
<item>397</item>
<item>403</item>
<item>380</item>
<item>345</item>
<item>333</item>
<item>283</item>
<item>283</item>
</integer-array>
<integer-array name="config_ambientDarkeningThresholds">
<item>853</item>
<item>700</item>
<item>683</item>
<item>666</item>
<item>650</item>
<item>640</item>
<item>630</item>
<item>620</item>
<item>610</item>
<item>600</item>
<item>500</item>
<item>500</item>
<item>440</item>
<item>385</item>
<item>348</item>
<item>311</item>
<item>274</item>
<item>237</item>
<item>200</item>
<item>200</item>
</integer-array>
<!-- UDFPS does not support gestures --> <!-- UDFPS does not support gestures -->
<bool name="config_fingerprintSupportsGestures">false</bool> <bool name="config_fingerprintSupportsGestures">false</bool>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- set this to ./DevInfo/Mod -->
<string translatable="false" name="config_devinfo_model">GQML3</string>
</resources>

View file

@ -124,7 +124,7 @@
{ {
"Name":"VIRTUAL-SKIN", "Name":"VIRTUAL-SKIN",
"Type":"SKIN", "Type":"SKIN",
"Version":"0.6", "Version":"0.7",
"VirtualSensor":true, "VirtualSensor":true,
"TriggerSensor":"quiet_therm", "TriggerSensor":"quiet_therm",
"Formula":"MAXIMUM", "Formula":"MAXIMUM",

View file

@ -56,14 +56,14 @@
"PassiveDelay":7000 "PassiveDelay":7000
}, },
{ {
"Name":"VIRTUAL-GNSS-QUIET", "Name":"VIRTUAL-QUIET-QI",
"Type":"UNKNOWN", "Type":"UNKNOWN",
"Hidden":true, "Hidden":true,
"VirtualSensor":true, "VirtualSensor":true,
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["gnss_tcxo_therm", "quiet_therm"], "Combination":["quiet_therm", "qi_therm"],
"Coefficient":[1.3, -0.3], "Coefficient":[0.7, 0.3],
"Offset":-1800, "Offset":-500,
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {
@ -78,14 +78,14 @@
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {
"Name":"VIRTUAL-GNSS-DISP", "Name":"VIRTUAL-QUIET-DISP",
"Type":"UNKNOWN", "Type":"UNKNOWN",
"Hidden":true, "Hidden":true,
"VirtualSensor":true, "VirtualSensor":true,
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["gnss_tcxo_therm", "disp_therm"], "Combination":["quiet_therm", "disp_therm"],
"Coefficient":[0.9, 0.1], "Coefficient":[1.1, -0.1],
"Offset":-700, "Offset":-1500,
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {
@ -124,11 +124,11 @@
{ {
"Name":"VIRTUAL-SKIN", "Name":"VIRTUAL-SKIN",
"Type":"SKIN", "Type":"SKIN",
"Version":"0.6", "Version":"0.7",
"VirtualSensor":true, "VirtualSensor":true,
"TriggerSensor":"quiet_therm", "TriggerSensor":"quiet_therm",
"Formula":"MAXIMUM", "Formula":"MAXIMUM",
"Combination":["VIRTUAL-GNSS-QUIET", "VIRTUAL-USB-QUIET", "VIRTUAL-GNSS-DISP", "VIRTUAL-NEUTRAL-QUIET"], "Combination":["VIRTUAL-QUIET-QI", "VIRTUAL-USB-QUIET", "VIRTUAL-QUIET-DISP", "VIRTUAL-NEUTRAL-QUIET"],
"Coefficient":[1.0, 1.0, 1.0, 1.0], "Coefficient":[1.0, 1.0, 1.0, 1.0],
"HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 55.0], "HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 55.0],
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
@ -154,7 +154,7 @@
"VirtualSensor":true, "VirtualSensor":true,
"TriggerSensor":"quiet_therm", "TriggerSensor":"quiet_therm",
"Formula":"MAXIMUM", "Formula":"MAXIMUM",
"Combination":["VIRTUAL-GNSS-QUIET", "VIRTUAL-USB-QUIET", "VIRTUAL-GNSS-DISP", "VIRTUAL-NEUTRAL-QUIET"], "Combination":["VIRTUAL-QUIET-QI", "VIRTUAL-USB-QUIET", "VIRTUAL-QUIET-DISP", "VIRTUAL-NEUTRAL-QUIET"],
"Coefficient":[1.0, 1.0, 1.0, 1.0], "Coefficient":[1.0, 1.0, 1.0, 1.0],
"HotThreshold":["NAN", 39.0, 42.0, 44.0, 46.5, 52.0, 55.0], "HotThreshold":["NAN", 39.0, 42.0, 44.0, 46.5, 52.0, 55.0],
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9],
@ -258,7 +258,7 @@
"VirtualSensor":true, "VirtualSensor":true,
"TriggerSensor":"quiet_therm", "TriggerSensor":"quiet_therm",
"Formula":"MAXIMUM", "Formula":"MAXIMUM",
"Combination":["VIRTUAL-GNSS-QUIET", "VIRTUAL-USB-QUIET", "VIRTUAL-GNSS-DISP", "VIRTUAL-NEUTRAL-QUIET"], "Combination":["VIRTUAL-QUIET-QI", "VIRTUAL-USB-QUIET", "VIRTUAL-QUIET-DISP", "VIRTUAL-NEUTRAL-QUIET"],
"Coefficient":[1.0, 1.0, 1.0, 1.0], "Coefficient":[1.0, 1.0, 1.0, 1.0],
"HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", 54.0, "NAN"], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", 54.0, "NAN"],
"HotHysteresis":[0.0, 0.0, 0.0, 0.0, 0.0, 1.9, 0.0], "HotHysteresis":[0.0, 0.0, 0.0, 0.0, 0.0, 1.9, 0.0],