Hi all, I would like to develop a service in Android that will interact with a kernel device driver implemented by me so as this is my first time I am wondering how to implement these two things:
a. I need to callback from the driver a user-space function in the deamon user-space thread or send an event to a user-space thread. what is the preferred way in Android to allow asynchronous communication between kernel driver and a user space thread? b. I need to permanently load/store parameters/configurations for that Android service/deamon. what is the preferred way to do that? for example: getprop/setprop? Do I have to store parameters in a .prop file? Marco -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
