Re: [android-kernel] Downloading Android kernel for emulator

2012-04-18 Thread Ninja Turtle
Well, my CPU doesn't support Ubuntu for 64 bit CPU. So is there no way to get Android running on an emulator with iptables and trying them on the adb shell? On Tue, Apr 17, 2012 at 11:00 AM, Ninja Turtle wrote: > Is there no systematic procedure to enable net filter support and get &g

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-17 Thread Ninja Turtle
e. On Mon, Apr 16, 2012 at 11:15 AM, Ninja Turtle wrote: > And oh, btw my system is a 32-bit Ubuntu 10.10. > > Seems like a lot of people have this problem. > > I just checked : > http://groups.google.com/group/android-building/browse_thread/thread/1c7210375234571e?pli=1 > &

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-16 Thread Ninja Turtle
, 2012 at 9:35 AM, Ninja Turtle wrote: > Here is what I get when I start the emulator with 'verbose' option: > > *emulator -kernel msm-kernel/arch/arm/boot/zImage -verbose* > > emulator: found Android build root: /home/myhome/WORKING_DIRECTORY > emulator: found Andro

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-16 Thread Ninja Turtle
the newly compiled kernel? On Sat, Apr 14, 2012 at 2:41 AM, Peter Teoh wrote: > how about completely overwriting the original emulator's kernel image > (with your new image), then start the emulator up via the normal way (which > will comes with all the default input parameters)? &g

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread Ninja Turtle
;adb pull /proc/config.gz .' > 'gunzip config.gz' > > --mark > > > On Fri, Apr 13, 2012 at 8:33 AM, Ninja Turtle > wrote: > >> @Patrick: So, should I change the URL? >> >> @mark: Can you please clarify the procedure? >> And h

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread Ninja Turtle
source.com/kernel/common.git >> >> >> and got the sources >> >> >> On Fri, Apr 13, 2012 at 3:12 PM, mike digioia wrote: >> >>> looks like your ip is being rejected for some reason. did you setup ssh? >>> >>> >>> On Fri, Apr 13

[android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread Ninja Turtle
Hi, I am trying to download the kernel sources of android for emulator so that I can run iptables nat commands and play around. I got the android 4.1 sources and compiled them. Now I am trying to download the kernel using: git clone git:// android.git.kernel.org/kernel/common.git kernel It retur

[android-kernel] Re: struct ip6_tnl_net? register_netdev(ip6n->fb_tnl_dev) failed?

2011-08-12 Thread Ninja
Hi kernelcoder2 Where do you see your printk statements on android? Btw did you enable some macro? On Jun 10 2010, 5:58 pm, kernelcoder2 wrote: > thanks greg, > > -kc > > On Jun 10, 7:50 am, Greg KH wrote: > > > > > > > > > On Thu, Jun 10, 2010 at 12:56 AM, kernelcoder2 > > wrote: > > > H

Re: [android-kernel] Android kernel Logs

2011-08-12 Thread Ninja Turtle
e them to begin > with, so I wouldn't know. > > I know pr_err(), pr_info(), need the DEBUG macro defined somewhere...if I'm > working on a driver I just do a '#define DEBUG' at the top. Otherwise, go > into menuconfig and turn it on. > > > On Thu, Aug 11

[android-kernel] Android kernel Logs

2011-08-11 Thread Ninja
Dear All, I have been doing some modifications for study purpose on the android kernel. I started with simple printk statements in the /net directory of android kernel source(goldfish 2.6.29). I do not know where to look for logs in the kernel. A simple dmesg on the adb shell did not seem to show