ADB Backup: fix md5 check on restore.
Add debug capability. Fix backup of images after tarred partitions with too much padding Add more md5 logging. Skip digest check if selected. Change ADB Backup version to 3 for new fixes to image padding. Change-Id: I0f76c0733c523717e4797d1a14c3ae47d046fc8c
This commit is contained in:
committed by
Dees Troy
parent
a82a754bbe
commit
38b83c1da4
+2
-1
@@ -2414,8 +2414,9 @@ bool TWPartition::Raw_Read_Write(PartitionSettings *part_settings) {
|
||||
srcfn = Actual_Block_Device;
|
||||
if (part_settings->adbbackup)
|
||||
destfn = TW_ADB_BACKUP;
|
||||
else
|
||||
else {
|
||||
destfn = part_settings->Backup_Folder + "/" + Backup_FileName;
|
||||
}
|
||||
}
|
||||
else {
|
||||
destfn = Actual_Block_Device;
|
||||
|
||||
Reference in New Issue
Block a user