Re: [android-kernel] Re: kernel modules "hello world " in samsung n8000

2013-04-18 Thread Bridgette
may be the vermagic...if you do a 'modinfo kernelModule.ko' it will list what the vermagic is and it should match your kernel version on your phone, adb shell cat /proc/version If the vermagic does not match, try setting the EXTRAVERSION in the /path/to/kernel/Makefile to match the kernel vers

[android-kernel] Re: kernel modules "hello world " in samsung n8000

2013-04-18 Thread arun1103
Hi, I am also facing exactly similar problem while Kernel Module Development with HTC Explorer Device. Can you please tell as to whether you have found a solution to this problem. Any help will be deeply appreciated. Thanks and Regards, Arun Kumar Jindal On Tuesday, April 9, 2013 8:50:51 AM U

[android-kernel] How to figure out which service the target_node in binder_transaction() function corresponding to?

2013-04-18 Thread dywisdomno1
When I read the code of function binder_transaction() in binder.c, I could see that I can get the target_proc and the target_node which the client process want to access. But I can't find out which service the target_node corresponding to. Is there any way to find out? -- -- unsubscribe: andr