I need to work on the internals of android, especially create and test new kernel modules, native libraries and native application. Thus I need to create my own android disk image to use on android emulator. I'm looking for the source code for this operation, with all the tools and build programs to have a fully complete image with all standard applications. Does anyone know where I can found this (most of the source distribution are without build files, or dedicated to one platform) ?

link|improve this question

U don't mean the sd card image but the root filesystem, correct? – Sebastian Roth Dec 9 '10 at 16:28
Yes, that it, but it is simple as loading the original android source and compile it – Kartoch Dec 14 '10 at 23:11
feedback

1 Answer

up vote 2 down vote accepted

Just get the source and build it

link|improve this answer
Yeah, and that's not very difficult linuxclues.blogspot.com/2010/04/… – Kartoch Dec 11 '10 at 9:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.