At the end of November, Reddit user KitchenPicture 5849 posted that his Pixel phone with Android 11 prevented him from calling 911. At that time, his grandmother had a stroke and needed to call an ambulance, but after calling 911, "the phone was stuck as soon as it rang, and there was nothing he could do except click on the emergency call app running in the background."
This phenomenon can be reproduced. After the post became popular, Reddit users reproduced the problem. They also said that five minutes after the call was initiated, the emergency services department did not respond, and there was no evidence that the phone called 911 - the phone records on the device and the carrier (Verizon) phone records were all empty. On December 8, Google responded to this issue positively, saying that "this problem is caused by unexpected interaction between the Microsoft Teams application and the underlying Android operating system. We will fix this problem soon and will provide Android platform updates to the Android ecosystem on January 4." It is disturbing and confusing that a third-party application like Microsoft Teams can interfere with a service as important as emergency dialing. Carriers are required by law in almost all countries to route emergency calls to nearby emergency service sites, so emergency calls can be made even if the mobile device does not have a SIM card installed. That is to say: emergency dialing on a mobile phone should not be blocked under any circumstances. Source of the problem: PhoneAccountsSubsequently, Mishaal Rahma of foreign media medium conducted a detailed study of what Google called "unexpected interaction between Microsoft Teams and underlying Android" and found that the problem lies in the PhoneAccounts instance at the bottom of Android. Android applications with calling functions will build PhoneAccount instances, such as the Microsoft Teams application. It uses the Skype backend for voice calls, but it cannot handle emergency calls, so the problem of not being able to dial 911 at the beginning of the article occurs. But if we simply follow this logic, then all Android phones with Microsoft Teams installed will not be able to call 911. However, this is not the case. Usually, the Android system will sort the PhoneAccounts list by tags such as "whether emergency calls are supported", select the PhoneAccounts instance with the highest priority and execute it. Then the mystery of the problem was revealed. The Microsoft Teams app had an error of excessive registration of PhoneAccount instances. Whenever the phone had the Microsoft Teams app installed but not logged in, each cold start of the app would create another PhoneAccount instance. Too many PhoneAccount instances to sort caused an integer overflow/underflow error in Android's sortSimPhoneAccountsforEmergency emergency call priority sorting method, which selected the wrong app for emergency calls. Follow-upOn December 10, Microsoft released version 1416/1.0.0.2021194504 of the Teams application. This version solves the problem of generating too many duplicate PhoneAccounts, and also calls the clearPhoneAccounts method of TelecomManager at the first startup to clear all previously created PhoneAccounts. Enthusiastic netizen @linuxct developed a simple open source application that can list all PhoneAccounts in the device and evaluate whether any application has the problem of excessive registration of PhoneAccounts. It is currently available for download on GitHub. This article is reproduced from OSCHINA Title of this article: Google's Pilex phone blocks users from calling 911 Article URL: https://www.oschina.net/news/173606/pixel-prevented-user-from-calling-911 |
Since mid-May, JD.com has launched the slogan of ...
In recent decades, scientists have come to unders...
A big class! 2021 Wandering "Sublimation Cha...
Low-key sharing of the advanced version of an APP...
Author: Sun Yifei, Director of the Medical Educat...
On August 27, YouTube officially launched the gam...
Now Apple's Worldwide Developers Conference h...
"My original intention was to take my child ...
On December 1, data released by the Circulation A...
In the field of online video, two products have c...
Review expert: Cai Dawei, Professor of the School...
When we use WeChat, we often feel that WeChat is ...
Media Boss Episode 3: Exploding IP Wealth Creatio...
I don’t know if you who are busy every day have e...
Recently, Apple pushed iOS 10.2 Beta 2 to develop...