• fmstrat
    link
    fedilink
    English
    262 months ago

    Does it play that loud on headphones on Android devices?

    • @[email protected]
      link
      fedilink
      202 months ago

      I’m sure it doesn’t. Also I’m an AirPod and AirPod pro user and it doesn’t play that loud on them. I believe this child’s AirPods were defective.

  • masterofn001
    link
    fedilink
    21
    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

    • @BlessedDog
      link
      132 months ago

      I can just disable them in the settings…

    • @clubb
      link
      122 months ago

      Most devices just ask you if you want to keep receiving emergency alerts after the first one. (At least in Romania)

      • masterofn001
        link
        fedilink
        142 months ago

        Some countries send it on a channel level which cannot be blocked/silenced/opted out of.

        The ‘presidential alert’ level.

          • masterofn001
            link
            fedilink
            7
            edit-2
            2 months ago

            If the disable method doesn’t work, you can try

            adb shell pm uninstall -user 0 -k com.android.cellbroadcastservice

            Edit: AND

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

            (I’ve also disabled and/or uninstalled and/or firewalled and/or removed ‘modify system settings’ permissions many of my carrier apps)

            • @[email protected]
              link
              fedilink
              92 months ago

              Just live in a country which refuses to acknowledge cell broadcast exists, then you’ll die in peaceful silence in the next national emergency while operators take several hours to to send 11 million unicast SMS.

              Taps forehead

  • @MrFappy
    link
    142 months ago

    For real though. The volume on that shit is out of hand.

  • @weeeeum
    link
    English
    82 months ago

    I have always been paranoid about taking my earbuds out before sleeping. I was mostly afraid of messing with the screen and turning the volume up, or pressing the buttons. I was worried about the most random thing like this too.