Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Embedded Android: Porting, Extending, and Customizing (Repost)

Posted By: nebulae
Embedded Android: Porting, Extending, and Customizing (Repost)

Karim Yaghmour, "Embedded Android: Porting, Extending, and Customizing"
English | ISBN: 1449308295 | 2013 | PDF | 412 pages | 12 MB

Looking to port Android to other platforms such as embedded devices? This hands-on book shows you how Android works and how you can adapt it to fit your needs. You’ll delve into Android’s architecture and learn how to navigate its source code, modify its various components, and create your own version of Android for your particular device. You’ll also discover how Android differs from its Linux roots.

If you’re experienced with embedded systems development and have a good handle on Linux, this book helps you mold Android to hardware platforms other than mobile devices.
Learn about Android’s development model and the hardware you need to run it
Get a quick primer on Android internals, including the Linux kernel and Dalvik virtual machine
Set up and explore the AOSP without hardware, using a functional emulator image
Understand Android’s non-recursive build system, and learn how to make your own modifications
Use evaluation boards to prototype your embedded Android system
Examine the native user-space, including the root filesystem layout, the adb tool, and Android’s command line
Discover how to interact with—and customize—the Android Framework