-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on locked screen. #1494
Comments
Hi, to help us solve this please send the output of pressing the buttons while running the |
When I press the volume up: /dev/input/event2: EV_KEY KEY_VOLUMEUP DOWN When I press the volume down: /dev/input/event0: EV_KEY KEY_VOLUMEDOWN DOWN |
Thank you, will see if we can get this working |
So these events are the same events that the app is programmed for, so something more complicated is happening. After discussing with the developer, the locked screen feature has always been quite experimental and hacky. Actually making it 100% stable across all devices would be a lot of work and unfortunately there are a bunch of other priorities right now that we're working on. So, this may be fixed at some time, but it's not going to be any time soon (6+ months minimum, likely longer) Sorry I can't do any more for you at the moment |
I have tried many similar applications. And the only app that works permanently on the locked screen (with root) is Button Mapper. Most other apps just stop working when the screen is locked. Some work for 1-2 minutes after locking. |
That's unfortunate. Perhaps you can appeal to the team behind Button Mapper to add the ability to send intents to other apps as an action. |
I second that!
|
Describe the bug
I created a combination of VolUp+VolDn - to switch the flashlight.
And it works, but only while the screen is unlocked.
As soon as the screen is locked, the combination does not work.
All permissions and root (Magisk) have been granted.
Device and app info
The text was updated successfully, but these errors were encountered: