[android-kernel] Re: How to put custom kernel model to Gphone?

2009-10-08 Thread Juan Lang
Sorry, I don't know the answer to that. I only worked with dream. --Juan 2009/10/8 quill : > > Hi, Juan, > Where can I get mkbootimg for htc magic? I hava found mkbootimg for > htc dream, but somebody said it won't fit for htc magic. --~--~-~--~~~---~--~~ unsubsc

[android-kernel] Re: How to put custom kernel model to Gphone?

2009-09-15 Thread Juan Lang
Hi, sorry I didn't notice your question earlier. Goldfish is not an appropriate branch for your gphone. It is appropriate for the emulator. You need to check out the msm branch of the kernel in order to build for the gphone. You also need a pretty old kernel: the 2.6.27 tag fails to compile

[android-kernel] Re: booting up the emulator with custom kernel build

2009-08-13 Thread Juan Lang
I don't know any way to get it via http. I'm also normally behind a proxy, and I temporarily connected to a public wireless access point to get the goldfish kernel. --Juan On Wed, Aug 12, 2009 at 9:14 PM, rk wrote: > > hi Juan Lang, > > Thanks for the reply. I will jus

[android-kernel] Re: booting up the emulator with custom kernel build

2009-08-12 Thread Juan Lang
The kernel in the android source dir isn't of much use. You'll want to check out the kernel tree separately. I did the following: $ git clone git://android.git.kernel.org/kernel/common.git $ git checkout -t origin/android-goldfish-2.6.27 -b goldfish $ cd common # the kernel source is now in her

[android-kernel] Re: Help on licensing - errno.h

2009-07-13 Thread Juan Lang
>  So it seems that errno.h is not copyrightable, thus I can just go on > the kernel sources and get whatever constants are there without > worrying about licensing. However, I don't expect to do this in an > automated way, I would just copy the constants and reorganize the code > my own way. I do

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

2009-07-10 Thread Juan Lang
problem on ubuntu linux.  With the latest > checkout, the kernel builds, the emulator runs it, but the UI never > pops up. > anyone have any ideas how to fix this or what we're supposed to do?!?! > > thanks, > -Bob > > On Jun 16, 10:16 am, Juan Lang wrote: >> Hi Neo,

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

2009-06-16 Thread Juan Lang
Hi Neo, thanks for the reply. > You have to apply android specific patches to the kernel before > building. Could you point me to patches? I looked at my source kernel tree, and it has e.g. the yaffs2 filesystem already, so I assumed it already had the android patches applied. This is the kern

[android-kernel] Trouble booting my own built kernel

2009-06-12 Thread Juan Lang
Hi, I'm trying to load a kernel I built myself in the emulator. The kernel is the stock kernel: I got the config from a running emulator, and I haven't modified the source in any way with one minor exception: I'm building and running on MacOS X, which has no elf.h, so I've downloaded a copy of

[android-kernel] Re: Kernel build error on Mac OS

2009-06-12 Thread Juan Lang
You need to get a copy of elf.h that'll compile on MacOS. I downloaded one from http://www.rockbox.org/tracker/9006?getfile=16683 and saved it to scripts/mod, then modified the include to "elf.h". Hope that helps, --Juan On Jun 4, 8:32 am, Season wrote: > Hi > > I'm trying to build Android ke