Skip to content

Instantly share code, notes, and snippets.

@voroninman
Created February 1, 2020 12:07
Show Gist options
  • Save voroninman/ef9883a3986d97e17554ce11132f761a to your computer and use it in GitHub Desktop.
Save voroninman/ef9883a3986d97e17554ce11132f761a to your computer and use it in GitHub Desktop.
brew cask install connectiq
brew cask install java
git clone git@github.com:dennybiasiolli/garmin-connect-iq.git
cd garmin-connect-iq
openssl genrsa -out developer_key.pem 4096 && \
openssl pkcs8 -topk8 -inform PEM -outform DER -in developer_key.pem -out developer_key.der -nocrypt && \
rm developer_key.pem
bash $(readlink $(type monkeyc)) \
-d fr735xt \
-o AnalogDigital.prg \
-y developer_key.der \
-f monkey.jungle
cp AnalogDigital.prg /Volumes/GARMIN/GARMIN/APPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment