1# Script to start "bmgr" on the device, which has a very rudimentary 2# shell. 3# 4base=/system 5export CLASSPATH=$base/framework/bmgr.jar 6exec app_process $base/bin com.android.commands.bmgr.Bmgr "$@" 7 8