Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslaw Hartman committed Feb 20, 2024
1 parent f752daf commit 905ee74
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Select your device:
Debug (or Release - does not matter)
![build3](images/build/build3.png)

* ConnectIQ simulator

In VisualStudio Code navigate to `bin/TrainerRoadgarminciq.prg` and from the menu select Run -> Start Debugging.

Set your username in Application Properties:
![properties](images/properties.png)

* Upload the file into your Watch

Connect the watch to your PC using USB cable and copy into `GARMIN/APP` folder.
Expand All @@ -39,24 +46,23 @@ Connect the watch to your PC using USB cable and copy into `GARMIN/APP` folder.

**Note:** Privacy settings in [TrainerRoad](https://www.trainerroad.com/app/profile/rider-information) must be set to *Public*:

![](images/privacy.png)
![privacy](images/privacy.png)

After installation you need to set your TrainerRoad account name.

* When installed from Garmin ConnectIQ store, use ConnectIQ mobile app on your phone

![](images/settings.png)

* Self-built app
# Release to Garmin App Store

## Choose supported devices

In VisualStudio Code select `Monkey C: Edit Products`:

There is a way to set your username in the Simulator then copy the file to your watch but much easier is just go to `resources/properties.xml` and set the default i.e. set it instead of `jhartman`:
![release1](images/release/release1.png)

```xml
<resources>
<properties>
<property id="username_prop" type="string">jhartman</property>
<property id="password_prop" type="string"></property>
</properties>
```
![release2](images/release/release2.png)

Then Export Project to build for all supported devices.

Binary file added images/properties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/release/release1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/release/release2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 905ee74

Please sign in to comment.