Re: [android-kernel] Increase Sampling Rate of Accelerometer

2010-11-19 Thread wilsonny...@gmail.com
Can you recompile the kernel and get a higher resolution? Will this work? Wilson On Fri, Nov 19, 2010 at 5:39 AM, Mehmet Yildirim wrote: > Hi, > > I want to achieve a sampling rate of more than 50 Hz for accelerometer > on my HTC Desire phone. Currently by using the Java API I got only > near

Re: [android-kernel] Re: iptables

2010-11-05 Thread wilsonny...@gmail.com
Is that because the linux kernel was not compiled with CONFIG_NETFILTER_XT_MATCH_OWNER option so that the netfilter cannot do anything with OWNER option ? Wilson 2010/11/6 billmeteor chen > Can you tell me how to solve this problem? > > FIX ME! implement getprotobynumber() bionic/libc/bionic/

Re: [android-kernel] Re: About android linux kernel

2010-11-04 Thread wilsonny...@gmail.com
What if I got a device with nothing on its flash and I want to build the whole android framework for it. So I need the kernel to be built, right? And how is the android framework? It is a java virtual machine, right? How the java virtual machine is lunched by the android modified linux kernel? Th