From 17b7b82206e83ca6d9c67c2f3e637074212ea281 Mon Sep 17 00:00:00 2001 From: Wyatt Riley Date: Mon, 17 Oct 2016 12:00:34 -0700 Subject: [PATCH] jd2019: Xtra Fixes - https, version check & version 3 Tells Qualcomm GPS hardware to: 1) Use https 2) Use the more secture version 3 file 3) Check that the XTRA file version downloaded matches the version expected - i.e. the more secure (signed) version 3 Test: On device, via adb push/pull, watched Xtra download logs and confirmed GPS acted as if Xtra assisted Bug: 31470303 Change-Id: Ib2a1b9ec9be32f842a158c05fa2ba04cb0262b76 --- gps/gps.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gps/gps.conf b/gps/gps.conf index 0e6abdb..2e37590 100644 --- a/gps/gps.conf +++ b/gps/gps.conf @@ -1,3 +1,8 @@ +#URLs from which to download XTRA data +XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin +XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin +XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin + #Version check for XTRA #DISABLE = 0 #AUTO = 1