Hello! I recently started playing Pixel Dungeon and I love it!
I play it on my phone (gnex CM11) and my tablet (HP Touchpad CM10.2). This morning I wanted to find a way to keep the games current on each so when I play I can pick up where I left off, no matter what device I am using. Eventually I came to the conclusion that I can directly use ADB to pull and push the game information to make backups and transfer those between my devices.
Almost immediately I realized that this would become tedious, so I made a little batch file to pull a backup then push that backup onto a different device. I figured that maybe other people would find this useful, so I made it a bit more sophisticated and user friendly.
Pixel Dungeon Savegame Utility v0.1by brewton
FEATURESBack up and restore your Pixel Dungeon files
Restore the most recent backup, or a specific backup
YOU WILL NEED Android SDKA rooted Android Device
Edit the .bat file with Notepad and edit these lines to point to the correct locations on your computer.
:: CHANGE THESE VALUES TO THE LOCATIONS ON YOUR COMPUTER
:: ADB IS YOUR ADB DIRECTORY. PIX IS YOUR SAVE GAME DIRECTORY.
SET ADB=d:\android\sdk\platform-tools\
SET PIX=d:\pixeldungeon\
NOTES- This program is Windows based. I might throw together a Linux version. Probably won't have Apple support.
- Right now this can only restore a complete backup.
In future it will be able to restore specific character classes, rankings, and badges.
- Definitely do not disconnect your Android device while the file is running. It would be bad.
If you want to download the files from one device and upload to another you must restart the program.
I will probably fix this at some point.
DISCLAIMERUse at your own risk. I take no responsibility for damage to your device, computer, or loss of data.