From 87c7bac9c9a2875feb8cf67284f3530fc371c468 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Sun, 25 May 2014 21:41:08 -0500 Subject: Add options to repair or change file system Change-Id: I9043e98e1e1ed4722f05c13a60b43d2d0bf739f6 --- gui/devices/800x1280/res/ui.xml | 348 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 345 insertions(+), 3 deletions(-) (limited to 'gui/devices/800x1280/res') diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml index b70837bc7..134b899c9 100755 --- a/gui/devices/800x1280/res/ui.xml +++ b/gui/devices/800x1280/res/ui.xml @@ -178,7 +178,8 @@ - + + @@ -1151,7 +1152,10 @@ Advanced Wipe - advancedwipe + + partitionlisterror=0 + advancedwipe + @@ -1204,6 +1208,10 @@ + + tw_wipe_list= + + @@ -1238,6 +1246,25 @@ + + + + + + Repair or Change File System + + + checkpartitionlist + + + + + + + + Invalid partition selection + + @@ -1335,6 +1362,320 @@ + + + + + partitionlisterror=0 + + partitionoptions + + + + + + + partitionlisterror=1 + tw_wipe_list= + advancedwipe + + + + + + + + + + + Partition Options for: %tw_partition_name% + + + + + + Mount Point: %tw_partition_mount_point% + + + + + + Current file system: %tw_partition_file_system% + + + + + + + Present: Yes + + + + + + + Present: No + + + + + + + Removable: Yes + + + + + + + Removable: No + + + + + + Size: %tw_partition_size%MB + + + + + + Used: %tw_partition_used%MB + + + + + + Free: %tw_partition_free%MB + + + + + + Backup Size: %tw_partition_backup_size%MB + + + + + + + + Repair + + + tw_back=partitionoptions + tw_action=repair + tw_action_param=%tw_partition_mount_point% + tw_has_action2=0 + tw_text1=Repair %tw_partition_name%? + tw_text2= + tw_action_text1=Repairing... + tw_complete_text1=Repair Complete + tw_slider_text=Swipe to Repair + confirm_action + + + + + + + + Change File System + + selectfilesystem + + + + + main + + + + + advancedwipe + + + + + + + + + + + + Change file system for: %tw_partition_name% + + + + + + Mount Point: %tw_partition_mount_point% + + + + + + Current file system: %tw_partition_file_system% + + + + + + Some ROMs or kernels may not support some + + + + + + file systems. Proceed with caution! + + + + + + + + EXT2 + + + tw_back=selectfilesystem + tw_action=changefilesystem + tw_action_param=%tw_partition_mount_point% + tw_action_new_file_system=ext2 + tw_has_action2=0 + tw_text1=Change %tw_partition_name% to EXT2? + tw_text2= + tw_action_text1=Formatting... + tw_complete_text1=Format Complete + tw_slider_text=Swipe to Change + confirm_action + + + + + + + + + EXT3 + + + tw_back=selectfilesystem + tw_action=changefilesystem + tw_action_param=%tw_partition_mount_point% + tw_action_new_file_system=ext3 + tw_has_action2=0 + tw_text1=Change %tw_partition_name% to EXT3? + tw_text2= + tw_action_text1=Formatting... + tw_complete_text1=Format Complete + tw_slider_text=Swipe to Change + confirm_action + + + + + + + + + EXT4 + + + tw_back=selectfilesystem + tw_action=changefilesystem + tw_action_param=%tw_partition_mount_point% + tw_action_new_file_system=ext4 + tw_has_action2=0 + tw_text1=Change %tw_partition_name% to EXT4? + tw_text2= + tw_action_text1=Formatting... + tw_complete_text1=Format Complete + tw_slider_text=Swipe to Change + confirm_action + + + + + + + + + F2FS + + + tw_back=selectfilesystem + tw_action=changefilesystem + tw_action_param=%tw_partition_mount_point% + tw_action_new_file_system=f2fs + tw_has_action2=0 + tw_text1=Change %tw_partition_name% to F2FS? + tw_text2= + tw_action_text1=Formatting... + tw_complete_text1=Format Complete + tw_slider_text=Swipe to Change + confirm_action + + + + + + + + + FAT + + + tw_back=selectfilesystem + tw_action=changefilesystem + tw_action_param=%tw_partition_mount_point% + tw_action_new_file_system=vfat + tw_has_action2=0 + tw_text1=Change %tw_partition_name% to FAT? + tw_text2= + tw_action_text1=Formatting... + tw_complete_text1=Format Complete + tw_slider_text=Swipe to Change + confirm_action + + + + + + + + + exFAT + + + tw_back=selectfilesystem + tw_action=changefilesystem + tw_action_param=%tw_partition_mount_point% + tw_action_new_file_system=exfat + tw_has_action2=0 + tw_text1=Change %tw_partition_name% to exFAT? + tw_text2= + tw_action_text1=Formatting... + tw_complete_text1=Format Complete + tw_slider_text=Swipe to Change + confirm_action + + + + + + main + + + + + partitionoptions + + + + + @@ -2458,7 +2799,8 @@ screen - + + Restore Defaults -- cgit v1.2.3