Most recent activity
-
-
-
My Bangle.js 2 was charging over night and in the morning i found it on the following screen:
Checking storage... Storage is corrupt. Erasing storage area...
I waited for over 10 minutes but nothing happened.
Then i reflashed the current firmware via Android nrf DFU app and now the B2 is stuck inSW RESET DFU 2V12 CHECK STORAGE NO NEW FW BOOTING ...
It was stuck in this state since over 10 minutes when i decided to reset it by long pressing the button.
Now it is in
Checking storage... Storage is corrupt. Erasing storage area...
again :(
Anything i can do to get it booting again?
-
I am thinking about the same.
It is possible to run Gadgetbridge Android via Waydroid on mobile Linux but Waydroid does not (yet) has acceess to Bluetooth devices therefore this does not help.I found this tool very promising:
https://github.com/piggz/harbour-amazfishIt supports the Bangle.JS (1?) watch but i did not yet test it.
It is originally for SailfishOS but it seems to somwhow work on Manjaro: https://github.com/piggz/harbour-amazfish/issues/156.
Build instructions for ubuntu are available: https://github.com/piggz/harbour-amazfish/blob/master/documentation/build-instructions.mdAlternatives:
There is https://github.com/alexr4535/siglo which is a companion tool for the pinetime watch.
There is also
https://gitea.arsenm.dev/Arsen6331/itd.We could maybe fork this and use it to connect to our Bangles but this is work to do.
-
I added it to the wiki at https://github.com/espruino/BangleApps/wiki#faq-frequently-asked-questions
The App Loader on the other hand should do this already I think, so I wonder why it didn't in your case. I guess maybe it was thrown off by the Gadgetbridge JSON being sent?
I will investigate into this.
-
Gordon you are awesome. You are absolutely right. Programmable was set to off. After enabling the setting it looks like it is working as expected.
No idea how it was set to off though as i never go into the Bluetooth menu.Should we add this as a question to the error message on the ide "Unable to retrieve board information. Connection Error or Programmable disabled?"?
-
My bangle started to behave strange this morning:
It looks like the BT stack is broken.When i connect via WebBLE IDE i see the error message "Unable to retrieve board information. Connection Error?" every time. I tried to connect via Android and Linux with chromium both and the error happens on both.
Still the IDE says it is connected. When i open the storage view it shows me an empty list of files (no files at all).
App Loader reports "Device connection failed, invalid JSON".
When connecting via Gadgetbridge it reports it is connected but i don't get weather information update and it looks like notifications are transfered to the bangle.
I tried to re-flash current bleeding edge build via NRF and powered off the bangle for a few minutes - but it did not help.
I also run "Compact storage" and "Rewrite settings" - without success.When i boot the bangle i can see "-> null" at the bottom of the screen for a short time.
Apart of "no real bluetooth connection" the watch seems to behave kinda normal.
Anyone having an idea what i can do?
Oh yeah thanks. I didn't see that :)