Felipe00 / mylockforandroid

Automatically exported from code.google.com/p/mylockforandroid
0 stars 0 forks source link

Attempting to immediately wake screen from timeout sleep occasionally results in lockscreen #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
LWhat steps will reproduce the problem?
1. Lock phone with button
2. Unlock phone
3.

What is the expected output? What do you see instead?
Phone should be ready for use but instead it locks again

What version of the product are you using? On what operating system?
Latest lite version

Please provide any additional information below.
I first noticed the problem when auto lock happened with the onscreen keyboard 
up. 

Original issue reported on code.google.com by polak...@gmail.com on 12 Jan 2010 at 6:34

GoogleCodeExporter commented 9 years ago
This issue does not duplicate with manually locking by pressing power. In our 
troubleshooting 
FAQ we also address the case of occasional appearance of lockscreen when 
catching sleep 
timeouts. When I duplicated this, I saw the lockscreen, then after 1 more 
second it cleared 
itself as expected.

So this sounds like the phone tried to sleep and pressing power button 
prevented the sleep 
but not the restore lockscreen request that myLock Lite sends at every screen 
off.

The suggested fix if you do see a lockscreen that isn't bypassing as expected 
is to press 
power twice more so that you do not have to slide to unlock. In other versions 
of myLock this 
scenario crashes the service because at next wakeup it will be confused about 
the state of 
the lockscreen if you manually unlock. Also check to ensure you do not have any 
task killer 
apps or other conflicting apps running (See troubleshooting FAQ for our most up 
to date list 
of conflicts).

Original comment by myLockan...@gmail.com on 15 Jan 2010 at 8:20

GoogleCodeExporter commented 9 years ago
this is now fixed in all versions which utilize a method that allows the 
lockscreen 5 
second grace period when timeout sleep occurs

Original comment by myLockan...@gmail.com on 30 Mar 2010 at 3:50