From a78bab5944c1211245b7922e476b0db801b2ec59 Mon Sep 17 00:00:00 2001 From: James Huang Date: Wed, 17 Apr 2024 14:41:13 +0800 Subject: [PATCH] gps: Update config to disable step counter for CT3 Set Chip_Configuration_mems_data_Configuration=0x7 to disable step counter. Bug: 335320817 Test: Verify no step counter was registed and no more GNSS crash issue. Change-Id: Ia53aef1e303fb34129970570cdcca943dbe9494a --- location/user/gps.cfg | 2 +- location/userdebug/gps.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 96064a0..9f96c20 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -47,7 +47,7 @@ GlueLayer_isReqDBHFromFwRefLoc=1 GlueLayer_isReqUBPFromPressureSensor=1 GlueLayer_IsMemsEnable=1 GlueLayer_MeasCorrCap=7 -Chip_Configuration_mems_data_Configuration=0x17 +Chip_Configuration_mems_data_Configuration=0x7 Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1 CP_LocTech_PrimaryConst=0 CP_LocTech_Constraints=0x81 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index c7c7952..40985ca 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -171,7 +171,7 @@ GlueLayer_isReqDBHFromFwRefLoc=1 GlueLayer_isReqUBPFromPressureSensor=1 GlueLayer_IsMemsEnable=1 GlueLayer_MeasCorrCap=7 -Chip_Configuration_mems_data_Configuration=0x17 +Chip_Configuration_mems_data_Configuration=0x7 Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1 CP_LocTech_PrimaryConst=0 CP_LocTech_Constraints=0x81