Hello,
I often select an activity, but then forget to start it, and don't realize it until minutes later, resulting in a whole chunk of the recording missing.
That I'm not the only one with the problem shows that there are already over 1900 downloads of my two "Activity Start Reminder" data fields.
(of course it would be much better if Garmin would add such a trivial function itself).
The "Activity Start Reminder" data field actually does nothing more than count up a counter as long as the activity has not been started, or after `onTimerStop` has been called, and then either vibrates or plays a sound after a specified time.
For the counter, I take advantage of the fact that the `compute` method is called once per second, so 10 calls equals 10 seconds.
An Instinct 2 Solar (Firmware-Version 11.18) user now reports that his watch neither vibrates nor plays a sound after the specified time.
In the simulator both works fine and I have no idea what the problem could be.
Does anyone have an idea what this could be?
Many regards,
Jens