Replies: 2 comments 2 replies
-
Just tested it with Google Maps (v25.07.02.724926918) as well and it seems to not have these issues, so I assume this issue lies with OsmAnd or GB. I'll investigate further |
Beta Was this translation helpful? Give feedback.
-
Ok, great, so #2 seems sorted? It might depend on whether the OSMAnd app was focussed I guess. The navigation messages from OSMAnd are handled by this code in Gadgetbridge I think: And the Navigation message is https://codeberg.org/Freeyourgadget/Gadgetbridge/src/branch/master/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/model/NavigationInfoSpec.java - it looks like the mapping of enums is correct so I think the code in Gadgetbridge getting the data from OSMAnd must be wrong. It's here: So as far as I know it just pulls the integer value direct from OSMAnd's API without doing any kind of remapping from OSMAnd to Gadgetbridge. You'd need to figure out how OSMAnd's It's possible that OSMAnd's API doesn't actually say |
Beta Was this translation helpful? Give feedback.
-
Bagle.js 2v25
Gatebridge v0.83.1-bangeljs (F-Droid)
OsmAnd~ v4.9.10 (F-Droid)
Both tried with the GB OsmAnd pakage setting (in external integrations) on "automatic" and "net.osmand.plus"
I have three issues with the navigation messages.
(Neem 3e afslag = take third exit)
The navigation messages don't get updated unless the screen is on. This kinda defeats the purpose, if I still have to have my phonescreen on
The instructions often are too long for the screen and get cut left and right (see image above).
I'm not sure where exactly to pin the problems to. Most of the threads I've read about that topic here either say it works for them (at least on Google maps) or that it's not an error from bangle js but the official GB.
Maybe someone can point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions