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

2013-09-12 Thread Boyan Vladinov
Also use this example: http://www.faqs.org/docs/kernel/hello2.html with the proper module macroses On Tuesday, 9 April 2013 06:20:51 UTC+3, Fazhang Liu wrote: > > my device is samsung n8000 > > android version : 4.0.4 > > kernel version : 3.0.15-962322 > > > > i want to make a "hello world " k

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

2013-09-12 Thread Boyan Vladinov
Maybe it is the same issue: http://stackoverflow.com/questions/16562102/insmod-init-module-failed-exec-format-error On Tuesday, 9 April 2013 06:20:51 UTC+3, Fazhang Liu wrote: > > my device is samsung n8000 > > android version : 4.0.4 > > kernel version : 3.0.15-962322 > > > > i want to make a

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

2013-09-11 Thread Si Dao
Pls execute bellow command in your target device(same env. as where you execute 'insmod'): $ readelf -h hello.ko $ uname -a and paste logfile here. On Sunday, April 21, 2013 2:39:41 AM UTC+7, Shuang Liang wrote: > > Have you enabled the LKM in kernel configs? > > On Monday, April 8, 2013 11:20:5

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

2013-04-22 Thread Shuang Liang
Have you enabled the LKM in kernel configs? On Monday, April 8, 2013 11:20:51 PM UTC-4, Fazhang Liu wrote: > > my device is samsung n8000 > > android version : 4.0.4 > > kernel version : 3.0.15-962322 > > > > i want to make a "hello world " kernel module . > > git clone https://android.googl

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

2013-04-18 Thread Bridgette
ril 18, 2013 4:38 AM Subject: [android-kernel] Re: kernel modules "hello world " in samsung n8000 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 h

[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