2022-06-16 16:14:13 +00:00
|
|
|
# A-GPS Data
|
|
|
|
|
2022-07-07 19:24:47 +00:00
|
|
|
Load assisted GPS (A-GPS) data directly to your Bangle.js using the new http requests on Android GadgetBridge.
|
2022-07-06 12:13:23 +00:00
|
|
|
|
2022-07-07 19:24:47 +00:00
|
|
|
Will download A-GPS data in background (if enabled in settings).
|
2022-06-16 16:14:13 +00:00
|
|
|
|
2022-07-11 11:39:14 +00:00
|
|
|
The GNSS type can be configured in the settings.
|
|
|
|
|
2022-06-16 16:14:13 +00:00
|
|
|
Make sure:
|
|
|
|
* your GadgetBridge version supports http requests
|
|
|
|
* turn on internet access in GadgetBridge settings
|
|
|
|
|
2022-07-07 19:24:47 +00:00
|
|
|
Currently proof of concept on Bangle.js 2 only.
|
2022-06-16 16:14:13 +00:00
|
|
|
|
|
|
|
## Creator
|
|
|
|
[@pidajo](https://github.com/pidajo)
|
2022-07-06 12:13:23 +00:00
|
|
|
|
|
|
|
## Contributor
|
|
|
|
[@myxor](https://github.com/myxor)
|