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

Hacking the Android framework


In Chapter 6, "Cooking" Your First ROM, we had a look at a few heavily-customized versions of Android, and lots of these customizations were related to the User Interface. UI customization is a tricky topic due to the personal taste factor involved: many users love a "pure Android" UI, many other users love the idea of a "different Android" UI, far from the mainstream UI experience.

In this section, we are giving you free will and the chance to choose between a vanilla Android and a customized one. You will learn how to make small customizations, to the status bar or to the colors, for example, or big customizations, like adding a new item to the Settings menu to properly set up the custom features of your custom ROM.

Customizing the boot sequence UI

The graphical appearance of the ¾¦+ boot sequence is definitely one of the most popular customizations you'd like to do and often the one that your users will ask for and will love.

During the boot sequence, a standard...