23 questions
0
votes
0
answers
81
views
Samsung Permission popup disabled - React native
I’m currently integrating Samsung Health into my React Native app using the Samsung Health Data SDK. I’ve already completed the following steps:
-- Registered as a Samsung Health partner.
-- Verified ...
1
vote
1
answer
274
views
Samsung Health Sensor API: Collecting IBI Data in Background on Galaxy Watch
I’m working with the Samsung Health Sensor API (v1.3.0) to collect Inter-Beat Interval (IBI) data from a Galaxy Watch. My goal is to gather IBI samples periodically (e.g., every hour for 10 minutes) ...
0
votes
0
answers
80
views
I am integrating the Samsung health step count functionality, but permission is not turning on
I took a partner program with Samsung health in my application, i integrated the code to fetch the step count data after integration of the permission code as per the developer guide defined in the ...
1
vote
1
answer
308
views
Cadence detection API for Samsung Galaxy Watch 6 (Wear OS)?
Is there any other Cadence API for Wear OS?
I'm trying to calculate running cadence and display the information on the UI, but I have no idea how to do it.
I found val RUNNING_STEPS: DeltaDataType<...
1
vote
0
answers
28
views
can we exclude/dont support specific device manufacture at manifest level.?
I am trying to develop a wearable application using Samsung Health SDK. Want to support only Samsung Devices(Watch, wear OS) only.
Can I add some specific code at the manifest level to exclude other ...
0
votes
1
answer
1k
views
Confusions on reading Health data from Wear OS watch on Android
I am creating an app for Android phones. I want to read data from Samsung watch 5 in that app. There is a lot of confusion.
Should I use
Google Fit API
OR
Health Connect ?
I started with "...
2
votes
2
answers
3k
views
Reading sensor data from Wear OS wearables using Flutter
How can the sensor data and health data of a Wear OS wearable device (watch) be read by a Flutter android app on the iOS/android phone?
Additionally, is there a common API to access the sensor/health ...
2
votes
0
answers
358
views
How to get data from Samsung Galaxy Watch4 Classic?
I want to get data from Samsung Galaxy Watch 4 Classic, I used developer.samsung.com but unfortunately there is no helpful document and it navigates to google health service,Even though I can get ...
1
vote
1
answer
715
views
Oxygen saturation measurement API for Samsung Galaxy Watch 4 (Wear OS)
tried to use Samsung Health SDK, but it doesn't work on watch
also, Android Health Services don't work on real device
Google fit API does not suit me (the comment from here)
any other oxygen ...
0
votes
1
answer
2k
views
How to get a developer access code for Samsung Health developer mode?
https://developer.samsung.com/health/android/data/guide/dev-mode.html#How-to-Activate-the-Developer-Mode
How the heck do you get an Access code? They say you need a "partnership." What does ...
0
votes
1
answer
678
views
com.samsung.android.simplehealth E/SimpleHealth: Getting step count fails
I'm trying to use Samsung sample SimpleHealth for retrieving data from Samsung Health app, but when I give the permission to get StepCount data, I get a weird error:
java.lang.SecurityException: com....
3
votes
1
answer
887
views
Samsung Health SDK Partner Apps program registration
Currently we are implementing an Android App that uses the step counter from Samsung S Health, BUT Samsung is actually blocking the registration for partner Apps. (bellow screen shot)
We are now ...
1
vote
1
answer
1k
views
How to get data such as Heart Rate and Pedometer from Samsung Health to Tizen Application?
I am currently trying to develop a Tizen Application using Tizen Studio that retrieves data such as Heart Rate, Sleep Monitor, and Pedometer from Samsung Health application(from the smart watch).
Is ...
5
votes
1
answer
1k
views
How to Get Samsung Health Step Count in Xamarin Forms
I’m trying to get a step count from Samsung Health using Xamarin Forms (for an Android App).
I tried using SamsungHealthForXamarin to recreate the SimpleHealth sample project from the Samsung Health ...
1
vote
1
answer
714
views
Obtain current heart rate Samsung health
I am trying to get the current heart beat rate using Samsung health. I am using Samsung's SDK for Android basing my code on the example provided to count the steps. Here is how I adapted the code for ...
1
vote
0
answers
102
views
Samsung Health Duplicated Values
I have an android app that read health data from Samsung Health and browse it. I added Samsung Health sdk version 1.4.0 and started to fetch the data using HealthDataResolver.ReadRequest to read ...
1
vote
0
answers
1k
views
How to fetch active time data from Samsung Health in my android app
I have an android app that read health data from Samsung Health and browse it.
I added Samsung Health sdk version 1.4.0 and started to fetch the data using HealthDataResolver.ReadRequest to read ...
3
votes
1
answer
205
views
How to get swimming data using samsung health app
I want to get swimming data from Samsung Health App but not get any proper solution.
Below is my code.
public class SwimmingReport {
private final HealthDataStore mStore;
private ...
3
votes
2
answers
972
views
Samsung Health SDK - Android : Read total burnt calories for ideal time
I want to fetch/read data from health app. Using HealthDataResolver.AggregateRequest to read different data value like total stepCounts and distance.
Below is the working code and I am getting total ...
1
vote
0
answers
870
views
Data imported to Samsung Health doesn't show in the app, but they are imported to HealthDataStorage
I'm just copying my question from Samsung Developers portal as I had no resonses from them for 2 days.
I've imported 3 years worth step counter data from FitBit to Samsung Health via Samsung API.
...
3
votes
0
answers
225
views
Difference between Android SensorManager and Google Fit raw sensor data?
For my app I need to read the user's latest heart rate to send in every message.
One is the Android SensorManager and the other is Google Fit's Sensors. Also there is Samsung's Health app (don't ...
0
votes
1
answer
285
views
Samsung Health Android SDK target SDK version
I'm developing an app which uses targetSdkVersion 27. We would like to integrate the Samsung Health Android SDK which has a targetSdkVersion support of 25.
Can this be done without problems?
Also ...
4
votes
1
answer
5k
views
Is Samsung S Health an exclusive Samsung API or is it using Google Fit?
In the Samsung Galaxy S6 there is a S Health app that measures heart rate, SpO2, stress and other values. It looks like I can purchase additional apps for this. Is this S Health exclusive to Samsung? ...