sdswp / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
0 stars 0 forks source link

FullScreen and wakeLock #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
wakeLockAcquire doesn't seem to work when using FullScreenUI. I use 
FullScreenUI (a great feature btw) to intercept some key events. Pressing a key 
sends a signal to my computer, so I don't really need the screen of my phone.
Made some other scripts that use wakeLocks without FullScreenUI, and they work, 
screen off.

Another quest, I noticed that when turning off then on the screen on a 
FullScreenUI (or pressing the home button and returning to the sl4a process), 
we're back to the console and not the FullScreenUI.

Thanks in advance.

Original issue reported on code.google.com by kedeo...@gmail.com on 29 Jul 2012 at 8:53