Created
February 1, 2020 12:07
-
-
Save voroninman/ef9883a3986d97e17554ce11132f761a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew cask install connectiq | |
brew cask install java | |
git clone [email protected]: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