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

Summary


This chapter taught us what a custom ROM is. We started from a description of the currently existing, most relevant projects, and we have proceeded deep into the details. We have also had a look at some very important components, such as Android Recovery, both the stock ones and those that have been modified. Finally, as we did in the previous chapters, we have adopted a practical approach, learning how to prepare a suitable environment for Android customization. We have also studied the different tools that are generally used to perform this task, and, in the end, we have applied the concepts we just learned through a simple example of creating a custom ROM. In the next chapter, we will be diving deeper into every single aspect of a ROM, using practical examples to show how to customize and increase the performance of your ROM.