[android-kernel] Does the Android catch the ABS_MT_SLOT

2011-11-03 Thread bee
Hi all, When using multi-touch screen, normally we use Type A to report coordinante in our touchscreen driver as the ducument Documentation_input_multi-touch-protocol.txt describe. If we want to use multi points with finger ID ,I think it is better to use Type B(also could be found in the documen

[android-kernel] Need help in display bring up for qsd8x50

2011-11-03 Thread Sandeep Sharma
Hi All, I am migrating changes from GB(k 35) to android K 3.0 generic one.My main Issue is to bring up display.But adding PMEM speacific code in board file leads crash the kernel(as per my perception). Not able to get boot logs because kernel crashes before serial up.Please tell me the ways

[android-kernel] Encrypted Filesystem with multiple profiles.

2011-11-03 Thread AndroidNewb
Hello I am facing an issue- which I am not able to sort out myself. I successfully created an encrypted filesystem using android- gingerbread. I am using the steps followed in http://ltrconsulting.com/howto/android/encrypteduserprofile/ . I am using:- setprop ctl.stop zygote to stop zygote. to s

[android-kernel] Re: chmod 777 not working with init.rc

2011-11-03 Thread Sylvain Huard
I had a very similar problem with a "chmod 0777 filename" not working in my init.rc. It took me hours to figure it out. Just in case you face the same thing, here is what was my problem. The directory where "filename" was had less rights than what I wanted for "filename". So, even though filenam

Re: [android-kernel] alert notification from kernel

2011-11-03 Thread preetam m.n
as said below create a sysfs entries for the aleart. 1. for checking for the alert (it could be something like toggling the switch- saying true or 1 when you have a message and false or 0 when no message). 2. for message create a handler in the android stack to watch 1st sysfs entry to check for

Re: [android-kernel] Re: Problem on Building and Flashing Custom Kernel

2011-11-03 Thread Yao,Yanjun
Thanks all, I have got that fixed by creating new boot image with my kernel. 2011/11/3 perumal316 : > > You need to "fastboot flashall". Both the boot image and the system > image. > > On Sep 28, 8:49 pm, Stephen Smalley wrote: >> On Tue, 2011-09-27 at 11:43 -0400, Yao,Yanjun wrote: >> > Hi all,

[android-kernel] Need dm-crypt and IPsec patches for OCF(OpenBsd Crypto Graphic framework)

2011-11-03 Thread tilak
Hi Crypto friends, I see that there are patches of dm-crypt and IPsec available for OCF(OpenBsd Crypto Graphic framework) in Linux But I didn't find sources of the patches in the google. Could anyone of you please point the links for patches of dm-crypt and IPsec for OCF? Thanks in advance T

[android-kernel] Asynchronous Crypto API interface

2011-11-03 Thread tilak
Hi Crypto friends 1)I see in kernel sources- gingerbread/kernel/crypto/cryptd.c, Asynchronous Crypto API interface is developed for both Block Cipher and Hash Algorithms. But in the "TO DO List" mentioned in the link http://gondor.apana.org.au/~herbert/crypto/ ,I see "Asynchronous hash support