Skip to content

Build your project for all configured devices, fire it up in the Connect IQ Simulator and take a screenshot

License

Notifications You must be signed in to change notification settings

bombsimon/garmin-screenshot

Repository files navigation

Garmin Screenshot

Build your project for all configured devices, fire it up in the Connect IQ Simulator and take a screenshot.

Note

I only do Garmin development under Windows so this isn't tested for macOS or Linux. Any contributions ensuring this would work on other OSes would be much appreciated!

gif

Prerequisites

Usage

Ensure you have Python and poetry installed and run:

poetry run garmin-screenshot --help

What does it do?

It's very simple, the tool works by

  • Parsing your manifest.xml to find all supported devices
  • Starts the simulator
  • Builds the project for each device
    monkeyc \
      -d <device-name> \
      -f <jungle-file> \
      -o <output-prg> \
      -y <developer-key>
  • Runs the build in the simulator
    monkeydo <output-prg> <device-name>

About

Build your project for all configured devices, fire it up in the Connect IQ Simulator and take a screenshot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages