-
Notifications
You must be signed in to change notification settings - Fork 3
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
Timer stops without blanking mode #4
Comments
Dirty fix applied with 6934e2a. |
Once insomniac is implemented, I should be able to keep the timer running even if blanking is possible. |
I am having the same issue with my app. But I just saw that you removed insomniac from your project. What is your current solution to the issue? |
I removed insomniac because I got some problems while re-compiling it for some newer Sailfish version. Can you tell me your Sailfish OS version and when the problem appears? |
Sorry for misleading you. I am not talking about your app. |
Apparently libkeepalive is allowed. It fails in rpm validator but I still got it past QA. Here is what they wrote: With libkeepalive you should be able to fix this bug. |
Thanks @Sikarjan! I will give it a try. |
If the user deactivates blanking mode, the timer will pause once device goes into deep sleep.
Dirty fix: Remove setting to disable blanking mode until proper fix.
Current fix: Send a D-Bus message to prevent sleep. Stops working if user locks screen himself.
The text was updated successfully, but these errors were encountered: