[android-porting] Re: [android-porting]About RILD system

2009-05-19 Thread Song Johnny
to be more, I wonder service layer will keep connecting the rild socket so that the rild daemon listen thread will accept and build the connection, but did that way work inefficiently? On Tue, May 19, 2009 at 2:15 PM, Song Johnny wrote: > Hi, > > Now I am looking RILD system in Android

[android-porting] Re: How to use Android.mk to build a project with JNI library calls?

2009-05-18 Thread Song Johnny
2) is yes, too! In your own Android.mk file, you must define LOCAL_MODULE variable, such as: LOCAL_MODULE:=myapps . and you just do do make at top android dir, like following: make myapps and build system will locate the source of your module and just build it and all other dependency. On Mon,

[android-porting] Re: CAMERA_STUB feature in android

2009-05-18 Thread Song Johnny
in fact, you need HAL implementation for libcamera.so. the source is not included in android framework. On Wed, May 13, 2009 at 4:40 PM, Vj_imx51 wrote: > > > Hello, > > I am working on the imx51 3 stack board. Get android working with all > devices. > While trying to get the on-board camera t

[android-porting] Re: How to make mmc partition read only yet, make /system /data writeable

2009-05-18 Thread Song Johnny
i think you can use remount option and set it rw. On Tue, May 19, 2009 at 12:14 PM, Elvis Dowson wrote: > > On a related note, there are 3 main folders > > root > system > data > > that gets copied to the mmc card. > > Now, of these three folders, which ones can be read-only and which one > needs