This is an Android app that will allow you to backup some partitions image on rooted Android phones.
There are many partitions that are unsupported by Rom Backup App.
Common unsupported partitions are:
- userdata
- system
- vendor
- cache
and more.
Every mounted partition is unsupported by Rom Backup app, because cannot be reflashed later after backup. the backup of mounted partitions is usually corrupted.
This app can find available partitions on devices and allow user to choose which one he want backup.
The available partitions found on device and thier size are rely manufacturer.
You can view the size of partition or in raw or formatted size.
this option can be turned off in app settings.
partitions are saved on your sdcard as binary image format. so that image files like boot and recovery can be reflash again.
Not all visible partitions are supported.
Before flashing the backed up partition make sure it is not corrupted otherwise you may break your device and i can not be responsible for any damage you made to your device. proceed at your own risk.
You can turn on auto compress feature in app settings, to compress the saved partitions automatically to zip or tar archive. reduce storage space and save safely.
Rom Backup uses the following binaries for simple shell operations.
- Busybox
Executable binary of busybox extracted from https://github.com/meefik/busybox
Licensed under GPL-2.0 License.
-
Zip
Cross Compiled zip Binary for Android extracted from https://github.com/Zackptg5/Cross-Compiled-Binaries-Android
Licensed under Other Open Source.