![]() |
2010-11-14
, 21:13
|
Posts: 11 |
Thanked: 0 times |
Joined on Nov 2010
@ Ecuador
|
#11
|
![]() |
2010-11-14
, 21:14
|
Posts: 11 |
Thanked: 0 times |
Joined on Nov 2010
@ Ecuador
|
#12
|
I wondered if you've installed openssh server by chance? If so you might be able to login to the device and issue the following command to unlock it:
Code:dbus-send --system --type=method_call --dest=com.nokia.system_ui /com/nokia/system_ui/request com.nokia.system_ui.request.devlock_open string:"com.nokia.mce" string:"/com/nokia/mce/request" string:"com.nokia.mce.request" string:"devlock_callback" uint32:'0'
![]() |
2010-11-14
, 21:23
|
Posts: 11 |
Thanked: 0 times |
Joined on Nov 2010
@ Ecuador
|
#13
|
I wondered if you've installed openssh server by chance? If so you might be able to login to the device and issue the following command to unlock it:
Code:dbus-send --system --type=method_call --dest=com.nokia.system_ui /com/nokia/system_ui/request com.nokia.system_ui.request.devlock_open string:"com.nokia.mce" string:"/com/nokia/mce/request" string:"com.nokia.mce.request" string:"devlock_callback" uint32:'0'
![]() |
2010-11-14
, 22:09
|
Posts: 434 |
Thanked: 245 times |
Joined on Jan 2010
|
#14
|
sudo gainroot echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1):
The Following User Says Thank You to kolos For This Useful Post: | ||
![]() |
2010-11-14
, 22:23
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#15
|
Just open x-terminal and type this commands:
It will give you a value similar to this: sT7wyPv8BzUd6.Code:sudo gainroot echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1):
Post the value here and someone will provide you your unlocking code.
Nokia-N900:~# echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1): root::
![]() |
2010-11-14
, 22:35
|
Posts: 434 |
Thanked: 245 times |
Joined on Jan 2010
|
#16
|
![]() |
2010-11-14
, 22:42
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2010
@ Devon, UK
|
#17
|
some part of the phone's permanent memory is NOT reset even if both rootfs and eMMC is flashed. Which part is that and how to reset it?
![]() |
2010-11-14
, 23:40
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#18
|
Heh.I just answered that (prior to reading this) in an unrelated thread.
![]() |
2010-11-15
, 00:33
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2010
@ Devon, UK
|
#19
|
So is this abnormal behaviour, or is all N900s this (good) secure that security lock stays even after all those reset-tasks?
# cat /proc/mtd dev: size erasesize name mtd0: 00020000 00020000 "bootloader" mtd1: 00060000 00020000 "config" mtd2: 00040000 00020000 "log" mtd3: 00200000 00020000 "kernel" mtd4: 00200000 00020000 "initfs" mtd5: 0fb40000 00020000 "rootfs"
The Following User Says Thank You to sutaburosu For This Useful Post: | ||
![]() |
2010-11-15
, 01:51
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#20
|
Just open x-terminal and type this commands:
It will give you a value similar to this: sT7wyPv8BzUd6.Code:sudo gainroot echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1):
Post the value here and someone will provide you your unlocking code.