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