Acknowledged

Activity.getActivityInfo().elapsedDistance gets stucked on Simulator Edge Devices

Since ConnectIQ 4.2.* elapsedDistances gets stucked on Simulator for Edge Devices, at least for datafields.

    function compute(info) {
   		System.println(info.elapsedDistance + " "+ Act.getActivityInfo().elapsedDistance);
   		return;
   	}

Is showing "null null" if activity not started. If Activity Simulation is active (it doesn't matter if 'build in' simulator or GPX player) and datafield is started, first result is "8.688738 8.688738" and than remaining at this value. Distance dependent values are also stucking, like info.averageSpeed.

Elder ConnectIQ versions like 4.1.1 it works perfect (I did not check with what ConnectIQ version the bug occured).

Only on Edge devices, I checked 530/830/1030/1040. Watch devices seems to be ok.

Parents Comment Children
No Data