Not getting text messages via GadgetBridge/Bangle.js #1145
Replies: 2 comments
-
Posted at 2024-07-10 by @gfwilliams It may well be that when you receive a message, your code throws some kind of error. I'm pretty sure that Gadgetbridge always sends You can enable logging in Gadgetbridge and then write the log to a file - and that will allow you to see what data is sent to/from the Bangle (particularly if there are any error messages sent back). You can see what You can also run Gadgetbridge, go to the app loader inside it, then |
Beta Was this translation helpful? Give feedback.
-
Posted at 2024-07-10 by yngv126399 Thank you for the debugging reminder. It let me know that my phone screen was ON, and it doesn't forward messages if it's on. Everything is working as expected now, thank you! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2024-07-09 by yngv126399
I am running a custom Espruino and am trying to have it display incoming texts. I have a GB() function for it, and when I run the GadgetBridge debug utilities, they seem to work just fine, but when I receive a text, my GB() function is not called. Am I missing a setting? I set all the permissions it asked for when I installed GB. Any help appreciated...
jv
Beta Was this translation helpful? Give feedback.
All reactions