Most recent activity
-
-
I just tried switching to Anton Clock (having used a hacked-up version of mtnclock for ages), in the hope of making the time more easily readable, but the time doesn't appear to actually appear – the top half of the clockface is just blank. (The date/day/weeknum displays fine, in both bitmap and vector fonts, it really is just the time that's not there.) Both antonclk and antonclkplus have the same problem.
I've tried reinstalling the apps, rebooting the watch, and updating to the latest firmware (2v19.117). I'm using a fork of BangleApps, https://github.com/sersorrel/bangleapps, which I've just rebased on upstream – the only even tangentially-relevant changes I can see I've made would be to
locale
, to add AM/PM to the time.Any ideas what I've broken?
-
-
I upgraded my Pixel 4a to Android 13 this morning, and now I can't get Gadgetbridge to connect to my Bangle 2. I've tried restarting the watch and the phone, plus pressing "disconnect" in Gadgetbridge and then trying to connect again, but nothing works. The app loader can connect to it fine, though.
Is there any useful debugging I can do? Is anyone else having this problem?
-
I have a suspicion that the Poketch clockface could be causing that – it looks like it redraws itself once per second whenever the display is on, which on Bangle 2 is "always": https://github.com/espruino/BangleApps/blob/387e037a6111af84ff3625f2c7091376a5582d91/apps/pokeclk/app.js#L75
The
lock
event is potentially more useful on Bangle 2, but really once-per-second updates are overkill; there's a neat trick you can do to schedule once-per-minute updates for immediately after the minute ticks over, which mtnclock uses: https://github.com/espruino/BangleApps/blob/387e037a6111af84ff3625f2c7091376a5582d91/apps/mtnclock/app.js#L345 -
It works! which is annoying, I don't really understand why that's the case. but hey.