How do i transfer my game progress from one device to another

I'm planning to buy a new Android phone and I'd like to be able to transfer the progress I have made at several games to the new device, so I won't have to play all the levels again from scratch.

I currently have an HTC Desire and will buy an HTC Evo 3D.

There's probably no simple/general solution to this.

But I was wondering if anyone did something similar and could provide some advice (e.g. where to look for files that might hold game progress information).

Matthew Read

50.3k29 gold badges139 silver badges269 bronze badges

asked Mar 28, 2012 at 7:15

There are two places you should look for, the external memory (SD card or a directory that is used for similar purpose) and the internal memory (the /data/data directory). You may need to be rooted to access the latter.

In the best case scenario, the game saves all your progresses in the cloud, then you just need to reenter your login and it's all restored. This is typically only the case for online games.

Some games may provide a menu to export the save data or an external app to do so, if they exist then you should preferably use them.

answered Mar 28, 2012 at 7:28

If you are on Android 4.0 or up, you can use the adb backup resp. adb restore command even without rooting your device. The syntax is:

adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|nosystem] [<packages...>]

To do a full backup, this would e.g. mean adb backup –apk –shared –all –f /backup/mybackup.ab (resp. adb restore /backup/mybackup.ab to restore the backup on the new device). But keep in mind this would mean "all-or-nothing" -- you cannot restore single apps this way. So you rather might want to include the package names of the apps to transfer. To find those, e.g. look up the apps on Google Play -- you'll find the package names in the URL (id=<package_name>). Your backup command then would look like:

adb backup –apk –shared –f /backup/mybackup.ab com.foobar.app1 org.foobar.app2 net.foobar.app3

Restore stays the same, as adb restore always restores everything from the backup file (no selection of parts available here).

For a list of available ADB commands, see e.g. here.

answered Jan 24, 2013 at 11:56

IzzyIzzy

89.4k69 gold badges330 silver badges907 bronze badges

4

You might also look into an app like Titanium Backup or MyBackup Pro and choose to save user apps + data and then restore to your new phone.

answered Mar 28, 2012 at 8:11

SparxSparx

10.9k6 gold badges30 silver badges43 bronze badges

1

I recently transferred game progress using my computer from an LG phone to a Droid Maxx. I will use Fallout Shelter as my example because the website said game progress/purchases could not be transferred.

  1. I created a folder on my desktop for files from the LG and looked through the phones files until I found com.bethsoft.falloutshelter.
  2. I moved that to the folder I created on the computer. I had started a new game on the Droid Maxx so I could find where to put the file from the computer.
  3. Once I found the com.bethsoft.falloutshelter file on the Droid Maxx I replaced it with the copy I put on my computer.

I loaded up the game and all of my progress and purchases had been transferred to the Droid. This works for games, photos, and music. I do not know if this works with iPhones.

Firelord

23.7k19 gold badges116 silver badges265 bronze badges

answered Oct 3, 2015 at 3:36

If you use Dropbox, Astro File Manager, and APK Extractor apps, you can move games and all saved data to your new device without root.

  1. Open Astro FM, hit the top-left button, then hit location
  2. Open Dropbox and set up an account
  3. Find the game files/folders in Astro FM and long-press, copy files to the new Dropbox account
  4. Download APK Extractor and open it, find your game, and hit extract
  5. Go back into Astro FM and find the extracted file and copy that file to Dropbox
  6. On the new device, open Astro, go into Dropbox, and copy files to new device in the same location they came from on the old device
  7. Finally, copy the extracted APK file to SD
  8. It will ask if you want to install, hit yes, and enjoy

Note: you need to allow outside apps by going in settings then apps, check the box that allows outside apps

Andrew T.

12.7k9 gold badges62 silver badges107 bronze badges

answered Sep 24, 2014 at 2:11

0

Honestly, if you don't want to root, you're screwed, and even then it rarely works properly.

You can manually back up some of your games or use non-root backup apps, and the few that use the cloud are a blessing, but most game progress just won't back up and is lost in the process due to lack of root access.

Backup apps work for about 30-40% of games but aren't worth violating your warranty by rooting IMO. If you want to violate your warranty on your new device, go right ahead, but don't say I didn't warn you. If your phone decides to brick on you one day, you lost your money.

Andrew T.

12.7k9 gold badges62 silver badges107 bronze badges

answered Dec 19, 2012 at 5:49

1

You should check out Helium - App Sync and Backup which work's without root. The Google Play Store page for Helium has a video showing you how to use it (or click here).

It's worth mentioning, if you don't want to purchase premium use the PC download feature, which let's you store the backup on your PC, then restore it on another device.

Mark

3851 gold badge5 silver badges11 bronze badges

answered Nov 24, 2014 at 13:50

1

I did it with Minecraft, you just have to find your game progress in your old phone storage (I recommend you to do this with a File Manager). If you can't find it, look for it on Google for a specific game (find on Google where is the progress for that game stored).

Then install Wi-Fi file transfer from Google Play on the old phone so you can access your old phone from your new phone. Then download data progress on your new phone. And then just put downloaded data on the place where the game progress is on the new phone.

Andrew T.

12.7k9 gold badges62 silver badges107 bronze badges

answered Apr 1, 2015 at 20:27

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged

.

Can I transfer my game progress to another device?

To transfer your game from one device to another, you need to be logged in to Google Play. Simply log in on your new device with the same account you used on the old one, download the game in Play Market, and continue playing.

How do I sync game progress across devices?

Sign In to Google Play Games Services using desired Gmail ID. 2. Launch the game in order to Sync current game progress with the Google Play Google Services ID. To Sync game progress across multiple Android devices, you need to Log-In to all devices using the same Google Play Google Services ID and then play the game.

How do I transfer my game progress to a new phone?

Copy and Paste Method to Migrate Game Data and Game Go to File Manager/Explorer > Android > Data. Find your game folder and copy the OBB file. Install the game on the new phone without opening it. Paste the OBB file in the same location on the new phone (Android > Data > game folder).

Can you transfer game data from one Apple device to another?

Quick Start: Use your iPhone or iPad to automatically set up a new device. iCloud: Transfer your data and purchased content to your new device from your previous device's iCloud backup. iTunes or Finder: Transfer your data and purchased content to your new device from a backup you made with iTunes or Finder.

Toplist

Latest post

TAGs