From a4d1b3009c70ca3f8f23ce92ca45c862597e5244 Mon Sep 17 00:00:00 2001 From: Harpreet Eli Sangha Date: Wed, 1 Jun 2022 11:03:05 +0900 Subject: [PATCH 1/3] Update WCC Eligibility Bug: 234530076 Test: Build and Boot Signed-off-by: Harpreet Eli Sangha Change-Id: I8e8971b20c6166773497eca3dfdf342b2bb97284 --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 784ca55..8dc92a6 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -248,7 +248,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ - ro.gms.dck.eligible_wcc=2 + ro.gms.dck.eligible_wcc=3 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 0f1551bd67a23f2ac1a3be0ba661ff37708f1dba Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Fri, 3 Jun 2022 15:34:53 -0700 Subject: [PATCH 2/3] thermal: update virtual skin coefficients to v1.1 Update virtual skin sensor coefficients as per v1.1 Bug: 234872294 Test: Build and boot on device Signed-off-by: Sayanna Chandula Change-Id: I0053b9581ed1fa423ef849850bd8bcbc9084885d --- thermal_info_config_cheetah.json | 6 +++--- thermal_info_config_panther.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index d82a559..2a03428 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -62,8 +62,8 @@ "VirtualSensor":true, "Formula":"WEIGHTED_AVG", "Combination":["gnss_tcxo_therm", "disp_therm"], - "Coefficient":[0.550, 0.450], - "Offset":-1000, + "Coefficient":[0.580, 0.420], + "Offset":-450, "Multiplier":0.001 }, { @@ -113,7 +113,7 @@ { "Name":"VIRTUAL-SKIN", "Type":"SKIN", - "Version":"0.7", + "Version":"1.1", "VirtualSensor":true, "TriggerSensor":"quiet_therm", "Formula":"MAXIMUM", diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index 442d2e9..43b0e55 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -113,7 +113,7 @@ { "Name":"VIRTUAL-SKIN", "Type":"SKIN", - "Version":"0.7", + "Version":"1.1", "VirtualSensor":true, "TriggerSensor":"quiet_therm", "Formula":"MAXIMUM", From 1de8ad96bad9aa022e44ab1b6a5422a197ac4e50 Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Mon, 13 Jun 2022 14:10:38 +0800 Subject: [PATCH 3/3] gps: enable SUPL OTDOA capable for VZW Bug: 233849643 Test: confirm config is correct Change-Id: I54bbb1d430cbafa048291bf8cb00627f7d8dc114 --- location/gps.xml | 1 + location/gps.xml.c10 | 1 + location/gps.xml.p10 | 1 + location/gps_user.xml | 1 + location/gps_user.xml.c10 | 1 + location/gps_user.xml.p10 | 1 + 6 files changed, 6 insertions(+) diff --git a/location/gps.xml b/location/gps.xml index d0fcfdb..12ef997 100644 --- a/location/gps.xml +++ b/location/gps.xml @@ -35,6 +35,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps.xml.c10 b/location/gps.xml.c10 index b119e7f..a561310 100644 --- a/location/gps.xml.c10 +++ b/location/gps.xml.c10 @@ -35,6 +35,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps.xml.p10 b/location/gps.xml.p10 index 760d30b..754864f 100644 --- a/location/gps.xml.p10 +++ b/location/gps.xml.p10 @@ -35,6 +35,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps_user.xml b/location/gps_user.xml index 266b53b..0a2edae 100644 --- a/location/gps_user.xml +++ b/location/gps_user.xml @@ -34,6 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps_user.xml.c10 b/location/gps_user.xml.c10 index d9ca029..15db757 100644 --- a/location/gps_user.xml.c10 +++ b/location/gps_user.xml.c10 @@ -34,6 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps_user.xml.p10 b/location/gps_user.xml.p10 index 53fe55c..39fddfc 100644 --- a/location/gps_user.xml.p10 +++ b/location/gps_user.xml.p10 @@ -34,6 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true"