Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.24 KB

Cell Broadcast Bug Fix (Pixel RQ1A)

Fix annoying public safety message bug in Android 11 1st Feature Drop (aka RQ1A builds, December 2020 Update) of Google Pixel devices

Background

When you install the December 2020 Update on a Google Pixel device, public safety messages (안전 안내 문자) are no longer quietly received in South Korea. (See this video #1.)
In S. Korea, public safety messages are received 5-10 times a day as of 2020 due to COVID-19. All of these messages are NOT real emergency alerts indeed. So it's very annoying.

How It Works

This Magisk module replaces the buggy version of Cell Broadcast APEX Module (ver 300901603) with previous bug-free version (ver 300900710).
With this module installed, you will receive public safety messages as quietly as before. (See this video #2.)

Usage

Install this module on Magisk.

Screenshot

pixel-dec-2020-cellbroadcast-450-fix-3-201218.jpg

Changelog

v1.00-20201218

  • First release