Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android book for custom ROM building [closed]

Tags:

android

I'm looking for a book or other resource which gives me a good overview over the Android system.
Things I'm looking for:

  • how to define preinstalled apps / widgets
  • how to add drivers for sensor data (e.g. accelerometer)
  • how to configure display parameters

Every recommendation is welcome as I didn't find anything yet.

like image 231
didi_X8 Avatar asked Aug 11 '11 13:08

didi_X8


1 Answers

Sorry this is a late answer, but recently I've stumbled on a very helpful set of videos on this subject from Marko Gargenta -- it was very helpful to me understanding the different portions of android and how to get started with creating a custom ROM image:

Android Internals Part 1: http://www.youtube.com/watch?v=1_H4AlQaNa0 and Part 2: http://www.youtube.com/watch?v=rFqELLB1Kk8

like image 159
KarateSnowMachine Avatar answered Sep 23 '22 23:09

KarateSnowMachine