This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

workout step name ignored in custom .fit file

Former Member
Former Member
Hello,

I created a custom workout file using the SDK and everything looks good except the workout step name. I'm setting wkt_step_name on each of my three steps like so: workoutStep.setWktStepName(IntervalStep.getActivity());
workoutStep.setNotes(IntervalStep.getActivity());

In the example .fit file each step has a defined workout step name: 'Run', 'Drills', and 'Walk'. Devices completely ignore whatever string I set and just show 'Run' for each step. The notes show the correct string though. I'm testing on a 645 music and a Vivoactive 3. For example, the last step I want it to say 'Walk 1:00' but you can see it says 'Run 1:00' from the attached image.

Am I doing something wrong?
  • Former Member
    0 Former Member
    I figured it out. Looks like I can only set it to either 'Warm Up', 'Go', 'Recover', 'Cool Down', 'Rest', or 'Other' by setting the intensity levels like so:workoutStep.setIntensity(Intensity.WARMUP);