diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 9f901b2..b951644 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -7,6 +7,7 @@ GlueLayer_EnableGnssCfgInterface=1 gnss_device_type=K042 gnss_device_patch_address=0 gnss_device_patch_file=/vendor/firmware/kepler.bin +allow_logging_if_disconnected=0 ism_stream_enable=1 caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK Is1PPSTimeSyncEnable=0 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 668609a..766d289 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -20,6 +20,8 @@ gnss_device_type=K042 gnss_device_patch_address=0 gnss_device_patch_file=/vendor/firmware/kepler.bin +allow_logging_if_disconnected=0 + # enable ism stream for GAAM ism_stream_enable=1 caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK