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