All Projects → y20k → Trackbook

y20k / Trackbook

Licence: mit
Trackbook - Movement Recorder for Android

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Trackbook

Gnss Sdr
GNSS-SDR, an open-source software-defined GNSS receiver
Stars: ✭ 801 (+997.26%)
Mutual labels:  gps
Potato Library
Easy to use Utility library for Android
Stars: ✭ 45 (-38.36%)
Mutual labels:  gps
Eskf
ROS Error-State Kalman Filter based on PX4/ecl. Performs GPS/Magnetometer/Vision Pose/Optical Flow/RangeFinder fusion with IMU
Stars: ✭ 63 (-13.7%)
Mutual labels:  gps
137 Stopmove
Algorithms to automatically discover stops and moves in GPS trajectories.
Stars: ✭ 19 (-73.97%)
Mutual labels:  gps
Igcwebview2
Modularised version of IGCWebview
Stars: ✭ 10 (-86.3%)
Mutual labels:  gps
Indoorgps
Position Calculating with Trilateration via Bluetooth Beacons(Estimote)
Stars: ✭ 59 (-19.18%)
Mutual labels:  gps
Locationmanager
Simplify getting user's location for Android
Stars: ✭ 730 (+900%)
Mutual labels:  gps
Rpi Can Logger
Project to log CAN bus data from a PiCAN2 and a GPS module
Stars: ✭ 68 (-6.85%)
Mutual labels:  gps
Tempo
A Kotlin library for Android to get the current time from multiple sources: SNTP, GPS; or your own time source.
Stars: ✭ 44 (-39.73%)
Mutual labels:  gps
Find Maraudersmap
Internal positioning for everyone, in the style of Harry Potter
Stars: ✭ 62 (-15.07%)
Mutual labels:  gps
Gpsdetector Library
🌎 Android library. If GPS disabled, dialog shown and if user confirms GPS enabled. (2016)
Stars: ✭ 24 (-67.12%)
Mutual labels:  gps
Esp32 Paxcounter
Wifi & BLE driven passenger flow metering with cheap ESP32 boards
Stars: ✭ 844 (+1056.16%)
Mutual labels:  gps
Libgps
UART NMEA GPS library for Raspberry Pi
Stars: ✭ 60 (-17.81%)
Mutual labels:  gps
Zeps Gui
L'interface d'un outil de calcul d'itinéraires, principalement utilisé pour se repérer dans le Netherrail de Zcraft. Nécessite https://github.com/zDevelopers/ZePS-Core .
Stars: ✭ 5 (-93.15%)
Mutual labels:  gps
Aprs
Python APRS Module
Stars: ✭ 62 (-15.07%)
Mutual labels:  gps
Shiny
A Xamarin Framework for Backgrounding & Device Hardware Services (iOS, Android, UWP, Tizen, tvOS, watchOS, & more coming soon)
Stars: ✭ 763 (+945.21%)
Mutual labels:  gps
Awesome Gnss
Community list of open-source GNSS software and resources 📡
Stars: ✭ 56 (-23.29%)
Mutual labels:  gps
Tle.js
Satellite TLE tools in JavaScript: get lat/lon of satellites, get look angles, plot orbit lines, extract individual TLE elements
Stars: ✭ 71 (-2.74%)
Mutual labels:  gps
Micronmea
A compact Arduino library to parse NMEA sentences.
Stars: ✭ 66 (-9.59%)
Mutual labels:  gps
Gpx Simplify Optimizer
Free Tracks Optimizer Online Service
Stars: ✭ 61 (-16.44%)
Mutual labels:  gps

Trackbook - Android Movement Recorder

Version 2.0.x ("Echoes")

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).

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. Want to help? Please check out the notes in CONTRIBUTE.md first.

Install Trackbook

You can install it via Google Play and F-Droid - or you can go and grab the latest APK on GitHub.

Good To Know

Start Recording via Quick Settings Tile


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. You can find information on customizing Quick Settings here and here.

Save Recordings as GPX

Recordings can be exported as GPX (GPS Exchange Format). Tap on the save button in the lower-right corner of a previously recorded track.

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.

How does Trackbook measure altitude?

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?

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.

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 to find out how.

A word on privacy

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.

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.

Screenshots (v2.0)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].