jsn7033 / mylockforandroid

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

FROYO/2.2/api 8 ---- broken (with 2.0 full version) #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. activate myLock standard 2.0 version (Any mode)
2. sleep the screen
3. wake up with power key

What is the expected output? What do you see instead?

lockscreen dismiss fails. this is because in 2.2 all forms of translucent 
or transparent lockscreen overriding windows are prevented by the system 
keyguard mediator, it seems. prior to 2.2, only the show_when_locked flag 
windows would get blocked when using the translucent layout.

You can actually use the cupcake beta on 2.2 because it uses a black 
opaque window and the older keyguard manager API, but sometimes still 
fails due to the cpu processing speed.

This occurred for me in the emulator for 2.2 SDK running the 2.1 built 
package. I have yet to test building the package on 2.2 to see if there is 
actually any difference possibly in the backwards compatibility setup.

We may have to completely scrap the clean dismiss keyguard method we've 
been relying on and go back to the basic pre 2.0 keyguard override API; if 
so I'll be very disappointed despite all the great improvements of 2.2

I have had a bug report open on the android project page about this 
behavior on the show_when_locked window. I'll update the issue report with 
link to that so we can try to get an explanation

Original issue reported on code.google.com by myLockan...@gmail.com on 21 May 2010 at 5:41

GoogleCodeExporter commented 9 years ago
Changed all translucent windows back to wallpaper. have yet to test extensively 
in an 
on-device 2.2 environment.

The bug report I opened is http://code.google.com/p/android/issues/detail?
id=7410&q=show_when_locked&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars

Original comment by myLockan...@gmail.com on 23 May 2010 at 4:09