It was discovered awhile ago, but an unpublished feature to the latest versions of ADB is the ability to create backups without root or unlocking the bootloader. There are some limitations. Users must be running Android 4.0 or higher and the backup is only for data. This means it won’t backup applications, but rather the application data. As an example, if you have Angry Birds and you’ve beaten all the levels, an ADB backup will retain those beaten levels. You then have to re-download Angry Birds manually, then restore the app data and all will be as it was. So, in reality, it’s a two step process. Back up the application data, then either write down or find another way to backup the application so you can install it and restore the data afterward.
The process is otherwise quite simple, if a little tedious. Users are required to have the Android SDK installed in order to get things started. Once that’s done, it’s simply a matter of plugging the device into a PC, running a few ADB commands, setting an encryption password—did we mention the data is encrypted?—and then restoring it once you need it. For the full process, check the source link.
0 Comment:
Post a Comment