-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map intially not visible on phone disconnected from any network #440
Comments
Ich konnte den Fehler jetzt beheben. Wegen man bei der Berechtigung der App nicht nur den Zugriff auf WLAN erlaubt, sondern zusätzlich auch den Zugriff auf mobile Daten, dann geht es. Jetzt läuft es! |
@Gunnar32 Danke für die Meldung, das ist extrem hilfreich! Ich denke, das Problem ist folgendes: Enroute verwendet zwar keine Mobilen Daten, aber Enroute verwendet TCP/IP Netzwerkprotokolle, um innerhalb des Gerätes Daten zwischen den einzelnen Programmteilen auszutauschen. Das gilt insbesondere für die Daten, die in der Karte dargestellt werden. Bei Deinem Gerät könnte es sein, dass das TCP/IP-Netzwerk für Enroute einfach komplett abgeschalten oder gesperrt wird. Ich denke, dass ich einen Test auf funktionierendes TCP/IP-Netzwerk einbauen sollte, damit die App den Nutzer warnen und ggfs Hilfestellung bei der Konfiguration anbieten kann. Das wird allerdings ein wenig Zeit in Anspruch nehmen, |
See:
In Android 12: |
@charlylima Understood. This might indeed be the problem. If charlylime is correct, then a workaround will be difficult because we won't get the permission. I guess the best we can do is to check the connectivity and warn the user if things fail. It will take me a while to implement anything here because we have a long backlog of things to do. |
Note to self: Qt 6.8 supports http requests via local sockets, which might be a workaround for the problem. |
One user reported:
and continued:
The text was updated successfully, but these errors were encountered: