Monthly Archives: September 2008

How Dalvik launches Android app

This is just a guess, but I think the way Dalvik, the JVM of Android, launches an app is similar to the processing launcher I wrote for Openmoko. It starts a service on dbus, then load and run the processing … Continue reading

Posted in Android | Leave a comment

udev and allow-hotplug on ubuntu and debian

I finally got bothered enough to fix the /etc/network/interfaces problem on my Ubuntu notebook. The problem is that when my neo got connected, I want to do some automatic setup. On Debian lenny, it’s quite easy: allow-hotplug usb0 iface usb0 … Continue reading

Posted in Openmoko, tip | 1 Comment