>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-service-after-boot.htm (example shows how to invoke an app after android boot completed, but not how to invoke an native app through JNI) for this u need to write a after boot service in Java, and a JNI communication between your native app (i dont know Java/JNI well, so I prefer init.rc method). :) -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
