> On 09.12.2014, at 04:28 , Garvan Keeley <[email protected]> wrote: > > Following up on our B2G AGPS talk, it does appear that AGPS data is available > from network sources: > http://android.stackexchange.com/questions/15825/why-is-my-android-fetching-http-xtra3-gpsonextra-net-xtra-bin-upon-start
XTRA is the brand name of Qualcomm's proprietary extended ephemeris solution. It should only be supported by Qualcomm chipsets and using their servers means you need a license/contract with them. > http://www.openmobilealliance.org is a provider of this data. In gps.h there > is the ability to inject AGPS XTRA data, although I am not clear on the > workings of this, it is not documented. Where did you see the OMA reference? The linked stackexchange has a "x-wap-profile" header which specifies the UAPROF profile (user agent profile). That's just a standard for how to format user agent strings, see also https://en.wikipedia.org/wiki/UAProf. Hanno _______________________________________________ dev-geolocation mailing list [email protected] https://lists.mozilla.org/listinfo/dev-geolocation
