[android-kernel] Network data usage statistics on the Pandaboard

2012-02-07 Thread Darren Landoll
I noticed that network data usage statistics were not working when running ICS on the Pandaboard. From looking at the log via adb I found some Netfilter configuration options that were not enabled, namely NETFILTER_XT_MATCH_QTAGUID. I didn't quickly find a way to submit a patch through Gerrit and

Re: [android-kernel] Getting the Kernel

2012-02-07 Thread rush chen
Hi, Basically, the repo is help to get gits easily. So you can get from the github I think and put it on the right place. Best Regards, On Thu, Feb 2, 2012 at 4:54 PM, Pinas wrote: > Hello, > > well before starting with any kernel related work I need the kernel > source but i have no idea how

Re: 回复: [android-kernel] Kernel compilation error

2012-02-07 Thread Jeremy Morales
The reason I ask what version of gcc you are using is because to me, it seemed like the gcc wasn't reading your makefile correctly and wasn't holding onto a header. However, 439353...@qq.com could be correct as well. 2012/2/7 微μ漫岭云天 <439353...@qq.com> > drivers/mfd/tc35892.c:197:3: error: implici

回复: [android-kernel] Kernel compilation error

2012-02-07 Thread 微μ漫岭云天
drivers/mfd/tc35892.c:197:3: error: implicit declaration of function ‘set_irq_noprobe’ you need to extern the function or include the *.h file . -- 原始邮件 -- 发件人: "Amit kumar Bag"; 发送时间: 2012年2月7日(星期二) 晚上6:14 收件人: "android-kernel"; 主题: Re: [android-kernel]

Re: [android-kernel] Kernel compilation error

2012-02-07 Thread Amit kumar Bag
I am using gcc version gcc (GCC) 4.5.1. On 7 February 2012 02:09, Jeremy Morales wrote: > What version of of gcc are you using? > > On Sun, Feb 5, 2012 at 11:09 PM, Amit kumar Bag wrote: > >> Hi All, >> >> I am tring to build android gingerbread kernel for snowball board. I >> followed the belo