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

2010-11-05 Thread 冯兴强
Wilson, You can follow this thread below for kernel download. BTW, kernel source is not included in platform source code. http://groups.google.com/group/android-kernel/browse_thread/thread/237c517b33f31ad5/625beba4796cf334?lnk=gst&q=Download+Android+kernel#625beba4796cf334 Harrrison On Fri, Nov

[android-kernel] Re: About android linux kernel

2010-11-05 Thread Chris Stratton
For your general questions have you tried reading any of the ample android documentation? In particular you will want to read about "dalvik" and "zygote" No one said the kernel is not available, just that it is not included in the default platform download and needs to be specifically downloaded.

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

[android-kernel] Re: About android linux kernel

2010-11-04 Thread Chris Stratton
I think I heard they stopped including the kernel in the default download, since it's huge and doesn't necessarily need to be rebuilt if you are just working on the userspace parts of the platform. Just follow the directions for git'ing a single project to get the appropriate kernel for your devic

[android-kernel] Re: About android linux kernel

2010-11-04 Thread Wilson
Thanks, this reply is very helpful. But I saw * To clone the entire platform, install repo, and run: mkdir mydroid cd mydroid repo init -u git://android.git.kernel.org/platform/manifest.git repo sync * So I followed these steps, but I didn't see