-
I flashed 406, still the same problem. As soon as the reset() command is issued, the watch disconnects and doesn't reconnect. I've also noticed that:
If I reset with BTN1 + BTN2 ---> watch ends up in "normal" mode running the clock app
If I reset with reset() command --> watch ends up on the "Bangle" logo screen.
-
Okay... Are you still have issues uploading new apps?
what are you trying to do with
reset()
:-) ? You shouldn't have to do areset()
manually.From the documentation https://banglejs.com/reference#l__global_reset
reset()
seems to be doing what it should.After an App is loaded, it should show on screen "Press btn3 to reload". You keep BTN3 pressed and your default app is reloaded.
Press the middle button and it should launch the App Launcher showing you all the apps that are installed, and you can pick one of the other apps.
P.S. You mentioned App Uploader is issuing a reset... if you are using Chrome, can you do F12, then right click on refresh button and click "Empty cache and hard reload"... Github pages are cached so maybe you got stuck with a stale version of the BangleApps repository?
@chrisotherwise I just flashed 406 (which is now the latest) and it seems to work. Uploads are working. So I would say, stay on the bleeding edge and get the latest again, and see if it changes.