Start Floating Button

420

Active member
Thanks.
But the result is impractical because 1. When the dialog box appears the video stream/media interrupts so it is not possible to hear the changed volume stream and 2. If i want to change the volume in a big steps by repeate pressing +/- is not possible because the dialog box disappear after every tapping over +/-.
I believe that displaying the volume slider is the best solution, but dont know how?
i found an intent that supposedly opens the volume controls (com.roozen.intent.VOLUME_CONTROL), but i have not been able to get it to work myself... all i get is a notification saying send intent failed, no activity found to handle intent... i don't know much about intents so it's possible that i just put it in the wrong field or something, i don't know..
 

cska133

Member
i found an intent that supposedly opens the volume controls (com.roozen.intent.VOLUME_CONTROL), but i have not been able to get it to work myself... all i get is a notification saying send intent failed, no activity found to handle intent... i don't know much about intents so it's possible that i just put it in the wrong field or something, i don't know..
yes, this is what i have found in #22

maybe someone how knows more about intents can check this?
 

dsnz

Well-known member
you said you want to bring up the volume slider or any volume app you may have associated to the volume buttons (eg Ultra Volume; and perhaps you may find
an app with buttons instead sliders if you prefer)

my solution does this exactly, without messing with intents and such details (as I use this daily in a macro when plugin headphones for example)

if you want to do a custom screen with volume buttons using only macrodroid, then it's impossible unless you use a suitable tasker plugin like UItask but I can't advise on this as I have no such experience
 
Last edited:

cska133

Member
what is automate, another app or what? there is no hyperlink attached

you said you want to bring up the volume slider or any volume app you may have associated to the volume buttons (eg Ultra Volume; and perhaps you may find
an app with buttons instead sliders if you prefer)

my solution does this exactly, without messing with intents and such details (as I use this daily in a macro when plugin headphones for example)

if you want to do a custom screen with volume buttons using only macrodroid, then it's impossible unless you use a suitable tasker plugin like UItask but I can't advise on this as I have no such experience
i dont understand what is your solution? to use only Volume slider app without macrodroid?

if you want to do a custom screen with volume buttons using only macrodroid, then it's impossible
why? creating macro when pressing the volume buttons then Volume Slider app gets executed or am I wrong? I am not keen on how to do this
 
Top