[android-porting] Re: Why system.img/system filesystem size is always fixed?

2014-05-13 Thread Rohit Kumar
I second David. You can increase the size of system image partition, but you need to account the buffer size available while writing the image. You need to check your u-boot mmc configuration for it. On Tuesday, 11 March 2014 16:15:55 UTC+5:30, mansoor vm wrote: i am trying to build a custom

[android-porting] Re: Why system.img/system filesystem size is always fixed?

2014-03-14 Thread David
As far as I know, the image is a sparse so the size depends on its actual content. (which means the free space will not 1:1 mapping to the image) BOARD_SYSTEMIMAGE_PARTITION_SIZE is the size when image file is written to the real storage. mansoor vm於 2014年3月11日星期二UTC+8下午6時45分55秒寫道: i am

[android-porting] Re: Why system.img/system filesystem size is always fixed?

2014-03-14 Thread Vishveshwar
On Tuesday, March 11, 2014 4:15:55 PM UTC+5:30, mansoor vm wrote: i am trying to build a custom rom, in which system.img size is always 550mb i know we can change that in board config using BOARD_SYSTEMIMAGE_PARTITION_SIZE := 576716800 but to how much?From some post i read we can see exact