How to display volume slider when using Volume floating buttons?

tuchubby

New member
I find it interesting that app like key mapper can read input but dont have inject_events in their manifest. they use accessibility service to read input from their "Key Mapper Basic Input Method"
 

Endercraft

Moderator (& bug finder :D)
I find it interesting that app like key mapper can read input but dont have inject_events in their manifest.
As said before, this is simply because they can't. I'm not sure Android would let you install the app if you had the permission.
 

Endercraft

Moderator (& bug finder :D)
and that is pitty
It may be possible with root somehow but I have no idea how. You would need a different MD package and @MacroDroidDev already said that he didn't want to make different packages.
Although I guess that could be added in another app, but having 3 apps just for MacroDroid...
I do have 4 apps for MacroDroid including MacroDroid
 
Last edited:

cska133

Member
It may be possible with root somehow but I have no idea how. You would need a different MD package and @MacroDroidDev already said that he didn't want to make different packages.
Although I guess that could be added in another app, but having 3 apps just for MacroDroid...
I do have 4 apps for MacroDroid including MacroDroid
why 3 apps for MD? Or even 4 as you wrote secretly?
 

Endercraft

Moderator (& bug finder :D)
why 3 apps for MD? Or even 4 as you wrote secretly?
- MacroDroid
- MD Helper
- MicroDroid (a clone to give me more quick settings tiles)
- MicroDroid (external services) (to store and execute macros that require outside interaction like webhooks, even if I have to make a transfer because webhooks don't work in clones)
At some point I created an MD Helper clone, but it turns out it's useless.
 

Endercraft

Moderator (& bug finder :D)
@cska133 There is a way to do this with ADB. Would you still be interested in knowing this ? (Android 11+ required)
Although it seems you are using Android 5.
 

Endercraft

Moderator (& bug finder :D)
@cska133 if you somehow still need this, you don't actually need Android 11+. Having a laptop/computer with Linux/Windows/MacOS will do.
 
Top