[android-porting] Re: Porting Android2.2 to S5PC100

2010-12-03 Thread Srikant
make sure 1. you're using the correct defconfig 2. MTD drivers --> NAND/OneNAND is enabled correctly 3. getting MTD and yaffs related kernel logs are appearing 4. just compare the cmd line boot options with the working kernel On Dec 1, 10:28 am, l l wrote: > Thanks for your adcice. > > There are

Re: [android-porting] Android library on build system

2010-12-03 Thread Ying Wang
It's quite easy with the android platform build system. Suppose you have the following directory structure: project/ project/res/ project/app1/.. project/app2/.. ... Then in project/app1/Android.mk add this: LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/../res On Fri, Dec 3, 2010 at 8:11 AM, Anders Widen

[android-porting] Android library on build system

2010-12-03 Thread Anders Widen
We're developing a group of applications and want to reuse resources (drawables, styles, colors...) in all of these apps to have a consistent and modifiable system. Is there a way to have an "Android Project Library" of resources that are not shared on the platform but built into each app seperatl

[android-porting] Gigabyte Gsmart MS820 - Android

2010-12-03 Thread Neelesh
Folks, I am new to Android community. I have Gigabyte Gsmart MS820, before scraping out MS61 phone, I need to try out Android on this phone. Has anyone ported Android before on this Phone. I have searched most of the Googled results but no luck :( Also searched http://xdandroid.com/wiki/Version_FRX

[android-porting] How to push the code changes to review.source.android.com

2010-12-03 Thread Feng Chris
Hi all, I try to push my changes to eview.source.android.com as method described in site http://source.android.com/source/submit-patches.html. But when I do "repo upload", error occurred. Is anyone know something about this? Or is anyone can provide a details about how to push the code changes t