I have a Tizen Native Watch app where I'm able to get the step count. I have a need to reset the step count to zero on demand when I click a button or close the app. Can you guys please help me with this. Currently, the step count is 60,000 and going on and on.....
Asked
Active
Viewed 51 times
0
-
Well, this is a programming Q&A site for specific programming problems and not the watch helpdesk.What's your specific programming problem? – Lundin Feb 26 '21 at 07:46
-
How to reset the watch step count. When I print the step count it starts with 10000 steps and keeps on incrementing. Say if I walked 5000 steps during the day the count increases to 15000. The next day when I print the steps instead of having a fresh start with count ZERO it starts from 15000. My question is how do I programmatically force the step count to become ZERO in Tizen Native C – Spantula Mar 01 '21 at 11:36
-
Please edit the question and include all info there. – Lundin Mar 01 '21 at 11:57