Starting from A/B Android devices where the device has two identical partitions for several partitions such as system, boot, etc.
In the case of flashing a ROM usually it is done on the active partition and the other one is left out with older system data.
The copy-partitions-20220613-signed.zip file is made as recovery flashable and makes sure that both the active and inactive partitions on the device has the same data.
This copy-partition script was created by LineageOS developer erfanoabdi and filipepferraz
File info:
- name: copy-partitions-20220613-signed.zip
- md5:
79f2f860830f023b7030c29bfbea7737
- sha256:
92f03b54dc029e9ca2d68858c14b649974838d73fdb006f9a07a503f2eddd2cd
Make sure you verify the file info before you flash this on your device.
shasum -a 256 -c /Users/danp/Downloads/copy-partitions-20220613-signed.zip
shasum: /Users/danp/Downloads/copy-partitions-20220613-signed.zip: no properly formatted SHA checksum lines found
I ran this on my Mac, and got the error result above.
Thanks in advance!