The Following 4 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-12-21
, 16:47
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#13
|
Could you provide us an output of your df? Or download fdisk and type this...
![]() |
2010-12-21
, 17:04
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#14
|
$ root
copy fdisk to /usr/sbin
$ chmod 777 /usr/sbin/fdisk
$ fdisk
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2010-12-21
, 17:39
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#15
|
Wow! Looks like nokia installed another custom EMMC on your device? 0.o weird...
Anyways do this for your fdisk...
eg. $ cp /media/mmc1/fdisk /usr/sbin/
![]() |
2010-12-21
, 18:04
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#16
|
sudo gainroot sfdisk -l
The Following 2 Users Say Thank You to michaaa62 For This Useful Post: | ||
![]() |
2010-12-21
, 18:24
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#17
|
Please post your partition table here to have some info about your device. Is rootsh installed or did the nokia people with their work erase it?Code:sudo gainroot sfdisk -l
![]() |
2010-12-21
, 18:29
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#18
|
/dev/mmcblk0p5 622721+ 884864 262144- 8388600 76 Unknown
Nokia-N900:~# cp /media/mmc1/fdisk /usr/sbin
cp: cannot stat '/media/mmc1/fdisk': No such file or directory
Nokia-N900:~#
Ex.
E:/
cp /path/to/where/you/put/fdisk /usr/sbin
type root then enter
type fdisk /dev/mmcblk0 then enter
type d then enter
type 4 then enter
type d then enter
type 1 then enter
type n then enter
type p then enter
type 1 then enter
Hit enter twice
type t then enter
type 0c then enter
type w then enter
reboot your device
The Following 2 Users Say Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2010-12-21
, 19:04
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#19
|
There's an extra partition on your EMMC...
What you should do is to delete /dev/mmcblk0p4 then delete /dev/mmcblk0p1 recreate /dev/mmcblk0p1 then assign it's filesystem as 0c or fat32 to avoid reboot loop using sfdisk or fdisk. But I prefer fdisk. It's much easier to do than sfdisk.
You must have a copy of fdisk in your external memory card. If your using windows you should put it in your memory card's absolute path..
specifically you should type
Anyways if you got fdisk working here's the step by step.
![]() |
2010-12-21
, 20:11
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#20
|
I wanna do this step by step procedure so badly!!
but I can't install fdisk beyond this step "cp root/sbin/fdisk /home/user/bin/"
Im installing fdisk through this site http://n900-pentesting.blogspot.com/...-internal.html <step 12>
This is the thing that ruined My phone :@
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
might beis illegal to post any images from the tablets-dev site rightLast edited by MohammadAG; 2010-12-28 at 16:38.