私は新しい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カードまたはディレクトリ)と内部メモリ( 最適なシナリオでは、ゲームはクラウド内のすべての進行状況を保存してから、あなたのログインを再入力するだけで復元されるだけです。これは通常、オンラインゲームの場合にのみです。 一部のゲームは、保存データまたは外部アプリをエクスポートするためのメニューを提供することができ、そうすることができれば、それらを使用するのが好ましい。 99887766664330
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上にある場合は、<コード> 998877666544331 RESPを使用できます。 adb restore
デバイスを応援しなくてもコマンド。構文は次のとおりです。
<コード> adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|nosystem] [<packages...>]
フルバックアップをするために、これは例えばこれであろう。 mean 99887665544334
(新しいデバイス上のバックアップを復元するための 9988766544335
)。しかし、これを覚えておいてください。そのため、転送するアプリのパッケージ名を含めることをお勧めします。それらを見つけるために。 Google Playのアプリを調べてください - パッケージ名はURLにあります( 998877666544336
)。その後、バックアップコマンドは次のようになります。
復元は、<コード> 99887665544338 が常にバックアップファイルからすべてを復元する(ここで利用可能な部品の選択なし)を常に復元します。
利用可能な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のようなアプリを調べて、ユーザーApps +データを保存してから新しい電話に復元することを選択することもできます。
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
を見つけるまで電話機のファイルを探しました。 9988776554331
ファイルを見つけたら、私はそれを私のコンピュータに置くコピーと交換しました。 私はゲームをロードし、私の進歩と購入のすべてがドロイドに転送されました。これはゲーム、写真、そして音楽にも便利です。これが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バックアップアプリを使うことができ、クラウドを使うのは祝福ですが、ほとんどのゲームの進歩はバックアップされず、ルートアクセスの欠如のためにプロセスで失われます。バックアップアプリはゲームの約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 File ManagerアプリとAPKを使用している場合。 Extractor App Uは、rootをなくても新しいデバイスに保存されたデータを新しいデバイスに移動できます。最上の左ボタンが表示されます。たとして左上のボタン...ヒットロケーション...をヒットしてAcctを設定します。 AstroとLong Press、ファイルを新しいDropbox Acctにコピーします。ダウンロードAPK。アストロプに戻って抽出して抽出されたファイルを見つけて、抽出されたファイルを見つけて、抽出されたファイルを見つけてください。そのファイルをDropboxに見つけてください...新しいデバイスに移動して、Astroを開く。古いデバイスから来たのと同じ場所にある新しいデバイス。抽出したAPKファイルをSDにコピーします。これをインストールしたいかどうかを尋ねます。はい、楽しんでください...注* use * applosを許可する必要があります。 apps in paptsのgoin。apps appsを許可するボックスをチェック
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でそれをやりました、あなたはあなたの古い電話ストレージであなたのゲームの進歩を見つけなければなりません(私はあなたがファイルメノガーでこれをするのはあなたに勧告します)。 Googleで見つけると、そのゲームの進捗状況は保存されています。次に、古い電話でWiFiファイルの転送を再生することで、新しい電話から古い携帯電話をACESSEにすることができます。その後、新しい電話でデータの進行状況をダウンロードしてください。そして、新しい電話でゲームの進行状況がある場所にダウンロードされたデータを入れるだけです。
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 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有