KieronQuinn / TapTap

Port of the double tap on back of device feature from Android 12 to any Android 7.0+ device
GNU General Public License v3.0
3.48k stars 201 forks source link

Notification Shade Annoyance. #596

Closed CoolCrescent186 closed 7 months ago

CoolCrescent186 commented 7 months ago

On my Motorola G100, (and I'd assume more devices), the open/close notifications works well, except when I wake the device up while not interacting with the lock screen at all. Fingerprint straight into OS. I can feel the vibration, but the notification shade doesn't open. The moment I interact with the Notification Shade, this issue goes and stays away until I unlock my phone again. Is this just a limitation with Android, or something which can be fixed?

KieronQuinn commented 7 months ago

It's an Android limitation, I have no control over whether the shade actually opens.

CoolCrescent186 commented 7 months ago

Is there an ADB command that can force-open the notification shade that might require Shizuku? A compatibility mode, perhaps?

KieronQuinn commented 7 months ago

There's no way for it to know if the shade is open, that's the problem. It already thinks it's open, so sends a "close" request instead, opening the shade updates syncs it back up again. Shizuku can't help here unfortunately.

CoolCrescent186 commented 7 months ago

Perhaps a conpatibility mode that always sends an "open" command every time the screen is turned off and on?