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
This commit is contained in:
parent
2664a5d435
commit
17b7b82206
1 changed files with 5 additions and 0 deletions
|
@ -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
|
#Version check for XTRA
|
||||||
#DISABLE = 0
|
#DISABLE = 0
|
||||||
#AUTO = 1
|
#AUTO = 1
|
||||||
|
|
Loading…
Reference in a new issue