[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: Shrinked data partition

2014-05-13 Thread Rohit Kumar
You might have missed mounting your userdata On Friday, 28 March 2014 21:22:47 UTC+5:30, harsh panchal wrote: > > I'm compiling AOSP jellybean (4.1.2_r2) build for my device (GT-i9070). I > was able to boot it but i can notice that my data partition is only few MBs > now (original size is 2GB).

[android-porting] Re: Debugging cause of reset

2014-05-13 Thread Rohit Kumar
what is the reset reason?? Is it a normal warm reset, in that case you need to check your initrc. If its watchdog reset you will get to know by seeing reset reason. On Thursday, 10 April 2014 17:34:37 UTC+5:30, Richard Phillips wrote: > > Hello all, > > I'm trying to get Android booting on cust

[android-porting] Re: External Sd card support in Kitkat 4.4.2

2014-05-13 Thread Rohit Kumar
Check the following configuration: export SECONDARY_STORAGE /storage/sdcard1 mkdir /storage/sdcard1 system system (you are using root which is causing permission issue) Thanks On Wednesday, 12 March 2014 05:46:53 UTC+5:30, Anand R wrote: > > Hi All, > > I am facing a issue when i try to mou