6 X 6 pattern grid
BruceB132 opened this issue · 0 comments
BruceB132 commented
I was trying to change the password for my 6X6 grid (on ArrowOS 10) and couldn't find the right sequence.
Kept getting the error Failed: Status(-8, EX_SERVICE_SPECIFIC): '-1: '
It took me ages but I ended up finding this post with the correct grid -
TeamWin/Team-Win-Recovery-Project#1388
1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|
7 | 8 | 9 | : | ; | < |
= | > | ? | @ | A | B |
C | D | E | F | G | H |
I | J | K | L | M | N |
O | P | Q | R | S | T |
Once I had the right pattern using -
vdc cryptfs changepw password OLD_PASSWORD NEW_PASSWORD
worked like a charm
Might be useful to put it in the readme so others can find it more easily