-
Notifications
You must be signed in to change notification settings - Fork 12
give user an info that the screen must not be locked while recording #47
Comments
Yeah, that definitely needs to be added. Also, I'm not sure that background suspension is enough because iirc if there is no foreground app that asks for position the gps service goes to sleep, and activity tracker will be active in background but without receiving new positions... |
Hmm, not 100% sure if that worked with background suspension. I would need to try that on my xenial device. Since there is no UTTT for focal yet, I don't know how to do that there. But we need to check that before adding info. But certainly it would be better to get a proper fix for this, although I have no idea how to do that. |
I think you could try to play with gsettings to prevent app background suspension, at least that seems what uttt is doing |
…cancel handling
Btw. the commit reference here is wrong because I had a typo in there first. Although I corrected the commit message, this reference here stays for some reason. |
I did not test yet again on focal if prevent suspension is enough. I wasn't outside recently, but already got that set up. Until UTTT is available for focal, we can prevent background suspension like this:
Also not sure if a systemd service might help us on focal. I don't know enough about that yet. |
Yeah, I think the service could be a better solution but might not be enough, it would still encounter the same issues I mentioned before, just like the app |
For the app to work, it either needs to have the screen turned on all the time (no screen locking!) or background suspension needs to be enabled. I can not find any in-app info for the user about this. Only one short line in the README.
There should be a info dialog maybe (first run? or every time when recording?) or some other way to make the user aware of this.
The text was updated successfully, but these errors were encountered: