commit | 5c4a0aa453927a51e6ac740243ca0786893c7c5e | [log] [tgz] |
---|---|---|
author | Darth9 <reyprimerjefe@gmail.com> | Fri Aug 26 09:03:33 2022 +0100 |
committer | Captain Throwback <captainthrowback@hotmail.com> | Fri Sep 23 16:44:02 2022 -0400 |
tree | 597f099a5374b1d4fed59aaf970950e218463419 | |
parent | 2136fc5b91963fc21e782614ce6cfd55ca065eb9 [diff] |
Unblock partitions before reflashing current TWRP Change-Id: Idf54f302824cfbddb5d5be50b676dbc58435ef51
diff --git a/twrpRepacker.cpp b/twrpRepacker.cpp index 6ac2ce9..1da19e2 100755 --- a/twrpRepacker.cpp +++ b/twrpRepacker.cpp
@@ -270,6 +270,7 @@ LOGERR("can not find ramdisk-files.txt"); return false; } + PartitionManager.Unlock_Block_Partitions(); Repack_Options_struct Repack_Options; Repack_Options.Disable_Verity = false; Repack_Options.Disable_Force_Encrypt = false;