![]() |
2010-12-17
, 15:05
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#2
|
The Following User Says Thank You to Boemien For This Useful Post: | ||
![]() |
2010-12-17
, 17:46
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#4
|
Also it will not change the disk geometry, so your changes will persist.
![]() |
2010-12-17
, 18:29
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#5
|
huh! but I don't want the current changes to persist..
I want to make sure whether flashing the emmc will give Me out-of-box state?
thx!
How to revert
Warning: /home must have less than 2 GB usage! MyDocs will be deleted!
create the file "table" (this is the original layout):Code:umount /home/user/MyDocs sfdisk -c /dev/mmcblk0 1 83 # optional (safer): change FAT to ext3 id mkfs.ext3 /dev/mmcblk0p1 # create ext3 on smaller partition mount /dev/mmcblk0p1 /mnt # mount new /home cp -a /home/* /mnt # copy contents of /home to large partition umount /mnt # unmount it
continue withCode:unit: sectors /dev/mmcblk0p1 : start= 64, size= 56631296, Id=c /dev/mmcblk0p2 : start= 56631360, size= 4194304, Id= 83 /dev/mmcblk0p3 : start= 60825664, size= 1572864, Id=82 /dev/mmcblk0p4 : start= 0, size= 0, Id= 0
Code:sfdisk --no-reread /dev/mmcblk0 < table # change partition table, swap p1 and p2after rebootCode:reboot; exit # reboot to re-read new table
Code:mkfs.vfat -F32 -s64 /dev/mmcblk0p1 # create VFAT on 27GB partitionCode:mount /home/user/MyDocs # mount it
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2010-12-17
, 20:03
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#6
|
Why would one want to do that??? Just change the My docs and /home partitions like in wiki solution #1 once again and you are of with a 6GB /opt filesystem for installable applications and some 24 GB partition for myDocs, which will you give enough space for your files.
Well, if you really want go the nokia path again, then follow the instructions in the wki to revert those changes alltogether and apply the old partition table.
![]() |
2010-12-17
, 20:23
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#7
|
![]() |
2010-12-17
, 20:29
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#8
|
Use a hex editor on the eMMC image and change the size from 2048 to something you want (multiply 1024 * number you want), I suggest not going over 9GBs since that will change the image's size and make it unflashable.
![]() |
2010-12-17
, 20:40
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#9
|
The Following User Says Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-12-18
, 09:27
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#10
|
I was trying it but I get stuck at " create the file 'table' "
how do I do that step??
Im kinda noob at this
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
Neopwn got installed successfully but now im facing problems of no space in rootfs!
I can't uninstall/download apps frm app manager..can't delete repositories nothing at all!
I searched and tried all the different ways described by the members here..but none helped
Now thinking of flashing My device emmc and firmware..
So just wanted to know if flashing the emmc will restore the emmc to stock 27/28gb or not??..because I had partioned it for 6gb!
thnx!!