diff --git a/ecl.bat b/ecl.bat index a379be2..4b8f971 100644 --- a/ecl.bat +++ b/ecl.bat @@ -6,19 +6,12 @@ adb devices echo Installing app... adb install ECLISE.apk timeout 5 -echo Launching app... -adb shell monkey -p com.ea.game.pvz2_ecl 1 -timeout 5 -echo Closing app... -adb shell am force-stop com.ea.game.pvz2_ecl echo Copying obb file... adb push -p main.337.com.ea.game.pvz2_ecl.obb /storage/emulated/0/Android/obb/com.ea.game.pvz2_ecl/ -adb shell monkey -p com.ea.game.pvz2_ecl 1 -echo README! Now's the time to create a user, skip the tutorial and wait for the game to crash, then press a key to delete cdn files -pause +echo README! Should be done! PRESS A KEY TO DELETE CDN FILES echo Deleting CDN... adb shell rm -f -rR /storage/emulated/0/Android/data/com.ea.game.pvz2_ecl/files/No_Backup/CDN.6.8/ adb shell mkdir /storage/emulated/0/Android/data/com.ea.game.pvz2_ecl/files/No_Backup/CDN.6.8/ echo Installation should be done! You can now launch the app and play -pause \ No newline at end of file +pause