I especially love the speed improvement more will always be better. instant wake up is my dream ha.
I love the foreground / background toggle.
I especially love the speed improvement more will always be better. instant wake up is my dream ha.
That never happened before. I programmed a new way of avoiding a bug where the lockscreen would come back during calls, and in the test environment it worked perfectly as well as when i tested making a call. however it just happened as i tried calling the phone and picking up the call. I think I know why actually. It's trying to call a command that tells it to stop listening for screen on event twice, both when the call starts ringing, and when the call is answered. so on that second time, android force closes it because I'm trying to "flush" something that doesn't even exist. Programming tends to get all kinds of messed up when you try to do something to something that doesn't actually exist.
I can fix that very easily. Next update will have that fix and a couple more tweaks to stay awake mode.
Foreground mode is really pretty irrelevant to your end functionality. It's cosmetic, because I run the lockscreen skip outside of any one "Screen", allowing it to persist and happen anytime it needs to. Foreground just gives you an icon in the notifications so you can pop into the settings to turn stay awake on or off anytime you would like, more efficiently. I like it, personally, some don't. That's why I added the toggle to get rid of the icon.
Sounds like you might have a critical service crash. this would happen on the emulator at times during testing, wherein restarting the service would not help because the actual OS was blocking the operation at that point. It does this for security when the lockscreen commands aren't resolved properly (such as in the case of a crash the command sequence can never finish so android views it as a security threat).
reboot the device but make sure to check foreground mode first to ensure that it will restart safely at the boot foreground priority.
installed version 2b and my lock no longer bypasses the lock screen. tried uninstalling and reinstalling alpha 1 and alpha 2 seperately and none of the versions work! nothing has changed on my droid. no new apps. what did alpha2b change that caused this?