MPEGPlayer: Skip to next file when there is a problem with a video file in all-play...
[kugel-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