Der ID7 Launcher hat ein Update bekommen, dass das eine oder andere Problem für einige User bei Internet und GPS bei den Tiles lösen soll. Hier die Info und der Link.
Basically, in the failure state where:
Gps is enabled & android reports it as 'available'
Otherwise it shows a location unavailable error & icon, for example gps is off or location permission isnt granted
No 'last known location' is available
otherwise this location is used as initial location, this is relatively common though, as it seems these units wipe last known on reboot (might be a normal android thing)
Timeout on getting current location
'current' location is not available within ~10 seconds, otherwise this is used
Location stream does not get any location updates within timeout
no new location data is emitted within the total ~20-30sec of this entire process
This would have lead to a weird situation (probably) where the android system somehow does not send location info to the location stream, even if it starts working (much) later,for example after this if 5min later the location becomes available, the launcher location stream will never get it.
I have now made it automatically reset this entire check chain after the final timeout, meaning it will keep re-engaging the location stream until it gets at least 1 location (or location is reported unavailable by android system). This is basically the same as what happens when you toggle the fused location switch in settings, so I think this may work.
It will also optionally reset the location fully through self-adb when the 'Location fix' option is enabled. This is a pretty crude method though, as it toggles the GPS off/on at the system level. This setting defaults to off, and I don't recommend using this if not needed. (Bearbeitet)
[21:03]I'll note that on my car, even when starting in a parking garage without gps reception, it would recover location just fine after I exited. So I'm not sure why this issue where the location stream never gets anything is present on some devices, but regardless of the root cause, this should hopefully address it (Bearbeitet)
[Blockierte Grafik: https://cdn.discordapp.com/avatars/320246997858779158/4d20560889741be18c7969630aefdeb4.webp?size=16]@Jellepepe [NL]I'll note that on my car, even when starting in a parking garage without gps reception, it would recover location just fine after I exited. So I'm not sure why this issue where the location stream never gets anything is present on some devices, but regardless of the root cause, this should hopefully address it.