这应该是简单的,但显然,它不是。
我想通过USB完成我的小MI A2(ROM,APP,DATA,ALL)到我的Windows PC。
如果出现问题(引导循环,崩溃,任何),我想将整个备份恢复为它,以便它与备份之前完全相同(相同的ROM,相同的应用程序,相同的数据,无论如何,所有相同),如<强>时间机器。
如何做到这一点?
这应该是简单的,但显然,它不是。
我想通过USB完成我的小MI A2(ROM,APP,DATA,ALL)到我的Windows PC。
如果出现问题(引导循环,崩溃,任何),我想将整个备份恢复为它,以便它与备份之前完全相同(相同的ROM,相同的应用程序,相同的数据,无论如何,所有相同),如<强>时间机器。
如何做到这一点?
This should be simple, but apparently, it is not.
I want to make a full backup of my Xiaomi MI A2 (ROM, App, Data, All) to my Windows PC via USB.
If there is a problem (boot loop, crash, anything), I want to restore the entire backup to it so that it stays EXACTLY the same as before the backup (same ROM, same apps, same data, anyway, all the same), like a time machine.
How to do this?
闪存(或暂时启动)像TWRP这样的自定义恢复,您将能够制作NANDROID备份。它通常包括引导映像,系统图像和内部数据(不包括图片,音乐,下载等)。
恢复NANDROID备份时,一切都会返回备份前的确切状态。
您将无法容易地备份引导映像和系统图像。
您可以在标签wiki 的 nandroid 标签。
note :甚至暂时引导到twrp需要一个解锁的引导程序(如果它之前锁定)。如果您之前未解锁它,请注意,这样做浪费了手机上的所有数据,包括您的内部存储,其中您的图片,音乐和下载驻留。
Flash (or temporarily boot) a custom recovery like TWRP, and you'll be able to make a Nandroid backup. It typically includes the boot image, the system image and your internal data (excluding Pictures, Musics, Downloads etc.).
When you restore a Nandroid backup, everything goes back to the exact state before the backup.
You won't be able to back up the boot image and the system image easily otherwise.
You can read more at the tag wiki of our nandroid tag.
Note: Even booting temporarily into TWRP requires an unlocked bootloader (if it's previously locked). If you haven't previously unlocked it, be aware that doing so wipes out all data on your phone, including your internal storage where your pictures, musics and downloads reside.
如果TWRP不是您的选项(锁定的引导程序,不支持的设备等),则可能需要查看氦气。氦气是一种基于氮的基于ADB的解决方案,原则上与TWRP相似。它传输(双向)应用程序以及批判性的应用数据。您的Android上有两个安装,应用程序和PC上的伴侣程序。
如果(大如果,我知道)您知道所有文件的位置,您只能在Android上使用FTP服务器推送并从PC中拉动。
签出其中的Android应用程序存储数据?如果您想要走那条路。如果你是FTP的新手,在 https有一个很好的教程://www.guidingtech.com/use-ftp-server-file-transfer-android/
希望这有帮助。
If TWRP is not an option for you (locked bootloader, unsupported device etc), you may want to check out Helium. Helium is a no-root adb-based solution similar in principle to TWRP. It transfers (bi-directional) apps and also the critically important app data. There are two installs, the app on your android and the companion program on your PC.
If (big if, I know) you know where all your files are, you could just use an ftp server on your android to push to and pull from PC.
Check out Where Android apps store data? if you'd like to go that route. And if you're new to FTP, there's a good tutorial at https://www.guidingtech.com/use-ftp-server-file-transfer-android/
Hope this helps.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有