๐ How to Manage (or Disable) Emergency Alerts on Android in NZ
๐Why You Got a Tsunami Alert at 6:30am
This morning, every compatible Android (and iPhone) in New Zealand lit up with a full-screen emergency alert about potential tsunami surges following an M8.8 earthquake near Kamchatka, Russia.
The alert was not specific to location or elevation โ it was a Class-0 Emergency Broadcast, issued nationally by the National Emergency Management Agency (NEMA) via the Emergency Mobile Alert system.
If youโre like me โ living 275โฏm above sea level and 25โฏkm inland โ the chances of a 1โฏm wave reaching you are basically zero unless it comes with its own helicopter. But the alert still screamed through at full volume. Twice.
Letโs break down your options if youโd like to sleep through the next one. (Android only.ย iOS users, your phone is locked down tight.)
๐ง The Basics: What Kind of Alert Was This?
-
It was a Class-0 (Presidential / National) Cell Broadcast.
-
Sent using the Cell Broadcast Service to all phones in range of cell towers in NZ.
-
It overrides silent mode, DND, and volume settings.
-
There is no โopt-outโ toggle in Settings for this class of alert.
These are designed to wake the nation โ and they succeed.
๐ฑ Can You Disable These Alerts on Android?
โ You can disable most emergency alerts:
Go to:
Settings โ Safety & emergency โ Wireless emergency alerts
(or search “emergency alerts” in Settings)
There, you can toggle off:
-
Extreme threats (e.g., tsunami surge warnings)
-
Severe threats
-
Public safety alerts
-
Test alerts
-
AMBER alerts
โ However, the National / Presidential alerts option will not appear โ by design.
๐งฐ Want to disable everything, including Class-0? Read on.
This requires ADB access (or root). It disables the Cell Broadcast receiver system-wide โ meaning you will no longer receive any emergency alerts, including tsunami, fire, civil defence, or evacuation warnings.
๐ ๏ธ How to Disable All Emergency Alerts on Android (Including Class-0)
-
Enable Developer Options on your phone:
-
Settings โ About phone โ Tap Build number 7 times
-
-
Enable USB Debugging (under Developer Options)
-
Connect your phone to a PC with ADB installed
(on Mac/Linux/Windows โ you can get ADB here) -
Run this command:
(on some phones, replace
google
withandroid
) -
To re-enable later, run:
๐งฉ Not Tech-Savvy? Hereโs How to Install ADB (Simple Steps)
If the idea of using ADB sounds intimidating, donโt worry โ itโs easier than it sounds, and you donโt need to be a programmer.
๐ช For Windows Users
-
Download the ADB Platform Tools
โค Go to the official Google download page:
https://developer.android.com/tools/releases/platform-tools -
Unzip the file
-
Right-click the downloaded
.zip
file and choose โExtract All…โ -
Youโll get a folder named
platform-tools
.
-
-
Open a Command Prompt in that folder
-
Hold Shift, then right-click inside the
platform-tools
folder. -
Choose โOpen PowerShell window hereโ or โOpen command window hereโ.
-
-
Connect your phone via USB
-
Enable Developer Mode:
Go to Settings โ About phone โ tap Build number 7 times -
Then go to Settings โ Developer options โ Enable USB debugging
-
-
Trust the PC when prompted on your phone
-
Type this command to test:
If your phone appears in the list โ you’re good to go.
๐ง For Mac/Linux Users
-
Open Terminal
-
Run:
(Youโll need Homebrew for this on macOS)
Or manually download from the same Google link above, unzip it, and use ./adb
from the extracted folder.
๐จ Once Youโre Set Up
Now just follow the ADB commands described earlier to disable the emergency alert receiver:
โ ๏ธ Warning
Disabling this system:
-
Stops all government-issued emergency alerts.
-
May be against terms of service on some networks.
-
Could mean missing out on genuinely life-saving notifications.
Proceed only if you’re confident in your off-grid safety or personal alert system.
๐งญ What About Location-Based Filtering?
You’d think your phone would know you’re on a mountain โ but the system doesn’t use GPS. It sends alerts to every phone connected to towers within a broadcast zone, which in this case was all of NZ.
Even a more intelligent system โ say, targeting only phones within 5โฏkm of sea level โ would risk someone getting missed who happened to be visiting the coast that day.
So the government errs on the side of caution and wakes everyone.
๐ฑ In Summary
Option | Effect |
---|---|
Toggle alerts in Settings | Disables non-national alerts (extreme, severe, AMBER, etc.) |
ADB disable command | Nukes all alerts (including tsunami advisories and evacuations) |
Do nothing | Expect more sirens. Possibly at dawn. |
Airplane mode at bedtime | Stops alerts temporarily โ but no calls/data either |
๐ฌ Final Thought
The Emergency Alert system works โ but it needs refinement, especially around:
-
Geographic targeting
-
Threat tiering
-
User trust
Until then, youโve got a decision to make before bedtime: Trust the system, silence what you can, or take control with ADB.
Stay safe โ and may your cat recover quickly from the rude awakening.