-
• #2
Does GB itself detect SMS and notify, and because I've enabled notifications from my SMS app I'm getting both?
Yes, I believe it does...
To track it down for sure, probably the best bet is in Gadgetbridge soon after you got an SMS, click on
Debug
thenFetch device Debug Logs
Connect your phone to a PC and set it to share storage, then look at the log file in
Internal shared storage/Android/data/com.espruino.gadgetbridge.banglejs/files
In it you'll see some lines like
SENDING GB({"t":"notify",...
And you should be able to see in those lines if you get two similar ones I think they'll have different
src
values that might help track down where they're coming from -
• #3
Thanks, Gordon!
User, not developer, question about the Bangle2.
I'm getting duplicate notifications for SMS messages to my watch; they show up in the top status bar with different color envelope icons. I think what's happening is that two phone apps are sending notifications on SMS reception. Is there a way to tell which phone app is responsible for a given message?
If I'm right, I should be able to address it by turning off notifications in GadgetBridge (the BangleJS version) for one of the apps; my issue is determining which things are generating notifications. Does GB itself detect SMS and notify, and because I've enabled notifications from my SMS app I'm getting both?
TY