Re: [android-porting] failing to mount data partition with ubifs

2011-02-08 Thread Tiago Maluta
On Thu, Feb 3, 2011 at 12:07 PM, Ask wrote: > Hi all, > > I am trying to mount only data partion as ubifs rather than yaffs2 on > the raw flash. system is yaffs2 and root is rootfs. In my device, mtd > partion 13 is "userdata".. so i have added ubi.mtd =13 to kernel > commmand line args and able t

[android-porting] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-08 Thread Jim Ancona
On Feb 7, 9:40 pm, 捷超 王 wrote: > Yeah, thanks. But i would like to know more detailed. When we build > the OS, we can specify the kernel config file to build against. The > "CONFIG_IPV6" is one item in the kernel config file and if it is set, > something may read this file and adds/builds an IPv6

[android-porting] How to persist default system/data partition sizing in hardware-properties.ini?

2011-02-08 Thread todd.lee
Hi there, For our device emulator, we want to create larger default sizes for the /system and /data partitions. Of course we can do this with the "-partition-size" option on startup, but I'm wondering if there's any way to do it similar to how we do it with "disk.cachePartition.size" in the hardwa

[android-porting] Re: How to persist default system/data partition sizing in hardware-properties.ini?

2011-02-08 Thread todd.lee
Just as a followup, I see that for a brief time between Aug/Oct 2009 there were some additional parameters in the hw config spec: disk.systemPartition.size disk.dataPartition.size So clearly I'm not the only one thinking about this... but they've been pulled, so perhaps there's a work around (oth

[android-porting] How to provide Complex rendering support in android

2011-02-08 Thread kariyachan
Hi all, I've been trying to new language support to android (which is a indic language).I have added locale it's associated font to android system. Problem is language is not rendered perfectly.After further research I found that Complex language support is not in the current version of android .