Re: [android-kernel] Re: iptables

2010-11-05 Thread wilsonny...@gmail.com
Is that because the linux kernel was not compiled with CONFIG_NETFILTER_XT_MATCH_OWNER option so that the netfilter cannot do anything with OWNER option ? Wilson 2010/11/6 billmeteor chen > Can you tell me how to solve this problem? > > FIX ME! implement getprotobynumber() bionic/libc/bionic/

[android-kernel] Re: iptables

2010-11-05 Thread billmeteor chen
Can you tell me how to solve this problem? FIX ME! implement getprotobynumber() bionic/libc/bionic/stubs.c:384 I have the same problem like this. On 11月6日, 上午3時00分, Earlence wrote: > I got it! > > a crucial netfilter config was missing > > CONFIG_NETFILTER_XT_MATCH_OWNER=m > > Once that was

[android-kernel] about wm8505 kernel configuration

2010-11-05 Thread Wilson
hi all, does anyone know about which specific architecture wm8505 use? I know it is arm, but there are different architectures also inside arm architecture, right? TIA Wilson -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Re: About android linux kernel

2010-11-05 Thread 冯兴强
Wilson, You can follow this thread below for kernel download. BTW, kernel source is not included in platform source code. http://groups.google.com/group/android-kernel/browse_thread/thread/237c517b33f31ad5/625beba4796cf334?lnk=gst&q=Download+Android+kernel#625beba4796cf334 Harrrison On Fri, Nov

Re: [android-kernel] Download Android Kernel for Eclair

2010-11-05 Thread nutz
typically you'd get your kernel from the processor vendor. What processor do you have on your board? For example, if you were using a Beagleboard that uses the TI processor, you can download the kernel from omapzoom.org: git clone git://git.omapzoom.org/kernel/omap.git android-2.6.29 As for ne

[android-kernel] Re: iptables

2010-11-05 Thread Earlence
I got it! a crucial netfilter config was missing CONFIG_NETFILTER_XT_MATCH_OWNER=m Once that was in, everything worked like a charm! Cheers, Earlence On Nov 4, 8:03 pm, Earlence wrote: > Hi, > > I modified the goldfish defconfig to allow netfilter support. > I also built the full AOSP. > The

[android-kernel] Thread Local Storage and GDB server

2010-11-05 Thread Robert Beckett
Hi, In porting android to our A8 cortext based board, we have enabled TLS. This works fine with bionic in general, however, it seems to cause problems with gdbserver. Looking at the gdbserver source, it tries to get an address for td_thr_tls_get_addr, which is not implemented in bionics threa

[android-kernel] Re: About android linux kernel

2010-11-05 Thread Chris Stratton
For your general questions have you tried reading any of the ample android documentation? In particular you will want to read about "dalvik" and "zygote" No one said the kernel is not available, just that it is not included in the default platform download and needs to be specifically downloaded.