Google Maps now requires WiFi scanning to use navigation
71–80 of 447 posts
Re: Google Maps now requires WiFi scanning to use navigation
#72What are some reliable alternatives for both iOS and Android? I'm unsure how are Apple Maps, but they were hideous a while back for Eastern Europe at least.
I use Apple Maps in Northern New England (Maine, NH, Vermont, Eastern Canada) and it's actually a little better than Google here in my experience. Apple Maps also fully supports no tracking and a better offline mode IMO. If you are on iOS and in a location that Apple supports I'd highly recommend it.
Re: Google Maps now requires WiFi scanning to use navigation
#73So how about OsmAnd[0] ? Supports fully offline mobile navigation. [0] https://osmand.net/
The best way I've been able to use it is typing the address's postcode and then finally look for the number or building like a barbarian, but even that doesn't always bring up the result.
Re: Google Maps now requires WiFi scanning to use navigation
#74I don't like this being forced on you, but who the hell cares about wifi/bt SSID sniffing? What's so bad about collecting it? You are literally broadcasting it yourself and on most devices you can't even turn broadcasting off anymore.
Honestly, it's not a great piece of info to be leaking, if you value your privacy.
Re: Google Maps now requires WiFi scanning to use navigation
#75So how about OsmAnd[0] ? Supports fully offline mobile navigation. [0] https://osmand.net/
Re: Google Maps now requires WiFi scanning to use navigation
#76Re: Google Maps now requires WiFi scanning to use navigation
#77I'd believe this has been made to reduce the number of "Maps takes soooo long to acquire my position on the map / can't find me when I'm in a building" complaints. A WiFi scan will be very quick (to the tune of 1-5s) to establish rough coordinates, a GPS TTFF can take minutes or be outright impossible.
Re: Google Maps now requires WiFi scanning to use navigation
#78Are you sure they're not doing this to get approximate location for use with A-GPS? Sure, GPS will work without it, but your time to first fix is going to be much longer, and your phone will have no idea where you are while you're waiting for that fix. There's a good overview of A-GPS in module 5 here [1]. This is just how people expect GPS to work on modern mobile phones, to the point where they'd probably consider…
Re: Google Maps now requires WiFi scanning to use navigation
#79Maybe someone should build a portable (FCC compliant?) device to put in your car that spoofs and rotates a bunch of 2.4/5Ghz SSIDs periodically to "trick" apps that mine wifi data with GPS location. Bonus points for bogus names like "Starbucks Wifi" or "McDonalds Free Wifi" in the middle of the highway. Even easier, just reverse engineer the API and send the SSIDs yourself.
A rapsberry pi, a drop dead simple shell script[1], and airbase[0] will get you this in 15 minutes: [0] https://www.aircrack-ng.org/doku.php?id=airbase-ng [1] quickliest and dirtiest: #!/bin/bash while read line; do echo "creating basestation ${line}" airbase-ng -c 9 -e "${line}" -W 1 wlan0 & done
Re: Google Maps now requires WiFi scanning to use navigation
#80So how about OsmAnd[0] ? Supports fully offline mobile navigation. [0] https://osmand.net/
I wish OsmAnd all the best, but ever since the app was created, its map rendering performance has been stuck in the 2010s, no matter how much faster our devices have gotten since then. There is justification for it for sure (see https://github.com/osmandapp/OsmAnd/issues?q=is%3Aissue+slow... for a few), and I love OSM out of principle, but as a product, it will remain my last resort until the user experience is toler…
OsmAnd is still much more feature-rich, though, so it's worth using if you have a more powerful device. Although i do worry about the battery impact.