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:
- 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?
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 space1234KEYS_AFTER_EACH_PIN(enter)a. if screen is turned off (cooldown) - I want to send
KEYS_BEFORE_STARTINGb. is there's no cooldown - send
KEYS_BEFORE_EACH_PIN,Second question - If I start not from first PIN, will
KEYS_BEFORE_STARTINGbe executed?Does this combination could be done with your script, or I have to modify script?