Skip to Content
Learning Embedded Android N Programming
book

Learning Embedded Android N Programming

by Ivan Morgillo, Stefano Viola
July 2016
Beginner to intermediate
282 pages
6h 12m
English
Packt Publishing
Content preview from Learning Embedded Android N Programming

Enhancing the system performance

Lots of the custom ROMs that you can find on the Net bring performance enhancements, extended battery life, and lots of small tweaks. Most of these enhancements can be achieved with a surgical tuning of the build.prop file.

Customizing the system property file

The Android build.prop file contains details about a variety of system settings that are applied to the system during the boot sequence. Before diving into its customization, we need an overview about its internal structure.

Open a terminal and connect to your device using the following command:

:$ adb shell

Navigate to the /system folder and open the build.prop file. The content will look like the following snippet:

ro.product.model=Nexus 6 ro.product.brand=google ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Android High Performance Programming

Android High Performance Programming

Enrique López Mañas, Diego Grancini
Embedded Android

Embedded Android

Karim Yaghmour

Publisher Resources

ISBN: 9781785282881Supplemental Content