Touch certain parts of screen action

Post your questions and help other users.

Moderator: Martin

Post Reply
qsgsg
Posts: 5
Joined: 22 Jan 2014 22:44

Touch certain parts of screen action

Post by qsgsg » 22 Jan 2014 22:47

Hi is it possible for this app to simulate a touch action as a normal person would on a particular area of a screen?

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: Touch certain parts of screen action

Post by MURTUMA » 22 Jan 2014 22:57

Yes, with "control ui" action.

qsgsg
Posts: 5
Joined: 22 Jan 2014 22:44

Re: Touch certain parts of screen action

Post by qsgsg » 22 Jan 2014 23:01

Thanks. Does this function require Rooting the phone?

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: Touch certain parts of screen action

Post by MURTUMA » 22 Jan 2014 23:13

When in doubt, always read the help section. Martin has made that quite newbie friendly. You can find from there that it needs at least JB(4.1) and relies on accessibility service. There's no need for root.

qsgsg
Posts: 5
Joined: 22 Jan 2014 22:44

Re: Touch certain parts of screen action

Post by qsgsg » 23 Jan 2014 00:16

Sorry just read it and enabled accessibility. I just tried the function but on my Android 4.3 device but it doesnt work. Trigger> Launch App> sleep(1500) ; click (973,1844) which is the bottom right of my screen but it fails to register. Weird thing is i tried it on whatsapp and it works fine.

qsgsg
Posts: 5
Joined: 22 Jan 2014 22:44

Re: Touch certain parts of screen action

Post by qsgsg » 23 Jan 2014 00:45

Using my Spen doesn't work for this particular app , only finger touches work. Using the Show Overlay Control and activating it when i'm on the desired app screen , the green box covers the entire screen which is unlike other apps like evernote,speed test, etc. Is this a bug?

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: Touch certain parts of screen action

Post by MURTUMA » 23 Jan 2014 05:14

What app are you trying it on? I have observed the same behavior with my banking application but considering it has full access to my bank accounts, I haven't bothered to write any bug reports. Maybe you should?

qsgsg
Posts: 5
Joined: 22 Jan 2014 22:44

Re: Touch certain parts of screen action

Post by qsgsg » 23 Jan 2014 10:46

Tried on many Apps. Trying to collect my daily Reward from Bingo Bash for the fun of it but it doesn't work. Those Apps that fail to work seem to be "Flash-based".

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Touch certain parts of screen action

Post by Martin » 24 Jan 2014 09:05

Automagic requires that the regular Android controls are used in an app so that Android has enough information about the controls and can properly inform Automagic about the screen contents.
Flash-based apps and apps that paint all the controls on their own like Games usually don't work since the apps don't provide the required information to Android. Apps can also request that some controls are used in a secure context (like the banking app) which will hide the controls from Automagic.
If this is the case, it might only be possible to send input events using action Execute Root Command: input tap 973 1844.

Post Reply