Ticket Created
over 4 years ago

CIQQA-220

Cadence for Inline Skating

Apparently it is not possible to get Activity.getActivityInfo().currentCadence during a ActivityRecording.SPORT_INLINE_SKATING session. I have tried this on my Fenix 6S Pro and it returned null.

In order to calculate cadence by my own method, I instead tried using The ActivityMonitor.getInfo().steps but this did not return values constantly but only if I looked at my watch during the activity. Unfortunately, this returns constantly the same old (outdated) value if I do not look at my watch which makes it impossible to use for my own calculations of current cadence.

  • Hey, to help reproduce this issue I have a few questions. Are you calling Activity.getActivityInfo().currentCadence from a data field during the inline skating activity? Also does this not occur during other activity types? Does this only occur on a physical device and not in the simulator?