-
Notifications
You must be signed in to change notification settings - Fork 607
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
Logging stops #1071
Comments
Hatte das selbe problem auf einen Galaxy s20fe. Mit MacroDroid habe ich ein Macro programert die bei vorhandener Benachrichtigung von GPS Logger alle 20 Minuten ein GPS Wakeup sendet und den Logger neu startet. Translate by Google i had the same problem on a galaxy s20fe. With MacroDroid I programmed a macro that sends a GPS wakeup every 20 minutes and restarts the logger if there is a notification from GPS logger. |
In the debug file, I can see a stop logging command just before that, |
i basically have the same problem. as soon as you lock the screen, logging no longer works. Do you already have a solution to the problem? @Ib2412: Can you provide us with the macro? Theoretically, one tracking point every 10 minutes is enough for me. I can then actually always switch the GPS on and off again to save battery? |
Her ist the MacroThe Last Part of the Macro Turn one the GPS evry 5 Minute With ths Macro i can Track over 12 hours and i have over 25% accu at the end of the day.
-------- Ursprüngliche Nachricht --------Von: BorderCounter8812 ***@***.***> Datum: 23.01.24 16:39 (GMT+01:00) An: mendhak/gpslogger ***@***.***> Cc: Ib2412 ***@***.***>, Mention ***@***.***> Betreff: Re: [mendhak/gpslogger] Logging stops (Issue #1071)
i basically have the same problem. as soon as you lock the screen, logging no longer works.
however, there are two exceptions.
Exception 1: The device is connected to the power supply
Exception 2: Another app that requires GPS is running on the device, e.g. Komoot with active navigation. In this case, logging with GPSLogger works without any problems even when the screen is switched off.
I suspect that there is an error in the implementation of the GPS / location service.
I have a OnePlus 7T with Android 12...
Do you already have a solution to the problem?
@Ib2412: Can you provide us with the macro? Theoretically, one tracking point every 10 minutes is enough for me. I can then actually always switch the GPS on and off again to save battery?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@lb2412 i cant see the macro? |
IT IS in the Mail.Her ist the Macro agin
-------- Ursprüngliche Nachricht --------Von: BorderCounter8812 ***@***.***> Datum: 23.01.24 17:11 (GMT+01:00) An: mendhak/gpslogger ***@***.***> Cc: Ib2412 ***@***.***>, Mention ***@***.***> Betreff: Re: [mendhak/gpslogger] Logging stops (Issue #1071)
@lb2412 i cant see the macro?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
-------- Ursprüngliche Nachricht --------Von: BorderCounter8812 ***@***.***> Datum: 23.01.24 17:11 (GMT+01:00) An: mendhak/gpslogger ***@***.***> Cc: Ib2412 ***@***.***>, Mention ***@***.***> Betreff: Re: [mendhak/gpslogger] Logging stops (Issue #1071)
@lb2412 i cant see the macro?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi there,
First of all thank you for this very nice app which I've been using for many years now. I recently switched my old phone for a OnePlus 8T but since then I've experienced problems with GPSLogger stopping logging once the screen locks. Basically the same problem as #1051 and #916.
System
Config
Analysis
Debug file is in the attachment.
It seems that GPSLogger is being killed by Android (line 104), but I've got no clue why.
The strange thing is that another GPS logging app, μlogger (https://github.com/bfabiszewski/ulogger-android) works fine on the very same phone. I prefer the user experience and configurability of GPSLogger, though.
Maybe the following is relevant. I noted that GPSLogger does not seem to request the "notification on lock screen" permission even though the "hide notification from lock screen" setting is off in GPSLogger. GPSLogger simply is not listed under Android settings - Notifications & Status bar - Lock screen. μlogger is listed there but strange enough doesn't show a notification on the lock screen during logging. There is an icon from μlogger on the screensaver, though.
Any ideas?
debug.txt
The text was updated successfully, but these errors were encountered: