Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #153: Big to little endian conversion error


comp / comp.mobile.android / Re: How did you solve the Android excess-notification problem?

SubjectAuthor
* How did you solve the Android excess-notification problem?Marion
+* Re: How did you solve the Android excess-notification problem?VanguardLH
|`* Re: How did you solve the Android excess-notification problem?Carlos E.R.
| `- Re: How did you solve the Android excess-notification problem?AJL
+- Re: How did you solve the Android excess-notification problem?R.Wieser
`- Re: How did you solve the Android excess-notification problem?Jörg Lorenz

1
Subject: How did you solve the Android excess-notification problem?
From: Marion
Newsgroups: comp.mobile.android
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Date: Tue, 14 Jan 2025 21:36 UTC
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail
From: marion@facts.com (Marion)
Newsgroups: comp.mobile.android
Subject: How did you solve the Android excess-notification problem?
Date: Tue, 14 Jan 2025 21:36:37 -0000 (UTC)
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID: <vm6ld4$r1e$1@nnrp.usenet.blueworldhosting.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 14 Jan 2025 21:36:37 -0000 (UTC)
Injection-Info: nnrp.usenet.blueworldhosting.com;
logging-data="27694"; mail-complaints-to="usenet@blueworldhosting.com"
User-Agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (CYGWIN_NT-10.0-WOW/2.8.0(0.309/5/3) (i686)) Hamster/2.0.2.2
Cancel-Lock: sha1:kDiVIJsoPsEVxbDCVh8EEs2DwdY= sha256:7mvEWrxTrujg3pNJ3S9tOrv3Wq5EkrkYjXdmdqvN7So=
sha1:mQiKYuJzhJNd0pr2MsqIAHteCbY= sha256:OeQ9kS/nWvomUyyToxe6dF8Fn2OqE0MCnCK8YLbaL4s=
View all headers

How did you solve the Android excess-notification problem?

Happy New Year! Let's all be helpful together, as a well-honed team.
Working together, we can solve even the toughest Android issues.

Like excess notifications.

Dunno about you, but I get so many notifications that I'm at risk of
ignoring them - which defeats the purpose of notifications after all.

Sometimes I get asked if a newly installed app should get notifications,
where I tell it NO if it's something like a weather app or browser.

But in other cases, like maps or SMS or calendars, you kind of want to get
"some" notifications (but not silly notifications like "you haven't used
this app in a while" notifications - which - I do get at times).

Sure, I added a one-tap shortcut to the notification log activity and
another to the notification history activity (why they're extremely
different reports on my Android 13 Galaxy is beyond my comprehension).

But even with shortcuts, I still have to wade through a gazillion
notifications to see which are important - most of which - are not.

Back to the question at hand to resolve in 2025...

It's my premise that too much of crying wolf doesn't really help.
So I'd like to cut down on notifications to the absolute essentials.

But how?

How do YOU cut down on the notifications to the bare essentials?
What *kinds* of notifications are there, anyway, that we need to solve?

#1. Status Bar Notifications:
#2. Notification Drawer Notifications:
#3. Heads-Up Notifications:
#4. Lock Screen Notifications:
#5. App Icon Badges:
#6. Notification Channels:
# ?
--
Note I just installed this app, which at least tells me, in words, what #1
status-bar notifications are - but that only covers the status bar.
Status bar (only) Voice notifications: (enable in Android 13 settings)
<https://github.com/pilot51/voicenotify/>
<https://play.google.com/store/apps/details?id=com.pilot51.voicenotify>
<https://f-droid.org/packages/com.pilot51.voicenotify/>

Subject: Re: How did you solve the Android excess-notification problem?
From: VanguardLH
Newsgroups: comp.mobile.android
Organization: Usenet Elder
Date: Tue, 14 Jan 2025 21:45 UTC
References: 1
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: V@nguard.LH (VanguardLH)
Newsgroups: comp.mobile.android
Subject: Re: How did you solve the Android excess-notification problem?
Date: Tue, 14 Jan 2025 15:45:42 -0600
Organization: Usenet Elder
Lines: 11
Sender: V@nguard.LH
Message-ID: <1g0kj0twgao9n.dlg@v.nguard.lh>
References: <vm6ld4$r1e$1@nnrp.usenet.blueworldhosting.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Trace: individual.net kodf99N+81WDf6IGie3ZYwUOZVQc9bzMAWwje5NFAapx+94xeD
Keywords: VanguardLH,VLH
Cancel-Lock: sha1:iKFdhmvqPdGPcx47TriSl6ECOg4= sha256:9xrgKVpDWCoSS6qtMiUb8tH/wpg0CDni9FxuFqB80+A=
User-Agent: 40tude_Dialog/2.0.15.41
View all headers

Marion <marion@facts.com> wrote:

> Dunno about you, but I get so many notifications that I'm at risk of
> ignoring them - which defeats the purpose of notifications after all.

Go into the settings of your apps to see if they have their own
notification settings, like on what types of alerts they will notify.

Go into Android settings -> General -> Notifications, and decide which
apps are allowed to notify. Just because an app wants to notify doesn't
mean you have to grant it permission to notify.

Subject: Re: How did you solve the Android excess-notification problem?
From: Carlos E.R.
Newsgroups: comp.mobile.android
Date: Tue, 14 Jan 2025 21:55 UTC
References: 1 2
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: robin_listas@es.invalid (Carlos E.R.)
Newsgroups: comp.mobile.android
Subject: Re: How did you solve the Android excess-notification problem?
Date: Tue, 14 Jan 2025 22:55:17 +0100
Lines: 18
Message-ID: <533j5lx68c.ln2@Telcontar.valinor>
References: <vm6ld4$r1e$1@nnrp.usenet.blueworldhosting.com>
<1g0kj0twgao9n.dlg@v.nguard.lh>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net xe7l2jYjb2LtxcoYNogT6Q+9TJfMk7loLiG2Tg9xHWowKY/+XW
X-Orig-Path: Telcontar.valinor!not-for-mail
Cancel-Lock: sha1:H1epV/vlLn7cxkdYw+ZNpviflMA= sha256:OAuL16XL00Zon0Hv0jYDcdYrYW+drSzFrS6otfNpdY8=
User-Agent: Mozilla Thunderbird
Content-Language: es-ES, en-CA
In-Reply-To: <1g0kj0twgao9n.dlg@v.nguard.lh>
View all headers

On 2025-01-14 22:45, VanguardLH wrote:
> Marion <marion@facts.com> wrote:
>
>> Dunno about you, but I get so many notifications that I'm at risk of
>> ignoring them - which defeats the purpose of notifications after all.
>
> Go into the settings of your apps to see if they have their own
> notification settings, like on what types of alerts they will notify.
>
> Go into Android settings -> General -> Notifications, and decide which
> apps are allowed to notify. Just because an app wants to notify doesn't
> mean you have to grant it permission to notify.

Slide to the side the notification you do not like; you may see a cog
wheel for configuration, then block that type of notification.

--
Cheers, Carlos.

Subject: Re: How did you solve the Android excess-notification problem?
From: AJL
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Tue, 14 Jan 2025 23:00 UTC
References: 1 2 3
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: noemail@none.com (AJL)
Newsgroups: comp.mobile.android
Subject: Re: How did you solve the Android excess-notification problem?
Date: Tue, 14 Jan 2025 23:00:40 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <vm6qao$2k8io$1@dont-email.me>
References: <vm6ld4$r1e$1@nnrp.usenet.blueworldhosting.com>
<1g0kj0twgao9n.dlg@v.nguard.lh> <533j5lx68c.ln2@Telcontar.valinor>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 15 Jan 2025 00:00:40 +0100 (CET)
Injection-Info: dont-email.me; posting-host="51cfdf696c4d86e532db7734e7349fec";
logging-data="2761304"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/eYK3cMsEQ0gqpL1rFrpf7"
User-Agent: PhoNews/3.13.3 (Android/11)
Cancel-Lock: sha1:WPndOWVeXxHC14nywz1WCa2NAlc=
In-Reply-To: <533j5lx68c.ln2@Telcontar.valinor>
View all headers

On 1/14/25 2:55 PM, Carlos E.R. wrote:
>On 2025-01-14 22:45, VanguardLH wrote:
>> Marion <marion@facts.com> wrote:
>>
>>> Dunno about you, but I get so many notifications that I'm at risk of
>>> ignoring them - which defeats the purpose of notifications after all.
>>
>> Go into the settings of your apps to see if they have their own
>> notification settings, like on what types of alerts they will notify.
>>
>> Go into Android settings -> General -> Notifications, and decide which
>> apps are allowed to notify. Just because an app wants to notify doesn't
>> mean you have to grant it permission to notify.
>
>Slide to the side the notification you do not like; you may see a cog
>wheel for configuration, then block that type of notification.

On most of my Android toys including this Amazon Fire Tablet I can long
press an app on the home screen, touch "i" or "info", and turn off the
notification switch on the resulting app screen...

Subject: Re: How did you solve the Android excess-notification problem?
From: R.Wieser
Newsgroups: comp.mobile.android
Organization: A noiseless patient Spider
Date: Wed, 15 Jan 2025 07:14 UTC
References: 1
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: address@is.invalid (R.Wieser)
Newsgroups: comp.mobile.android
Subject: Re: How did you solve the Android excess-notification problem?
Date: Wed, 15 Jan 2025 08:14:26 +0100
Organization: A noiseless patient Spider
Lines: 35
Message-ID: <vm7n9h$2rtfo$2@dont-email.me>
References: <vm6ld4$r1e$1@nnrp.usenet.blueworldhosting.com>
Injection-Date: Wed, 15 Jan 2025 08:14:58 +0100 (CET)
Injection-Info: dont-email.me; posting-host="c3e4c19876126e3e7376016836d85279";
logging-data="3012088"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+P1JQM6sKDIMBuli3sarRlLAJckurovaBMtvae7ipspw=="
Cancel-Lock: sha1:Ucg5GBpkk/3y/ci8J7TNYpun4xM=
X-RFC2646: Format=Flowed; Response
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-Priority: 3
View all headers

Arlen,

> So I'd like to cut down on notifications to the absolute essentials.
>
> But how?

Start with realizing that you are fully at the mercy of whomever is sending
those notifications. The app decides the frequency as well as the class of
them. If the app itself doesn't allow you to adjust either/both than there
is nothing you can do - other than to hope that your OS has a setting to
deal with it, something you seem to have indicated you already looked at.

And thats assuming you are talking about the usefullnes of a certain class
of notifications, and not the usefullness (to you) of the contents of
notifications within a certain class.

And I think you can imagine the problem with blocking a certain class of
notifications because you don't like the, for example, "heads-up"
notifcations of one specific app. :-|

Have you already looked in the specific apps settings ?

And perhaps someone already wrote a "notification firewall". You could do
worse than to do a websearch for it.

> (but not silly notifications like "you haven't used this app in a while"
> notifications - which - I do get at times)

Those are generated by the OS. I would suggest you to look in the
OS-specific settings.

Regards,
Rudy Wieser

Subject: Re: How did you solve the Android excess-notification problem?
From: Jörg Lorenz
Newsgroups: comp.mobile.android
Organization: Camembert Normand aus Lait Cru
Date: Wed, 15 Jan 2025 08:22 UTC
References: 1
Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: hugybear@gmx.net (Jörg Lorenz)
Newsgroups: comp.mobile.android
Subject: Re: How did you solve the Android excess-notification problem?
Date: Wed, 15 Jan 2025 09:22:53 +0100
Organization: Camembert Normand aus Lait Cru
Message-ID: <vm7r8t$3mu$1@solani.org>
References: <vm6ld4$r1e$1@nnrp.usenet.blueworldhosting.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 15 Jan 2025 08:22:53 -0000 (UTC)
Injection-Info: solani.org;
logging-data="3806"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0)
Gecko/20100101 Thunderbird/128.6.0
Cancel-Lock: sha1:7f2lteo6BMkHUjJ+pZejUQUNpOA=
X-User-ID: eJwNyMkBwCAIBMCWuJaVcoJo/yWYeQ48NTcjkYGLeyg1NG6D+XI9vdUGxgrWHzMiiq/RPpFLHwNAEA8=
In-Reply-To: <vm6ld4$r1e$1@nnrp.usenet.blueworldhosting.com>
Content-Language: de-CH
View all headers

On 14.01.25 22:36, Marion wrote:
> How did you solve the Android excess-notification problem?

I do not solve problems I do not have.

> Happy New Year! Let's all be helpful together, as a well-honed team.
> Working together, we can solve even the toughest Android issues.

Myx goodness! How woke!

> Like excess notifications.

There is no such thing. Only a couple of stupid users.

Arlen, you are an idiot of the worst kind.

--
"Roma locuta, causa finita." (Augustinus)

1

rocksolid light 0.9.8
clearnet tor