Can I make tasker tap rapidly? - Tasker Tips & Tricks

OK so this is set up very simple
And it works
1. Wait
6 seconds
2. Run Shell
COMMAND input tap 356 590
(no time out and use root is checked)
3. Goto
TYPE Action Number NUMBER 2
That's it I just push play and open an app and it taps continuously and that's what I want
The problem is there is an approx. 5 second pause between each tap
Can I make it tap nonstop? Or as close to nonstop as possible?

Decrease the wait action from 6 seconds to 100ms.
The wait action tells is how long it takes between two taps.
Why did you put the wait action there if you don't want it?

I believe the wait is for switching to the needed app, he used goto action 2 only, skipping the wait.
Have you check in the log how Tasker proceed the task, why it still includes the wait....
I would suggest using for loop
something like:
for how many times
count that time
tap
wait 100ms
end for

dogma421 said:
OK so this is set up very simple
And it works
1. Wait
6 seconds
2. Run Shell
COMMAND input tap 356 590
(no time out and use root is checked)
3. Goto
TYPE Action Number NUMBER 2
That's it I just push play and open an app and it taps continuously and that's what I want
The problem is there is an approx. 5 second pause between each tap
Can I make it tap nonstop? Or as close to nonstop as possible?
Click to expand...
Click to collapse
Have You played with 'Gesture initial samplerate' under Tasker settings? By default those mentioned 5 seconds between taps.

I believe that is for checking gesture, not producing tap

Related

help!! Sprint tv 5 min timeout!

i have been looking around this morning for ways to remove the "are you still watching?" 5 min timeout
tried this from another post @ sprintusers.com
"1. dial ##DATA# (##3282#) when you press the last # it should bring you right into the Programming menu.
2. Select Multimedia, for me its option 6.
3. Select Multimedia Edit, for me its option 2.
4. Select Timeout, for me its option 4
The Time-out optins listed for me are
5 Minutes
10 Minutes
20 Minutes
No Time-out"
But none of the multimedia options were available
I have heard there is a Hex mod, but cant find information on it.
any help with this would be great! thx in advance

App Request - Mimic

Hi All,
Does anyone know if there is an app out there that will mimic the users command?
For example I use Top Eleven
I would like to be able to set the app to run at a certain time (which changes daily)
When the app is open i do the same thing at that time - watch my game and make one substitution automatically then after 3 minutes close the app again.
So the app would need to follow a pre configured step by the user
open app at certain time
tap bottom left corner
wait 1 minute
swipe left
swipe left
drag item from pace 1 to place 2
click bottom right corner
wait 1 minute
close app
There is PC software that does this called winautomation
where the user makes the actions which the software remembers and then mimics the command at times set by the user.
Is there anything out there for android that would do this?
If not, maybe in the future. then you can really get your android doing all the work for you, the possibilities could be endless

NFC, plugin auto input mistake...really easy question...

I'm trying to get auto input upon NFC event to click the start command on the wo mic app menu of (wo mic app). The options for what to click are just "start, settings, mute, drop down menu".
1. event: nfc tag
2. task edit:
1. launch app
(app wo mic)
2. wait
1 seconds
3. autoinput action
configuration type: text value: start action: click...x,y coordinates
text: "start"
I've done this via easy setup and it seems to have gotten everything correct, will launch app but not select "start"
its frustrating, shouldn't I have that "wait"command?
Well, the way I see it, either the coordinates are wrong (and the Start button doesn't get clicked) or you need a longer wait.
tried that, any other ideas?
also cant upload pictures yet so thats a big limit on this

How to force input taps faster than once per second?

I've recently figured out how to use the run shell in Tasker, as well as the input tap command, add variable, and goto a specific line if variable condition is met. I've noticed that doing this simple script results in a once-per-second "tap" input that I'm looking to repeat. I was wondering if there was a way to speed up the inputs (5-10 times per second or something like that).
Thanks!
LifeAsADroid said:
I've recently figured out how to use the run shell in Tasker, as well as the input tap command, add variable, and goto a specific line if variable condition is met. I've noticed that doing this simple script results in a once-per-second "tap" input that I'm looking to repeat. I was wondering if there was a way to speed up the inputs (5-10 times per second or something like that).
Thanks!
Click to expand...
Click to collapse
If the taps fully occur before or after the script, you can just use wait 1000/5 or 1000/6 and then input the tap
If they as during the script, I'm not sure how to achieve it.
alienyd said:
If the taps fully occur before or after the script, you can just use wait 1000/5 or 1000/6 and then input the tap
If they as during the script, I'm not sure how to achieve it.
Click to expand...
Click to collapse
The taps are during the script. A general idea of the script:
- open app
- wait
- tap
- add to variable counter
- go to step 3 if counter below a certain value
Running this generates one tap per second. I'd like to speed it up if possible.

Autoinput and TouchTask always returns the same coordinates for X/Y for a tap

i just started using tasker and i wanted to create a script that scans your Pokemon Go pokemon while using the CalcyIV app for this.
So the script is going to tap on the first pokemon then it taps the overlay button from calcy iv, then taps on rename and pastes there what calcyiv copied in the clipboard and then it leaves the window on taps on the 2nd pokemon.
But for some reason when i use Autoinput or Touchtask and i want to simulate a tap . they always return the same x /y valu, but only in pokemon go.
i was 2 hours ago pretty far , but for some reason my whole progress got deleted .

Categories

Resources