[android-kernel] Re: Using iptables in android

2010-01-29 Thread Markus Fritsche
On 29 Jan., 09:22, Alpha Jin wrote: > I just wanted to use iptables in android > > So I enable NETFILTER in kernel, and build the kernel. > > But when I typed "iptables -L" in adb shell. > It always promoted: > > iptables v1.3.7: can't initialize iptables table `filter': iptables > who? (do you

Re: [android-kernel] How to download omap android kernel from git repositories ?

2010-01-29 Thread Michael Trimarchi
stupid123 wrote: HI, I am trying to download "android-omap-2.6.29" kernel from http://android.git.kernel.org/?p=kernel/omap.git;a=summary I have run following commands :$git clone git://android.git.kernel.org/kernel/omap.git But this does not show "android-omap-2.6.29" branch in d

[android-kernel] How to download omap android kernel from git repositories ?

2010-01-29 Thread stupid123
HI, I am trying to download "android-omap-2.6.29" kernel from http://android.git.kernel.org/?p=kernel/omap.git;a=summary I have run following commands :$git clone git://android.git.kernel.org/kernel/omap.git But this does not show "android-omap-2.6.29" branch in downloaded directory

[android-kernel] pmem

2010-01-29 Thread chandu
i am trying to complie the pmem.c file but it is not geting complie.i dont hav dependency file.can anybody say where i will get the dependency file if u do this it is very helpful to me thanks in advance -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.co

[android-kernel] Re: Update kernel from 2.6.27 to 2.6.29 ... help?

2010-01-29 Thread Markus Fritsche
Hi, I was doing the same the last few days for the Samsung Galaxy kernel. I used "meld" to build a patchset between android-2.6.27 and the Galaxy sources (most of the differences being additions to the mach- msm board and arm architecture). Eventually, you will get to something that compiles. Th

[android-kernel] Using iptables in android

2010-01-29 Thread Alpha Jin
I just wanted to use iptables in android So I enable NETFILTER in kernel, and build the kernel. But when I typed "iptables -L" in adb shell. It always promoted: iptables v1.3.7: can't initialize iptables table `filter': iptables who? (do you need to insmod?) Perhaps iptables or your kernel need