diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2017-01-03 20:13:21 -0800 |
|---|---|---|
| committer | Matt Filetto <matt.filetto@gmail.com> | 2017-03-03 11:23:06 +0000 |
| commit | dc531f6fbc681950f5980d36d2d2abc9e1d5bb28 (patch) | |
| tree | efc4e24122a404376d48a66b1705fd9bdbfdd796 | |
| parent | 086e79548d784b312872cb0b2078ddc80d1bb5ac (diff) | |
msm8996: Disable QC HW FLP HAL
* Something inside the HAL keeps choosing to use inaccurate locations
even when more accurate GNP/GNSS location is available. Since we don't
have any visibility into this component, disable it.
Change-Id: I1132bfebb2a732230216c32f7d5712d1fb825a92
Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
| -rw-r--r-- | gps/etc/flp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/etc/flp.conf b/gps/etc/flp.conf index 7d6002f..a34f3d2 100644 --- a/gps/etc/flp.conf +++ b/gps/etc/flp.conf @@ -29,7 +29,7 @@ BATCH_SIZE=20 # GEOFENCE = 0x01 # BATCHING = 0x02 # default = GEOFENCE | BATCHING -CAPABILITIES=0x03 +CAPABILITIES=0x00 ################################### # FLP BATCHING ACCURACY |
