Hi all,
Im trying to make the volume down button activate a tap on the screen. Can anyone see what im doing wrong?
volume down screen tap
Moderator: Martin
volume down screen tap
- Attachments
-
- flow_Volume_key_flow_20150614_144336.xml
- (1.56 KiB) Downloaded 459 times
Re: volume down screen tap
Hi,
Is the flow executed when volume down is pressed? You can either let the flow open to see when it's executed or you could add an action Vibrate to the flow to verify this.
Since you have a rooted device you could also use action Execute Root Command: input tap 543 786 to simulate touchscreen input. Using the root method is more universal and often also works in games and other special apps where Control UI does not work.
Regards,
Martin
Is the flow executed when volume down is pressed? You can either let the flow open to see when it's executed or you could add an action Vibrate to the flow to verify this.
Since you have a rooted device you could also use action Execute Root Command: input tap 543 786 to simulate touchscreen input. Using the root method is more universal and often also works in games and other special apps where Control UI does not work.
Regards,
Martin
Re: volume down screen tap
Hi Martin,
Thanks for the reply. The flow seems to be following OK, just the finial execution isn't doing anything.
I would like to use execute root command but I get error messages on it. I'm unsure what to select under "se context" and "working directory"?
Thanks for the reply. The flow seems to be following OK, just the finial execution isn't doing anything.
I would like to use execute root command but I get error messages on it. I'm unsure what to select under "se context" and "working directory"?
Re: volume down screen tap
Ignore me, now sorted. Many thanks for the help Martin.