Added support for flash image in both slots

Change-Id: Iafda62a5f77f7c1f564f1a2ec0a59aefaf5e1266
This commit is contained in:
epicX
2021-03-07 18:34:03 -05:00
committed by bigbiff
parent 98203ceebe
commit 8f52c0a73d
7 changed files with 121 additions and 7 deletions
+28 -1
View File
@@ -372,7 +372,10 @@
<condition var1="tw_selectimage" var2="1"/>
<condition var1="tw_filename" op="modified"/>
</conditions>
<action function="page">flashimage_confirm</action>
<actions>
<action function="set">tw_is_slot_part=0</action>
<action function="page">flashimage_confirm</action>
</actions>
</action>
<action>
@@ -711,6 +714,30 @@
<listtype name="flashimg"/>
</partitionlist>
<button style="checkbox">
<conditions>
<condition var1="tw_is_slot_part" op="=" var2="1"/>
<condition var1="tw_flash_both_slots" op="=" var2="0"/>
<condition var1="tw_has_boot_slots" var2="1"/>
</conditions>
<placement x="%col1_x_left%" y="%row14a_y%" textplacement="6"/>
<text>{@flash_ab_both_slots=Flash to both slots}</text>
<image resource="checkbox_false"/>
<action function="set">tw_flash_both_slots=1</action>
</button>
<button style="checkbox">
<conditions>
<condition var1="tw_is_slot_part" op="=" var2="1"/>
<condition var1="tw_flash_both_slots" op="=" var2="1"/>
<condition var1="tw_has_boot_slots" var2="1"/>
</conditions>
<placement x="%col1_x_left%" y="%row14a_y%" textplacement="6"/>
<text>{@flash_ab_both_slots=Flash to both slots}</text>
<image resource="checkbox_true"/>
<action function="set">tw_flash_both_slots=0</action>
</button>
<slider>
<text>{@swipe_flash=Swipe to confirm Flash}</text>
<actions>
+1
View File
@@ -740,6 +740,7 @@
<string name="unmount_system_err">Failed unmounting System</string>
<string name="flash_ab_inactive">Flashing A/B zip to inactive slot: {1}</string>
<string name="flash_ab_reboot">To flash additional zips, please reboot recovery to switch to the updated slot.</string>
<string name="flash_ab_both_slots">Flash to both slots</string>
<string name="ozip_decrypt_decryption">Starting Ozip Decryption...</string>
<string name="ozip_decrypt_finish">Ozip Decryption Finished!</string>
<string name="fbe_wipe_msg">WARNING: {1} wiped. FBE device should be booted into Android and not Recovery to set initial FBE policy after wipe.</string>
+28 -1
View File
@@ -329,7 +329,10 @@
<condition var1="tw_selectimage" var2="1"/>
<condition var1="tw_filename" op="modified"/>
</conditions>
<action function="page">flashimage_confirm</action>
<actions>
<action function="set">tw_is_slot_part=0</action>
<action function="page">flashimage_confirm</action>
</actions>
</action>
<action>
@@ -662,6 +665,30 @@
<listtype name="flashimg"/>
</partitionlist>
<button style="checkbox">
<conditions>
<condition var1="tw_is_slot_part" op="=" var2="1"/>
<condition var1="tw_flash_both_slots" op="=" var2="0"/>
<condition var1="tw_has_boot_slots" var2="1"/>
</conditions>
<placement x="%indent%" y="%row19a_y%" textplacement="6"/>
<text>{@flash_ab_both_slots=Flash to both slots}</text>
<image resource="checkbox_false"/>
<action function="set">tw_flash_both_slots=1</action>
</button>
<button style="checkbox">
<conditions>
<condition var1="tw_is_slot_part" op="=" var2="1"/>
<condition var1="tw_flash_both_slots" op="=" var2="1"/>
<condition var1="tw_has_boot_slots" var2="1"/>
</conditions>
<placement x="%indent%" y="%row19a_y%" textplacement="6"/>
<text>{@flash_ab_both_slots=Flash to both slots}</text>
<image resource="checkbox_true"/>
<action function="set">tw_flash_both_slots=0</action>
</button>
<slider>
<text>{@swipe_flash=Swipe to confirm Flash}</text>
<actions>
+28 -1
View File
@@ -442,7 +442,10 @@
<condition var1="tw_selectimage" var2="1"/>
<condition var1="tw_filename" op="modified"/>
</conditions>
<action function="page">flashimage_type</action>
<actions>
<action function="set">tw_is_slot_part=0</action>
<action function="page">flashimage_type</action>
</actions>
</action>
<action>
@@ -860,6 +863,30 @@
<listtype name="flashimg"/>
</partitionlist>
<button style="checkbox">
<conditions>
<condition var1="tw_is_slot_part" op="=" var2="1"/>
<condition var1="tw_flash_both_slots" op="=" var2="0"/>
<condition var1="tw_has_boot_slots" var2="1"/>
</conditions>
<placement x="%col2_x_left%" y="%row11_y%" textplacement="6"/>
<text>{@flash_ab_both_slots=Flash to both slots}</text>
<image resource="checkbox_false"/>
<action function="set">tw_flash_both_slots=1</action>
</button>
<button style="checkbox">
<conditions>
<condition var1="tw_is_slot_part" op="=" var2="1"/>
<condition var1="tw_flash_both_slots" op="=" var2="1"/>
<condition var1="tw_has_boot_slots" var2="1"/>
</conditions>
<placement x="%col2_x_left%" y="%row11_y%" textplacement="6"/>
<text>{@flash_ab_both_slots=Flash to both slots}</text>
<image resource="checkbox_true"/>
<action function="set">tw_flash_both_slots=0</action>
</button>
<button>
<placement x="%col1_x_left%" y="%row11_y%"/>
<highlight color="%highlight_color%"/>