Transforming the location of clicks on different smartphones

vm53

Member
I created a very long macro to automate receiving credits by doing certain clicks
with the user interface, on certain screens and at certain points on the screen.
Of course all this on a phone that has a resolution of 2400x1080 pixels
I would like to bring this macro to another phone, which has a resolution of 1080x2160 pixels
Is there a way to transform the exact position of the clicks without having to search again
for the position of the clicks? (There are over 100)
Any help is obviously greatly appreciated.
 

Dm114

Well-known member
I created a very long macro to automate receiving credits by doing certain clicks
with the user interface, on certain screens and at certain points on the screen.
Of course all this on a phone that has a resolution of 2400x1080 pixels
I would like to bring this macro to another phone, which has a resolution of 1080x2160 pixels
Is there a way to transform the exact position of the clicks without having to search again
for the position of the clicks? (There are over 100)
Any help is obviously greatly appreciated.
Try to convert (x,y) coordinates proportionally.
 

Dm114

Well-known member
You could convert all coords on 1st phone macro to percentage coords. That might work on both phones. I'm not sure if Dm114 meant this.
I was a bit in a hurry when I answered but you are much clearer than me. 😉😀
 

md_sgf

Active member
Actually, MacroDroid does the conversion for you. You just have to change radio from Pixel to Percentage. Easy! 😁

I recall having to manually calculate percentage values before, but maybe that was a bug?
 
Top