[Solved] Missing charge vibration after Settings update 6f2436b40 #7994
Unanswered
ticalc-travis
asked this question in
Bangle.js
Replies: 2 comments
|
Glad you got it solved anyway, and that it wasn't some issue in the code! Maybe the app loader had partially updated the bootloader but then got stopped somehow (some error, or the window was closed or sent to the background and timed out). I wonder whether something as simple as uploading the |
0 replies
|
I actually had the same issue and solved it in the same way. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A while back I updated the Settings app and noticed in the changelog that vibration on charge was handled differently now. I noticed I was no longer getting a vibration when I plug in the charger, so I found the new Charge Vibration setting and turned it on, but I still don't get a buzz when plugging in the charger. It does charge, and vibration works fine everywhere else. Is anyone else seeing this?
Edit: I poked around and see that my “boot” app reports itself as version 0.69, but I think
bootupdate.json my Bangle.js might actually be out of date somehow, because it doesn't have the charge buzz handling code that's inapps/boot/bootupdate.jsin the repo. Not sure what's up here.Edit 2: Solved the problem by simply reinstalling the bootloader. Given some of the strange storage-related issues I've been having on my Bangle.js 2 unit, maybe it really is time to do a backup/wipe/restore.
All reactions