![]() |
2010-10-23
, 07:41
|
Posts: 309 |
Thanked: 115 times |
Joined on May 2010
@ Malaysia
|
#582
|
![]() |
2010-10-23
, 08:11
|
Posts: 309 |
Thanked: 115 times |
Joined on May 2010
@ Malaysia
|
#583
|
(Step 11) Format your MicroSd ready NeoPwn files
Now RebootCode:mkfs -t ext3 /dev/mmcblk1p1
(Extract all the files in the w00t.tar.gz to your MicroSd card)
Step 15) Extract the files
Code:tar -zxvf w00t.tar.gz
![]() |
2010-10-25
, 01:22
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2010
|
#584
|
![]() |
2010-10-25
, 10:33
|
Posts: 111 |
Thanked: 87 times |
Joined on Jan 2010
@ Plovdiv, Bulgaria
|
#585
|
![]() |
2010-10-27
, 22:33
|
Posts: 23 |
Thanked: 0 times |
Joined on Sep 2010
|
#586
|
![]() |
2010-10-28
, 10:45
|
Posts: 23 |
Thanked: 0 times |
Joined on Sep 2010
|
#588
|
![]() |
2010-10-28
, 11:54
|
Posts: 309 |
Thanked: 115 times |
Joined on May 2010
@ Malaysia
|
#589
|
To format the card I did the following in terminal on the n900:
sfdisk -uM /dev/mmcblk1 << EOF
,,L
,,
,,
,,
EOF
then I typed:
mke2fs -j -m0 /dev/mmcblk1p1
Then I mounted the card and copied the larger of the two files there and extracted it.
umount / media/mmc1
mke2fs -t ext3 -m 0 /dev/mmcblk1p1
![]() |
2010-10-28
, 12:34
|
Posts: 23 |
Thanked: 0 times |
Joined on Sep 2010
|
#590
|
Last edited by aureonfirewire; 2010-10-21 at 18:51.