Sorry for my bad English. I hope I can explain my problem.
Automagic works fantastic with my game Crime City. Overlay Management recognizes the buttons.
But there are buttons there is no click option. Only text possible. Also change this from text to click doesn't work. Coordinate doesn't work to. Is there any other trick possible?
I try to send 2 Screenshots. One with my problem and one also from game with correctly script.
I can't send Screenshots. I don't how it works. Sorry.
Crime City click button doesn't work
Moderator: Martin
Re: Crime City click button doesn't work
Hi,
Games often don't work with action Control UI since the game often paints the buttons on its own and does not use the system-buttons provided by Android.
Only workaround in such cases is usually to use action Execute Root Command: input tap x y (on a rooted device).
Regards,
Martin
Games often don't work with action Control UI since the game often paints the buttons on its own and does not use the system-buttons provided by Android.
Only workaround in such cases is usually to use action Execute Root Command: input tap x y (on a rooted device).
Regards,
Martin
Re: Crime City click button doesn't work
input tap (1495, 990);
Exepected [187] unknown function name 'tap' [187-190]
Function doesn't work on script.
Device is rooted.
Thanks Martin.
MiDaS from Germany
Exepected [187] unknown function name 'tap' [187-190]
Function doesn't work on script.
Device is rooted.
Thanks Martin.
MiDaS from Germany

Re: Crime City click button doesn't work
It is not a script function. It is a root command. Try to execute it with execute root command action.
Re: Crime City click button doesn't work
Thanks. Now it works.
Amazing.
HHow can I close this thread?
Amazing.
HHow can I close this thread?
Re: Crime City click button doesn't work
It's not required to close threads. It might be useful in the future or someone else might have a related question.