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
enable screen lock and wait for the WiPhone to lock
press Hangup (WIPHONE_KEY_END)
CURRENT RESULT
device is unlocked
EXPECTED RESULT
device should stay locked
NOTE
Also note that the unlock procedure is a bit fiddly: when pressing Ok and accidentally pressing an arrow key, the sequence is reset: This can be fixed by ignoring the arrow keys in GUI.cpp on line 661 changing:
Lock screen can be bypassed
Enable screen lock and wait for the WiPhone to lock
Press Hangup (WIPHONE_KEY_END)
Before: device is unlocked
Expected: device should stay locked
Also the unlock procedure is a bit fiddly: when pressing Ok and
accidentally pressing an arrow key, the sequence is reset: This can be
fixed by ignoring the arrow keys in the first step of unlock.
Fixes: ESP32-WiPhone#28
tested on 0.8.30
Lock screen can be bypassed
STEPS TO REPRODUCE
Hangup
(WIPHONE_KEY_END
)CURRENT RESULT
EXPECTED RESULT
NOTE
Also note that the unlock procedure is a bit fiddly: when pressing
Ok
and accidentally pressing an arrow key, the sequence is reset: This can be fixed by ignoring the arrow keys inGUI.cpp
on line 661 changing:into:
The text was updated successfully, but these errors were encountered: