项目作者: nooriro

项目描述 :
Fix annoying public safety message bug in Android 11 1st Feature Drop (RQ1A builds) of Google Pixel devices
高级语言: Java
项目地址: git://github.com/nooriro/apex-replacement.git
创建时间: 2020-12-19T02:15:26Z
项目社区:https://github.com/nooriro/apex-replacement

开源协议:

下载


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