From 3b816abaf633312d3cb2c98da5569d67e1d26487 Mon Sep 17 00:00:00 2001 From: ChooTingFeng <38828806+ChooTingFeng@users.noreply.github.com> Date: Sun, 12 Jul 2020 07:56:19 +0800 Subject: [PATCH] Fixed --- ecl.bat | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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