The Following User Says Thank You to jedi For This Useful Post: | ||
|
2012-03-07
, 16:43
|
Posts: 1,141 |
Thanked: 781 times |
Joined on Dec 2009
@ Magical Unicorn Land
|
#432
|
|
2012-03-07
, 17:36
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#433
|
either your code is 12345 or you're not running the command as root...?
BusyBox v1.19.3 (Debian 1.19.3power5) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ root BusyBox v1.19.3 (Debian 1.19.3power5) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1): root:: Nokia-N900:~#
|
2012-03-07
, 17:43
|
Posts: 81 |
Thanked: 36 times |
Joined on Feb 2012
@ port harcourt
|
#434
|
|
2012-03-07
, 21:42
|
Posts: 1,141 |
Thanked: 781 times |
Joined on Dec 2009
@ Magical Unicorn Land
|
#435
|
the lock code is definitely not 12345Code:BusyBox v1.19.3 (Debian 1.19.3power5) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ root BusyBox v1.19.3 (Debian 1.19.3power5) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1): root:: Nokia-N900:~#
|
2012-03-08
, 22:29
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#437
|
grep -A 13 lock_code /dev/mtd1
root grep -A 13 lock_code /dev/mtd1 |tail -16 |head -1
|
2012-03-08
, 22:35
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#438
|
BusyBox v1.19.3 (Debian 1.19.3power5) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ root BusyBox v1.19.3 (Debian 1.19.3power5) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# grep -A 13 lock_code /dev/mtd1 lock_code �����,* 12345 -- lock_code ( b���k� | Nokia-N900:~#
|
2012-03-08
, 23:13
|
Posts: 61 |
Thanked: 4 times |
Joined on Feb 2012
|
#439
|
Tags |
devicelock, nokia n900 |
Thread Tools | |
|
May the source be with you.