/*
* Your warranty is... still valid!
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed.
* Please do some research yourself before asking or use anything on this thread.
* I do not offer private assistance via Telegram or any other social outside XDA.
*/
I've noticed that some users, myself included, are reporting that Nandroid backups made from TWRP are not always reliable for restore the phone to a previous working state from a soft brick / bootloop scenario.
PartitionsBackupper
That's where this tool come in. It's a simple batch script that uses adb shell and fastboot commands to backup the images of all partitions present in/dev/block
with dd. All without root.Requirements:
- Unlocked bootloader
- TWRP recovery
- ADB & Fastboot drivers + MTK VCOM drivers
- Tested and built only for the OnePlus Nord 2
Changelog:
- 1.1
Bugfixes - 1.2
Code enhancement - 1.3
Added missing partitions
Code enhancement - 1.4
Added log file generation
Vbmeta will flash for last - 1.5
Enhanced log generation
Enhanced vbmeta flashing - 1.6
Bugfixes
Fixed fastboot/bootloader flash process - 1.7
Code enhancement
Fixed boot_para flash process - 1.8
Added adb/fastboot flash issues detection - 1.8.1
Added linux version!
Not working:
This tool will still not backup the system and my_* partitions. A fix is coming up.- This tool WILL NOT backup the userdata partition.
Because it would backup the entire internal storage along with it.
I recommend to still do a Nandroid backup with TWRP of just the data partition if you wish to back it up.
DOWNLOAD
↓ attached file ↓
↓ attached file ↓
Attachments
Last edited: