我打算买一个新的Android手机,我希望能够转移我在几款游戏中的进展到新设备,所以我不必再次从头开始播放所有级别。
我目前有一个htc欲望,并将购买HTC EVO 3D。
可能没有简单/一般的解决方案。
但我想知道是否有人做了类似的事情,可以提供一些建议(例如,在哪里寻找可能保存游戏进度信息的文件)。
我打算买一个新的Android手机,我希望能够转移我在几款游戏中的进展到新设备,所以我不必再次从头开始播放所有级别。
我目前有一个htc欲望,并将购买HTC EVO 3D。
可能没有简单/一般的解决方案。
但我想知道是否有人做了类似的事情,可以提供一些建议(例如,在哪里寻找可能保存游戏进度信息的文件)。
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).
您应该查找两个地方,外部存储器(SD卡或用于类似目的的目录)和内部存储器( /data/data
目录)。您可能需要植根才能访问后者。
在最好的情况下,游戏可以保存云中的所有进展,然后您只需要重新输入您的登录,并且它既恢复。这通常只是在线游戏的情况。
一些游戏可以提供菜单来导出保存数据或外部应用程序,以便这样做,如果它们存在,则应优选地使用它们。
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.
如果您在Android 4.0或Up上,您可以使用 adb backup
resp。 adb restore
命令即使没有根烙您的设备。语法是:
adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|nosystem] [<packages...>]
要做一个完整的备份,这将是例如。意味着 adb backup –apk –shared –all –f /backup/mybackup.ab
(resp。 adb restore /backup/mybackup.ab
恢复新设备上的备份)。但请记住这将意味着"全部或全无" - 您无法以这种方式还原单个应用程序。所以你宁愿想包括应用程序的包名传输。找到那些,例如查找Google Play上的应用程序 - 您将在URL中找到包名称( id=<package_name>
)。你的备份命令看起来像:
adb backup –apk –shared –f /backup/mybackup.ab com.foobar.app1 org.foobar.app2 net.foobar.app3
恢复保持不变,如 adb restore
始终从备份文件中恢复所有内容(在此处提供零件)。
有关可用的adb命令列表,请参阅例如这里。
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 xe2x80x93apk xe2x80x93shared xe2x80x93all xe2x80x93f /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 xe2x80x93apk xe2x80x93shared xe2x80x93f /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.
您也可能会查看像Titanium Backup或MyBackup Pro等应用程序,并选择保存用户应用程序+数据,然后还原到您的新手机。
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.
我最近使用我的计算机从LG手机到DROID MAXX转移游戏进度。我将使用辐射避难所作为我的例子,因为该网站表示游戏进度/购买无法转移。
com.bethsoft.falloutshelter
。 abcdefghijklmnadb backup0
文件,我在droid maxx上我用我的计算机上的副本替换它。 我加载了游戏,我的所有进度和购买都被转移到机器人。这适用于游戏,照片和音乐。我不知道这是否与iPhone有用。
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.
com.bethsoft.falloutshelter
. 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.
诚实地,如果你不想root你搞砸,甚至它也很少正常工作。您可以手动备份您的一些游戏或使用非根备份应用程序,使用云的少数几个祝福,但大多数游戏进度就不会备份,并且由于缺乏root访问而在此过程中丢失。备份应用程序为约30-40%的游戏工作,但不值得通过生根imo违反您的保修。如果您想违反您的新设备的保修,请执行前进,但不要说我没有警告过您。如果您的手机在有一天损失您的钱,那么您丢失了您的钱。
Honestly, if you don't want to root you're screwed and even then it rarely works properly. You can manually backup some of your games or use non root backup apps and the few that use cloud are a blessing but most game progress just won't backup and is lost in the process due to lack of root access. Backup apps work for about 30-40% of games but isn'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.
如果您使用Dropbox,Astro文件管理器应用程序和APK。 Extractor App U可以将游戏和所有保存的数据移动到您的新设备没有root ..请打开Astro .. Hit左上角按钮..然后点击位置......点击Dropbox并设置ACCT .NEN查找游戏文件/文件夹astro和longpress,将文件复制到新的Dropbox ACCT ..下载APK。 Extraction和Open ......从你的游戏和命中提取物......返回Astro并找到提取的文件。文件到Dropbox中的文件......转到新设备并将Astro ...进入Dropbox并复制文件新设备在同一位置他们来自旧设备。最后将提取的apk文件复制到sd ..它会问你是否想要安装..是和享受...注意*你需要允许外部应用程序Goin在设置中随机应用程序.Check允许外部应用程序的框
if u use dropbox,astro file manager app and apk. extractor app u can move games and all saved data to your new device without root..just open astro..hit top left button..then hit location...hit dropbox and set up acct..then find game files/ folders in astro and longpress, copy files to new dropbox acct.. download apk. extracter and open it..find your game and hit extract...go back into astro and find the extracted file..copy that file to dropbox...go on new device and open astro..go into dropbox and copy files to new device in the same location they came from on old device..finally copy the extracted apk file to sd..it will ask if u want to install..hit yes and enjoy...note* u need to allow outside apps by goin in settings then apps..check the box that allows outside apps
你应该看看氦气。我认为它即使没有root访问。
You should check out Helium. I think it works even without root access.
我用MINECRAFT做到了,你只需要在旧的手机存储中找到你的游戏进度(我用文件engomager做到这一点),如果你找不到它在谷歌上寻找特定游戏(在Google上查找该游戏的进度在哪里存储)。然后从旧手机上安装从Google Play的WiFi文件传输,以便您可以从新手机中恢复旧手机。然后在新手机上下载数据进度。然后只是把下载的数据放在一个地方,在新手机上的游戏进度。
I did it with minecraft, you just have to find your game progress in your old phone storage (I recomand you to do this with file menager), if you can't find it look for it on google for specific game (find on google where is the progress for that game stored). Then install wifi file transfer from google play on old phone so you can acess your old phone from your new phone. Then download data progress on your new phone. And then just put downloaded data on place where is the game progress on new phone.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有