Slashdot Mirror


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.

2 of 49 comments (clear)

  1. Advanced Mobile Location by Cochonou · · Score: 3, Informative

    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.

    1. Re:Advanced Mobile Location by Hal_Porter · · Score: 5, Informative

      The interesting thing is that in the US there's an FCC mandated location service since 1996.

      https://en.wikipedia.org/wiki/...

      In 1996, the U.S. Federal Communications Commission (FCC) issued an order requiring wireless carriers to determine and transmit the location of callers who dial 911. The FCC set up a phased program: Phase I involved sending the location of the receiving antenna for 911 calls, while Phase II sends the location of the calling telephone. Carriers were allowed to choose to implement 'handset based' location by Global Positioning System (GPS) or similar technology in each phone, or 'network based' location by means of triangulation between cell towers. The order set technical and accuracy requirements: carriers using 'handset based' technology must report handset location within 50 meters for 67% of calls, and within 150 meters for 90% of calls; carriers using 'network based' technology must report location within 100 meters for 67% of calls and 300 meters for 90% of calls.

      The order also laid out milestones for implementing wireless location services. Many carriers requested waivers of the milestones, and the FCC granted many of them. By mid-2005, implementation of Phase II was generally underway, limited by the complexity of coordination required from wireless and wireline carriers, PSAPs, and other affected government agencies; and by the limited funding available to local agencies which needed to convert PSAP equipment to display location data (usually on computerized maps).

      In July 2011, the FCC announced a proposed rule requiring that after an eight-year implementation period, at some yet-to-be-determined date in 2019, wireless carriers will be required to meet more stringent location accuracy requirements. If enacted, this rule would require both "handset based" and "network based" location techniques to meet the same accuracy standard, regardless of the underlying technology used. The rule is likely to have no effect as all major carriers will have already achieved over 85% GPS chipset penetration, and are thus able to meet the standard regardless of their 'network based' location capabilities.[7]

      However according to TFA

      One company involved in the test told the Wall Street Journal that for over 80 percent of the 911 calls where Google'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.

      So Google is better at tracking people than say T-Mobile. Also government mandates don't actually work very well.

      --
      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;