Felipe00 / mylockforandroid

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

Home/search buttons do not launch dialogs correctly immediately after unlock #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unlock the device via power key
2. Try to long press home or short press search
3. Observe as nothing happens

What is the expected output? What do you see instead?
Expect search or app-switcher dialogs. What happens is that the long-press is 
never handled though the haptic occurs. When we release the home key, the 
screen flickers. Now that we have done this, the buttons will work. It seems 
to continue working for a short while even if re-slept and awakened.

Original issue reported on code.google.com by myLockan...@gmail.com on 29 Dec 2009 at 11:20

GoogleCodeExporter commented 9 years ago
Testing a new method for keyguard skip that uses an activity window. this 
method works 
and will be released doon

Original comment by myLockan...@gmail.com on 2 Jan 2010 at 3:13

GoogleCodeExporter commented 9 years ago
A fix is implemented in alpha 2 using a short activity that is called when the 
screen 
is awakened. this activity runs code that resolves the source of the issue (a 
bug in 
the actual keyguard disablement functions in the OS). In upcoming versions this 
will be 
optional. Users can choose to run in Quick Unlock mode which is subject to the 
low 
impact bug. The speed gain in unlock is negligible however, usually not more 
than 500 milliseconds 

Original comment by myLockan...@gmail.com on 2 Jan 2010 at 8:21