1f2c7688c1
This allows the shell user to inject HID events. Change-Id: I37faff576299ff14092b61ed39f2a1c086f672a5
9 lines
213 B
Bash
Executable File
9 lines
213 B
Bash
Executable File
#!/system/bin/sh
|
|
#
|
|
# Script to start "hid" on the device, which has a very rudimentary
|
|
# shell.
|
|
#
|
|
base=/system
|
|
export CLASSPATH=$base/framework/hid.jar
|
|
exec app_process $base/bin com.android.commands.hid.Hid "$@"
|