Converting Alpha Save to Live Save (Very easy - With these instructions, even your grandpa can do it)
- Install adb if not installed already
- Connect your phone to your computer via USB and with Debugging enabled
- On Windows, install the Git Bash or MinGW Bash
- Download the Script in the Discord Message
- Do
chmod +x ./restoreAlphaSave.sh
to make it executable - Just do
./restoreAlphaSave.sh
and approve on your phone
- Install adb if not installed already
- Connect your phone to your computer via USB and with Debugging enabled
- You have to execute the following command in the terminal now:
adb backup org.dashnet.cookieclicker
and confirm on your phone, which creates a file "backup.ab" - Use the Android Backup Extractor to convert the ab-File to a tar-File using
java -jar abe-all.jar unpack backup.ab backup.tar
- Extract the contents of the tar-file (using WinRAR, 7z or something like that) and copy the
apps\org.dashnet.cookieclicker\f\CookieClickerSaveTest.txt
asapps\org.dashnet.cookieclicker\f\CookieClickerSave.txt
(this will basically override your live save with your test save) - Pack it into a tar-File again and convert it to an ab-File using
java -jar abe-all.jar pack backup.tar backup.ab
- Do a
adb restore backup.ab
and confirm on your phone
- Install adb if not installed already
- Connect your phone to your computer via USB and with Debugging enabled
- You have to execute the following command in the terminal now:
adb backup org.dashnet.cookieclicker
and confirm on your phone, which creates a file "backup.ab" - Use the Android Backup Extractor to convert the ab-File to a tar-File using
java -jar abe-all.jar unpack backup.ab backup.tar
- Extract the contents of the tar-file (using WinRAR, 7z or something like that) and go into the folder
apps\org.dashnet.cookieclicker\f
. - If you want to cheat on your Live save, edit the file
CookieClickerSave.txt
.
If you want to cheat on your Alpha save, edit the fileCookieClickerSaveTest.txt
. - Pack it into a tar-File again and convert it to an ab-File using
java -jar abe-all.jar pack backup.tar backup.ab
- Do a
adb restore backup.ab
and confirm on your phone
- Install adb if not installed already
- Connect your phone to your computer via USB and with Debugging enabled
- Look up the package name of the patch, which you want to convert FROM. Let's say, in our case it was "org.dashnet.cookieclicker" (the original patch, just as an example)
- You have to execute the following command in the terminal now:
adb backup org.dashnet.cookieclicker
and confirm on your phone, which creates a file "backup.ab" - Use the Android Backup Extractor to convert the ab-File to a tar-File using
java -jar abe-all.jar unpack backup.ab backup.tar
- Look up the package name of the patch, which you want to convert TO. Let's say, in our case it was "org.dashnet.cookieclickerSuperDuperCommunityPatch" (some community patch, just as an example)
- Extract the contents of the tar-file (using WinRAR, 7z or something like that) and rename the folder
apps\org.dashnet.cookieclicker
toapps\org.dashnet.cookieclickerSuperDuperCommunityPatch
- Rename the previous "backup.ab" and "backup.tar" to "backupOld.ab" and "backupOld.tar" respectively
- You have to execute the following command in the terminal now:
adb backup org.dashnet.cookieclickerSuperDuperCommunityPatch
and confirm on your phone, which creates another file "backup.ab" - Use the Android Backup Extractor to convert the ab-File to a tar-File using
java -jar abe-all.jar unpack backup.ab backup.tar
- Extract just the file
backup.tar\apps\org.dashnet.cookieclickerSuperDuperCommunityPatch\_manifest
and replace theapps\org.dashnet.cookieclickerSuperDuperCommunityPatch\_manifest
from your previously extracted backup. - Pack the previously extracted folder into a tar-File again and convert it to an ab-File using
java -jar abe-all.jar pack backup.tar backup.ab
- Do a
adb restore backup.ab
and confirm on your phone
RIGHT NOW, IT DOESN'T WORK, WILL MAYBE FIX LATER
The Cookie Clicker Mobile Toolbox allows one to convert saves between patches and create backups and restore them.