harishvgk
harishvgk
@breanatate Thanks for your response. we are not getting the distance in Samsung Galaxy Watch also. I tried installing apk of the exact sample code without any editing Synthetic data...
@garanj Yes, I tried with the Synthetic tracker. But not getting data in the callback method. Please check this, and correct me if anything done is wrong (1) to get...
Thanks @garanj for your quick response Permissions: ..... Also please confirm if the below code is the right way to get multiple sensor datapoints: **private val dataTypes = setOf(DataType.HEART_RATE_BPM, DataType.DAILY_CALORIES,...
@garanj and Team This is my requirement: Wear OS app collects heart rate, calories, distance, and steps in Passive Data mode. App connects to AWS IoT in the background to...
Sure @garanj . Thank you
@garanj I don't have a physical device. I can create a build, send it and get it tested in my Friend's watch. But the emulator itself says "No permission granted"...
@garanj Thanks for the details shared. It's really helpful and informative. The ExerciseSample app running the Wear OS emulator is getting Calories along with the Heart rate per minute. I...