![]() |
2011-12-03
, 09:42
|
|
Posts: 118 |
Thanked: 36 times |
Joined on Feb 2011
@ Belgium
|
#2
|
![]() |
2011-12-03
, 10:36
|
Posts: 96 |
Thanked: 29 times |
Joined on Jun 2011
|
#3
|
![]() |
2011-12-03
, 10:52
|
Posts: 8 |
Thanked: 4 times |
Joined on Dec 2011
@ ulm, germany
|
#4
|
![]() |
2011-12-03
, 13:02
|
Posts: 96 |
Thanked: 29 times |
Joined on Jun 2011
|
#5
|
![]() |
2011-12-03
, 13:21
|
Posts: 8 |
Thanked: 4 times |
Joined on Dec 2011
@ ulm, germany
|
#6
|
this one : http://nin101.uni.cx/N900/rescueOS/resos-0.4.img
from the link above first open it there initrd file and kernal file two links
![]() |
2011-12-03
, 15:08
|
Posts: 2 |
Thanked: 0 times |
Joined on Dec 2011
|
#7
|
![]() |
2011-12-03
, 15:19
|
Posts: 8 |
Thanked: 4 times |
Joined on Dec 2011
@ ulm, germany
|
#8
|
Well, I got the root code from my phone, but I am frustrated deciphering it. I am getting an "access denied" message when I try to run the John1701 program. Somebody have mercy on me and decipher this for me:
root:QKjkxHQK81hxk:
Thanks a bunch,
davinci1942
![]() |
2011-12-03
, 16:45
|
Posts: 2 |
Thanked: 0 times |
Joined on Dec 2011
|
#9
|
![]() |
2012-06-16
, 12:38
|
Posts: 10 |
Thanked: 1 time |
Joined on Jun 2012
|
#10
|
i have to post this, because there is no post like this in the internet i know so far.
This instructions are helpful if you have changed your lock code from 12345, forgotten it and then locked it.
You dont have to flash it and you can keep all your data.
It worked for me with on archlinux. If your using windows or something else the instructions may be helpful.
1. Get shell access to and on your phone
This is the hard part, because it is not supported by default.
The idea is to start the flasher and give him another kernelimage to boot.
You have to download the following files:
nin101.uni.cx/N900/rescueOS/rescueOS-initrd-0.5.img.new
nin101.uni.cx/N900/rescueOS/2.6.37
(I saw it and use it because of this post: talk.maemo.org/showpost.php?p=1077983&postcount=18)
Also you have to download the flasher software and install libusb 32bit.
tablets-dev.nokia.com/maemo-dev-env-downloads.php
Then to the following:
(listed here: wiki.meego.com/ARM/N900/Using_Rescue_Initrd)
sudo ./flasher-3.5 -k 2.6.37 -n rescueOS-initrd-0.5.img.new -l -b"rootdelay root=/dev/ram0"
Successful output will look like this:
[lukas@PC-INF-LH2 maemo_flasher-3.5_2.5.2.2]$ sudo ./flasher-3.5 -k 2.6.37 -n rescueOS-initrd-0.5.img.new -l -b"rootdelay root=/dev/ram0"
flasher v2.5.2 (Oct 21 2009)
USB device found found at bus 004, device address 056.
Found device RX-51, hardware revision 2204
NOLO version 1.4.14
Version of 'sw-release': RX-51_2009SE_20.2010.36-2_PR_MR0
Sending kernel image (1901 kB)...
100% (1901 of 1901 kB, avg. 38032 kB/s)
Sending initfs image (12096 kB)...
100% (12096 of 12096 kB, avg. 37565 kB/s)
Using kernel command line: "rootdelay root=/dev/ram0"
This video youtube.com/watch?v=vVE4tjPpWG4 tells you this:
when you are in the terminal type:
cat /dev/mtd1 | grep -A 13 lock_code | tail -1
grep -A 13 lock_code /dev/mtd1
save "root:OUTPUT:" to a file named "tmpfile" then type
john -format:DES -i:digits tmpfile
so have fun
ps: sorry for the bad formatted links, im not allowed to post links as a new user.
Last edited by Lukas; 2011-12-03 at 13:19.