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

Advanced ROM customization


In the previous chapters, you have made your first steps within the custom ROMs world; we have discovered what's already available online and analyzed the most characteristic aspects in detail. In this chapter we will go in deep and learn how to modify the most internal parts of Android's framework.

Custom ROMs are often associated with those "hackers" who add the most unexpected features and then share everything online, but it doesn't always happen like that.

As explained in the previous chapters, many device manufacturers propose their own modified Android version, which is nothing but an Android custom ROM.

This is a very important aspect, as this book is addressed both to the previously mentioned hackers and to those who use all this knowledge in their daily work—a hacker will often work with binary ROM, and rarely with sources, while the professional will certainly have the sources at their disposal, as well as all the relevant tools to make the development...