Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
PRSXFENG authored Jul 11, 2020
1 parent 1e6d03f commit 3b816ab
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions ecl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
pause

0 comments on commit 3b816ab

Please sign in to comment.