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