You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating to Kivy 1.10 / latest p4a I'm seeing the case where android device is not staying awake where it should be.
wakelock == 1 (android.wakelock = True in buildozer.spec) and android permissions include WAKE_LOCK.
our buildozer.spec file has not changed in this area when it was built for 1.9.1, and wakelock was working as expected.
I hacked PythonActivity.java to output some debug information if it chose the branch to set wakelock, and I was able to see it setting the wakelock in action. See screenshots:
Running latest buildozer / kivy / py4a
Let me know how else I can help debug.
The text was updated successfully, but these errors were encountered:
After migrating to Kivy 1.10 / latest p4a I'm seeing the case where android device is not staying awake where it should be.
wakelock == 1 (android.wakelock = True in buildozer.spec) and android permissions include WAKE_LOCK.
our buildozer.spec file has not changed in this area when it was built for 1.9.1, and wakelock was working as expected.
I hacked PythonActivity.java to output some debug information if it chose the branch to set wakelock, and I was able to see it setting the wakelock in action. See screenshots:
Running latest buildozer / kivy / py4a
Let me know how else I can help debug.
The text was updated successfully, but these errors were encountered: