Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread J Freyensee
You should also look at this book...in my opinion its a little better than Oreilly: www.elinuxdd.com On Aug 19, 2011 5:49 AM, "Ruturaj Patil" wrote: > Thanks a lot for your advice. I'll get the book and get started. > > On Fri, Aug 19, 2011 at 4:09 PM, William W.-Y. Liang < > wyli...@mail.ntut.edu

Re: [android-kernel] Android kernel Logs

2011-08-11 Thread J Freyensee
I believe you need to enable the 'DEBUG' macro; however, I don't work with printk()'s in the kernel because you are not supposed to use 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

Re: [android-kernel] How to build lodable kernel module in android?

2011-07-13 Thread J Freyensee
On Wed, Jul 13, 2011 at 8:51 AM, fox liu wrote: > Hi, my Question is how to build lodable kernel module in android? > > I have a little LKM exp. in PC, now I would like to try LKM in > android . > And I have followed the instruction of source.android.com, the repo > sync, and make -j4 are all don

Re: [android-kernel] gadget composite - chicken and egg problem

2011-05-06 Thread J Freyensee
I'm not that familiar with g_android, but maybe compile g_ether in statically and compile out g_android statically? Otherwise, I would have thought modprobe would be taking care of the ordering for you. On Fri, May 6, 2011 at 2:11 PM, Allen Curtis wrote: > Hello, > > My testing indicates that i

Re: [android-kernel] Touchscreen two finger zoom is not working

2011-04-21 Thread J Freyensee
You may want to provide some type of debugging information...dmesg, logcat, etc. I'm not saying I'll know what is going on, but someone else may be able to. On Thu, Apr 21, 2011 at 6:52 AM, jagan <402ja...@gmail.com> wrote: > Hi All, > > I am porting my board to gingerbread. > I have an issue wi