[android-kernel] Re: Android kernel

2010-11-29 Thread Chris Stratton
You should go somewhere with a better connection and do the git operations (or pay someone with a better connection to do it for you) and create a snapshot on a DVD Rom or removable hard drive or flash stick. It's going to be big. There's an option to git that tells it to only fetch the git objec

Re: 答复: [android-kernel] Android kernel

2010-11-29 Thread Arindam Roy
Hi Kevin, The issue might be that the dialup connection is very slow, and cloning the entire git tree is like downloading 4-5 GBs. Hence having gzipped version to download is easier maybe. Arindam 2010/11/30 > You can download the snapshot on android.git.kernel.org, try the > following link(fr

答复: [android-kernel] Android kernel

2010-11-29 Thread Kevin3_Wu
You can download the snapshot on android.git.kernel.org, try the following link(froyo): http://android.git.kernel.org/?p=kernel/common.git;a=snapshot;h=refs/heads/android-2.6.32;sf=tgz thanks, Wuhaigang 发件人: android-kernel@googlegroups.com [mailto:android-ker...@googlegroups.com] 代表 Hu Hai

Re: [android-kernel] Android kernel

2010-11-29 Thread Hu Haiqing
I can not understand why can not use GIT via dial up internet connection? On Mon, Nov 29, 2010 at 3:13 PM, amit wrote: > How to compile android kernel 2.6.32 on my intel dual core processor > and build image. > I have dial up internet connection , so I can't use git clone > git://android.git.ker

[android-kernel] Android kernel

2010-11-29 Thread amit
How to compile android kernel 2.6.32 on my intel dual core processor and build image. I have dial up internet connection , so I can't use git clone git://android.git.kernel.org/ + project path. to suggest where to download a complete .gzip android kernel file like linux kernel. -- unsubscribe: an

[android-kernel] Re: Load new netfilter module (TARGET)

2010-11-29 Thread Antonio Conforti
This is the output: anto...@debian:~/android-sdk-linux_x86/tools$ ./adb -s emulator-5554 shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system anto...@debian:~/android-sdk-linux_x86/tools$ ./adb -s emulator-5554 push ~/iptables/libs/armeabi/iptables /system/bin 502 KB/s (153744 bytes i

[android-kernel] Re: Load new netfilter module (TARGET)

2010-11-29 Thread Antonio Conforti
Because I have to create a separate table. However I managed to run my module. now everything seems to work. On Nov 28, 11:07 am, Earlence wrote: > I believe that you can achieve the same effect by building a custom > chain for an existing table. > why have you built a separate table? > > On Nov