The GPS on my Sl808xT is taking a long time (>5 minutes) to acquire a lock. I’ve enabled the features for GPS XTRA DATA but it’s failing to update the location assistance data.
Download is enabled:
at!gpsxtradataenable?
XTRA Data Enabled: 1
XTRA Data Retry Number: 2
XTRA Data Retry Interval: 1
XTRA Data Autodownload Enabled: 1
XTRA Data Autodownload Interval: 24
Current XTRADATA is out of date:
AT!GPSXTRASTATUS?
Xtra Time status = Unknown
Xtra Data status = Valid
Validity Start = 2014 08 07 3 11:00:00
Validity End = 2014 08 14 3 11:00:00
Manually initiate a download:
AT!GPSXTRAINITDNLD
Xtra command sent successfully
OK
XTRADATA remains out of date:
AT!GPSXTRASTATUS?
Xtra Time status = Unknown
Xtra Data status = Valid
Validity Start = 2014 08 07 3 11:00:00
Validity End = 2014 08 14 3 11:00:00
When I run the download command I have a working 3G connection established. If I run a packet capture on the module I don’t see any XTRADATA download requests being sent.
Is there something else I should be doing to download the XTRADATA? Is there any way of debugging why this fails?
Appreciate any help.