Replies: 2 comments 15 replies
-
What do you want, as an xDrip user, to happen that currently does not? For example, do you want to hear no sound for your alerts? |
Beta Was this translation helpful? Give feedback.
-
Maybe I can help explain: Rather than the app playing a sound as configured through xdrip's alert settings, xdrip should create a notification group, and create notification channels in those groups instead. Sounds or other types of audivble/visible alerting options then can be controlled via normal android tooling including do not disturb schedules and things like that built into android. https://developer.android.com/develop/ui/views/notifications/channels They may not have decided to go this route as the app currently supports api versions below 26 (Android 8). |
Beta Was this translation helpful? Give feedback.
-
See, for example:
https://navid200.github.io/xDrip/docs/AAPS_ProfileImportNotification.html
The "notification" isn't a notification; it's a media sound. I know this because after suffering this interminable noise for a couple of weeks I determined that turning the media volume to zero stops it while none of the other volume controls (notification, ring, alarmclock) on my 'phone had any effect.
Android apps which play a sound as some kind of notification/alarm have been around for years. While I was trying to determine what was going on I did extensive web searches and both apps and, indeed, misplaced system sounds (e.g. battery notifications) were all fingered since at least 2014. Finding out what app is doing this is almost impossible, hence my facebook post here (you may need to be an AndroidAPS FB member to see this):
https://www.facebook.com/groups/AndroidAPSUsers/permalink/3556203831267675
Yes; I really was on the point of returning my new, expensive, 'phone. I really had deinstalled or disabled all the apps (including all of Google and including a lot of the semi-hidden apps). It's took me about a day and other than a suspicion that it might be one of the only two apps I had left (xDrip+ and AndroidAPS) I was no further in my search. Of course it did only take 10 minutes after my post to the FB ground for someone there to point a finger at xDrip+
This would NOT happen if xDrip+ was using a
notification
for a notification, because then I wouldn't have cared; notifications just go "beep" with my settings and I can disable them on a per-app basis. They don't make a ridiculous trumpeting noise that I can't control!It also would, apparently, not happen if the option was not turned on by default.
This is a classic, long standing, Android app programming error. I would love it if Android actually had a "media" permission so that I could stop apps making media noises, but so far as I could determine it doesn't, so that just makes it worse. Check on the web the number of people who have encountered this problem (in other apps/system components) and go to the point of insanity.
It can also be fixed by having an overall "turn off sounds" option. I did find the option to set the BG level alerts all to "silent", but most of us will long there first. If someone uses that option they are probably looking for the inverse, as I was; set all other noises to silent.
Beta Was this translation helpful? Give feedback.
All reactions