[android-kernel] Camera device drivers available on Android 2.1 Éclair source code

2011-02-08 Thread Thisara Rupasinghe
Hi All, I'm going to port host machines web cam with android emulator. In that case I need to pass web cam's character device stream from host machine into Qemu emulator. Therefore that if there are relevant device driver available on the android kernel then it can use that stream as it's own devi

[android-kernel] KGDB on Nexus One

2011-02-08 Thread Hank
I'm trying to do kernel debugging on my Nexus One, and I have been following instructions from this website, http://bootloader.wikidot.com/android:kgdb; but when I add the changes I run into errors, and I have been trying to resolve them. I was wondering if someone got this to work or has there be

Re: [android-kernel] How to detect the task initiated by touching a button in the kernel?

2011-02-08 Thread raja pavan
"Interactive task in kernel", what do you mean? In application space of android, Input class will dispatch the clicks to launcher class on a binder i/f and launcher will inturn make an rpc of the function in the corresponding class. (for click on Music icon, will result in launcher calling handler

Re: [android-kernel] partner_setup command not found.

2011-02-08 Thread raja pavan
Hi As per my experience, for a build to succeed after running envsetup.sh , we should have done a total-build of android source code (mydroid). Just check whether you performed total build atleast once. Now move to mydroid (android root) and run . build/envsetup.sh. Now move to your folder and