|
2010-10-01
, 19:48
|
Posts: 18 |
Thanked: 0 times |
Joined on Jan 2010
|
#92
|
|
2010-10-01
, 20:06
|
Posts: 18 |
Thanked: 0 times |
Joined on Jan 2010
|
#93
|
|
2010-10-10
, 11:31
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#94
|
Interesting; I get the same output as m0da. (Not that I need it; was just curious.)
Some output from the terminal (my code is not 12345 btw):
Code:Nokia-N900:~# grep -A 13 lock_code /dev/mtd1 lock_code <whitespace> ����, <whitespace> 12345 -- lock_code <whitespace> ( <whitespace> ��P�� � <whitespace>
|
2010-10-16
, 23:12
|
Posts: 2 |
Thanked: 0 times |
Joined on Oct 2010
|
#95
|
|
2010-10-17
, 01:41
|
|
Posts: 223 |
Thanked: 135 times |
Joined on Apr 2010
@ Wish I was in Greece
|
#96
|
|
2010-10-17
, 08:01
|
Posts: 2 |
Thanked: 0 times |
Joined on Oct 2010
|
#97
|
|
2010-11-03
, 03:00
|
|
Posts: 105 |
Thanked: 56 times |
Joined on Apr 2010
@ Florida
|
#98
|
Well, I was uber stupid and forgot my lock code. >.< Reflashed and I was at least able to get back into the device. But I could not get my code back (the mtd1 hack was of no use here: the code is now encrypted...).
But the libraries in charge of device locking have an interesting trait: write **** to the lock code area of where it is stored and it will be reset to 12345.
Attached is a program that will do just that. Warning: It is writing to a very critical part of the N900. I will take no responsibility whatsoever if it messes up your N900. It worked for me (i.e. I was able to reboot fine and change the code fine. Multiple times, actually. I tested quite a few times.) but I cannot ensure it will do the same for you. Use at your own risk.
It disables the autolock upon bootup, writes **** to the lock code area, brings up the control panel applet from which you MUST change it from 12345.
Run as root, prefixing it with run-standalone.sh.
|
2010-11-07
, 13:14
|
|
Posts: 234 |
Thanked: 281 times |
Joined on Nov 2010
@ Helsinki
|
#99
|
|
2010-11-11
, 19:42
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#100
|
The Following 2 Users Say Thank You to zlatko For This Useful Post: | ||
Tags |
devicelock, nokia n900 |
|
Some output from the terminal (my code is not 12345 btw):