Alon Albert e1c4a0b31b New command to request a sync
Change-Id: I523e8ff4814940197d0b9a362a3920e69feae6fd
2012-01-13 10:19:24 -08:00

7 lines
188 B
Plaintext
Executable File

# Script to start "requestsync" on the device
#
base=/system
export CLASSPATH=$base/framework/requestsync.jar
exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"