Need help with accessing settings, says 'Loading' and hangs #2817
Replies: 9 comments
-
Posted at 2021-08-31 by @gfwilliams Have you tried reinstalling the default apps via the App loader? https://www.espruino.com/Bangle.js#deleting-all-code I guess that sort of problem would usually be if the launcher got corrupt somehow. When you're connected with the IDE, if you go to the clock and press BTN2, does it show any messages on the left-hand side of the screen? That might tell you if it thinks there is some kind of error. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-31 by Androidonis Yes, I did use https://banglejs.com/apps/ -> about -> Install default apps. This did erase the Flash.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-31 by Androidonis Update: It does not need a reboot for the error to come back, after waiting a minute I also can not start the launcher with BTN2. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-31 by @gfwilliams Ok, that's interesting. Does it work fine with the default Morphing clock? I guess it'd possible that Beebclock has some problem? edit: thanks for all the info - and yes, the files that are on the watch look ok to me |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-31 by Androidonis It's not a problem with Beebclock, Morphing shows the same problem. And after one start of the launcher Beebclock works also for some time. It looks some parameters get lost/corrupt in RAM and a start with IDE and bluetooth reintializes something - just an idea, but how to debug? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-31 by HughB I installed BeepClock and got an out of memory issue after the screen had timed out a couple of times. Reproduced a second time. I'm using the TapeLauncher not the standard Launcher though.
Not sure about the code below at the end of Beebclock.js, multiple calls to Bangle.loadWidgets() a good thing ?
Set the default clock to something other than beebclock, then delete beebclock using the AppLoader, then restart the Bangle with a BTN3, see if problem persists. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-09-01 by @gfwilliams
Good spot! Yes, that would eat up memory and would definitely cause a problem! I've just put a fix in for that. It doesn't explain you having issues with the Morphing clock though... Are you sure that has issues? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-09-02 by HughB I did see this loading and hanging behaviour when I tried to install the 7x11Segment font file - for a test app. Last night I uploaded the boot loader and got a hang but recovered after deleting the 7x11Segment. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-09-15 by MartinNK Me having problems with kitchen clock and full screen messages ... sometime there was red error messages lower edge (I think "low memory") ... but could not read it. no reload (Buttton3 long press) or reboot helps ... sometimes I have to reset and dowenload my faforite apps again. I have problem to really discribe it. No idea how to help with more infos. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-28 by Androidonis
I need help with apps on a Bangle.JS system 2v10. I have trouble to access settings or move between apps.
The screen says 'Loading' and the system hangs. I can reboot with button1 + 2.
With WebIDE (https://www.espruino.com/ide/#) I can connect and start setting.apps.js on the watch.
What can be the problem that the settings menu does not start with the Button2 on the watch?
What can I check to debug this?
Beta Was this translation helpful? Give feedback.
All reactions