Languages

Menu
Sites
Language
how to get S health data(pedometer, heart rate) in Gear S2

HumanActivityMonitor API is not same gearS2's default S health data.

ex)  tizen.humanactivitymonitor.setAccumulativePedometerListener(onchangedCB);

is pedometer data is since the device's booted. not same S health data.

how to get S health data?

 

Responses

1 Replies
Armaan-Ul- Islam

Hello..

S Health application is developed by Samsung which has its own algorithm of measurement.  S health data may not be totally dependent on raw sensor data. You may have seen S health takes profile data (Gender, Date of birth, Height, Weight) and many other parameters could be involved. So it’s pretty much understandable why this deviation occurs.  As far as I know you can’t fetch S health data directly from another app.