-
Notifications
You must be signed in to change notification settings - Fork 81
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
Sync navigation items (POIs / routes) (ambit2) #125
Comments
Concerning your next stages point 4 (sync personal settings): maybe the work done by @superdupersvard in his repo to sync sport modes could be helpful. Unfortunately his changes are not in the master, yet. |
Thanks for your comment @benedetto. Do you know the status of @superdupersvard sports mode code? Have you tested it? Does it work? I have only taken a brief look at his code, but not tested it. Will do so after navigation is implemented. I have just found out the last bits of the navigation protocol on the ambit, so I will soon start to implement code for it. 😄 |
I have now finished stage 1 - 3. Tomorrow I will test a semi-long route with my bike to check that my calculation-formula is not way off what is expected on the ambit. On short walking routes, everything looks good now. How would you like this to change to be pulled into master @mbernasocchi ? It is a big additions of code. |
Hi @landas About the sports mode. Sync of sports mode and also apps works in my implementation. At least for the sports mode/settings I tried. Maybe there are some settings that I missed. I will be great if you also have time to test it. |
@landas |
Sync navigation items (POIs / routes) (ambit2) - fixes #125
I'm working on support for sync of the navigation items POIs (waypoint) and routes between device and movescount.
This is ongoing work, and at current stage it will sync POIs only, and delete all routes from device (due to protocol limits).
You can find my fork at: https://github.com/landas/openambit
It has a lot of added debug messages as it is ongoing work.
Next stages:
POIs sync:
The sync sequence is adopted from Windows movelinks2
The text was updated successfully, but these errors were encountered: