Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garmin Connect Modules: Directory and API #335

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Conversation

fabian-nunes
Copy link
Contributor

We are currently developing a forensic investigation to the Garmin Connect Application, we created various modules :

Private Directory:

  • Activities
  • Charts
  • Daily Summaries
  • Spo2 Readings
  • GPS Polyline
  • Response Cache
  • Sleep Data
  • Wight Data
  • Logs
  • Shared Preferences
  • Notifications
  • Synchronisation

And using the script we developed (requires rooted phone) it is possible to extract the data from the API to JSON format and give it to our API modules to generate a report such as:

  • Activities
  • Heart Rate Data
  • GPS Data
  • Sleep Data
  • Stress Data
  • Steps Data

We also added various features needed for our report using the libraries:

And Python Libraries

This gave us the possibility to create the following features:

  • Heatmap
  • Date Filtering
  • GPS Map
  • Custom Charts
  • Pretty Code Blocks

@abrignoni abrignoni merged commit a872fcd into abrignoni:main Feb 24, 2023
@abrignoni
Copy link
Owner

This update is huge and amazing. I am trying to wrap my head around all things it does so we can leverage some of it for other artifacts and then try to add it to the other leapps like ileapp, vleapp, rleapp and so forth.

@abrignoni
Copy link
Owner

Thank you so much. This is really good stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants