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