[android-porting] bluetooth porting, hciattach

2012-03-09 Thread enming xie
Hello, Everyone. I am now doing the Bluetooth porting on Android 4.0.3 for a board of Freescale. The Bluetooth dongle(adapter) is "Sitecom USB bluetooth2.0 class 1 dongle CN-521" with the main chip "CSR BC04" (Cambridge Silicon Radio Ltd. BlueCore 04) in it. I read

[android-porting] Re: Using OMX HW encode/decode with Android

2012-03-09 Thread ravi
Abir writes: > > Hi, > > Have anyone integrated openmax hardware encoding/decoding with Android > ndk program? > > I've wrote a program following this: > http://developer.nvidia.com/archived-tegra-forums/forum/android-how-call- libpvnvomxso-successfully > > But I get OMX_ErrorInsufficientReso

Re: [android-porting] E/VoldConnector( 627): No connection to daemon

2012-03-09 Thread Robert Greenwalt
Do you have the vol daemon (vold) running? It's started by /init.rc On Thu, Mar 8, 2012 at 7:22 PM, wizardYang wrote: > hi all: >I just make sdk for android2.2 using sun-java6-jdk env.and create > a rootfs form out folder. start board through nfs and bug apear... no > SDcard... > > > E/Batt

[android-porting] #define HAVE_BLUETOOTH

2012-03-09 Thread enming xie
Hello, Everyone. I am now doing the Bluetooth porting on Android 4.0.3 for a board of Freescale. In the file android_src/framework/base/core/jni/ android_bluetooth_common.h I have seen that there is #ifdef HAVE_BLUETOOTH If HAVE_BLUETOOTH is defined, the JNI will cal

[android-porting] I don't find hcid but found hciattach in android_src/out/.../system/bin/

2012-03-09 Thread enming xie
Hello, Everyone. I am now doing the Bluetooth porting on Android 4.0.3 for a board of Freescale. There is hciattach in android_src/out/.../system/bin/ but there isn't hcid. I read on Internet that we should add these in device/.../ init.rc : service hcid /

[android-porting] javaObjectForIBinder returned jobject invalid

2012-03-09 Thread Ryan Huang
Hi, I was trying to port the framework code to run on top of standard JVM. The native code and kernel module is also reused to support this. I managed to get some of the components like Parcel workable. But when I perform the ParcelTest in cts. A few test cases encounter weird null pointer referenc

Re: [android-porting] Re: How to add new Key to Android from Kernel to Android framework and Android application test (Guide)

2012-03-09 Thread venkat k raju
Hi ESL_Phani RajKiran, i want to integrate power on/off key to my keyboard button. here what i did in driver part is i had included KEY_POWER key in keymap structure. then i tested and result was lcd and all going sleep mode . but how to resume again normal state, for this which key i have to us

Fwd: [android-porting] Re: How to add new Key to Android from Kernel to Android framework and Android application test (Guide)

2012-03-09 Thread venkat k raju
Hi ESL_Phani RajKiran, i want to integrate power on/off key to my keyboard button. here what i did in driver part is i had included KEY_POWER key in keymap structure. then i tested and result was lcd and all going sleep mode . but how to resume again normal state, for this which key i have to us

Re: [android-porting] #define HAVE_BLUETOOTH

2012-03-09 Thread Pavan Savoy
On Fri, Mar 9, 2012 at 10:38 AM, enming xie wrote: > Hello, >        Everyone. >        I am now doing the Bluetooth porting on Android 4.0.3 for a > board of Freescale. >        In the file android_src/framework/base/core/jni/ > android_bluetooth_common.h  I have seen that there is  #ifdef > HAVE