[android-kernel] Camera Emulation on Android

2010-04-22 Thread Thisara Rupasinghe
Hi, I'm studying emulators code to implement camera on android emulator. As i get to know, i think i need to implement new HAL implementation for camera which directs to the actual webcam device. therefore I would like to know more details and possibility of doing that. in the emulator below the H

[android-kernel] Binder fix of "binder_alloc_buf, no nma" errors

2010-04-22 Thread Pantelis Antoniou
Hello all, In recent kernels we encountered very mysterious binder related crashes, and only on a particular board port on powerpc. The symptoms were a backtrace from a WARN at kernel/workqueue.c flush_cpu_workqueue and afterwards the system hanged with a flurry of binder: 1903: binder_allo

[android-kernel] Re: enabling bluez logs

2010-04-22 Thread Petri Nieminen
I am guessing you meant the kernel bluez stack debug messages. Compile the kernel with CONFIG_DYNAMIC_PRINTK_DEBUG enabled. Mount debugfs. $ echo "set enabled=1 " > /dynamic_printk/ modules where module_name = hci_ldisc etc. http://cateee.net/lkddb/web-lkddb/DYNAMIC_PRINTK_DEBUG.html http://lwn.