|
Page 1 of 3 |
|
1
2 3
|
Next
Resetting lock code issues
Hey,
I bought a used Nokia N900 from a local phone store. It came with the box with matching IMEIs so no it wasn't stolen. When I tried resetting all settings, it asked for a passcode. Found that the default code was 12345 but it didn't work. Rang up the store and they swear that the code was 12345 when the previous owner sold it [to them] and I must have set it by myself (:eek:)? Okay, no problem. Followed the instructions here and when I get to the bit where I enter the line in xterm to get the DES hash I get stuck. I tried in the console in winscp but that, after entering the code, showed 'root::'. Thinking it was an error I tried this line in xterm: Code:
echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1): > /home/user/MyDocs/old_lockcodeN900, running Maemo 5 version 10.2010.19-1. Hong Kong official version which I believe is the same as the Global variant. Cheers, |
Re: Resetting lock code issues
Either you did not run that command as root (see http://wiki.maemo.org/Root_access) or the file system has been corrupted.
|
Re: Resetting lock code issues
Quote:
try to execute the command separately: grep -A 13 lock_code /dev/mtd1 and check if it returns something. you most likely need to be root, as pointed out already. |
Re: Resetting lock code issues
dude call the guy who sold it !! i have had some problems like that when i flashed my phone 2-3 times due to some other reason !! an i tried 12345 even after flashing!! but then i tried the code in root still waste!! then i suddenly thought my previous code which i made and it worked !!
hope so this helps if nothing else works !! you need to ask the guy what the code was !! |
Re: Resetting lock code issues
After running
Code:
grep -A 13 lock_code /dev/mtd1Code:
lock_codeThen I tried the original script Code:
echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1): > /home/user/MyDocs/old_lockcode@anaskr I don't know who sold it to the shop. The shop swears that the code was 12345 when they sold it to me. Not sure how I'm going to contact the original owner. |
Re: Resetting lock code issues
Quote:
|
Re: Resetting lock code issues
No one? Last resort would be to take it to Nokia Care... but I'd prefer not to (why should I have to pay just to find the code)
|
Re: Resetting lock code issues
try with:
grep -A 13 lock_code /dev/mtd1| tail -1 > /home/user/MyDocs/old_lockcode |
Re: Resetting lock code issues
In a root shell?
|
Re: Resetting lock code issues
uhm that's the one liner i originally wrote to help people recover... maybe the HK version has it's code placed somewhere else... try to play with -A 50 or -B 50 and see if you can spot a 13 caracter long string with [a-z][A-Z] and maybe "." and other chars...
But in any case it has to be 13 chars long...(DES) |
| All times are GMT. The time now is 09:48. |
Page 1 of 3 |
|
1
2 3
|
Next
vBulletin® Version 3.8.8