The Following 5 Users Say Thank You to manbeast For This Useful Post: | ||
|
2011-01-30
, 23:20
|
Posts: 42 |
Thanked: 13 times |
Joined on Jan 2010
|
#182
|
|
2011-01-31
, 00:39
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#183
|
The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
|
2011-01-31
, 07:46
|
Posts: 42 |
Thanked: 13 times |
Joined on Jan 2010
|
#184
|
|
2011-01-31
, 09:58
|
Posts: 10 |
Thanked: 7 times |
Joined on Jan 2011
@ Planet Rock
|
#185
|
|
2011-01-31
, 11:17
|
Posts: 42 |
Thanked: 13 times |
Joined on Jan 2010
|
#186
|
|
2011-01-31
, 11:38
|
Posts: 136 |
Thanked: 150 times |
Joined on Dec 2010
@ Finland
|
#187
|
mmm, got Permission Denied after the last commands.
It looks like there is something wrong with my rights?
|
2011-01-31
, 11:38
|
Posts: 10 |
Thanked: 7 times |
Joined on Jan 2011
@ Planet Rock
|
#188
|
|
2011-01-31
, 11:39
|
Posts: 10 |
Thanked: 7 times |
Joined on Jan 2011
@ Planet Rock
|
#189
|
Does this command work for you if you run it after doing sudo gainroot?:
echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1)
if it does, it should give you the hash in a format like this:
root:randomstring
you can then use john the ripper to decrypt it in few seconds
The Following User Says Thank You to manbeast For This Useful Post: | ||
|
2011-01-31
, 11:48
|
Posts: 42 |
Thanked: 13 times |
Joined on Jan 2010
|
#190
|
The Following User Says Thank You to Warhamstr For This Useful Post: | ||
Tags |
devicelock, nokia n900 |
|
Here is the step by step of what have I done.
1. download the a.out file from the first post of this thread + Give Thanks! to qwerty12.
2. copy the a.out file to the root folder of your phone.
3. open xterm and gain root via sudo gainroot.
4. cp /home/user/MyDocs/a.out /home/user/
5. chmod 777 a.out (give permissions to write)
6. run-standalone.sh ./a.out (pops up that security code reset to 12345)
7. rm a.out (hopefully you dont need it anymore)
I know that this is kind of lame solution and I'm sure that this can be done in a more sophisticated way, but I am a noob to the N900/Unix thingie. Anyway thanks again qwerty12.
Last edited by manbeast; 2011-01-31 at 11:40.