Macro actions loses click configuration

Hi.

I am frustrated because frequently some CLICK ACTIONS stop to work and I have to reconfigurate them.

What's the safest approach to configurate click action? TEXT, COORDINATES or ID.

Is there any environment cause that may cause this lack of configuration?

Sorry for this basic doubt.

Thanks
 

AkashiDom

Active member
Honestly this thread is suppose to be discussion lmao but anyway...
My personal preference is depending on the app

If it's a game, I use COORD cuz game draw UI, character, image, etc, using something called canvas and the UI can't be accessed by text nor ID.
If it's a normal app, I just use ID cuz most the time they use like normal drawer(I'm not a app developer so I don't know much what does the drawer called) and can be accessed by ID.
 
Honestly this thread is suppose to be discussion lmao but anyway...
My personal preference is depending on the app

If it's a game, I use COORD cuz game draw UI, character, image, etc, using something called canvas and the UI can't be accessed by text nor ID.
If it's a normal app, I just use ID cuz most the time they use like normal drawer(I'm not a app developer so I don't know much what does the drawer called) and can be accessed by ID.
Sometimes when I use ID appears ID:NULL as a popup after configuration click. It seems that in this case MD changes to coordinates.

Thanks
 

MacroDroidDev

Administrator
Staff member
On some devices accessibility services are flakey and unreliable and there is not a lot I can do about that. If you are experiencing the accessibility service completely dieing I would suggest you take a look at the keep accessibility services alive option within the MacroDroid settings screen. It does require the ADB hack to be applied for this to work but it generally works quite well to autostart any accessibility services that the OS decides to kill at random.
 
Screenshot_20240318_173324_MacroDroid.jpg
Hi.

In fact it seems that there's a problem with accessibility. Some clicks work fine but the click that would transfer login data to the form fields doesn't work. Yesterday everything worked like a charm. Thanks and congratulation for the great job you did with MD.
 
Hi.

I executed an older version of the macro, following the same login steps and everything worked fine at same device.

Is this waited?

ThanksScreenshot_20240319_053030_MacroDroid.jpg
 
Hi.

I executed an older version of the macro, following the same login steps and everything worked fine at same device.

Is this waited?

ThanksView attachment 8990
Hi.

I executed an older version of the macro, following the same login steps and everything worked fine at same device.

Is this waited?

ThanksView attachment 8990
Now I copied the actions that does login steps, pasted them at the "problematic" macro and everything worked fine.

Some comments?

Thanks
 
Top