• mindbleach@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Fuck how alerts are implemented. Anything less than a tornado does not need escalating alarms. Especially Amber alerts - because it’s always “look out for this car!” If I’m driving, it is illegal for me to look at the phone. If I’m not driving, I’m not gonna see the fuckin’ car unless it crashes through my front window. At which point, I’d like to think, I’d call the police anyway!

    Nevermind that I’m in Florida, a fuckoff-massive state. I’m down in the glans. I’ve been rudely awakened about a kidnapping up in the grundle. I hope they sent those messages to people in Nashville, because they’re just as close to Tallahassee.

  • masterofn001@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    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