Skip to content

4lick/counter-iq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

counter-iq

Generating a Key Using OpenSSL

> openssl genrsa -out developer_key.pem 4096
> openssl pkcs8 -topk8 -inform PEM -outform DER -in key.pem -out key.der -nocrypt

Launch Android Emulator

/Path/to/Android/sdk/tools/emulator -netdelay none -netspeed full -avd Nexus_5X_API_23  

Install Garmin Connect Mobile

Garmin Connect Mobile apk file

> adb install Garmin\ Connect\ Mobile_v3.8.0.1_apkpure.com.apk

Run Connect-IQ App

> cd counter-widget
> ./run.sh

Allow the simulator to communicate over ADB

> adb forward tcp:7381 tcp:7381

Watch Counter App - connect iq / android

About

watch counter app - connect iq / android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published