-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How I restore the full backup in other android? Thanks a lot #1
Comments
If you meant to ask "How do I restore a full `backup.ab` onto another Android device?" then the answer is "You don't".
Unless the other device is an identical model running the same Android version, it'll probably break it, which will require a factory reset to fix.
However, assuming you backed up (both with `adb backup` and manually, for apps that fail to backup using `adb`) the new device, you can try restoring non-system apps from the old device to the new one by doing `adb backup` from the old device, then doing `hoardy-adb split backup.ab`, and then doing `adb restore` to the new device.
|
Brother, actually, I want to backup my games to a non rooted device (Samsung A13), to another non rooted (Asus ROG Phone 2).
Nothing seem to work :(**** I've been looking for a tool or solution for days. Could you help me find a simple solution? Thank you very much. I really appreciate 🤍 |
I have a feeling either you did not read the whole of this repo's `README.md` (from its top to "Usage" section) or maybe the explanation there is not as good as I hoped.
Did you run `adb backup` with your source phone? Did it work? Does running `hoardy-adb split backup.ab` on the resulting `backup.ab` file produce per-app `.ab` files for your games?
If it does, you can then `adb restore` those per-app `.ab` files to the other phone.
If it does not, then `hoardy-adb` can't help you, sorry, see https://gist.github.com/AnatomicJC/e773dd55ae60ab0b2d6dd2351eb977c1, various backup apps no F-Droid (e.g. BARIA
https://f-droid.org/packages/com.easwareapps.baria/), and/or Google for other options.
|
Sorry my friend, my programing skills are literally 0 I tried and follow your instructions. But since I didn't understand them, I asked the chat chatgpt, and I put to make the backup. But I can't restore it. When I'm in The process I get: "restore ended" no "restore finalized" What I got when I made the backup ("backup finalized") correct me if I am so wrong haha! I only backup up one apk Because I left a whole day and absolutely nothing happened. I know it's a lot to ask for, but I just want a very easy to use tool to do this :( Thanks a lot friend, I apologize for my IQ ;) (Also my English is broken haha) |
I asked the chat chatgpt, and I put to make the backup. But I can't restore it. When I'm in The process I get: "restore ended" no "restore finalized" What I got when I made the backup ("backup finalized") correct me if I am so wrong haha!
- What tool are you using to do backups? What are the steps you are following? List them is as much detail as possible.
- What tool are you using to restore your backups? What are the steps you are following? List them is as much detail as possible too.
|
Brother, I literally have what I have been using, please, do you have another solution🥰 |
thanks buddy
The text was updated successfully, but these errors were encountered: