[android-porting] Bluetooth UART bccmd failed

2011-03-19 Thread Christine Chen
Hi all: I am running Android Ecalir on Devkit8000 board. Now I want to enable bluetooth UART by command. Before hciattach, I have to use bccmd, but it failed. Does anybody know how to solve this problem? I deeply appreciate your help! == # bccm

[android-porting] regarding error with pmem.c file while compiling linux source code for android

2011-03-19 Thread Preetam
I am compiling linux source code for android emulator. I did all the prerequisites. Now when i try to make(for building and cross-compiling the linux source) i get the following error. CC drivers/mfd/twl4030-irq.o CC drivers/mfd/da903x.o LD drivers/mfd/built-in.o CC [M] dr

[android-porting] regarding error with pmem.c file while compiling linux source code for android

2011-03-19 Thread Preetam
I am compiling linux source code for android emulator. I did all the prerequisites. Now when i try to make(for building and cross-compiling the linux source) i get the following error... CC [M] drivers/mfd/wm8400-core.o CC [M] drivers/mfd/tps65010.o CC [M] drivers/mfd/mfd-core.o CC [M]

[android-porting] Re: android ndk error

2011-03-19 Thread freakingtux
Hello, I am not familiar with the HID part On Wednesday, March 16, 2011 7:50:41 AM UTC+1, WuZhenda wrote: > > I'm trying to port usbhid about to android platform. > It's OK when I use c test bin file. > > but when I'm try to use ndk-build for java,these error displays. > > 03-16 14:37:33.220: D

Re: [android-porting] Pause / Jump to next track issue (OMAP 3440)

2011-03-19 Thread Deva R
probably key event mishandling or wrong keycode/keymap file., framework=>base=>libs->ui->EventHub.cpp can be a first place to look for... On Fri, Mar 18, 2011 at 8:42 PM, Vishwanath Hegde wrote: > HI, > > When I press, pause / playback button on the wired headset I am seeing > jump to next tra

[android-porting] Crash after loading custom library

2011-03-19 Thread HV
Hi, I'm working on a custom library (for MIPS) which has tons of source files and when this gets loaded (using dlopen by another library), I see that there is a crash (most of the times in libcutils). I've checked the code in libcutils and there is nothing to suspect there since if I remove my