garanj

Results 28 comments of garanj

We've recently updated the samples for the `alpha02` release - there have been [quite a few changes](https://developer.android.com/jetpack/androidx/releases/health#health-services-client-1.0.0-alpha02) to the Health Services APIs since the Alpha01 release. We've also updated the...

Going to close this one out for now - if the issue remains with `alpha02`, can reopen.

Thanks Julius for this. Trying with the emulator just now, I get valid HR data when [enabling synthetic data][https://github.com/android/health-samples/tree/main/MeasureData#try-it-with-synthetic-data] ``` adb shell am broadcast \ -a "whs.USE_SYNTHETIC_PROVIDERS" \ com.google.android.wearable.healthservices ```...

Hi Julius, Apologies, for now the emulator virtual sensor configuration isn't hooked up to Health Services, though we can see that this would be a really useful feature, so will...

@jtragtenberg In order for synthetic providers to work on the emulator, you need to [enable developer options on the device](https://developer.android.com/training/wearables/get-started/debugging#enable-dev-options). We are in the process of updating the developer documentation...

@jtragtenberg Documentation has been updated here : https://developer.android.com/training/wearables/health-services/synthetic-data Which should better cover how to work with synthetic data. Does this help?

Are you able to share an example? Are you seeing any error messages? You can configure the type of exercise using `setExerciseType`, as shown here in [HealthServicesManager](https://github.com/android/health-samples/blob/main/health-services/ExerciseSample/app/src/main/java/com/example/exercise/HealthServicesManager.kt#L129) However, you should...

Yes, please let me know. I stand ready to change the page for `amphtml-autoscript` and can deprecate as necessary. I think it is better that there is one preferred tool...

Hi @MuhammadBemath would you mind sharing some steps on how to replicate this, or snippets of the code you are using, to help me investigate this?

@MuhammadBemath there is a degree of caching that occurs between the watch and the phone (I need to dig into this to understand how much), but it is a normal...