Some Pixel owners still can't dial 911 during an emergency
androidauthority.com
Some Pixel owners still can't dial 911 during an emergency
1–10 of 275 posts
Re: Some Pixel owners still can't dial 911 during an emergency
#2Re: Some Pixel owners still can't dial 911 during an emergency
#3Re: Some Pixel owners still can't dial 911 during an emergency
#4Re: Some Pixel owners still can't dial 911 during an emergency
#5It's really absurd how such a problem still exists. Couldn't a separate method be used for emergency calling? For example drop to 3g, don't use the dialer app but a separate "emergency" app.
Re: Some Pixel owners still can't dial 911 during an emergency
#6Re: Some Pixel owners still can't dial 911 during an emergency
#7I'm just wondering when Google will sunset the 911 dialing feature. /s
Re: Some Pixel owners still can't dial 911 during an emergency
#8It's really absurd how such a problem still exists. Couldn't a separate method be used for emergency calling? For example drop to 3g, don't use the dialer app but a separate "emergency" app.
More generally, though, using different code paths for emergency dialing is the root of the problem in the first place—you want to minimise special handling of things like this, because less-tested paths are much more likely to be buggy. Consider also: error handling code is pretty much the buggiest out there, because it’s seldom tested.