[android-kernel] Re: Working MSM7201 usb host driver v2

2010-02-16 Thread Markus Fritsche
> Expect more soon. Does that mean my android device might be able to connect to linux- supported usb hardware? My pocket DVB-recoder coming up? ;) -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: Using iptables in android

2010-02-01 Thread Markus Fritsche
Alpha Jin gmail.com> writes: > I don't understand, could you please describe it in details?Thanks! Those are the modules which are needed to setup the filter table. The corresponding .config entries: CONFIG_NETFILTER=y CONFIG_NETFILTER_ADVANCED=y # # Core Netfilter Configuration # CONFIG_NF_C

[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

[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