1 # Script to start "requestsync" on the device 2 # 3 base=/system 4 export CLASSPATH=$base/framework/requestsync.jar 5 exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@" 6 7