jonasoreland / runnerup

A open source run tracker
GNU General Public License v3.0
753 stars 275 forks source link

cadence stopped recording #1160

Closed dpadgett closed 5 months ago

dpadgett commented 1 year ago

hi, this app used to record cadence on my runs. i had to reimage my phone, and the app restored its settings when it was reinstalled. however, now cadence is not recorded despite the setting being enabled. phone is pixel 7 pro. the sensor is still working because it can be recorded using the strava app.

gerhardol commented 1 year ago

RU measures cadence with the step sensor. If it is not recorded, it may be that Android do not expect the sensor to be queried so often as now. There is no change in the app. There are no specific rules for sensor access here (that I have found). Maybe the sensor need to be queried less often, which means that updates will be slower.

Strava may determine cadence with slower access or by using the gyro or so.

dpadgett commented 1 year ago

i found today that the audio cues from RU does contain RPM. but the gpx / tcx of the activity saved doesn't include it. so it seems like the sensor is working but somehow RU didn't save the data into the file.

dpadgett commented 1 year ago

i dug in some more and the values actually are recorded in the file. they are just dropped by strava on importing the tcx. manually uploading a gpx format export worked.

gerhardol commented 1 year ago

Duplicate of #1161