You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
I need a bit of help on the Gadgetbridge side of things.
Which repository should be used? I didn't find the Gadgetbridge one in espruino.
@johan_m_o did you choose the 'Pair' option when connecting, or was it not paired. I've seen when you pair sometimes the OS does seem to hang onto the bluetooth connection, especially if you enabled HID.
What happens if you go to the 'my apps' tab and refresh?
That's odd - I think what's happening is some of those are getting converted to stuff like
:heart:
but it's trying to convert the whole word into a bitmap, which is why it's very long.There's currently an issue where some characters in the bitmap get converted to UTF8 by Gadgetbridge, and it all gets garbled. I think that's what you're seeing here - it still works most of the time. I plan to try and get it fixed soon but I thought I'd attempt to just get something out.
Yes. Right now anything that's not char code 0...255 is converted (assuming that the fonts support ISO8859-1 correctly). å is char code 229 though. It seems to be in the 12x20 and 6x8 fonts, but maybe not in the 6x15 one? What size to you think the font was that's not getting rendered right? It could be a Bangle.js issue.
I really need debug info from Gadgetbridge for that, but the
Gadgetbridge app isn't installed on my Bangle.js
error occurs when the Bangle throws an error in response to Gadgetbridge sending a message - so that's a bug in the Bangle.js app (do you have the defaultAndroid
app or did you also installGadgetbridge Music
)? I imagine you'd see exactly that error with the normal Gadgetbridge too.@rullen there is an option in Gadgetbridge settings to enable auto-reconnect. Is that on? I think the default is for it to be off?
This version of Gadgetbridge, apart from a few additions like the app manager, font conversion and internet access, is pretty much identical to the normal Gadgetbridge that everyone's been using for the past year or so. The Bluetooth connection handling is identical, so if you had issues with the original Gadgetbridge, this one will be no different.
Honestly I'm just stretched too thin trying to support everyone on every different platform with random watch configurations at the moment. I'll try and sort out the UTF-8 issue and get the word splitting better but really I need a bit of help on the Gadgetbridge side of things.