7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
|
# Script to start "media_cmd" on the device, which has a very rudimentary
|
||
|
# shell.
|
||
|
#
|
||
|
base=/system
|
||
|
export CLASSPATH=$base/framework/media_cmd.jar
|
||
|
exec app_process $base/bin com.android.commands.media.Media "$@"
|