RE: [android-porting] Adding different locales to an image

2009-12-22 Thread Ryan Beesley
les to an image Assuming our makefile structures are compatible you need to add your locale to the PRODUCT_LOCALES var in your project makefile. R On Thu, Dec 17, 2009 at 1:54 PM, Ryan Beesley mailto:ryan.bees...@swypeinc.com>> wrote: That's great, very close to what I'm looking for

RE: [android-porting] Adding different locales to an image

2009-12-17 Thread Ryan Beesley
[android-porting] Adding different locales to an image Either put the string resources along side the others for each .apk (see frameworks/base/core/res/res/values* for all the ones in the framework), or use an overlay for your device to add resources to all of the .apks. On Thu, Dec 17, 2009

[android-porting] Adding different locales to an image

2009-12-17 Thread Ryan Beesley
How do we add other locales? Is there a comprehensive list of available locales for the platform and how do you add the locales to the image so that you can select them on a device? Ryan Beesley Senior QA Engineer -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] RE: Copy resources to userdata.img

2009-12-03 Thread Ryan Beesley
. Is there anyway to inject resource files into /data/data at build time and have it persist? /Ryan -Original Message- From: Ryan Beesley [mailto:ryan.bees...@swypeinc.com] Sent: Thursday, December 03, 2009 12:23 PM To: android-porting@googlegroups.com Subject: [android-porting] Copy

[android-porting] Copy resources to userdata.img

2009-12-03 Thread Ryan Beesley
At build time, I'm trying to copy resources to userdata.img. I know how to do it for individual files, but I have a rather large resource directory that I was hoping to just copy over. Any suggestions using Android.mk? Ryan Beesley Senior QA Engineer e:  ryan.bees...@swypeinc.