[android-kernel] Re: iptables

2010-11-09 Thread Earlence
yes. I just followed the instructions on the web page. nothing else. To add to my previous post: iptables was not hanging, adding the command to drop all packets were dropping the ADB packets as well! Must use it carefully :) Cheers, Earlence On Nov 9, 2:16 pm, Antonio Conforti wrote: > Thanks

[android-kernel] Re: iptables

2010-11-09 Thread Antonio Conforti
Thanks for you quickly answer...but did you download your source using repo command like this: repo init -u git://android.git.kernel.org/platform/manifest.git ? On Nov 9, 1:40 pm, Earlence wrote: > I think this is because, ADB itself operates over a network connection > with the emulator. > Ad

[android-kernel] Re: iptables

2010-11-09 Thread Earlence
I think this is because, ADB itself operates over a network connection with the emulator. Adding that command drops everything, including ADB packets! Cheers, Earlence On Nov 9, 1:23 pm, Earlence wrote: > You must download the android platform source and build > > source.android.com > > after su

[android-kernel] Re: iptables

2010-11-09 Thread Earlence
You must download the android platform source and build source.android.com after successful download and env setup, you can do something like: $ source build/envsetup.sh $ lunch full_sapphire-userdebug $ make -j6 After some time, in the out/.../sapphire/ you will get all the necessary images. T

[android-kernel] Re: iptables

2010-11-09 Thread Antonio Conforti
I have build my android goldfish downloading git clone git://android.git.kernel.org/project/kernel/common.git then I have downloaded iptables and compiled it!!! I am interested in building an AOSP. Did you download from "http:// android.git.kernel.org/" all project or only some parts? I remember to

[android-kernel] Re: syslogd on the android kernel variant?

2010-11-09 Thread Earlence
I need a mechanism to read the kernel logs I've looked at dmesg, and /proc/kmsg itself, But I need the logs to transfer to a file automatically On Nov 8, 9:26 pm, Tim Bird wrote: > On 11/08/2010 11:59 AM, Earlence wrote: > > > my mistake. > > > How can I build syslogd into the android system? >