It's a little program, written in Java, which enables support for:
- Transferring saves between different community patches (since 1.1.0 full support)
- Transferring and copying saves between devices
- Cheating (since 1.1.0 full support for manual cheating, e.g. editing files yourself)
- Backup of saves
- Restoring old backups
- Download a community patch on your phone, install it and collect at least 1 cookie in there
- Download the toolbox
- Install adb, if not already installed and add it to your
PATH
- Install Java (at least 8), if not already installed
- Enable developer options on your phone and enable USB Debugging in the developer options
- Download a community patch on your phone, install it and collect at least 1 cookie in there
- Download my program on a Linux computer
- Install adb with
sudo apt install android-tools-adb
, if not already installed and add it to yourenvironment
- Install Java (at least 8) with
sudo apt-get install openjdk-8-jre
, if not already installed - Enable developer options on your phone and enable USB Debugging in the developer options
Should be supported afaik, but I can't test it myself.
In general, it should be nearly the same as on Linux, apart from installing adb, which is different.
- Make sure, your phone is connected to the PC via USB and you have followed the "Installation and preparation" steps (also, if you use
adb
yourself, make sure, there is no emulator and no second device running or something like that) - Start the toolbox and click on the "Backup" button
- Choose the patch you want to backup your save from and click the "Choose" button
- Go to your desired backup location and press on "Save"
- Your phone should get a popup message, click on "Backup" or something similar and DON'T TYPE IN ANY PASSWORD
- Your backup should be saved in your chosen folder
- Make sure, your phone is connected to the PC via USB and you have followed the "Installation and preparation" steps (also, if you use
adb
yourself, make sure, there is no emulator and no second device running or something like that) - Start the toolbox and click on the "Restore" button
- Go to the backup location and open the
package.list
in there - Your phone should get a popup message, click on "Restore" or something similar and DON'T TYPE IN ANY PASSWORD
- Your backup should now have been restored
- Make sure, your phone is connected to the PC via USB and you have followed the "Installation and preparation" steps (also, if you use
adb
yourself, make sure, there is no emulator and no second device running or something like that) - Click on the "Convert save" button
- Go to the save location, which should be converted, and open the
package.list
in there - Go to your desired target location and press on "Save"
- Choose the patch you want to convert your save to and click the "Choose" button
- Your phone should get a popup message, click on "Backup" or something similar and DON'T TYPE IN ANY PASSWORD
- Your save should have been converted now and the old save should still be available
If you want to cheat yourself cookies, buildings or anything else: Well, here you go:
- Create a backup of your save with the toolbox as described here on this page (you may want to create 2, as you can quickly brick your save and consequently wipe it)
- Go to the folder with your backup and go into
apps/org.dashnet.cookieclicker*/f
- If you want to edit your live slot, edit the file
CookieClickerSave.txt
. If you want to edit your alpha slot, edit the fileCookieClickerSaveTest.txt
- Edit everything you want to edit in there
- Restore the save with the toolbox as described here on this page