notes/Android Kiosk Script-5MDfX14U.sh
#!/system/bin/sh

#by Kris Occhipinti
#http://filmsbykris.com


#disable launcher (desktop/home screen and menu buttons)

pm disable com.android.launcher
#kill system tool bar
busybox killall com.android.systemui && service call activity 79 s16 com.android.systemui

am start -a android.intent.action.VIEW -d http://www.filmsbykris.com
or
am start -n com.phonegap.www/.MKInventory

syntax highlighted by Code2HTML, v. 0.9.1