this post was submitted on 28 Jul 2024
471 points (100.0% liked)

196

16388 readers
1894 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 3 months ago* (last edited 3 months ago) (8 children)

Android can disable these alerts using ADB

adb start-server

adb shell pm disable com.android.cellbroadcastservice

Edit: AND

adb shell pm disable com.google.android.cellbroadcastreceiver (This is the Wireless Emergency alert app specifically)

Caveat:

CellBroadcast is a feature of the Android Open Source Project that allows devices to receive and display emergency alerts from cellular networks. Learn how to implement CellBroadcast in your device, how to configure the broadcast channels and languages, and how to test the functionality with the CellBroadcast app.

This is the app code that provides these alerts.

https://source.android.com/docs/core/ota/modular-system/cellbroadcast

[–] [email protected] 14 points 3 months ago (1 children)

I can just disable them in the settings...

load more comments (6 replies)