-
• #2
After FW update no app updates possible on bangle.js2 using Gadgetbridge:
I updated FW on my bangle js2, using the "Bangle.js Gadgetbridge" app (version 0.80.0a-banglejs) from the Google Playstore.
This was successful. Then I updated DFU to 2v25 as well. The watch screen showed "Flashing DFU" (or something) and got stuck there.
I rebooted the watch, which was possible.
I can connect Gadgetbridge and the bangle watch.
But I cannot update apps. Currently there are three apps available for update.
But whenever I try to update the apps the watch seems to reboot instead loading the updates. (it shows the boot screen for a second, then it shows a clock, so i guess it rebooted). Then Gadgetbridge shows like "3 apps successfully updated", even though nothing was updated.
I tried several things like "clean boot" and doing another fw update, but the problem remains.
Gadgetbridge shows "update apps failed - invalid JSON" -
• #3
I'm looking into this now - it looks like a bad App Loader update rather than firmware. Should be fixed in a few minutes
edit: should be fixed now if you refresh the App Loader (in browser) or close and re-open it in Gadgetbridge.
-
• #4
Thanks, Gordon.
I'm surprised, this was quite quick.
It works now. -
• #5
Thanks, Gordon !!!!!!!!!!
-
• #6
Thanks to your entire team !!!
-
• #7
thax great work!
I've just pushed a new release of Espruino, 2v25.
There have been a bunch of changes this time that you should really notice...
Math.randInt
(not in JS spec, but extremely useful for embedded)Pin.getInfo()
now returns 'output' and 'mode' values... plus a bunch more. Check https://www.espruino.com/ChangeLog for full details.