[android-kernel] Re: alert notification from kernel

2011-11-05 Thread andria
Hi guys, Thanks for answering. I'll give it a try and report back if anything goes wrong. Regards Andrirad On 4 nov, 18:27, Durgadoss Ramanathan wrote: > Hi Andria, > > You can Poll from the User Space using "Handlers" as Preetam mentioned. > But "Polling" is bad. Instead you can use UEvents. >

Re: [android-kernel] Re: OpenBSD Cryptographic Framework (OCF) Port to android

2011-11-05 Thread Tomas Winkler
Does it provide hw offloading? Thanks On Fri, Nov 4, 2011 at 3:31 AM, Belvedere Computer Services wrote: > package java.security > package javax.crypto > > just punch in to developer.android > > it comes up > > On Nov 1, 8:06 am, tilak wrote: >> Hi Crypto Friends, >> >> I didn't see anyone port

Re: [android-kernel] Re: [android-porting] how to autoload tun.ko

2011-11-05 Thread William W.-Y. Liang
Hi, init.rc (and the root file system) actually exists in a ramdisk (ramdisk.img). As a result, any modification to it only occurs in memory, not in the image itself. (ramdisk.img combines with the kernel to form the boot.img) William Liang www.ntut.edu.tw/~wyliang 2011/11/5 preetam m.n > Corr