Macro unlock mobile with password

fran

New member
Hello,
Does anyone know how to create a macro to unlock the phone with a password?
Thank you.
 

hsurB

Well-known member
Enable devlopers settings in your phone(check on the internet how to do it, its easy but it might be slightly different for each phone), enable pointer location to be able to check easily x,y coordinates of each click on screen.
Write x,y coordinates for each click that is needed to enter the password (and perform gestures to go to unlocking screen first).
Create macro with any trigger you like and add actions:

Screen on
Wait few seconds
Ui interaction - swipe to go to unlocking screen
Wait a second or even more so it was more reliable
Ui interaction - click - x,y coordinates of first number
Wait like 300ms (need to be tested cause it can't be clicking too quickly)
UI interaction - click - x,y coordinates of next number
Wait like 300ms (need to be tested cause it can't be clicking too quickly)
....
 

mapriex

Active member
Enable devlopers settings in your phone(check on the internet how to do it, its easy but it might be slightly different for each phone), enable pointer location to be able to check easily x,y coordinates of each click on screen.
Write x,y coordinates for each click that is needed to enter the password (and perform gestures to go to unlocking screen first).
Create macro with any trigger you like and add actions:

Screen on
Wait few seconds
Ui interaction - swipe to go to unlocking screen
Wait a second or even more so it was more reliable
Ui interaction - click - x,y coordinates of first number
Wait like 300ms (need to be tested cause it can't be clicking too quickly)
UI interaction - click - x,y coordinates of next number
Wait like 300ms (need to be tested cause it can't be clicking too quickly)
....
for reliability reasons i suggest this entry of the macro.
the if-condition is not necessarly.

with defining/performing the right start point, you make sure that the unlocker works only in the state you 'need' it.
 

Attachments

  • Screenshot_20240321-215434.png
    Screenshot_20240321-215434.png
    170.5 KB · Views: 9

fran

New member
Hello,
I have one last question regarding this macro. After running the macro to unlock the phone, Google Assistant tells me that to run the macro I must unlock the phone but the phone is already unlocked.
What could be the problem?
 
Top