Skip to content

This android application shows live activity data from your Garmin devices.

Notifications You must be signed in to change notification settings

basva923/GarminLive

Repository files navigation

Garmin Live Activity On Phone

Actions Status

This is NOT an application provided by Garmin.

This application retrieves live activity data from your Garmin devices and shows it on the screen.

An apk release build is available in the release assets of this repo: v1.0

Requirements

  • Garmin Connect is installed on your phone
  • This application is installed on your phone
  • PhoneActivity is installed on your Garmin device: Github PhoneActivity

Documentation

To show your activity on your phone:

  1. Connect your Garmin device to your phone.
  2. Open the PhoneActivity app on your Garmin device.
  3. Wait for a GPS signal (shown on top).
  4. Open the GarminLive app on your phone.
  5. Press start to begin your activity.

Build instructions

The easiest way to contribute/build/try with the code is to import this project into android studio.

To show the mapbox map, create a free mapbox code, create a secrets.xml file in the values folder. And past in the following content:

<resources>
    <string name="mapbox_access_token">PASTE_YOUR_TOKEN_HERE</string>
</resources>

And create a secret access token to download the mapbox sdk, which is exampled here: Mapbox Docs.

To test the application without connecting to a Garmin device. Load the mock controller by commenting and uncommenting the corresponding line in the setupActivity function in MainActivity.kt.

Some screenshots

Main screen with time, power, speed, heart rate and cadence

The simple overview, power, speed, heart rate and cadence

The map with current location and track

The settings with mass, FTP, FTP heart rate, bike settings and road type

The larger overview of some fields

Use Cases

  • Use an old phone as a head unit on your bike, it you have a Garmin watch.

Limitations

  • The only activity type that is supported is Cycling.

About

This android application shows live activity data from your Garmin devices.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages