[android-kernel] [PATCH] fix parameters in macro cpufreq_exit_idle

2010-02-23 Thread Chih-Wei Huang
Hi, The android-2.6.29 branch is broken due to recently change by Mike Chan if CONFIG_CPU_FREQ_STAT is not defined. The attached patch fixes the issue. PS. I've tried to repo upload the patch, but failed due to unknown reason. I also tried to send email to Mike directly, but no resp

[android-kernel] Re: Start a native C application at startup....

2010-02-23 Thread Mai
I've been trying to search for doing a similar operation to this..Glad I found your topic :) I want to simply run a user application at startup, my userapplication(called EA) accesses kernel modules using signals and it also uses sockets I used this link http://androidenea.blogspot.com/2009/08/i

Re: [android-kernel] Start a native C application at startup....

2010-02-23 Thread tarek attia
I've been trying to search for doing a similar operation to this..Glad I found your topic :) I want to simply run a user application at startup, my userapplication(called EA) accesses kernel modules using signals and it also uses sockets I used this link http://androidenea.blogspot.com/2009/08/i

Re: [android-kernel] Start a native C application at startup....

2010-02-23 Thread Tirtha Kanti Ghosh
>Is there any way by which i can modify the init.rc to achieve the >same ?? any alternative suggestions will be largely helpful. so, here is the alternative approach where u need to write a JAVA app which will invoke ur native daemon. http://androidenea.blogspot.com/2009/09/starting-android-servic