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