View Single Post
danramos's Avatar
Posts: 4,672 | Thanked: 5,455 times | Joined on Jul 2008 @ Springfield, MA, USA
#20
Originally Posted by Serafin View Post
AWESOME ADVICE! Thank you so much. Ran into a slight issue though.



Ok I got to where the lock code should appear on the next line, and it says :

"grep: /dev/mdtl: No such file or directory"

what??? why would it ask me for one upon startup then? ARGH
That should be a number 1, not a letter l. Try again.



(Just to be sure you see it right...
rootsh grep -A 13 (numbers one and three, to make thirteen) lock_code /dev/mtd1 (letters m, t and d and the number one) | (pipe symbol, a straight line) tail -1 (the number one)

Here it is without notes:
rootsh grep -A 13 lock_code /dev/mtd1 | tail -1
__________________
Nokia's slogan shouldn't be the pedo-palmgrabbing image with the slogan, "Connecting People"... It should be one hand open pleadingly with another hand giving the middle finger and the more apt slogan, "Potential Unrealized." --DR

Last edited by danramos; 2011-09-18 at 01:20.