Moving game data between two Android phones (Cut the rope, Temple Run)
Monday, July 2nd, 2012I just got a new Galaxy Nexus at Google IO and installed all the apps I had on my old phone. The annoying thing, however, is that I would have to start from scratch again as the game data (which levels you completed, how many coins you got) isn’t stored in the Play store per device. To me, this is a real lack of functionality in Android and annoyed me. So here is a hack how to transfer both the game data of Cut The Rope and Temple run from one Android phone to another:
Here are the steps to take:
- Backup your old phone via USB to your harddrive, just create a folder and copy everything in there. In my case this was a ICS phone and you had to connect the phone, say yes to “turn off USB storage”, get the phone as a HD in OSX and go wild)
- Download Android Filetransfer and install it (on Windows, this is not needed)
- In Android File Transfer, create a folder called “Cut the Rope” and copy all the files from your hard drive backup there (
remotesavefile
andremotesavefile.experiments
– if you also played Experiments) - When you start Cut The Rope on the new phone, it will ask you to restore a previous state. Say yes.
- For Temple Run, go to
Android/data
in Filetransfer and create a folder calledcom.imangi.templerun
- In there, create a folder called
files
and copy bothALT_recordmanager.dat
andrecordmanager.dat
from your hard drive into this folder - Temple Run automatically detects the old state
This probably works for many other tools, too. Sadly not for Angry Birds – it seems.