gites wrote:Thanks NyLimited. I go for DataOnEXT definitely. Few more Qs:
1. What should partition map look like in that case? ...I'm asking both for NAND and SD card.
2. What kind of tool should I use for NAND repartitioning?
3. What should be cleaned up and when (dalvik-cache, etc.)
FYI... I do not bother about current image / data - they may be swept out totally.
BR / Bart
I would make a few changes. I see you have already received some good advice so this just adds a few extra thoughts to it.. Yes, a 400 MB system partition should serve you well. My suggestion, however, would be:
- Code: Select all
misc ya 1M
recovery rrecov|ro|nospr 10M recovery-raw.img
boot yboot|ro 10M
system ya 399M
cache ya 3M
userdata ya|asize|hr allsize
Note that I changed
- the size of the recovery partitionto 10 MB. This will allow you to use different recoveries, such as current CWM or TWRP, most of which require more space than the old partition size. Don't forget that the name of the file specified may be different, depending on what you use.
- I also changed the boot partition upward although that is an overkill. Still, since you now have plenty of space, why not.
- Since tytung's ROMs don't use the cache partitionyou can reduce it.
The SD card.. if you are concerned with a 2 GB partition for data, make it 3. It will be easier to use that than a second partition. My personal preference was always EXT4 (not 3). It does not sound like you need help with it but if you should there is a section on card partitioning in my SD thread (below).
If you repartition NAND there is nothing to clean up since you just wiped the entire device and probably the card as well. Dalvik is automatically wiped by a new ROM now - no need to do anything about it.
That is pretty much what I had on my HD2 when I was using it.

gites wrote:I have read thread regarding Task29 and still I have no idea if this is necessary or not. My guess is NOT because I do NAND repartitioning thus all data are wiped off from NAND. Does it make any sense?
BR / Bart
NO! Do not waste your time doing Task 29! It is an old myth which does not want to die (sigh)...
Odysseus wrote:As to task29, if you don't have problems then don't bother with it. Every time you full format or task29 you put more wear and tear on your nand. Each memory block only has so many read and write cycles before failure. The more you use the less remaining cycles. Once a block fails it's irreparable, so this is a case where the less you do or can get away with, the better.
Amen!
