"Alarms" app feedback #1634
Replies: 46 comments
-
Posted at 2020-02-28 by @gfwilliams Thanks - I'd fixed the invalid values thing before lunch but it seems I had lost track of my changes. I'll look into the other stuff :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-28 by @gfwilliams Ok, hopefully all fixed now! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-28 by AkosLukacs Looks like the whole "My Apps" is broken. Console output:
Opened the "oldapps", and that can still read one app, the "Gps info" for some reason... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-28 by @gfwilliams
Maybe try reloading all apps - looks like one of the uploaded info files has invalid JSON in it? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-28 by AkosLukacs Ooops, yes, that was Gps Info v1. But found another smaller issue:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-28 by @gfwilliams I just updated a bunch of code so hopefully it'll be more resilient to bad JSON in the future. Ok, thanks about the app error - I'll have to look into that later as I'm out of time now. I'll file an issue for it. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-28 by AkosLukacs Thanks for the fixes! The Alarm app itself: there is some weirdness:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-03-01 by @gfwilliams Did you update the bootloader firmware as well? The Alarm is partially implemented in that (to allow it to work regardless of whether widgets are displayed or not), so you may not have actually got all the fixes yet :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-03-02 by AkosLukacs Yes, Bootloader v.0.07, Default Alarm v.0.02. Edit after total reinstall (fw + default apps):The alarm seems to work, if the screen is off, and the watch is not doing anything.
The "About" app still says NO bootloader, NO launcher, NO settings. But I do have all of those. I think this a bug in the "About" app. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-03-02 by @gfwilliams Thanks - just fixed the About page issue. I think I figured out what the other problem was too - the alarm app wasn't taking seconds into account so when it got loaded it didn't think there was an alarm ready. At that point it should have reloaded the default app (clock) but it looks like I should have fixed all that - so if you update alarm and about your problems will hopefully be sorted. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-07 by Fram Hi Gordon and once again, thank you for the watch ! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-08 by @gfwilliams If you want a new Alarm, choose I guess we could rename the second But yes, as you note it seems there is no way to delete an alarm. I'll look into that. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-08 by Fram Gordon
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-08 by Old_account @gfwilliams Yes, even with Alarms App v0.06 it doesn't seem like the alarms are actually saved. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-08 by @gfwilliams Just tried here:
Alarm icon is shown in top left. Entering Alarm again shows the alarms. Does it work for you if you follow those exact steps? Do you have something different on your watch maybe? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by Old_account Here's what I got (hope I did it right):
As you can see, at this point I have an alarm at 13:00 that I cannot delete. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by @gfwilliams Wow, interesting - so it's a very low level problem. Not an app thing, but Bangle.js just can't write to the file. That may happen if memory was totally full, but it shouldn't happen normally as you've got 4MB of memory and you should have done 'Install Default Apps' first to erase all of it, then only installed a few kb of apps. And you're definitely using a Bangle.js from the KickStarter campaign and not something with a different firmware? Please can you tell me what |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by Old_account It's a Kickstarter Bangle.js for sure, unless you sent me something else. :D I ran the same procedure (Resetting the watch with "Install Default Apps", installing the Battery widget with percent, setting and deleting alarms) and this time I ended up with an empty alarm.json that I couldn't save any new alarms to.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by @gfwilliams That's absolutely crazy. And What does |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by @gfwilliams Did you remove the old battery widget, or did you leave both on? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by Old_account I leave both on, since I found it makes no difference for the outcome. Leaving the old widget installed was just slightly faster when I was doing a bunch of testing, and the result was the same: can't write to alarm.json. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by Old_account That's it! There are two alarm.json:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-15 by @gfwilliams Wow, that's crazy. I'm just not sure how it can even happen! Please can you try running the following code and post up the result?
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-15 by Old_account I recreated the issue using the App Loader at banglejs.com/apps and here's the output below. Interestingly I couldn't recreate the issue when using the development App Loader.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-16 by @gfwilliams Found it - issue filed here and I'll try and get a fix in soon: espruino/Espruino#1801 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-16 by Old_account Yay! That's a fun little bug. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-16 by the1laz Thanks for tracking that down, I'm pretty sure I'm getting the same thing. The alarm stops saving sometimes, but when I delete alarm.json the alarm I was trying to add reappears of its own accord. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by @gfwilliams If you try the latest builds from http://www.espruino.com/binaries/travis/master/ then it should be fixed :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by the1laz Thanks Gordon. Seems good now. I did have to jump in and delete the two json files as they were still there when I tried to add an alarm after doing the firmware update. Also, would be good to add the banglejs instruction link to this page: https://www.espruino.com/Download |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-20 by @gfwilliams Thanks - just done, it'll update soon |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-28 by AkosLukacs
Hi,
Beta Was this translation helpful? Give feedback.
All reactions