trkpt/metadata/en-US/full_description.txt

37 lines
3.3 KiB
Plaintext
Raw Normal View History

2020-08-01 01:55:54 +00:00
Trackbook is a bare-bones app for recording your movements. Trackbook is great for hiking, vacationing, or working out. Once started, it traces your movements on a map. The map data is provided by OpenStreetMap (OSM).
2020-08-01 01:55:54 +00:00
Trackbook is free software. It is published under the MIT open-source license. Trackbook uses osmdroid to display the map, which is also free software published under the Apache License.
2020-02-15 19:03:19 +00:00
GOOD TO KNOW
------------
2020-02-15 19:03:19 +00:00
START RECORDING VIA QUICK SETTINGS TILE
2020-08-01 01:55:54 +00:00
You can start a recording without opening Trackbook. Just pull down the System's Quick Settings and tap on the Start Recording tile. You'll need to manually add Trackbook's Recording tile to Quick Settings first. Information on customizing Quick Settings:
https://support.google.com/android/answer/9083864
2020-02-15 19:03:19 +00:00
https://www.xda-developers.com/get-custom-quick-settings-tiles/
2020-02-15 19:03:19 +00:00
SAVE RECORDINGS AS GPX
2020-08-01 01:55:54 +00:00
Recordings can be exported as GPX (GPS Exchange Format). Tap on the save button in the lower-right corner of a previously recorded track.
2020-02-15 19:03:19 +00:00
COPY GPX FILES MANUALLY
Trackbook automatically generates GPX files for every recording. You can find them in the folder /Android/data/org.y20k.trackbook/files/gpx/ on your device's storage.
HOW DOES TRACKBOOK MEASURE DISTANCE?
Trackbook calculates the distance between markers and adds them up.
2020-05-30 15:22:52 +00:00
HOW DOES TRACKBOOK MEASURE ALTITUDE?
2020-02-15 19:03:19 +00:00
Many devices have altitude sensors (of varying accuracy). Trackbook compares the altitude of each new marker with the previously stored altitude. The difference is added to either the uphill or downhill elevation value.
WHAT DOES ACCURACY THRESHOLD MEAN?
2020-08-01 01:55:54 +00:00
Every location fix that Trackbook receives is associated with an accuracy estimate. You can look up how Android defines accuracy in the developer documentation. "Accuracy Threshold" is the value from which location fixes are rejected. It can be adjusted in Trackbook's settings. You can increase the value if your recordings tend to be incomplete. Trackbook will then also record less accurate location fixes.
2020-03-13 10:40:37 +00:00
WHERE ARE MY OLD RECORDINGS?
----------------------------
The F-Droid version of Trackbook features an auto-importer for old recordings. Sadly I was not able to implement the auto-importer for the Play Store version of Trackbook due to SDK requirements / restrictions. That is partly my fault and I am very sorry. There is a (quite complicated) solution to get back your old recordings. Please head over to the Wiki (https://github.com/y20k/trackbook/wiki) to find out how.
A WORD ON PRIVACY
-----------------
2020-08-01 01:55:54 +00:00
Trackbook begins to store location data on a device as soon as a user presses the record button. Those recordings are stored in the directory /Android/data/org.y20k.trackbook/files/. They never leave the device. There is no web-service backing Trackbook.
2020-08-01 01:55:54 +00:00
Trackbook does not use Google Play Services to get its location data. It will, however, try to use data from the NETWORK_PROVIDER on your device to augment the location data it received via GPS. The NETWORK_PROVIDER is a system-wide service that Trackbook has no control over. This service will usually query an online database for the location of cell towers or Wi-Fi access points a device can see. You can prevent those kinds of requests on your device if you set the location preferences system-wide to "Device Only". Additionally, Trackbook offers a "Restrict to GPS" setting that deactivates the NETWORK_PROVIDER just within the app.