Page 1 of 2

thinking of buying this app one question

Posted: 20 Feb 2014 14:49
by UnHappyManager
Hello I think this is the kinda app I need and have been looking for for a while now,
I have been running an auto task app as in it copys my touchs on screen this is for a game, but they have started to ban ppl for this so I'm starting to think cos the game stays online 24/7 this is obviously not a human playing, what I hope this app can do is...

start up the game run the script with the app that copys my moves then shut down the game for 10mins and relaunch the game and start up the auto touch screen program and repeat this process over and over.

Is this possible with this app if so I'll be burying :p

thanks in advance

Re: thinking of buying this app one question

Posted: 20 Feb 2014 16:51
by Martin
Hi,

Simulating touch input in a game usually requires a rooted device and action Execute Root Command: input tap x y.
If you have a rooted device, you can use the free evaluation version of Automagic to see if this works on your device: http://automagic4android.com/en/evaluation

Regards,
Martin

Re: thinking of buying this app one question

Posted: 20 Feb 2014 17:40
by UnHappyManager
Hello yes I have been trying it out and of course my android phone is rooted :p.
you mean to tell me this app has the auto touch option as well oh boy oh boy rofl I'll look it up so for looks really good but looks a little laggy but will see :)

can you recommend an app to find out my x and y precision

Re: thinking of buying this app one question

Posted: 20 Feb 2014 17:58
by Martin
Many devices provide a setting in the developer options to show the pointer location (settings->Developer options->Pointer location).

Action Execute Root Command is quite slow since it has to start a process as root. You can execute multiple commands in one action which could speed up the action a bit:

Code: Select all

input tap x1 y1;input tap x2 y2

Re: thinking of buying this app one question

Posted: 21 Feb 2014 02:12
by UnHappyManager
Hello I had a go at this but I think I'm missing something I have a Samsung s4 hope the touch works for it, I see the app asks Su for access and it gets granted but then it does nothing is there a step by step guide for this anywhere?
I don't wanna be spoon fed just a few tips I'm normally pretty good with this kinda stuff thanks
sorry im on about the Execute Root Command xy stuffs

Re: thinking of buying this app one question

Posted: 21 Feb 2014 02:32
by MURTUMA
Check the diy-actions/execute root command topic at the user help forum. That should give you a pretty good start.

Re: thinking of buying this app one question

Posted: 21 Feb 2014 03:21
by UnHappyManager
Thank you I think my problem is I did not give it a working dictionary but I can't seem to find anything related to what they said to look for from that site they listed any tips?

just sawy logs file


21.02.2014 01:19:58.894 [Flow1] Action 'Execute Root Command: input tap <x781.0> <y1120.0> in ' stderr=sh: <stdin>[1]: syntax error: '<' unexpected filed
Got this :/

Re: thinking of buying this app one question

Posted: 21 Feb 2014 18:11
by Martin
The input-command accepts plain numbers for x and y, a command like this should work:
input tap 781 1120

Re: thinking of buying this app one question

Posted: 21 Feb 2014 18:58
by UnHappyManager
Oh wow now I feel really stupid..... of course that would work thanks all good now I'll test and buy before my free time runs out

Re: thinking of buying this app one question

Posted: 21 Feb 2014 20:21
by UnHappyManager
Just paid for the app :) thanks guys will be popping back to see if I can offer help from time to time