From f88d3ca28587ee0c7495487459081a8474b199aa Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Mon, 19 Feb 2024 16:57:47 +0800 Subject: [PATCH 1/3] gps: set SUPL TLS 1.1 for Softbank Bug: 325406596 Test: Build pass Change-Id: Ia8825faf38ce427bb0068aacc2f19f7974ef41ce --- location/gnssd/release/gps.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/location/gnssd/release/gps.cfg b/location/gnssd/release/gps.cfg index aab98bf..41e474d 100644 --- a/location/gnssd/release/gps.cfg +++ b/location/gnssd/release/gps.cfg @@ -249,7 +249,6 @@ ENABLE_LPP_CP=0 ENABLE_LPPE_CP=0 ENABLE_5G_CP_CAPS_MSA=0 ENABLE_5G_CP_CAPS_MSB=0 -SUPL_SSL_METHOD=TLSv1 USE_EMER_PDN_FOR_EMER_SUPL=0 # DOCOMO GNSS_CARRIER_ID=8 From 118520982f882f52a7f62033c978d24163864e10 Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Fri, 23 Feb 2024 08:28:48 +0000 Subject: [PATCH 2/3] Disable auto prefer idle if ta prefer_idle is explictly disabled In auto prefer idle mode, a task in top-app will be granted prefer idle if it satisfied the conditions. So turn auto prefer idle off if top-app prefer_idle is explictly disabled. Bug: 326507991 Test: build pass Change-Id: Id9cec1f2622619d4927c037db6790e1c332689e7 --- powerhint-akita.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/powerhint-akita.json b/powerhint-akita.json index 949b6ce..d5abeda 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -1176,6 +1176,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "FGPreferIdle", @@ -1602,6 +1608,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_EXTREME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDHighCpusetCpus", @@ -1758,6 +1770,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDPreferIdle", @@ -2052,6 +2070,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "Node": "CDPreferIdle", @@ -2479,6 +2503,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "GAME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "GAME", "Node": "FGPreferIdle", From eb378fb10a0939f340ef380461e3304b6fb5eb60 Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Fri, 23 Feb 2024 21:27:08 +0800 Subject: [PATCH 3/3] gps: set SUPL TLS 1.1 for Softbank Bug: 325406596 Test: Build pass Change-Id: I749046cceb0e0682cf2d429e8551b3affd000d02 --- location/gnssd/release/gps_user.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/location/gnssd/release/gps_user.cfg b/location/gnssd/release/gps_user.cfg index b9ef10a..70b4f52 100644 --- a/location/gnssd/release/gps_user.cfg +++ b/location/gnssd/release/gps_user.cfg @@ -125,7 +125,6 @@ ENABLE_LPP_CP=0 ENABLE_LPPE_CP=0 ENABLE_5G_CP_CAPS_MSA=0 ENABLE_5G_CP_CAPS_MSB=0 -SUPL_SSL_METHOD=TLSv1 USE_EMER_PDN_FOR_EMER_SUPL=0 GNSS_CARRIER_ID=8 GNSS_CARRIER_ID=9