Re: [android-porting] Regarding the BT pairing when android is in suspend

2009-11-29 Thread neo . drizzle
This looks like android behavior ...once the system suspend is woken by known wakup source, the userland would triger late resume. If not late resume won't be called. You will see the same behavior if you press any random key other then specified wakup keys. -girish On Nov 26, 2009, at

[android-porting] Re: how is framework-res.apk loaded?

2009-11-29 Thread James Wang
Thanks Dianne! However, we have take a try to modify the platform. I will let you know if we have any good news. James -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] LOCAL_SHARED_LIBRARIES and LOCAL_LDLIBS

2009-11-29 Thread allstars
hello i would like to ask the differences between LOCAL_SHARED_LIBRARIES and LOCAL_LDLIBS for example , i try to link skia in mydroid i need to use LOCAL_SHARED_LIBRARIES = libskia but in NDK i need to use LOCAL_LDLIBS = -lskia so i am wondering what's the differences and why do i need to

[android-porting] Watch DVB in Android

2009-11-29 Thread king
Hi, I have a usb DVB dongle, i want to use it on Android. I am now using the source from http://labs.embinux.org/index.php/Android_For_OMAP3_with_Gstreamer_In..., and i find the driver in the source. I would like to know how can i use it in Android? Do i need to port VLC player to Android for