Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to find the function of calling data synchronization on the clock #17

Open
HacBach opened this issue Jun 7, 2024 · 5 comments

Comments

@HacBach
Copy link

HacBach commented Jun 7, 2024

I have searched the SDK code you provided, but I could not find the data synchronization function on the app that is present on the watch.
There are only functions for measuring indicators, such as heart rate, blood pressure, oxygen, blood sugar, body temperature, and step count.
Please provide me with the method to call that synchronization function.
I have reviewed the documentation and tried various functions but have not been successful.
Any guidance or example code would be greatly appreciated.
Please help me.

F753655D-5CBD-410D-8643-8A346DA13D48

F753655D-5CBD-410D-8643-8A346DA13D48

@HacBach HacBach closed this as completed Jun 10, 2024
@HacBach HacBach reopened this Jun 10, 2024
@Sartharian
Copy link

Sartharian commented Jun 20, 2024

Ok, that's so simple: Read the freakin' docs hahaha.
You may got helpful the "syncPersonInfo()" method for that, but you need to await success response from "confirmDevicePwd" (shorten for ConfirmDevicePassword) First.

All of that is mentioned on "readme.md" file on this repo =).

good luck!

@HacBach
Copy link
Author

HacBach commented Jun 24, 2024

@Sartharian
I mean when data synchronization on the Hband app is displayed on the phone. Not the syncPersonInfo() function.

@Sartharian
Copy link

Sartharian commented Jun 25, 2024

My apologizes, i couldn't understand your question. It's about a hband app functionality ? if that, please follow the watch's manual instructions =).

@HacBach
Copy link
Author

HacBach commented Jun 25, 2024

@Sartharian
Hband app has a "reading data" function. Can I ask where that function is in your demo sdk or which functions?
Thank you

@Sartharian
Copy link

Sartharian commented Jun 26, 2024

all the sdk functions are based on watch pairing authentication, please follow (with a nice coffee) the steps described in english instruction.
refeer to "syncpersoninfo()" method (and listen it across the interfaces =) ).
Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants