From a8fc85d8e790eca7a586184e8924d93e153f106a Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Wed, 10 Apr 2024 10:27:11 -0700 Subject: [PATCH 1/5] thermal: update abnormal thresholds for model-legacy-diff Given that we have very few traces/events uploaded for 12C threshold, this change reduces the threshold to 10C to help collect more data to analyze infield abnormalities. Bug: 333110670 Test: Build and boot on device Change-Id: Icd3357e543bfd612b856d843a7cf56486361ed81 Signed-off-by: Sayanna Chandula --- thermal/thermal_info_config_caiman.json | 2 +- thermal/thermal_info_config_komodo.json | 2 +- thermal/thermal_info_config_tokay.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal/thermal_info_config_caiman.json b/thermal/thermal_info_config_caiman.json index b585e7f5..f9a4cd05 100644 --- a/thermal/thermal_info_config_caiman.json +++ b/thermal/thermal_info_config_caiman.json @@ -1105,7 +1105,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-12000, 12000] + "TempRange": [-10000, 10000] } ] } diff --git a/thermal/thermal_info_config_komodo.json b/thermal/thermal_info_config_komodo.json index f9e88d95..fd190489 100644 --- a/thermal/thermal_info_config_komodo.json +++ b/thermal/thermal_info_config_komodo.json @@ -1111,7 +1111,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-12000, 12000] + "TempRange": [-10000, 10000] } ] } diff --git a/thermal/thermal_info_config_tokay.json b/thermal/thermal_info_config_tokay.json index 816340d9..9f954766 100644 --- a/thermal/thermal_info_config_tokay.json +++ b/thermal/thermal_info_config_tokay.json @@ -1159,7 +1159,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-12000, 12000] + "TempRange": [-10000, 10000] } ] } From e15d1f8651fe46d4dfae0bdbfaaca731098e4547 Mon Sep 17 00:00:00 2001 From: Kimi Hsu Date: Thu, 29 Feb 2024 07:54:52 +0000 Subject: [PATCH 2/5] Use rounded corner radius from max resolution Bug: 330088446 Test: try WindowInsets#getRoundedCorner Flag: NONE Change-Id: I70be19a730ff6d29b7eb18f27c26d217ae1727c4 (cherry picked from commit 517aca891b56457d7f3beb4dc04ae14334e7ba37) --- .../overlay/frameworks/base/core/res/res/values/dimens.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/caiman/overlay/frameworks/base/core/res/res/values/dimens.xml b/caiman/overlay/frameworks/base/core/res/res/values/dimens.xml index 9af98fed..3a05753e 100644 --- a/caiman/overlay/frameworks/base/core/res/res/values/dimens.xml +++ b/caiman/overlay/frameworks/base/core/res/res/values/dimens.xml @@ -19,7 +19,7 @@ - 115px - 118px - 115px + 157px + 157px + 157px From 1de6d7d01c25530b70b57704545547ffdd025882 Mon Sep 17 00:00:00 2001 From: Kimi Hsu Date: Mon, 4 Mar 2024 05:08:21 +0000 Subject: [PATCH 3/5] Use rounded corner radius from max resolution Bug: 330088446 Test: try WindowInsets#getRoundedCorner Flag: NONE Change-Id: I833f8d8d07a64810bc9437a4696d9690d9f900a1 (cherry picked from commit 664e173186b1144051d1704c21636115f312fcf2) --- .../overlay/frameworks/base/core/res/res/values/dimens.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/komodo/overlay/frameworks/base/core/res/res/values/dimens.xml b/komodo/overlay/frameworks/base/core/res/res/values/dimens.xml index 9af98fed..ddb2caf5 100644 --- a/komodo/overlay/frameworks/base/core/res/res/values/dimens.xml +++ b/komodo/overlay/frameworks/base/core/res/res/values/dimens.xml @@ -19,7 +19,7 @@ - 115px - 118px - 115px + 153px + 153px + 153px From d6bc8c7b9dd11508b165f31c3f88c797962ff26b Mon Sep 17 00:00:00 2001 From: Kimi Hsu Date: Mon, 4 Mar 2024 05:10:06 +0000 Subject: [PATCH 4/5] Use rounded corner radius from max resolution Bug: 330088446 Test: try WindowInsets#getRoundedCorner Flag: NONE Change-Id: Ia600acc9efef7370627efbd704dd6d5196e49448 (cherry picked from commit 4554ae382bb916cd5a4398fba3f8574be572a981) --- .../overlay/frameworks/base/core/res/res/values/dimens.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tokay/overlay/frameworks/base/core/res/res/values/dimens.xml b/tokay/overlay/frameworks/base/core/res/res/values/dimens.xml index 9af98fed..c498bcdc 100644 --- a/tokay/overlay/frameworks/base/core/res/res/values/dimens.xml +++ b/tokay/overlay/frameworks/base/core/res/res/values/dimens.xml @@ -19,7 +19,7 @@ - 115px - 118px - 115px + 132px + 132px + 132px From 6843e6c008ccfaf33b43e63f0f54e0bc00339748 Mon Sep 17 00:00:00 2001 From: Ted Wang Date: Thu, 11 Apr 2024 06:46:42 +0000 Subject: [PATCH 5/5] [Bluetooth] Disable BT auto on feature Bug: 333830043 Test: make Change-Id: Ie7f338ff689950142158e94a3cb8874363e072b0 --- device-caiman.mk | 2 +- device-komodo.mk | 2 +- device-tokay.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index cf922929..436939eb 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -403,7 +403,7 @@ endif # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-komodo.mk b/device-komodo.mk index b1ccb930..26b45831 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -399,7 +399,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-tokay.mk b/device-tokay.mk index e490425f..6c622dc4 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -362,7 +362,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)