!!! Android
!! Resources
* [developer.android.com|http://developer.android.com/]
* [Android Intents - Tutorial (Lars Vogel)|http://www.vogella.de/articles/AndroidIntent/article.html]
* [Professional Android Application Development|http://www.scribd.com/doc/76027136/Professional-Android-Application-Develop-Men]
!! Experiments with builds
* [Android Gingerbread|Android Gingerbread and ICS]
* [Android Froyostone]
!! Android x86
* Download eeepc iso image from [http://code.google.com/p/android-x86/downloads/list], this one allows you to configure an eth0 device for network access
* setup networking:
{{{
dhcpcd eth0
setprop net.dns1 213.197.28.30
}}}