From c0a3657a4ee2899dd12a43d5a31e611937f62ae6 Mon Sep 17 00:00:00 2001 From: Tushar Janefalkar Date: Mon, 15 Apr 2013 10:52:06 -0700 Subject: [PATCH] Set On Demand Time as default in gps.conf The capabilities mask in gps.conf was updated to set On Demand Time injection by default Change-Id: I1532072040aa258d441e23649c6e038bc8e56923 --- etc/gps.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/gps.conf b/etc/gps.conf index 3b298b24..84283154 100755 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -27,12 +27,12 @@ INTERMEDIATE_POS=0 SUPL_VER=0x10000 # GPS Capabilities bit mask -# SCHEDULING = 1 -# MSB = 2 -# MSA = 4 +# SCHEDULING = 0x01 +# MSB = 0x02 +# MSA = 0x04 # ON_DEMAND_TIME = 0x10 -# default = MSA | MSB | SCHEDULING -CAPABILITIES=0x7 +# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING +CAPABILITIES=0x17 # Accuracy threshold for intermediate positions # less accurate positions are ignored, 0 for passing all positions