Android Internals
Here are some links to various pieces of information (not published by Google) about the internals of the new Android OS:
http://benno.id.au/blog/2007/11/13/android-under-the-hoodhttp://benno.id.au/blog/2007/11/13/android-native-apps
A script to list the contents of the root filesystem: http://pastebin.ca/771989
(Yes, this is almost unreadable perl, and the regexps were created by trial and error until there were no more unmatched lines.)
The output of that [...]