Add a delay between text scroll rounds when scrolling forward similarly to how it...
[maemo-rb.git] / android / installApk.sh
blob2c82b115c62c2698843f70ba032db4c4f4139ee9
1 #!/bin/sh
2 ADB="$ANDROID_SDK_PATH/tools/adb"
4 $ADB install -r rockbox.apk
5 echo 'am start -a android.intent.action.MAIN -n org.rockbox/.RockboxActivity; exit' | $ADB shell