summaryrefslogtreecommitdiffstats
path: root/gui/devices/portrait/res/portrait.xml
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-09-03 16:42:26 +0200
committerDees Troy <dees_troy@teamw.in>2014-09-03 16:42:26 +0200
commit298c4387f7ce8d7488e20792a8e8201a871d4a2b (patch)
treefed39fab1a00b283a542c0a30523d3532eab7997 /gui/devices/portrait/res/portrait.xml
parentadd mtp responder to TWRP. (diff)
downloadandroid_bootable_recovery-298c4387f7ce8d7488e20792a8e8201a871d4a2b.tar
android_bootable_recovery-298c4387f7ce8d7488e20792a8e8201a871d4a2b.tar.gz
android_bootable_recovery-298c4387f7ce8d7488e20792a8e8201a871d4a2b.tar.bz2
android_bootable_recovery-298c4387f7ce8d7488e20792a8e8201a871d4a2b.tar.lz
android_bootable_recovery-298c4387f7ce8d7488e20792a8e8201a871d4a2b.tar.xz
android_bootable_recovery-298c4387f7ce8d7488e20792a8e8201a871d4a2b.tar.zst
android_bootable_recovery-298c4387f7ce8d7488e20792a8e8201a871d4a2b.zip
Diffstat (limited to 'gui/devices/portrait/res/portrait.xml')
-rw-r--r--gui/devices/portrait/res/portrait.xml32
1 files changed, 26 insertions, 6 deletions
diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml
index e07a217bf..06926b125 100644
--- a/gui/devices/portrait/res/portrait.xml
+++ b/gui/devices/portrait/res/portrait.xml
@@ -1108,6 +1108,26 @@
<object type="template" name="footer" />
</page>
+ <page name="refreshfilesystem">
+ <object type="action">
+ <condition var1="tw_check_partition_list" op="=" var2="1" />
+ <actions>
+ <action function="set">partitionlisterror=0</action>
+ <action function="getpartitiondetails"></action>
+ <action function="page">selectfilesystem</action>
+ </actions>
+ </object>
+
+ <object type="action">
+ <condition var1="tw_check_partition_list" op="!=" var2="1" />
+ <actions>
+ <action function="set">partitionlisterror=1</action>
+ <action function="set">tw_wipe_list=</action>
+ <action function="page">advancedwipe</action>
+ </actions>
+ </object>
+ </page>
+
<page name="selectfilesystem">
<object type="template" name="header" />
@@ -1149,7 +1169,7 @@
<text>EXT2</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=ext2</action>
@@ -1171,7 +1191,7 @@
<text>EXT3</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=ext3</action>
@@ -1193,7 +1213,7 @@
<text>EXT4</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=ext4</action>
@@ -1215,7 +1235,7 @@
<text>F2FS</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=f2fs</action>
@@ -1237,7 +1257,7 @@
<text>FAT</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=vfat</action>
@@ -1259,7 +1279,7 @@
<text>exFAT</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=exfat</action>