[android-kernel] Android Kernel Internals & HAL

2011-06-08 Thread Nandu
Hello Everyone, Can someone help me to point on the right document or tutorial which can help me to learn the differences between Linux Kernel and Android Kernel with a deeper detail. I also want to implement some drivers in HAL. Also let me know what is the difference between Device Driver Devel

[android-kernel] development of SDCard drivers in android

2011-06-08 Thread android-disc...@googlegroups.com
hello everyone could you improve some guideline file that about develop SDCard drivers in android thankyou ge -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Framebuffer question

2011-06-08 Thread Anupam
Hi all, I am trying to implement a cursor that always shows on top of everything on screen. I can get this to happen for the home screen, but for an application like a Dialer I cannot, since the framebuffer display callback is not called. I was wondering if anyone knew how to hijack/turnoff the vsy

Re: [android-kernel] Re: Calling an Activity when phone is locked by clicking two times on the END_CALL button

2011-06-08 Thread souissi haythem
Hi Chris, Finally i have succeeded to detect clicks on END_CALL Button when i click two times my activity will be lunched using a service in background. I used broadcast on ACTION_SCREEN_ON and ACTION_SCREEN_OFF. Please, i wanna know: if i want to license my application in the android market