From 61031de38420f4a6e6c4e502bc233b0acb42f832 Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Wed, 13 Mar 2024 08:37:16 +0800 Subject: [PATCH] gps: update GPS configurations - disable debug during CHRE request - request SGEE from framework Bug: 328858595 Bug: 328347965 Test: verify pass Change-Id: I419d80b61eb89880216035a51d4d966320298731 --- location/user/gps.cfg | 2 +- location/userdebug/gps.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 1e40b7b..33da69e 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -34,7 +34,7 @@ mailboxDisabled=0x0 gnss_rfic_chip_id=55400000 UseRtcForAiding=1 additional_rtc_uncertainty_ms=10 -Sif_UseFwXtraInterface=0 +Sif_UseFwXtraInterface=1 Agnss_IsGloAidingEnable=0 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 480bf79..3d631ad 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -12,7 +12,7 @@ uni_log_max_file_count=5 uni_log_max_size_mb=20 uni_log_total_max_size_mb=100 -debug_enable=1 +debug_enable=4 mem_dump_to_node=1 gnss_device_type=K042 @@ -145,7 +145,7 @@ UseRtcForAiding=1 additional_rtc_uncertainty_ms=10 # set to 1 for FW SGEE download - Requires Android FW to be properly configured -Sif_UseFwXtraInterface=0 +Sif_UseFwXtraInterface=1 # ChipCfg_GetGpsWeekFloor variable allows testing of old GPS weeks. # Used here to adjust the GPS week for carrier testing.