[android-kernel] Re: Trouble booting my own built kernel

2009-07-10 Thread Juan Lang
Yes, I did figure it out. The kernel that's in the complete package (that you get when you check out manifest.git) is not appropriate for the emulator. You have to get the correct branch. Here's what I did: $ git clone git://android.git.kernel.org/kernel/common.git $ git checkout -t origin/andr

[android-kernel] Putting Gadgetfs support in Android

2009-07-10 Thread Ashutosh
Hello Everybody, I wanted to put support for gadgetfs support on ADP1. I have downloaded android-1.5r2. My local_manifest.xml is -- I have copied arch/arm/configs/msm_defconfig as .config in mydroid/ kernel. I made changes in .config to support gadgetfs. As Mike has suggest

[android-kernel] Re: GPS drivers

2009-07-10 Thread Mike Lockwood
Right, android does not rely on anything in the Linux kernel for GPS. You just need to implement the interface in gps.h however makes the most sense for your GPS implementation. Mike On Fri, Jul 10, 2009 at 2:39 AM, deepak singal wrote: > Hi, > > ---> Port GPS HAL layer for your target hardware