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