I have the following in /sdcard/sl4a/scripts/imo.py
import android
droid = android.Android()
droid.launch('com.imo.android.imoim')
And if I run it , it immediately exits. If there are other ways to launch applications from some sort of script, I'm open to suggestions.