I did not receive the 15:00 UK Emergency Alert System broadcast

Thanks to /4, I can be confident that the device and (and, likely, AOSP distribution) support it (since if /e/OS does, FPOS shall). In that case, because gov.uk/government/news/emergency-alert-test-frequently-asked-questions states:

Emergency Alerts work on all 4G and 5G phone networks in the UK. Your mobile phone or tablet does not have to be connected to mobile data or wifi to get alerts.

However, you will not receive alerts if your device is: turned off; connected to a 2G or 3G network; wifi only; or not compatible.

…and adb shell dumpsys connectivity | grep -o 'MOBILE\[[^]]*\]' [1] returns:

MOBILE[HSPA]
MOBILE[IWLAN]

…I was, likely, merely (unluckily) connected to UMTS (a 3G protocol), whereas hers was likely connected to a 4G protocol (probably LTE).


  1. chatgpt.com/share/68bda2b1-0a70-8006-a0b3-5a1c33f46a77 [2] ↩︎

  2. chatgpt.com/c/68bda08c-4124-8320-9b2c-74b3003c8a16 ↩︎