|
2019-06-28
, 15:48
|
|
Posts: 872 |
Thanked: 2,523 times |
Joined on Feb 2012
@ Germany
|
#2
|
decided after years to reuse my N900... downloaded latest images and flash3.5...
Flashing went smoothly and then it asked for lock code after restart... which of course I forgot...
Most solutions offered here needs access to the terminal, so no solution for me...
dbus-send --system --type=method_call --dest=com.nokia.system_ui /com/nokia/system_ui/request com.nokia.system_ui.request.devlock_close string:"com.nokia.mce" string:"/com/nokia/mce/request" string:"com.nokia.mce.request" string:"devlock_callback" uint32:'0'
echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1): > /home/user/MyDocs/lock_code
john -format:DES -i:digits /home/user/MyDocs/lock_code
Does this mean I can't use my N900 anymore???
Or is there a way to reset the lock code?
The easiest method is to use a rescue os image which you booting with the help of the flash program.
There you can make a code_reset or you can grep the lock_code from /dev/mtd1 and with the help of john you can decrypt the code by brute force.
The Following 5 Users Say Thank You to Halftux For This Useful Post: | ||
|
2019-06-28
, 16:38
|
Posts: 102 |
Thanked: 29 times |
Joined on Jul 2011
|
#3
|
|
2019-06-28
, 16:50
|
Posts: 102 |
Thanked: 29 times |
Joined on Jul 2011
|
#4
|
|
2019-06-28
, 17:29
|
|
Posts: 872 |
Thanked: 2,523 times |
Joined on Feb 2012
@ Germany
|
#5
|
After resetting the lock code with your live image another flash is needed, right?
The Following 3 Users Say Thank You to Halftux For This Useful Post: | ||
|
2019-06-28
, 18:17
|
Posts: 102 |
Thanked: 29 times |
Joined on Jul 2011
|
#6
|
|
2019-06-29
, 02:55
|
Posts: 102 |
Thanked: 29 times |
Joined on Jul 2011
|
#7
|
decided after years to reuse my N900... downloaded latest images and flash3.5...
Flashing went smoothly and then it asked for lock code after restart... which of course I forgot...
Most solutions offered here needs access to the terminal, so no solution for me...
Going through Updating the firmware:
Or is there a way to reset the lock code?