AChep / AcDisplay

AcDisplay is a new way of handling notifications in Android.
acdisplay.org
GNU General Public License v2.0
750 stars 226 forks source link

Unlock by home button #65

Open pietruh00s opened 9 years ago

pietruh00s commented 9 years ago

HTC Desire 500 JB 4.1.2 - device unlock after pressing home button. Please add option to disable this button. I know that widgetlocker has that feature. That`s why I need to use stock locksreen that protect if I press home button accidentally :)

danamara commented 9 years ago

Having the same issue. Please allow option to disable this feature. :(

AChep commented 9 years ago

This is not a feature. This is an unfixable API limitation (there's no way to create custom lockscreen for Android).

pietruh00s commented 9 years ago

So why widgetlocker was able to block home button? :)

AChep commented 9 years ago

@pietruh00s there's a hack -- making the AcDisplay a launcher that launches the real launchers. This workarounds the home button problem, but adds billions of evil totally confused users and adds some strange steps to lockscreen's setup.

pietruh00s commented 9 years ago

I didn't know this :) So let it be as it is :D

pzmarzly commented 9 years ago

Check https://github.com/shaobin0604/Android-HomeKey-Locker , it's a library which makes an invisible overlay and captures all buttons. Doesn't look hard to use.

AChep commented 9 years ago

@pawo2500 it doesn't work. AcDisplay v3.8-3.8.2 includes this fix.