Android Kernel Development - Kernel compilation and Hello World
Introduction Due to the lack of the material that clearly kick off the android kernel development , hopefully it will gives the clearer guide to develop your own android driver and debugging it. p.s. Due to the version differential, this article is not ensure all of the Android Version , SDK version, source code , and Emulator is compatible , however, the door of research is always opened, just feel free to contact me and play together :P All the materials are also saved in the VM , you can just directly leverage the existing VM Image for development or alternatively, as a research and studying, follow the following guide to create your own workplace. Android kernel didn't have dynamically insmod like the other linux, so this tutorial is trying to build a n...