I am explaining from bottom up:
Create the kernel module (compile it with the kernel source running on the
device you plan to run the module) . Use IOCTL to call from user space to
kernel. (Write a C loadable library which does the IOCTL calling). Then
from java you can use JNI to call this C library.


On Tue, Jul 8, 2014 at 11:08 AM, babu <baburajes...@gmail.com> wrote:

> I want to develop android apps those are able to access loadable kernel
> modules inside kernel. So, can anyone suggest me the resources required
>
> --
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Linux Kernel Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-kernel+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to