Skip to content

fo2rist/garmin-vehicle-keyfob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garmin Vehicle Keyfob

Garmin app that allow to Lock/Unlock a car from watch

Main screen Lock screen

Requirements

To build a working app add one more file to /source that contains following constants for Smartcar API

const CLIENT_ID = "UUID HERE";
const BASIC_AUTH_CREDENTIALS = "CREDENTIAL FOR YOU APP HER";

(to obtain the keys sign up and register an app on smartcar.com) and generate a signing certificate according to Generating a Developer Key instruction (I place it in '~/.garmin/developer_key.der' for convinience)

How to build

To build the executable

monkeyc -o build/app.prg -f monkey.jungle -y ~/.garmin/developer_key.der

To run

monkeydo build/app.prg %DEVICE_TYPE%

where %DEVICE_TYPE% is a watch model for simulator, e.g. vivoactive3

To install on real device

  • comment "mode" => "test" line in code
  • build
  • connect watch to computer and copy executable to apps folder on device

About

Garmin app that allow to Lock/Unlock a car from watch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published