Reader small image

You're reading from  Learning Embedded Android N Programming

Product typeBook
Published inJul 2016
Reading LevelIntermediate
PublisherPackt
ISBN-139781785282881
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Ivan Morgillo
Ivan Morgillo
author image
Ivan Morgillo

Ivan Morgillo is a computer engineer, a conference speaker, and a community organizer. He is passionate about programming and embedded systemsfrom DIY domotics to Android devices. He is cofounder of Alter Ego Solutions, a mobile development consulting company. He is also the author of RxJava Essentials, by Packt Publishing and Grokking Rx, by Manning Publications.
Read more about Ivan Morgillo

Right arrow

History of custom ROMs


First things first—What does "Custom ROM" mean?

Most Android devices come with so-called NAND memories. A NAND memory is a particular type of flash memory. A flash memory is based on transistors, instead of rotating disks, like in old hard drives. This type of memory is completely electrically managed—it can be written and erased and can store data indefinitely (not volatile). Knowing this, we may think that everything is writable on Android. Well, not exactly!

The acronym ROM stands for Read-Only Memory. This type of memory is often used in embedded systems to safely store all those files that are part of the core system. In an effort to guarantee the highest system integrity possible, developers must be sure that the core system stays intact over device reboots and possible failures. That's why the core system is stored in a type of memory that can only be written once—Read-Only Memory, to be precise. With time, the Android hacking community took the acronym and transformed...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning Embedded Android N Programming
Published in: Jul 2016Publisher: PacktISBN-13: 9781785282881

Author (1)

author image
Ivan Morgillo

Ivan Morgillo is a computer engineer, a conference speaker, and a community organizer. He is passionate about programming and embedded systemsfrom DIY domotics to Android devices. He is cofounder of Alter Ego Solutions, a mobile development consulting company. He is also the author of RxJava Essentials, by Packt Publishing and Grokking Rx, by Manning Publications.
Read more about Ivan Morgillo