You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with Mi A1 with Nougat. I created custom config, but I want to skip "KEYS_BEFORE_EACH_PIN" before first try after phone wake. Proper combination of keys is:
send awake keys to phone (done with variable KEYS_BEFORE_STARTING) - in this case enter tab tab space
type first combination: 1234
send keys KEYS_AFTER_EACH_PIN (enter)
if there's a cooldown, phone will turn off screen
a. if screen is turned off (cooldown) - I want to send KEYS_BEFORE_STARTING
b. is there's no cooldown - send KEYS_BEFORE_EACH_PIN,
Second question - If I start not from first PIN, will KEYS_BEFORE_STARTING be executed?
Does this combination could be done with your script, or I have to modify script?
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a problem with Mi A1 with Nougat. I created custom config, but I want to skip "KEYS_BEFORE_EACH_PIN" before first try after phone wake. Proper combination of keys is:
enter tab tab space
1234
KEYS_AFTER_EACH_PIN
(enter
)a. if screen is turned off (cooldown) - I want to send
KEYS_BEFORE_STARTING
b. is there's no cooldown - send
KEYS_BEFORE_EACH_PIN
,Second question - If I start not from first PIN, will
KEYS_BEFORE_STARTING
be executed?Does this combination could be done with your script, or I have to modify script?
The text was updated successfully, but these errors were encountered: