AChep / AcDisplay

AcDisplay is a new way of handling notifications in Android.

Home Page:acdisplay.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After unlocking you have to swipe again to show pin/pattern of the stock lockscreen

wood-chris opened this issue · comments

I've installed acDisplay on a Sony XA2, and it seems to be working, but I've got the issue of the 'double unlock' others have reported. When I want to unlock my phone, I have to swipe up on acDisplay and then swipe up again to get to the pattern screen. Is there anyway to get to the pattern screen directly from acDisplay

I couldn't work out if this was more of an Android issue - I've asked on https://android.stackexchange.com/questions/215089/preventing-the-need-for-a-double-unlock-with-acdisplay instead

It is possible to work around by opening an empty activity, so the system knows that the user wants to go further than just a lockscreen.

Is this an option I've missed, or something to be added?

Is this an option I've missed, or something to be added?

Something that can be added.

@AChep But how to do it? Tried adding empty activity after swiping on acdisplay screen but nothing happens.

I don't really want to search for the exact solution, but there're two steps:

  1. Use a new accessibility service's feature to correctly turn the screen off, and that will fix the inability to use fingerprint to unlock.
  2. When you "unlock" the AcDisplay, ask the system to open another activity. This way the system will immediately show the pattern screen.

Any of these methods works with Tasker (logcat event trigger)? Or do I have to actually make changes into the code and compile it.

Any of these methods works with Tasker (logcat event trigger)? Or do I have to actually make changes into the code and compile it.

Second variant, unfortunately.

Thanks for your quick response. I'll try to have a look at the code and try to fix it as per your recommendation.

Just curious to know why you stopped working/updating this project (AcDisplay)?

Thanks for your quick response. I'll try to have a look at the code and try to fix it as per your recommendation.

Just curious to know why you stopped working/updating this project (AcDisplay)?

Three reasons:

  1. Android started to remove/restrict a lot of APIs that made AcDisplay possible in the first place.
  2. Android has a dumber version of AcDisplay (ambient mode) built in.
  3. This app is free and although a lot of users did donate something (thanks guys!) this wasn't a lot and I had to find a job which reduced the time I'm able to spend on this project.

First is the biggest ones.

Understood, makes sense.

Talking over your point one, I think even Frank Monza (Kustom Industries) is facing issues with his KLCK project, but its accessibility and lock screen integration is solid but compared to AcDisplay which more stable and better performing even its a very old build till date.