Touchscreen functionality broken since 2v12 #4109
Replies: 1 comment
-
Posted at 2022-02-13 by myownself You say you can't scroll in the menu. Can you select an item if it is already highlighted? I thought I remembered someone having the same problem- I misremembered, but the code @gfwilliams gave for diagnostics in that case will still be useful I think: http://forum.espruino.com/comments/16366989/ Posted at 2022-02-14 by @gfwilliams Just to check, which device do you have? What if you do a long-press to completely reboot it? It might be that somehow the touchscreen didn't get initialised correctly. Posted at 2022-02-14 by momo Thanks for your answers! The issue is really insane. @MyOwnSelf yes, touch seems to work - just scrolling doesn't properly. In the main menu, e.g. I can't scroll up or down at all. If I open settings (which works as it's the first menu item and auto-selected) then there is some scrolling happening, but it's completely random (doesn't necessarily scroll when I drag my finger, randomly fires touch events while dragging the finger). @gfwilliams I have the Bangle.js 2 from your Kickstarter campaign. Long-pressing the button (until the ====== bar is complete) does reboot the watch but doesn't fix the problem. ~momo Posted at 2022-02-14 by momo UPDATE Super annoying issue, but I'm really curious how this can happen :D Posted at 2022-02-14 by momo UPDATE #2 Heres some logs from the above snippet, hope it gives more insight: Simple Single Touch
Drag Left to Right
Drag Top to Bottom
Posted at 2022-02-15 by @gfwilliams Hi - it looks a lot like the touchscreen thinks something is pressed, maybe at the bottom edge. You might normally see this sort of thing if you hold your finger over the bottom edge and then press with another finger. Are you totally sure this coincided with a 2v12 firmware update? One last thing to try - I guess you can't use the menus, but please can you connect with the Web IDE and paste the following code on the left-hand side:
It should hopefully turn everything on and flatten the battery in a few hours. Please can you let it totally flatten and see if it comes back to life when you recharge it? Posted at 2022-02-16 by momo Executed your code, now waiting for the battery to flatten. The battery already was empty once since this behavior started, but just naturally, no flattening. The first time I noticed this behavior was indeed after the bootloader + firmware update, it could be that it started shortly before and I didn't notice because I didn't access the menu, but it still is weird. Hardware-wise, the Bangle was treated extremely well, no water contact, never even fell down. Posted at 2022-02-16 by momo Hi @gfwilliams, flattened the Battery & plugged it in - Nothing happened directly but after pressing & holding the button (I think that's normal) the watch booted. The scrolling issue unfortunately persists. Posted at 2022-02-16 by @gfwilliams Yes, the press and hold to boot is normal. Sorry about this - probably best if we swap it then. I'll drop you an email Posted at 2022-02-17 by momo Gordon, thank you for all the support, this really isn't "selbstverständlich". You're realizing a bold idea (JS on a watch, amazing) and then you're sharing it with likeminded folks (Kickstarter + Manufacturer + Logistics ++++, n-times-amazing), and then you're providing support. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-02-13 by momo
Dear Community,
Since the update to firmware 2v12 (using the firmware updater, including a bootloader update), my touchscreen doesn't work anymore. I can't e.g. scroll in the standard menu (which basically bricks the watch for me).
I tried rebooting, uninstalling all apps, reinstalling the 2v11 firmware, nothing helped. Any suggestions?
Thank you so much
~momo
Beta Was this translation helpful? Give feedback.
All reactions