Book Image

Learning Embedded Android N Programming

By : Ivan Morgillo
Book Image

Learning Embedded Android N Programming

By: Ivan Morgillo

Overview of this book

Take a deep dive into the Android build system and its customization with Learning Embedded Android Programming, written to help you master the steep learning curve of working with embedded Android. Start by exploring the basics of Android OS, discover Google’s “repo” system, and discover how to retrieve AOSP source code. You'll then find out to set up the build environment and the first AOSP system. Next, learn how to customize the boot sequence with a new animation, and use an Android “kitchen” to “cook” your custom ROM. By the end of the book, you'll be able to build customized Android open source projects by developing your own set of features.
Table of Contents (15 chapters)
Learning Embedded Android N Programming
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 6. "Cooking" Your First ROM

In Chapter 5, Customizing Kernel and Boot Sequence, we took an amazing journey into the Linux kernel—now you know how to obtain the right version for your device and how to build it. We got great satisfaction customizing and building your own kernel version, specific for your device—we added new drivers for your hardware and removed those that were unnecessary. You finally learned about the boot sequence.

In this chapter, we will enter the modding world and we will move forward with your first customized ROM. You will learn how to set up the system and how to create a custom ROM. We will see an overview of the most popular ROMs, and all the tools you need and how to use them.

The following topics will be covered in the chapter:

  • History of Android modding (Cyanogenmod)

  • Custom recovery

  • Root access

  • Kitchen and other tools