From a13d74fc95324c4318fcc95956b07fe593669412 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Sun, 24 Mar 2013 08:54:55 -0500 Subject: Add partition list GUI element Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4 --- gui/devices/1024x600/res/images/exclamation200.png | Bin 5260 -> 0 bytes gui/devices/1024x600/res/ui.xml | 979 ++---- gui/devices/1024x768/res/images/exclamation200.png | Bin 5260 -> 0 bytes gui/devices/1024x768/res/ui.xml | 977 ++---- .../1080x1920/res/fonts/Roboto-Condensed-40.dat | Bin 0 -> 12724 bytes gui/devices/1080x1920/res/images/back-icon.png | Bin 0 -> 2627 bytes .../1080x1920/res/images/checkbox_checked.png | Bin 0 -> 1807 bytes .../1080x1920/res/images/checkbox_empty.png | Bin 0 -> 586 bytes gui/devices/1080x1920/res/images/curtain.jpg | Bin 0 -> 107182 bytes gui/devices/1080x1920/res/images/file.png | Bin 0 -> 1267 bytes gui/devices/1080x1920/res/images/folder.png | Bin 0 -> 1069 bytes gui/devices/1080x1920/res/images/home-icon.png | Bin 0 -> 2433 bytes .../1080x1920/res/images/indeterminate001.png | Bin 0 -> 3791 bytes .../1080x1920/res/images/indeterminate002.png | Bin 0 -> 3796 bytes .../1080x1920/res/images/indeterminate003.png | Bin 0 -> 3772 bytes .../1080x1920/res/images/indeterminate004.png | Bin 0 -> 3760 bytes .../1080x1920/res/images/indeterminate005.png | Bin 0 -> 3780 bytes .../1080x1920/res/images/indeterminate006.png | Bin 0 -> 3732 bytes gui/devices/1080x1920/res/images/keyboard1.png | Bin 0 -> 65355 bytes gui/devices/1080x1920/res/images/keyboard2.png | Bin 0 -> 66480 bytes gui/devices/1080x1920/res/images/keyboard3.png | Bin 0 -> 57703 bytes gui/devices/1080x1920/res/images/keyboard4.png | Bin 0 -> 54577 bytes gui/devices/1080x1920/res/images/medium-button.png | Bin 0 -> 3359 bytes gui/devices/1080x1920/res/images/menu-button.png | Bin 0 -> 8122 bytes gui/devices/1080x1920/res/images/minus-button.png | Bin 0 -> 815 bytes gui/devices/1080x1920/res/images/plus-button.png | Bin 0 -> 1117 bytes .../1080x1920/res/images/progress_empty.png | Bin 0 -> 261 bytes gui/devices/1080x1920/res/images/progress_fill.png | Bin 0 -> 316 bytes gui/devices/1080x1920/res/images/radio_empty.png | Bin 0 -> 2673 bytes .../1080x1920/res/images/radio_selected.png | Bin 0 -> 3432 bytes gui/devices/1080x1920/res/images/slideout.png | Bin 0 -> 3254 bytes gui/devices/1080x1920/res/images/slider-touch.png | Bin 0 -> 29925 bytes gui/devices/1080x1920/res/images/slider-used.png | Bin 0 -> 9123 bytes gui/devices/1080x1920/res/images/slider.png | Bin 0 -> 21895 bytes gui/devices/1080x1920/res/images/sort-button.png | Bin 0 -> 1495 bytes gui/devices/1080x1920/res/images/top-bar.jpg | Bin 0 -> 29015 bytes gui/devices/1080x1920/res/images/unlock.png | Bin 0 -> 68671 bytes gui/devices/1080x1920/res/ui.xml | 3626 ++++++++++++++++++++ gui/devices/1280x800/res/images/exclamation200.png | Bin 5260 -> 0 bytes gui/devices/1280x800/res/ui.xml | 979 ++---- .../1920x1200/res/images/exclamation400.png | Bin 11295 -> 0 bytes gui/devices/1920x1200/res/ui.xml | 979 ++---- .../2560x1600/res/images/exclamation400.png | Bin 37149 -> 0 bytes gui/devices/2560x1600/res/ui.xml | 979 ++---- gui/devices/320x480/res/images/exclamation150.png | Bin 6460 -> 0 bytes gui/devices/320x480/res/ui.xml | 1013 ++---- gui/devices/480x800/res/images/exclamation200.png | Bin 5260 -> 0 bytes gui/devices/480x800/res/ui.xml | 1012 ++---- gui/devices/480x854/res/images/exclamation200.png | Bin 5260 -> 0 bytes gui/devices/480x854/res/ui.xml | 1012 ++---- gui/devices/540x960/res/images/exclamation300.png | Bin 13488 -> 0 bytes gui/devices/540x960/res/ui.xml | 1012 ++---- gui/devices/720x1280/res/images/exclamation400.png | Bin 11295 -> 0 bytes gui/devices/720x1280/res/ui.xml | 1014 ++---- gui/devices/800x1280/res/images/exclamation400.png | Bin 11295 -> 0 bytes gui/devices/800x1280/res/ui.xml | 1018 ++---- gui/devices/800x480/res/images/exclamation150.png | Bin 6460 -> 0 bytes gui/devices/800x480/res/ui.xml | 977 ++---- 58 files changed, 7355 insertions(+), 8222 deletions(-) delete mode 100644 gui/devices/1024x600/res/images/exclamation200.png delete mode 100644 gui/devices/1024x768/res/images/exclamation200.png create mode 100644 gui/devices/1080x1920/res/fonts/Roboto-Condensed-40.dat create mode 100644 gui/devices/1080x1920/res/images/back-icon.png create mode 100644 gui/devices/1080x1920/res/images/checkbox_checked.png create mode 100644 gui/devices/1080x1920/res/images/checkbox_empty.png create mode 100644 gui/devices/1080x1920/res/images/curtain.jpg create mode 100644 gui/devices/1080x1920/res/images/file.png create mode 100644 gui/devices/1080x1920/res/images/folder.png create mode 100644 gui/devices/1080x1920/res/images/home-icon.png create mode 100644 gui/devices/1080x1920/res/images/indeterminate001.png create mode 100644 gui/devices/1080x1920/res/images/indeterminate002.png create mode 100644 gui/devices/1080x1920/res/images/indeterminate003.png create mode 100644 gui/devices/1080x1920/res/images/indeterminate004.png create mode 100644 gui/devices/1080x1920/res/images/indeterminate005.png create mode 100644 gui/devices/1080x1920/res/images/indeterminate006.png create mode 100644 gui/devices/1080x1920/res/images/keyboard1.png create mode 100644 gui/devices/1080x1920/res/images/keyboard2.png create mode 100644 gui/devices/1080x1920/res/images/keyboard3.png create mode 100644 gui/devices/1080x1920/res/images/keyboard4.png create mode 100644 gui/devices/1080x1920/res/images/medium-button.png create mode 100644 gui/devices/1080x1920/res/images/menu-button.png create mode 100644 gui/devices/1080x1920/res/images/minus-button.png create mode 100644 gui/devices/1080x1920/res/images/plus-button.png create mode 100644 gui/devices/1080x1920/res/images/progress_empty.png create mode 100644 gui/devices/1080x1920/res/images/progress_fill.png create mode 100644 gui/devices/1080x1920/res/images/radio_empty.png create mode 100644 gui/devices/1080x1920/res/images/radio_selected.png create mode 100644 gui/devices/1080x1920/res/images/slideout.png create mode 100644 gui/devices/1080x1920/res/images/slider-touch.png create mode 100644 gui/devices/1080x1920/res/images/slider-used.png create mode 100644 gui/devices/1080x1920/res/images/slider.png create mode 100644 gui/devices/1080x1920/res/images/sort-button.png create mode 100644 gui/devices/1080x1920/res/images/top-bar.jpg create mode 100644 gui/devices/1080x1920/res/images/unlock.png create mode 100644 gui/devices/1080x1920/res/ui.xml delete mode 100644 gui/devices/1280x800/res/images/exclamation200.png delete mode 100644 gui/devices/1920x1200/res/images/exclamation400.png delete mode 100644 gui/devices/2560x1600/res/images/exclamation400.png delete mode 100644 gui/devices/320x480/res/images/exclamation150.png delete mode 100644 gui/devices/480x800/res/images/exclamation200.png delete mode 100644 gui/devices/480x854/res/images/exclamation200.png delete mode 100644 gui/devices/540x960/res/images/exclamation300.png delete mode 100644 gui/devices/720x1280/res/images/exclamation400.png delete mode 100644 gui/devices/800x1280/res/images/exclamation400.png delete mode 100644 gui/devices/800x480/res/images/exclamation150.png (limited to 'gui/devices') diff --git a/gui/devices/1024x600/res/images/exclamation200.png b/gui/devices/1024x600/res/images/exclamation200.png deleted file mode 100644 index 96258a1c3..000000000 Binary files a/gui/devices/1024x600/res/images/exclamation200.png and /dev/null differ diff --git a/gui/devices/1024x600/res/ui.xml b/gui/devices/1024x600/res/ui.xml index 16969d9bd..1615ee9c1 100755 --- a/gui/devices/1024x600/res/ui.xml +++ b/gui/devices/1024x600/res/ui.xml @@ -41,7 +41,6 @@ - @@ -153,6 +152,8 @@ + + @@ -178,8 +179,24 @@ - - + + + + + + + + + + + + + + + + + + @@ -505,51 +522,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + @@ -854,15 +835,6 @@ - - - - - - - - - @@ -1261,220 +1233,92 @@ - + - - - - Mount Menu - - - - - - - Mount USB Storage - - usb_mount + + + +
+ + Select Storage: + + + + + +
- - - - - Mount System - - /system + + + main - - - - - Unmount System - - /system + + + + %tw_back% + - - - - - Mount Data - - /data - + + - - - - - Unmount Data - - /data - + + - - - - - Mount Cache - - /cache + + + + Mount Menu - - - - - Unmount Cache - - /cache + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Mount SDCard - - EXTERNAL - - - - - - - - - - Unmount SDCard - - EXTERNAL - - - - - - - - - - - Mount Internal Storage - - INTERNAL - - - - - - - - - - - Unmount Internal Storage - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext - - - - - - - - - Mount Boot - - /boot - - - - - - - - - - Unmount Boot - - /boot - - - - - - - - - - Using external SD - - external - - - - - - - - + + - Using external SD - - external + + + Decrypt Data + + decrypt - - - - - - - Using internal storage - - internal + + + + Mount USB Storage + + usb_mount - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + @@ -1539,191 +1383,133 @@ - Wipe Menu + Factory Reset: Wipes Data, Cache, and Dalvik + + + + + + + .android_secure + + + + + + + (not including internal storage) + + + + + + + SD-EXT + + + + + + Most of the time this is the only wipe that you need. - + - Cache + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe + + + + - + - Dalvik Cache + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action + formatdata - - - - - Factory Reset - + + + + Press back button to cancel. + + + + + tw_back=wipe tw_action=wipe tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) tw_action_text1=Factory Reset... tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action + action_page - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - Internal Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - - - - Format Data - - - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all media - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action - + + + + + + + + + +
+ + Select Partitions to Wipe: + + + + + +
- - - - - - Android Secure - + + + - tw_back=wipe + tw_back=advancedwipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Wipe @@ -1733,182 +1519,160 @@ - main + wipe - + - Back Up Device + Format Data will wipe all of your apps, backups, pictures, - - Free Space: %tw_storage_free_size% MB + + videos, media, and removes encryption on internal storage. - - Backup Name: %tw_backup_name% + + This cannot be undone. Press back to cancel. - - - - System (%tw_backup_system_size% MB) - - + + + + Type yes to continue. - - + + + + - Data (%tw_backup_data_size% MB) - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - Boot (%tw_backup_boot_size% MB) - - - + - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + main - - - - Cache (%tw_backup_cache_size% MB) - - + + + wipe - - - - - .android_secure (%tw_backup_andsec_size% MB) - - - + + - - - - - sd-ext (%tw_backup_sdext_size% MB) - - + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + formatdata + - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - - + + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + + Back Up Device - - - - Enable Compression (Requires more time) - - + + + +
+ + Select Partitions to Back Up: + + + + + +
- - - - Skip MD5 generation on backups - - + + + + Backup Name: %tw_backup_name% - - - - - - - Using external SD - - external + + + + Refresh Sizes + + - - - - - - - Using external SD - - external + + + + Set Backup Name + + + tw_fileexists=0 + backupname1 + - + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + + + + + - - - - - Using internal storage - - internal + Enable Compression (Requires more time) + + - + - - - - - Using internal storage - - internal + Skip MD5 generation on backups + + @@ -1926,27 +1690,6 @@ Swipe to Back Up - - - - - Refresh Sizes - - - - - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - - - main @@ -2070,51 +1813,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + @@ -2144,19 +1851,6 @@ - - - - - - - - - Decrypt Data - - decrypt - - main @@ -2185,89 +1879,22 @@ Package Date: %tw_restore_file_date% - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - - - %tw_sp2_name% - - - - - - - - - %tw_sp3_name% - - - + + + +
+ + Select Partitions to Restore: + + + + + +
- + Enable MD5 checking of backup files @@ -2289,7 +1916,7 @@ - + Delete Backup diff --git a/gui/devices/1024x768/res/images/exclamation200.png b/gui/devices/1024x768/res/images/exclamation200.png deleted file mode 100644 index 96258a1c3..000000000 Binary files a/gui/devices/1024x768/res/images/exclamation200.png and /dev/null differ diff --git a/gui/devices/1024x768/res/ui.xml b/gui/devices/1024x768/res/ui.xml index 88365e62e..d16056220 100644 --- a/gui/devices/1024x768/res/ui.xml +++ b/gui/devices/1024x768/res/ui.xml @@ -41,7 +41,6 @@ - @@ -180,8 +179,24 @@ - - + + + + + + + + + + + + + + + + + + @@ -507,51 +522,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + @@ -856,15 +835,6 @@ - - - - - - - - - @@ -1263,220 +1233,92 @@ - + - - - - Mount Menu - - - - - - - Mount USB Storage - - usb_mount + + + +
+ + Select Storage: + + + + + +
- - - - - Mount System - - /system + + + main - - - - - Unmount System - - /system + + + + %tw_back% + - - - - - Mount Data - - /data - + + - - - - - Unmount Data - - /data - + + - - - - - Mount Cache - - /cache + + + + Mount Menu - - - - - Unmount Cache - - /cache + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Mount SDCard - - EXTERNAL - - - - - - - - - - Unmount SDCard - - EXTERNAL - - - - - - - - - - - Mount Internal Storage - - INTERNAL - - - - - - - - - - - Unmount Internal Storage - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext - - - - - - - - - Mount Boot - - /boot - - - - - - - - - - Unmount Boot - - /boot - - - - - - - - - - Using external SD - - external - - - - - - - - + + - Using external SD - - external + + + Decrypt Data + + decrypt - - - - - - - Using internal storage - - internal + + + + Mount USB Storage + + usb_mount - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + @@ -1541,191 +1383,133 @@ - Wipe Menu + Factory Reset: Wipes Data, Cache, and Dalvik + + + + + + + .android_secure + + + + + + + (not including internal storage) + + + + + + + SD-EXT + + + + + + Most of the time this is the only wipe that you need. - + - Cache + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe + + + + - + - Dalvik Cache + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action + formatdata - - - - - Factory Reset - + + + + Press back button to cancel. + + + + + tw_back=wipe tw_action=wipe tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) tw_action_text1=Factory Reset... tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action + action_page - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - Internal Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - - - - Format Data - - - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all media - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action - + + + + + + + + + +
+ + Select Partitions to Wipe: + + + + + +
- - - - - - Android Secure - + + + - tw_back=wipe + tw_back=advancedwipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Wipe @@ -1735,182 +1519,160 @@ - main + wipe - + - Back Up Device + Format Data will wipe all of your apps, backups, pictures, - - Free Space: %tw_storage_free_size% MB + + videos, media, and removes encryption on internal storage. - - Backup Name: %tw_backup_name% + + This cannot be undone. Press back to cancel. - - - - System (%tw_backup_system_size% MB) - - + + + + Type yes to continue. - - + + + + - Data (%tw_backup_data_size% MB) - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - Boot (%tw_backup_boot_size% MB) - - - + - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + main - - - - Cache (%tw_backup_cache_size% MB) - - + + + wipe - - - - - .android_secure (%tw_backup_andsec_size% MB) - - - + + - - - - - sd-ext (%tw_backup_sdext_size% MB) - - + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + formatdata + - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - - + + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + + Back Up Device - - - - Enable Compression (Requires more time) - - + + + +
+ + Select Partitions to Back Up: + + + + + +
- - - - Skip MD5 generation on backups - - + + + + Backup Name: %tw_backup_name% - - - - - - - Using external SD - - external + + + + Refresh Sizes + + - - - - - - - Using external SD - - external + + + + Set Backup Name + + + tw_fileexists=0 + backupname1 + - + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + + + + + - - - - - Using internal storage - - internal + Enable Compression (Requires more time) + + - + - - - - - Using internal storage - - internal + Skip MD5 generation on backups + + @@ -1928,27 +1690,6 @@ Swipe to Back Up - - - - - Refresh Sizes - - - - - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - - - main @@ -2072,51 +1813,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + @@ -2146,19 +1851,6 @@ - - - - - - - - - Decrypt Data - - decrypt - - main @@ -2187,89 +1879,22 @@ Package Date: %tw_restore_file_date% - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - - - %tw_sp2_name% - - - - - - - - - %tw_sp3_name% - - - + + + +
+ + Select Partitions to Restore: + + + + + +
- + Enable MD5 checking of backup files @@ -2291,7 +1916,7 @@ - + Delete Backup diff --git a/gui/devices/1080x1920/res/fonts/Roboto-Condensed-40.dat b/gui/devices/1080x1920/res/fonts/Roboto-Condensed-40.dat new file mode 100644 index 000000000..ff23add82 Binary files /dev/null and b/gui/devices/1080x1920/res/fonts/Roboto-Condensed-40.dat differ diff --git a/gui/devices/1080x1920/res/images/back-icon.png b/gui/devices/1080x1920/res/images/back-icon.png new file mode 100644 index 000000000..85c6a5d68 Binary files /dev/null and b/gui/devices/1080x1920/res/images/back-icon.png differ diff --git a/gui/devices/1080x1920/res/images/checkbox_checked.png b/gui/devices/1080x1920/res/images/checkbox_checked.png new file mode 100644 index 000000000..65d0b34da Binary files /dev/null and b/gui/devices/1080x1920/res/images/checkbox_checked.png differ diff --git a/gui/devices/1080x1920/res/images/checkbox_empty.png b/gui/devices/1080x1920/res/images/checkbox_empty.png new file mode 100644 index 000000000..89b4c9627 Binary files /dev/null and b/gui/devices/1080x1920/res/images/checkbox_empty.png differ diff --git a/gui/devices/1080x1920/res/images/curtain.jpg b/gui/devices/1080x1920/res/images/curtain.jpg new file mode 100644 index 000000000..269941d5e Binary files /dev/null and b/gui/devices/1080x1920/res/images/curtain.jpg differ diff --git a/gui/devices/1080x1920/res/images/file.png b/gui/devices/1080x1920/res/images/file.png new file mode 100644 index 000000000..a69b61996 Binary files /dev/null and b/gui/devices/1080x1920/res/images/file.png differ diff --git a/gui/devices/1080x1920/res/images/folder.png b/gui/devices/1080x1920/res/images/folder.png new file mode 100644 index 000000000..fbea7a970 Binary files /dev/null and b/gui/devices/1080x1920/res/images/folder.png differ diff --git a/gui/devices/1080x1920/res/images/home-icon.png b/gui/devices/1080x1920/res/images/home-icon.png new file mode 100644 index 000000000..d6bc73d82 Binary files /dev/null and b/gui/devices/1080x1920/res/images/home-icon.png differ diff --git a/gui/devices/1080x1920/res/images/indeterminate001.png b/gui/devices/1080x1920/res/images/indeterminate001.png new file mode 100644 index 000000000..a205e91aa Binary files /dev/null and b/gui/devices/1080x1920/res/images/indeterminate001.png differ diff --git a/gui/devices/1080x1920/res/images/indeterminate002.png b/gui/devices/1080x1920/res/images/indeterminate002.png new file mode 100644 index 000000000..f777408be Binary files /dev/null and b/gui/devices/1080x1920/res/images/indeterminate002.png differ diff --git a/gui/devices/1080x1920/res/images/indeterminate003.png b/gui/devices/1080x1920/res/images/indeterminate003.png new file mode 100644 index 000000000..cbb597482 Binary files /dev/null and b/gui/devices/1080x1920/res/images/indeterminate003.png differ diff --git a/gui/devices/1080x1920/res/images/indeterminate004.png b/gui/devices/1080x1920/res/images/indeterminate004.png new file mode 100644 index 000000000..5ff77341d Binary files /dev/null and b/gui/devices/1080x1920/res/images/indeterminate004.png differ diff --git a/gui/devices/1080x1920/res/images/indeterminate005.png b/gui/devices/1080x1920/res/images/indeterminate005.png new file mode 100644 index 000000000..7cc9abb4f Binary files /dev/null and b/gui/devices/1080x1920/res/images/indeterminate005.png differ diff --git a/gui/devices/1080x1920/res/images/indeterminate006.png b/gui/devices/1080x1920/res/images/indeterminate006.png new file mode 100644 index 000000000..9eed17600 Binary files /dev/null and b/gui/devices/1080x1920/res/images/indeterminate006.png differ diff --git a/gui/devices/1080x1920/res/images/keyboard1.png b/gui/devices/1080x1920/res/images/keyboard1.png new file mode 100644 index 000000000..79a8b69cb Binary files /dev/null and b/gui/devices/1080x1920/res/images/keyboard1.png differ diff --git a/gui/devices/1080x1920/res/images/keyboard2.png b/gui/devices/1080x1920/res/images/keyboard2.png new file mode 100644 index 000000000..63a5b6a19 Binary files /dev/null and b/gui/devices/1080x1920/res/images/keyboard2.png differ diff --git a/gui/devices/1080x1920/res/images/keyboard3.png b/gui/devices/1080x1920/res/images/keyboard3.png new file mode 100644 index 000000000..a646c7557 Binary files /dev/null and b/gui/devices/1080x1920/res/images/keyboard3.png differ diff --git a/gui/devices/1080x1920/res/images/keyboard4.png b/gui/devices/1080x1920/res/images/keyboard4.png new file mode 100644 index 000000000..3b2905adb Binary files /dev/null and b/gui/devices/1080x1920/res/images/keyboard4.png differ diff --git a/gui/devices/1080x1920/res/images/medium-button.png b/gui/devices/1080x1920/res/images/medium-button.png new file mode 100644 index 000000000..a3bf30d58 Binary files /dev/null and b/gui/devices/1080x1920/res/images/medium-button.png differ diff --git a/gui/devices/1080x1920/res/images/menu-button.png b/gui/devices/1080x1920/res/images/menu-button.png new file mode 100644 index 000000000..36d3f0127 Binary files /dev/null and b/gui/devices/1080x1920/res/images/menu-button.png differ diff --git a/gui/devices/1080x1920/res/images/minus-button.png b/gui/devices/1080x1920/res/images/minus-button.png new file mode 100644 index 000000000..e2edbe45f Binary files /dev/null and b/gui/devices/1080x1920/res/images/minus-button.png differ diff --git a/gui/devices/1080x1920/res/images/plus-button.png b/gui/devices/1080x1920/res/images/plus-button.png new file mode 100644 index 000000000..b67d9b928 Binary files /dev/null and b/gui/devices/1080x1920/res/images/plus-button.png differ diff --git a/gui/devices/1080x1920/res/images/progress_empty.png b/gui/devices/1080x1920/res/images/progress_empty.png new file mode 100644 index 000000000..d4ea0c2fe Binary files /dev/null and b/gui/devices/1080x1920/res/images/progress_empty.png differ diff --git a/gui/devices/1080x1920/res/images/progress_fill.png b/gui/devices/1080x1920/res/images/progress_fill.png new file mode 100644 index 000000000..836e437ae Binary files /dev/null and b/gui/devices/1080x1920/res/images/progress_fill.png differ diff --git a/gui/devices/1080x1920/res/images/radio_empty.png b/gui/devices/1080x1920/res/images/radio_empty.png new file mode 100644 index 000000000..9c2c66bb0 Binary files /dev/null and b/gui/devices/1080x1920/res/images/radio_empty.png differ diff --git a/gui/devices/1080x1920/res/images/radio_selected.png b/gui/devices/1080x1920/res/images/radio_selected.png new file mode 100644 index 000000000..8d05b9d48 Binary files /dev/null and b/gui/devices/1080x1920/res/images/radio_selected.png differ diff --git a/gui/devices/1080x1920/res/images/slideout.png b/gui/devices/1080x1920/res/images/slideout.png new file mode 100644 index 000000000..56a9ac2aa Binary files /dev/null and b/gui/devices/1080x1920/res/images/slideout.png differ diff --git a/gui/devices/1080x1920/res/images/slider-touch.png b/gui/devices/1080x1920/res/images/slider-touch.png new file mode 100644 index 000000000..b3365afee Binary files /dev/null and b/gui/devices/1080x1920/res/images/slider-touch.png differ diff --git a/gui/devices/1080x1920/res/images/slider-used.png b/gui/devices/1080x1920/res/images/slider-used.png new file mode 100644 index 000000000..229d9109e Binary files /dev/null and b/gui/devices/1080x1920/res/images/slider-used.png differ diff --git a/gui/devices/1080x1920/res/images/slider.png b/gui/devices/1080x1920/res/images/slider.png new file mode 100644 index 000000000..1e034a621 Binary files /dev/null and b/gui/devices/1080x1920/res/images/slider.png differ diff --git a/gui/devices/1080x1920/res/images/sort-button.png b/gui/devices/1080x1920/res/images/sort-button.png new file mode 100644 index 000000000..c6783a15c Binary files /dev/null and b/gui/devices/1080x1920/res/images/sort-button.png differ diff --git a/gui/devices/1080x1920/res/images/top-bar.jpg b/gui/devices/1080x1920/res/images/top-bar.jpg new file mode 100644 index 000000000..5277f597b Binary files /dev/null and b/gui/devices/1080x1920/res/images/top-bar.jpg differ diff --git a/gui/devices/1080x1920/res/images/unlock.png b/gui/devices/1080x1920/res/images/unlock.png new file mode 100644 index 000000000..dc3894b76 Binary files /dev/null and b/gui/devices/1080x1920/res/images/unlock.png differ diff --git a/gui/devices/1080x1920/res/ui.xml b/gui/devices/1080x1920/res/ui.xml new file mode 100644 index 000000000..93d539ca0 --- /dev/null +++ b/gui/devices/1080x1920/res/ui.xml @@ -0,0 +1,3626 @@ + + + +
+ + TeamWin + Backup Naowz + Default basic theme + preview.jpg +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + tw_clear_destination=main2 + clear_vars + + + + + + + + + + + + Install + + + + install + + + + + + + + Wipe + + wipe + + + + + + + Backup + + backup + + + + + + + Restore + + restore + + + + + + + Mount + + mount + + + + + + + Settings + + settings + + + + + + + + Advanced + + advanced + + + + + + + Reboot + + reboot + + + + + + + + + + + + Select Zip to Install + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + + + + + + +
+ + %tw_zip_location% + + + + + + + + + +
+ + + + + + + + flash_confirm + + + + + + main + + + + + main + + + + + + + + + + + + This operation may install incompatible + + + + + + software and render your device unusable. + + + + + + Folder: + + + + + + %tw_zip_location% + + + + + + File to flash: + + + + + + %tw_file% + + + + + + Press back to cancel adding this zip. + + + + + + Zip file signature verification. + + + + + + + + + Inject TWRP after install. + + + + + + + + File %tw_zip_queue_count% of max of 10 + + + + + + flash_zip + + + + + + Swipe to Confirm Flash + + + + + + + + Add More Zips + + install + + + + + + + Clear Zip Queue + + + + install + + + + + + + + install + + + + + + main + + + + + + + + + + + + + + + + + + Flashing file %tw_zip_index% of %tw_zip_queue_count% + + + + + + %tw_filename% + + + + + + + flash_done + + + + + + + + + + Zip Install Complete + + + + + + + + + + + + + Wipe cache/dalvik + + + tw_back=flash_done + tw_action=wipe + tw_action_param=/cache + tw_has_action2=1 + tw_action2=wipe + tw_action2_param=dalvik + tw_text1=Wipe Cache & Dalvik? + tw_action_text1=Wiping Cache & Dalvik... + tw_complete_text1=Cache & Dalvik Wipe Complete + tw_slider_text=Swipe to Wipe + confirm_action + + + + + + + + Reboot System + + + tw_back=main2 + tw_action=reboot + tw_action_param=system + tw_has_action2=0 + tw_text1=No OS Installed! Are you + tw_text2=sure you wish to reboot? + tw_text3= + tw_text4= + tw_action_text1=Rebooting... + tw_action_text2= + tw_complete_text1=Rebooting... + tw_slider_text=Swipe to Reboot + rebootcheck + + + + + + + + Home + + + tw_clear_destination=main2 + clear_vars + + + + + + + + Failed + + + + + + + Successful + + + + + + tw_clear_destination=install + clear_vars + + + + + + + tw_clear_destination=main2 + clear_vars + + + + + + + tw_operation_state=0 + tw_text1= + tw_text2= + tw_text3= + tw_text4= + tw_action_text1= + tw_action_text2= + tw_action_param= + tw_has_action2=0 + tw_action2= + tw_action2_param= + tw_has_cancel=0 + tw_cancel_action= + tw_cancel_param= + tw_show_exclamation=0 + tw_show_reboot=0 + %tw_clear_destination% + + + + + + + + + + %tw_text1% + + + + + + %tw_text2% + + + + + + %tw_text3% + + + + + + %tw_text4% + + + + + + Press back button to cancel. + + + + + + action_page + + + + + + %tw_slider_text% + + + + + + tw_clear_destination=%tw_back% + clear_vars + + + + + + main + + + + + + + + + + + + %tw_action_text1% + + + + + + %tw_action_text2% + + + + + + + + + + Cancel + + %tw_cancel_param% + + + + + + + + action_complete + + + + + + + %tw_action_param% + + + + + + + %tw_action_param% + %tw_action2_param% + + + + + + + + + + + %tw_action_text1% + + + + + + %tw_action_text2% + + + + + + + + + + tw_page_done=1 + + + + + + + %tw_action_param% + + + + + + + %tw_action_param% + %tw_action2_param% + + + + + + + + + + + %tw_complete_text1% + + + + + + + Failed + + + + + + + Successful + + + + + + + + + + Back + + + tw_clear_destination=%tw_back% + clear_vars + + + + + + + + + Reboot System + + + tw_back=main2 + tw_action=reboot + tw_action_param=system + tw_has_action2=0 + tw_text1=No OS Installed! Are you + tw_text2=sure you wish to reboot? + tw_text3= + tw_text4= + tw_action_text1=Rebooting... + tw_action_text2= + tw_complete_text1=Rebooting... + tw_slider_text=Swipe to Reboot + rebootcheck + + + + + + + tw_clear_destination=main2 + clear_vars + + + + + + + tw_clear_destination=%tw_back% + clear_vars + + + + + + + %tw_filecheck% + + + + + + + + + tw_fileexists=1 + %tw_existpage% + + + + + + + + + + tw_fileexists=0 + %tw_notexistpage% + + + + + + + + %tw_action_param% + + + + + confirm_action + + + + + + + + + + Factory Reset + + + + + + Wipes Data, Cache, and Dalvik + + + + + + + .android_secure + + + + + + + (not including internal storage) + + + + + + + SD-EXT + + + + + + Most of the time this is + + + + + + the only wipe that you need. + + + + + + Press back button to cancel. + + + + + + + Advanced Wipe + + advancedwipe + + + + + + + + + + + Format Data + + + formatdata + + + + + + + + tw_back=wipe + tw_action=wipe + tw_action_param=data + tw_action_text1=Factory Reset... + tw_complete_text1=Factory Reset Complete + action_page + + + + + + + Swipe to Factory Reset + + + + + main + + + + + main + + + + + + + + + + + + Wipe Menu + + + + + +
+ + Select Partitions to Wipe: + + + + + + +
+ + + + + + tw_back=advancedwipe + tw_action=wipe + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page + + + + + + + Swipe to Wipe + + + + + main + + + + + wipe + + + + + + + + + + + + Format Data will wipe all of your apps, + + + + + + backups, pictures, videos, media, and + + + + + + removes encryption on internal storage. + + + + + + This cannot be undone. Press back to cancel. + + + + + + Type yes to continue. + + + + + + + + %tw_confirm_formatdata% + + + formatdata_confirm + + + + + + + main + + + + + wipe + + + + + + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + + + + + + formatdata + + + + + + + + + + Backup Name: %tw_backup_name% + + + + + +
+ + Select Partitions to Back Up: + + + + + + +
+ + + + + + + Set Backup Name + + tw_fileexists=0 + backupname1 + + + + + + + + + Refresh Sizes + + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + + + + + + + Enable compression. + + + + + + + + Skip MD5 generation during backup. + + + + + + + + backup_run + + + + + + Swipe to Back Up + + + + + main + + + + + main + + + + + + + + + tw_backup_name= + + + + backupname2 + + + + + + + + + + Please Enter a Backup Name + + + + + + + + %tw_backup_name% + + + + tw_filecheck=%tw_backups_folder%/%tw_backup_name% + tw_existpage=backupname2 + tw_notexistpage=backup + filecheck + + + + + + + + A backup with that name already exists! + + + + + + + Cancel + + + tw_backup_name=(Current Date) + backup + + + + + + + + + tw_backup_name=(Current Date) + main + + + + + + + tw_backup_name=(Current Date) + backup + + + + + + + + + + + + + %tw_operation% %tw_partition% + + + + + + + + backup + + + + + + tw_back=backup + tw_complete_text1=Backup Complete + tw_show_reboot=1 + action_complete + + + + + + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + + + + + + +
+ + Select Package to Restore: + + + + + + + + + +
+ + + + + + + + restore_select + + + + + + main + + + + + main + + + + + + + + + + + +
+ + Restoring: %tw_restore_name% + + + + + + +
+ + + + + + + Rename Backup + + tw_backup_rename= + tw_fileexists=0 + renamebackup + + + + + + + + + Delete Backup + + tw_back=restore + tw_action=cmd + tw_action_param=cd %tw_backups_folder% && rm -rf "%tw_restore_name%" + tw_text1=Delete Backup? %tw_restore_name% + tw_text2=This cannot be undone! + tw_action_text1=Deleting Backup... + tw_complete_text1=Backup Delete Complete + tw_slider_text=Swipe to Delete + confirm_action + + + + + + + Enable MD5 verification of backup files. + + + + + + + + Package Date: %tw_restore_file_date% + + + + + + restore_run + + + + + + Swipe to Restore + + + + + main + + + + + restore + + + + + + + + + + + + Please Enter a New Backup Name + + + + + + + + %tw_backup_rename% + + + + tw_back=restore + tw_action=cmd + tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%" + tw_text1=Rename Backup? + tw_text2=This cannot be undone! + tw_action_text1=Renaming Backup... + tw_complete_text1=Backup Rename Complete + tw_slider_text=Swipe to Rename + tw_filecheck=%tw_backups_folder%/%tw_backup_rename% + tw_existpage=renamebackup + tw_notexistpage=confirm_action + filecheck + + + + + + + + A backup with that name already exists! + + + + + + + Cancel + + restore_select + + + + + + + main + + + + + restore_select + + + + + + + + + + + + %tw_operation% %tw_partition% + + + + + + + + + + tw_back=restore_select + tw_complete_text1=Restore Complete + tw_show_reboot=1 + action_complete + + + + + restore + + + + + + + + + +
+ + Select Storage: + + + + + + +
+ + + + main + + + + + + %tw_back% + + + + + + + + + + + + +
+ + Select Partitions to Mount: + + + + + +
+ + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + + + + + + + + + Mount USB Storage + + usb_mount + + + + + + + + + + + Decrypt Data + + decrypt + + + + + main + + + + + main + + + + + + + + + + + + USB Storage Mounted + + + + + + Be sure to safely remove your device + + + + + + from your computer before unmounting! + + + + + + + Unmount + + usb_umount + + + + usb + + + + + + + + usb + + + + mount + + + + + + + + + + Reboot Menu + + + + + + + + System + + + tw_back=reboot + tw_action=reboot + tw_action_param=system + tw_has_action2=0 + tw_text1=No OS Installed! Are you + tw_text2=sure you wish to reboot? + tw_action_text1=Rebooting... + tw_complete_text1=Rebooting... + tw_slider_text=Swipe to Reboot + rebootcheck + + + + + + + + + Power Off + + + tw_back=reboot + tw_action=reboot + tw_action_param=poweroff + tw_has_action2=0 + tw_text1=No OS Installed! Are you + tw_text2=sure you wish to power off? + tw_action_text1=Turning Off... + tw_complete_text1=Turning Off... + tw_slider_text=Swipe to Power Off + rebootcheck + + + + + + + + + Recovery + + + tw_back=reboot + tw_action=reboot + tw_action_param=recovery + tw_has_action2=0 + tw_text1=No OS Installed! Are you + tw_text2=sure you wish to reboot? + tw_action_text1=Rebooting... + tw_complete_text1=Rebooting... + tw_slider_text=Swipe to Reboot + rebootcheck + + + + + + + + + Bootloader + + + tw_back=reboot + tw_action=reboot + tw_action_param=bootloader + tw_has_action2=0 + tw_text1=No OS Installed! Are you + tw_text2=sure you wish to reboot? + tw_action_text1=Rebooting... + tw_complete_text1=Rebooting... + tw_slider_text=Swipe to Reboot + rebootcheck + + + + + + + + + Download + + + tw_back=reboot + tw_action=reboot + tw_action_param=download + tw_has_action2=0 + tw_text1=No OS Installed! Are you + tw_text2=sure you wish to reboot? + tw_action_text1=Rebooting... + tw_complete_text1=Rebooting... + tw_slider_text=Swipe to Reboot + rebootcheck + + + + + + main + + + + + main + + + + + + + + + + + + Settings + + + + + + Zip file signature verification. + + + + + + + + Use rm -rf instead of formatting. + + + + + + + + Skip MD5 generation during backup. + + + + + + + + Enable MD5 verification of backup files. + + + + + + + + Use Military Time. + + + + + + + + Simulate actions for theme testing. + + + + + + + + + Simulate failure for actions. + + + + + + + + + Time Zone + + timezone + + + + + + + Screen + + screen + + + + + + Restore Defaults + + + + + + + main + + + + + main + + + + + + + + + + + +
+ + Select Time Zone: + + + + + + BST11;BDT + HST10;HDT + AST9;ADT + PST8;PDT + MST7;MDT + CST6;CDT + EST5;EDT + AST4;ADT + GRNLNDST3;GRNLNDDT + FALKST2;FALKDT + AZOREST1;AZOREDT + GMT0;BST + NFT-1;DFT + WET-2;WET + SAUST-3;SAUDT + WST-4;WDT + PAKST-5;PAKDT + TASHST-6;TASHDT + THAIST-7;THAIDT + TAIST-8;TAIDT + JST-9;JSTDT + EET-10;EETDT + MET-11;METDT + NZST-12;NZDT +
+ + + + + Do you use daylight savings time (DST)? + + + + + + + + Offset (usually 0): %tw_time_zone_guioffset% + + + + + + + None + + tw_time_zone_guioffset=0 + + + + + + + 15 + + tw_time_zone_guioffset=15 + + + + + + + 30 + + tw_time_zone_guioffset=30 + + + + + + + 45 + + tw_time_zone_guioffset=45 + + + + + + + Set Time Zone + + + + + + + + Current Time Zone: %tw_time_zone% + + + + + main + + + + + settings + + + + + + + + + + + + Screen Settings + + + + + + Screen Timeout: %tw_screen_timeout_secs% seconds + + + + + + None + + tw_screen_timeout_secs=0 + + + + + + 60 + + tw_screen_timeout_secs=60 + + + + + + 120 + + tw_screen_timeout_secs=120 + + + + + + 180 + + tw_screen_timeout_secs=180 + + + + + + + Brightness: %tw_brightness_display% + + + + + + + 25% + + + echo %tw_brightness_25% > "%tw_brightness_file%" + tw_brightness_display=25% + tw_brightness=%tw_brightness_25% + + + + + + + + 50% + + + echo %tw_brightness_50% > "%tw_brightness_file%" + tw_brightness_display=50% + tw_brightness=%tw_brightness_50% + + + + + + + + 75% + + + echo %tw_brightness_75% > "%tw_brightness_file%" + tw_brightness_display=75% + tw_brightness=%tw_brightness_75% + + + + + + + + 100% + + + echo %tw_brightness_100% > "%tw_brightness_file%" + tw_brightness_display=100% + tw_brightness=%tw_brightness_100% + + + + + + main + + + + + settings + + + + + + + + + + + + Advanced + + + + + + + Copy Log to SD + + + tw_back=advanced + tw_action=copylog + tw_text1=Copy Log to SD Card? + tw_action_text1=Copying Log to SD Card... + tw_complete_text1=Log Copy Complete + tw_slider_text=Swipe to Confirm + confirm_action + + + + + + + + Fix Permissions + + + tw_back=advanced + tw_action=fixpermissions + tw_text1=Fix Permissions? + tw_action_text1=Fixing Permissions... + tw_complete_text1=Fix Permissions Complete + tw_slider_text=Swipe to Confirm + tw_show_reboot=1 + confirm_action + + + + + + + + + Partition SD Card + + partsdcard + + + + + + + File Manager + + filemanagerlist + + + + + + + Terminal Command + + terminalfolder + + + + + + + Reload Theme + + + + + + + + + ADB Sideload + + sideload + + + + + + + + HTC Dumlock + + htcdumlock + + + + + + + + Re-Inject TWRP + + + tw_back=advanced + tw_action=reinjecttwrp + tw_text1=Re-Inject TWRP? + tw_action_text1=Re-Injecting TWRP... + tw_complete_text1=TWRP Injection Complete + tw_slider_text=Swipe to Confirm + confirm_action + + + + + + main + + + + + main + + + + + + + + + + + + Partition SD Card + + + + + + + + + tw_sdext_size-128 + + + + + + + + + tw_sdext_size+128 + + + + + + EXT Size: %tw_sdext_size% + + + + + + + + + tw_swap_size-32 + + + + + + + + + tw_swap_size+32 + + + + + + Swap Size: %tw_swap_size% + + + + + + File system: %tw_sdpart_file_system% + + + + + + + EXT3 + + tw_sdpart_file_system=ext3 + + + + + + + + EXT4 + + tw_sdpart_file_system=ext4 + + + + + + You will lose all files on your SD card! + + + + + + This action cannot be undone! + + + + + + partsdcardaction + + tw_back=partsdcard + tw_action=partitionsd + tw_has_action2=1 + tw_action2=set + tw_action2_param=tw_zip_location=/sdcard + tw_action_text1=Partitioning SD Card... + tw_action_text2=This will take a few minutes. + tw_complete_text1=Partitioning Complete + action_page + + + + + + + Swipe to Partition + + + + + main + + + + + advanced + + + + + + + + + + + + HTC Dumlock + + + + + + + + Restore Original Boot + + + tw_back=htcdumlock + tw_action=htcdumlockrestoreboot + tw_text1=Restore original boot image? + tw_action_text1=Restoring Original Boot... + tw_complete_text1=Restore Original Boot Complete + tw_slider_text=Swipe to Confirm + confirm_action + + + + + + + + + Reflash Recovery + + + tw_back=htcdumlock + tw_action=htcdumlockreflashrecovery + tw_text1=Reflash recovery to boot? + tw_action_text1=Flashing recovery to boot... + tw_complete_text1=Recovery Flash to Boot Complete + tw_slider_text=Swipe to Confirm + confirm_action + + + + + + + + + Install HTC Dumlock + + + tw_back=htcdumlock + tw_action=installhtcdumlock + tw_text1=Install HTC dumlock files to ROM? + tw_action_text1=Installing HTC Dumlock... + tw_complete_text1=HTC Dumlock Install Complete + tw_slider_text=Swipe to Confirm + confirm_action + + + + + + main + + + + + advanced + + + + + + + + + + + + + + + + + + + + + + + Swipe to Unlock + + + + + + + + + + File Manager: Select a File or Folder + + + + + +
+ + %tw_file_location1% + + + + + + + + + +
+ + + + + + tw_fm_type=File + tw_fm_isfolder=0 + + + + + + main + + + + + advanced + + + + + + filemanageroptions + + + + + + + + Select + + + tw_filename1=tw_file_location1 + tw_fm_isfolder=1 + tw_fm_type=Folder + filemanageroptions + + + + + + + + + + + + + %tw_fm_type% Selected: + + + + + + %tw_filename1% + + + + + + + + Copy File + + + tw_filemanager_command=cp + tw_fm_text1=Copying + choosedestinationfolder + + + + + + + + + Copy Folder + + + tw_filemanager_command=cd "%tw_file_location1%" && cd .. && cp -R + tw_fm_text1=Copying + choosedestinationfolder + + + + + + + + Move + + + tw_filemanager_command=mv + tw_fm_text1=Moving + choosedestinationfolder + + + + + + + + chmod 755 + + + tw_filemanager_command=chmod 755 + tw_fm_text1=chmod 755 + tw_fm_text2= + tw_fm_text3= + tw_include_text3=0 + tw_back=filemanageroptions + filemanagerconfirm + + + + + + + + chmod + + + tw_filemanager_rename=0000 + tw_fm_text2= + tw_fm_text3= + tw_include_text3=0 + tw_back=filemanageroptions + filemanagerchmod + + + + + + + + Delete + + + tw_filemanager_command=rm -rf + tw_fm_text1=Deleting + tw_fm_text2= + tw_fm_text3= + tw_include_text3=0 + tw_back=filemanageroptions + filemanagerconfirm + + + + + + + + + Rename File + + + tw_filemanager_rename=tw_selection1 + tw_fm_text1=Renaming + tw_filemanager_command=mv + filemanagerrenamefile + + + + + + + + + Rename Folder + + + tw_filemanager_rename=tw_selection1 + tw_fm_text1=Renaming + tw_filemanager_command=cd "%tw_file_location1%" && cd .. && mv + filemanagerrenamefolder + + + + + + main + + + + + filemanagerlist + + + + + + + + + + + + Browse to Destination Folder & Press Select + + + + + +
+ + %tw_file_location2% + + + + + + + + + +
+ + + + + + main + + + + + filemanageroptions + + + + + + + Select + + + tw_fm_text2=to + tw_fm_text3=%tw_file_location2% + tw_include_text3=1 + tw_back=filemanageroptions + filemanagerconfirm + + + + + + + + + + + + + Please Enter a New %tw_fm_type% Name + + + + + + + + %tw_filemanager_rename% + + + + tw_fm_text2=to + tw_fm_text3="%tw_file_location1%/%tw_filemanager_rename%" + tw_include_text3=1 + tw_back=filemanageroptions + filemanagerconfirm + + + + + + + + Cancel + + filemanageroptions + + + + + + + main + + + + + filemanageroptions + + + + + + + + + + + + Please Enter a New %tw_fm_type% Name + + + + + + + + %tw_filemanager_rename% + + + + tw_fm_text2=to + tw_fm_text3=%tw_filemanager_rename% + tw_include_text3=1 + tw_back=filemanageroptions + filemanagerconfirm + + + + + + + + Cancel + + filemanageroptions + + + + + + + main + + + + + filemanageroptions + + + + + + + + + + + + Please Enter New Permissions + + + + + + + + %tw_filemanager_rename% + + + + tw_filemanager_command=chmod %tw_filemanager_rename% + tw_fm_text1=chmod %tw_filemanager_rename% + tw_back=filemanageroptions + filemanagerconfirm + + + + + + + + Cancel + + filemanageroptions + + + + + + + main + + + + + filemanageroptions + + + + + + + + + + + + %tw_fm_text1% + + + + + + %tw_filename1% + + + + + + %tw_fm_text2% + + + + + + %tw_fm_text3% + + + + + + Press back button to cancel. + + + + + + filemanageracction + + + + + + Swipe to Confirm + + + + + %tw_back% + + + + + main + + + + + + + + + + + + + %tw_fm_text1% + + + + + + + + + + + + + tw_back=filemanagerlist + tw_complete_text1=File Operation Complete + action_complete + + + + + + + + + + tw_complete_text1=File Operation Complete + action_complete + + + + + + + %tw_filemanager_command% "%tw_filename1%" + + + + + + + %tw_filemanager_command% "%tw_filename1%" "%tw_fm_text3%" + + + + + + + + + + + Please Enter Your Password + + + + + + + + %tw_crypto_display% + + + + trydecrypt + + + + + + + + Password Failed, Please Try Again + + + + + + + Cancel + + + tw_page_done=1 + main + + + + + + + + + + + + + + + Trying Decryption with Your Password + + + + + + + + + + + + + + + + + tw_password_fail=1 + decrypt + + + + + + + + + + tw_page_done=1 + main + + + + + + + + + + + Browse to Starting Folder + + + + + +
+ + %tw_terminal_location% + + + + + + + + + +
+ + + + + + main + + + + + advanced + + + + + + + Select + + + terminalcommand + + + + + + + + + + + + + + + + + + + Starting Path: %tw_terminal_location% + + + + + + + + + %tw_terminal_command% + + + %tw_terminal_command% + + + + + + + + KILL + + + + + + + + + main + + + + + terminalfolder + + + + + + + + + + ADB Sideload + + + + + + Wipe Dalvik Cache. + + + + + + + + Wipe Cache. + + + + + + + + + tw_back=advanced + tw_action=adbsideload + tw_action_text1=ADB Sideload + tw_action_text2=Usage: adb sideload filename.zip + tw_complete_text1=ADB Sideload Complete + tw_has_cancel=1 + tw_show_reboot=1 + tw_cancel_action=adbsideloadcancel + action_page + + + + + + + Swipe to Start Sideload + + + + + main + + + + + advanced + + + + + + + + + + + + Install SuperSU? + + + + + + Your device does not appear to be rooted. + + + + + + Install SuperSU now? + + + + + + This will root your device. + + + + + + + Do Not Install + + tw_page_done=1 + + + + + + + tw_action=installsu + tw_action_text1=Installing SuperSU + tw_action_text2= + singleaction_page + + + + + + + Swipe to Install + + + + + + + + + + Fix Superuser Permissions? + + + + + + Root permissions appear to be lost. + + + + + + Fix root permissions now? + + + + + + (Fixes permissions on su binary & app) + + + + + + + Do Not Fix + + tw_page_done=1 + + + + + + + tw_action=fixsu + tw_action_text1=Fixing Root Permissions + tw_action_text2= + singleaction_page + + + + + + + Swipe to Fix Root + + + + diff --git a/gui/devices/1280x800/res/images/exclamation200.png b/gui/devices/1280x800/res/images/exclamation200.png deleted file mode 100644 index 96258a1c3..000000000 Binary files a/gui/devices/1280x800/res/images/exclamation200.png and /dev/null differ diff --git a/gui/devices/1280x800/res/ui.xml b/gui/devices/1280x800/res/ui.xml index ef0b432ce..5ba47009e 100644 --- a/gui/devices/1280x800/res/ui.xml +++ b/gui/devices/1280x800/res/ui.xml @@ -41,7 +41,6 @@ - @@ -141,7 +140,7 @@ - + @@ -180,8 +179,24 @@ - - + + + + + + + + + + + + + + + + + + @@ -507,51 +522,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + @@ -856,15 +835,6 @@ - - - - - - - - - @@ -1263,220 +1233,92 @@ - + - - - - Mount Menu - - - - - - - Mount USB Storage - - usb_mount + + + +
+ + Select Storage: + + + + + +
- - - - - Mount System - - /system + + + main - - - - - Unmount System - - /system + + + + %tw_back% + - - - - - Mount Data - - /data - + + - - - - - Unmount Data - - /data - + + - - - - - Mount Cache - - /cache + + + + Mount Menu - - - - - Unmount Cache - - /cache + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Mount SDCard - - EXTERNAL - - - - - - - - - - Unmount SDCard - - EXTERNAL - - - - - - - - - - - Mount Internal Storage - - INTERNAL - - - - - - - - - - - Unmount Internal Storage - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext - - - - - - - - - Mount Boot - - /boot - - - - - - - - - - Unmount Boot - - /boot - - - - - - - - - - Using external SD - - external - - - - - - - - + + - Using external SD - - external + + + Decrypt Data + + decrypt - - - - - - - Using internal storage - - internal + + + + Mount USB Storage + + usb_mount - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + @@ -1541,191 +1383,133 @@ - Wipe Menu + Factory Reset: Wipes Data, Cache, and Dalvik + + + + + + + .android_secure + + + + + + + (not including internal storage) + + + + + + + SD-EXT + + + + + + Most of the time this is the only wipe that you need. - + - Cache + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe + + + + - + - Dalvik Cache + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action + formatdata - - - - - Factory Reset - + + + + Press back button to cancel. + + + + + tw_back=wipe tw_action=wipe tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) tw_action_text1=Factory Reset... tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action + action_page - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - Internal Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - - - - Format Data - - - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all media - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action - + + + + + + + + + +
+ + Select Partitions to Wipe: + + + + + +
- - - - - - Android Secure - + + + - tw_back=wipe + tw_back=advancedwipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Wipe @@ -1735,182 +1519,160 @@ - main + wipe - + - Back Up Device + Format Data will wipe all of your apps, backups, pictures, - - Free Space: %tw_storage_free_size% MB + + videos, media, and removes encryption on internal storage. - - Backup Name: %tw_backup_name% + + This cannot be undone. Press back to cancel. - - - - System (%tw_backup_system_size% MB) - - + + + + Type yes to continue. - - + + + + - Data (%tw_backup_data_size% MB) - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - Boot (%tw_backup_boot_size% MB) - - - + - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + main - - - - Cache (%tw_backup_cache_size% MB) - - + + + wipe - - - - - .android_secure (%tw_backup_andsec_size% MB) - - - + + - - - - - sd-ext (%tw_backup_sdext_size% MB) - - + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + formatdata + - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - - + + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + + Back Up Device - - - - Enable Compression (Requires more time) - - + + + +
+ + Select Partitions to Back Up: + + + + + +
- - - - Skip MD5 generation on backups - - + + + + Backup Name: %tw_backup_name% - - - - - - - Using external SD - - external + + + + Refresh Sizes + + - - - - - - - Using external SD - - external + + + + Set Backup Name + + + tw_fileexists=0 + backupname1 + - + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + + + + + - - - - - Using internal storage - - internal + Enable Compression (Requires more time) + + - + - - - - - Using internal storage - - internal + Skip MD5 generation on backups + + @@ -1928,27 +1690,6 @@ Swipe to Back Up - - - - - Refresh Sizes - - - - - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - - - main @@ -2072,51 +1813,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + @@ -2146,19 +1851,6 @@ - - - - - - - - - Decrypt Data - - decrypt - - main @@ -2187,89 +1879,22 @@ Package Date: %tw_restore_file_date% - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - - - %tw_sp2_name% - - - - - - - - - %tw_sp3_name% - - - + + + +
+ + Select Partitions to Restore: + + + + + +
- + Enable MD5 checking of backup files @@ -2291,7 +1916,7 @@ - + Delete Backup diff --git a/gui/devices/1920x1200/res/images/exclamation400.png b/gui/devices/1920x1200/res/images/exclamation400.png deleted file mode 100644 index f3a8aabb6..000000000 Binary files a/gui/devices/1920x1200/res/images/exclamation400.png and /dev/null differ diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml index af438d7d9..935080ae6 100644 --- a/gui/devices/1920x1200/res/ui.xml +++ b/gui/devices/1920x1200/res/ui.xml @@ -41,7 +41,6 @@ - @@ -141,7 +140,7 @@ - + @@ -180,8 +179,24 @@ - - + + + + + + + + + + + + + + + + + + @@ -507,51 +522,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + @@ -856,15 +835,6 @@ - - - - - - - - - @@ -1263,220 +1233,92 @@ - + - - - - Mount Menu - - - - - - - Mount USB Storage - - usb_mount + + + +
+ + Select Storage: + + + + + +
- - - - - Mount System - - /system + + + main - - - - - Unmount System - - /system + + + + %tw_back% + - - - - - Mount Data - - /data - + + - - - - - Unmount Data - - /data - + + - - - - - Mount Cache - - /cache + + + + Mount Menu - - - - - Unmount Cache - - /cache + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Mount SDCard - - EXTERNAL - - - - - - - - - - Unmount SDCard - - EXTERNAL - - - - - - - - - - - Mount Internal Storage - - INTERNAL - - - - - - - - - - - Unmount Internal Storage - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext - - - - - - - - - Mount Boot - - /boot - - - - - - - - - - Unmount Boot - - /boot - - - - - - - - - - Using external SD - - external - - - - - - - - + + - Using external SD - - external + + + Decrypt Data + + decrypt - - - - - - - Using internal storage - - internal + + + + Mount USB Storage + + usb_mount - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + @@ -1541,191 +1383,133 @@ - Wipe Menu + Factory Reset: Wipes Data, Cache, and Dalvik + + + + + + + .android_secure + + + + + + + (not including internal storage) + + + + + + + SD-EXT + + + + + + Most of the time this is the only wipe that you need. - + - Cache + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe + + + + - + - Dalvik Cache + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action + formatdata - - - - - Factory Reset - + + + + Press back button to cancel. + + + + + tw_back=wipe tw_action=wipe tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) tw_action_text1=Factory Reset... tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action + action_page - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - Internal Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - - - - Format Data - - - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all media - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action - + + + + + + + + + +
+ + Select Partitions to Wipe: + + + + + +
- - - - - - Android Secure - + + + - tw_back=wipe + tw_back=advancedwipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Wipe @@ -1735,182 +1519,160 @@ - main + wipe - + - Back Up Device + Format Data will wipe all of your apps, backups, pictures, - - Free Space: %tw_storage_free_size% MB + + videos, media, and removes encryption on internal storage. - - Backup Name: %tw_backup_name% + + This cannot be undone. Press back to cancel. - - - - System (%tw_backup_system_size% MB) - - + + + + Type yes to continue. - - + + + + - Data (%tw_backup_data_size% MB) - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - Boot (%tw_backup_boot_size% MB) - - - + - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + main - - - - Cache (%tw_backup_cache_size% MB) - - + + + wipe - - - - - .android_secure (%tw_backup_andsec_size% MB) - - - + + - - - - - sd-ext (%tw_backup_sdext_size% MB) - - + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + formatdata + - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - - + + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + + Back Up Device - - - - Enable Compression (Requires more time) - - + + + +
+ + Select Partitions to Back Up: + + + + + +
- - - - Skip MD5 generation on backups - - + + + + Backup Name: %tw_backup_name% - - - - - - - Using external SD - - external + + + + Refresh Sizes + + - - - - - - - Using external SD - - external + + + + Set Backup Name + + + tw_fileexists=0 + backupname1 + - + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + + + + + - - - - - Using internal storage - - internal + Enable Compression (Requires more time) + + - + - - - - - Using internal storage - - internal + Skip MD5 generation on backups + + @@ -1928,27 +1690,6 @@ Swipe to Back Up - - - - - Refresh Sizes - - - - - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - - - main @@ -2072,51 +1813,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + @@ -2146,19 +1851,6 @@ - - - - - - - - - Decrypt Data - - decrypt - - main @@ -2187,89 +1879,22 @@ Package Date: %tw_restore_file_date% - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - - - %tw_sp2_name% - - - - - - - - - %tw_sp3_name% - - - + + + +
+ + Select Partitions to Restore: + + + + + +
- + Enable MD5 checking of backup files @@ -2291,7 +1916,7 @@ - + Delete Backup diff --git a/gui/devices/2560x1600/res/images/exclamation400.png b/gui/devices/2560x1600/res/images/exclamation400.png deleted file mode 100644 index 408193277..000000000 Binary files a/gui/devices/2560x1600/res/images/exclamation400.png and /dev/null differ diff --git a/gui/devices/2560x1600/res/ui.xml b/gui/devices/2560x1600/res/ui.xml index 96170b59f..7c46a9944 100644 --- a/gui/devices/2560x1600/res/ui.xml +++ b/gui/devices/2560x1600/res/ui.xml @@ -41,7 +41,6 @@ - @@ -141,7 +140,7 @@ - + @@ -180,8 +179,24 @@ - - + + + + + + + + + + + + + + + + + + @@ -507,51 +522,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + @@ -856,15 +835,6 @@ - - - - - - - - - @@ -1263,220 +1233,92 @@ - + - - - - Mount Menu - - - - - - - Mount USB Storage - - usb_mount + + + +
+ + Select Storage: + + + + + +
- - - - - Mount System - - /system + + + main - - - - - Unmount System - - /system + + + + %tw_back% + - - - - - Mount Data - - /data - + + - - - - - Unmount Data - - /data - + + - - - - - Mount Cache - - /cache + + + + Mount Menu - - - - - Unmount Cache - - /cache + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Mount SDCard - - EXTERNAL - - - - - - - - - - Unmount SDCard - - EXTERNAL - - - - - - - - - - - Mount Internal Storage - - INTERNAL - - - - - - - - - - - Unmount Internal Storage - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext - - - - - - - - - Mount Boot - - /boot - - - - - - - - - - Unmount Boot - - /boot - - - - - - - - - - Using external SD - - external - - - - - - - - + + - Using external SD - - external + + + Decrypt Data + + decrypt - - - - - - - Using internal storage - - internal + + + + Mount USB Storage + + usb_mount - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + @@ -1541,191 +1383,133 @@ - Wipe Menu + Factory Reset: Wipes Data, Cache, and Dalvik + + + + + + + .android_secure + + + + + + + (not including internal storage) + + + + + + + SD-EXT + + + + + + Most of the time this is the only wipe that you need. - + - Cache + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe + + + + - + - Dalvik Cache + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action + formatdata - - - - - Factory Reset - + + + + Press back button to cancel. + + + + + tw_back=wipe tw_action=wipe tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) tw_action_text1=Factory Reset... tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action + action_page - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - Internal Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - - - - Format Data - - - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all media - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action - + + + + + + + + + +
+ + Select Partitions to Wipe: + + + + + +
- - - - - - Android Secure - + + + - tw_back=wipe + tw_back=advancedwipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Wipe @@ -1735,182 +1519,160 @@ - main + wipe - + - Back Up Device + Format Data will wipe all of your apps, backups, pictures, - - Free Space: %tw_storage_free_size% MB + + videos, media, and removes encryption on internal storage. - - Backup Name: %tw_backup_name% + + This cannot be undone. Press back to cancel. - - - - System (%tw_backup_system_size% MB) - - + + + + Type yes to continue. - - + + + + - Data (%tw_backup_data_size% MB) - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - Boot (%tw_backup_boot_size% MB) - - - + - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + main - - - - Cache (%tw_backup_cache_size% MB) - - + + + wipe - - - - - .android_secure (%tw_backup_andsec_size% MB) - - - + + - - - - - sd-ext (%tw_backup_sdext_size% MB) - - + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + formatdata + - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - - + + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + + Back Up Device - - - - Enable Compression (Requires more time) - - + + + +
+ + Select Partitions to Back Up: + + + + + +
- - - - Skip MD5 generation on backups - - + + + + Backup Name: %tw_backup_name% - - - - - - - Using external SD - - external + + + + Refresh Sizes + + - - - - - - - Using external SD - - external + + + + Set Backup Name + + + tw_fileexists=0 + backupname1 + - + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + + + + + - - - - - Using internal storage - - internal + Enable Compression (Requires more time) + + - + - - - - - Using internal storage - - internal + Skip MD5 generation on backups + + @@ -1928,27 +1690,6 @@ Swipe to Back Up - - - - - Refresh Sizes - - - - - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - - - main @@ -2072,51 +1813,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + @@ -2146,19 +1851,6 @@ - - - - - - - - - Decrypt Data - - decrypt - - main @@ -2187,89 +1879,22 @@ Package Date: %tw_restore_file_date% - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - - - %tw_sp2_name% - - - - - - - - - %tw_sp3_name% - - - + + + +
+ + Select Partitions to Restore: + + + + + +
- + Enable MD5 checking of backup files @@ -2291,7 +1916,7 @@ - + Delete Backup diff --git a/gui/devices/320x480/res/images/exclamation150.png b/gui/devices/320x480/res/images/exclamation150.png deleted file mode 100644 index 6e05987c1..000000000 Binary files a/gui/devices/320x480/res/images/exclamation150.png and /dev/null differ diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml index 887505c6b..c85db3a23 100644 --- a/gui/devices/320x480/res/ui.xml +++ b/gui/devices/320x480/res/ui.xml @@ -39,7 +39,6 @@ - @@ -124,7 +123,7 @@ - + @@ -158,15 +157,26 @@ - - - + + + + + + + + + + + + + + @@ -465,56 +475,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + - +
%tw_zip_location% @@ -826,15 +800,6 @@ - - - - - - - - - @@ -1111,352 +1076,303 @@ - - Wipe Menu + + Factory Reset - - - - - Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Wipes Data, Cache, and Dalvik - - - - - Dalvik Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + .android_secure - - - - - Factory Reset - - - tw_back=wipe - tw_action=wipe - tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) - tw_action_text1=Factory Reset... - tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + (not including internal storage) - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + SD-EXT - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD Card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Most of the time this is + + + + + + the only wipe that you need. + + + + + + Press back button to cancel. - - + - Internal Storage + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe - - + + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all internal storage - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action + formatdata - - - - - - Android Secure - + + + tw_back=wipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=data + tw_action_text1=Factory Reset... + tw_complete_text1=Factory Reset Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - + main - + main - + - Backup Name: %tw_backup_name% + Wipe Menu - - - - Backup Device + + + +
+ + Select Partitions to Wipe: + + + + + +
- + - backup_run + + tw_back=advancedwipe + tw_action=wipe + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page + - Swipe to Back Up + Swipe to Wipe - - - - - Refresh Sizes - - + + + main - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - + + + wipe - - - - System (%tw_backup_system_size% MB) - - + + + + + + + + + + Format Data will wipe all of your apps, - - - - Data (%tw_backup_data_size% MB) - - + + + + backups, pictures, videos, media, and - - - - - Boot (%tw_backup_boot_size% MB) - - + + + + removes encryption on internal storage. - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + + This cannot be undone. Press back to cancel. - - - - Cache (%tw_backup_cache_size% MB) - - + + + + Type yes to continue. - - - + + + + - .android_secure (%tw_backup_andsec_size% MB) - - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - sd-ext (%tw_backup_sdext_size% MB) - - - + + + + + main - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + wipe - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - + + + + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + formatdata + + + + - - Free Space: %tw_storage_free_size% MB + + Backup Name: %tw_backup_name% + + + + + +
+ + Select Partitions to Back Up: + + + + + + +
+ + + + + + + Set Backup Name + + tw_fileexists=0 + backupname1 + + + + + + + + + Refresh Sizes + + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + - + Enable compression. @@ -1464,59 +1380,23 @@ - + Skip MD5 generation during backup. - - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal + + + + backup_run - - - - - - - - Use internal storage - - internal + + + + Swipe to Back Up @@ -1640,56 +1520,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + - +
Select Package to Restore: @@ -1730,18 +1574,26 @@ - - - + + + +
+ Restoring: %tw_restore_name% + + + + + +
- + + Rename Backup - tw_backup_rename= tw_fileexists=0 @@ -1751,10 +1603,10 @@ - + + Delete Backup - tw_back=restore tw_action=cmd @@ -1768,111 +1620,30 @@ - - - - restore_run - - - - - - Swipe to Restore - - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - + - %tw_sp2_name% - - + Enable MD5 verification of backup files. + - - - - %tw_sp3_name% - - - + + + + Package Date: %tw_restore_file_date% - - - - Enable MD5 verification of backup files. - - + + + + restore_run - - Package Date: %tw_restore_file_date% + + Swipe to Restore @@ -1980,216 +1751,70 @@ - + - - - - Mount Menu - - - - - - - Mount System - - /system - - - - - - - Unmount System - - /system - - - - - - - Mount Data - - /data - - - - - - - Unmount Data - - /data - - - - - - - Mount Cache - - /cache - - - - - - - Unmount Cache - - /cache - - - - - - - - - - Mount SD Card - - EXTERNAL - - - - - - - - - - Unmount SD Card - - EXTERNAL - - - - - - - - - - - Mount Internal - - INTERNAL - - - - - - - - - - - Unmount Internal - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext + + + +
+ + Select Storage: + + + + + +
- - - - - - - - Mount Boot - - /boot + + + main - - - - - - - - Unmount Boot - - /boot + + + + %tw_back% + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use internal storage - - internal + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + - + Mount USB Storage @@ -2202,7 +1827,7 @@ - + Decrypt Data diff --git a/gui/devices/480x800/res/images/exclamation200.png b/gui/devices/480x800/res/images/exclamation200.png deleted file mode 100644 index 96258a1c3..000000000 Binary files a/gui/devices/480x800/res/images/exclamation200.png and /dev/null differ diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index ab4be70ff..6efca350c 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -39,7 +39,6 @@ - @@ -123,7 +122,7 @@ - + @@ -164,8 +163,20 @@ - - + + + + + + + + + + + + + + @@ -464,56 +475,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + - +
%tw_zip_location% @@ -825,15 +800,6 @@ - - - - - - - - - @@ -1110,352 +1076,303 @@ - - Wipe Menu + + Factory Reset - - - - - Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Wipes Data, Cache, and Dalvik - - - - - Dalvik Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + .android_secure - - - - - Factory Reset - - - tw_back=wipe - tw_action=wipe - tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) - tw_action_text1=Factory Reset... - tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + (not including internal storage) - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + SD-EXT - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD Card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Most of the time this is + + + + + + the only wipe that you need. + + + + + + Press back button to cancel. - - + - Internal Storage + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe - - + + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all internal storage - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action + formatdata - - - - - - Android Secure - + + + tw_back=wipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=data + tw_action_text1=Factory Reset... + tw_complete_text1=Factory Reset Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - + main - + main - + - Backup Name: %tw_backup_name% + Wipe Menu - - - - Backup Device + + + +
+ + Select Partitions to Wipe: + + + + + +
- + - backup_run + + tw_back=advancedwipe + tw_action=wipe + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page + - Swipe to Back Up + Swipe to Wipe - - - - - Refresh Sizes - - + + + main - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - + + + wipe - - - - System (%tw_backup_system_size% MB) - - + + + + + + + + + + Format Data will wipe all of your apps, - - - - Data (%tw_backup_data_size% MB) - - + + + + backups, pictures, videos, media, and - - - - - Boot (%tw_backup_boot_size% MB) - - + + + + removes encryption on internal storage. - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + + This cannot be undone. Press back to cancel. - - - - Cache (%tw_backup_cache_size% MB) - - + + + + Type yes to continue. - - - + + + + - .android_secure (%tw_backup_andsec_size% MB) - - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - sd-ext (%tw_backup_sdext_size% MB) - - - + + + + + main - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + wipe - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - + + + + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + formatdata + + + + - - Free Space: %tw_storage_free_size% MB + + Backup Name: %tw_backup_name% + + + + + +
+ + Select Partitions to Back Up: + + + + + + +
+ + + + + + + Set Backup Name + + tw_fileexists=0 + backupname1 + + + + + + + + + Refresh Sizes + + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + - + Enable compression. @@ -1463,59 +1380,23 @@ - + Skip MD5 generation during backup. - - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal + + + + backup_run - - - - - - - - Use internal storage - - internal + + + + Swipe to Back Up @@ -1639,56 +1520,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + - +
Select Package to Restore: @@ -1729,18 +1574,26 @@ - - - + + + +
+ Restoring: %tw_restore_name% + + + + + +
- + + Rename Backup - tw_backup_rename= tw_fileexists=0 @@ -1750,10 +1603,10 @@ - + + Delete Backup - tw_back=restore tw_action=cmd @@ -1767,111 +1620,30 @@ - - - - restore_run - - - - - - Swipe to Restore - - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - + - %tw_sp2_name% - - + Enable MD5 verification of backup files. + - - - - %tw_sp3_name% - - - + + + + Package Date: %tw_restore_file_date% - - - - Enable MD5 verification of backup files. - - + + + + restore_run - - Package Date: %tw_restore_file_date% + + Swipe to Restore @@ -1979,216 +1751,70 @@ - + - - - - Mount Menu - - - - - - - Mount System - - /system - - - - - - - Unmount System - - /system - - - - - - - Mount Data - - /data - - - - - - - Unmount Data - - /data - - - - - - - Mount Cache - - /cache - - - - - - - Unmount Cache - - /cache - - - - - - - - - - Mount SD Card - - EXTERNAL - - - - - - - - - - Unmount SD Card - - EXTERNAL - - - - - - - - - - - Mount Internal - - INTERNAL - - - - - - - - - - - Unmount Internal - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext + + + +
+ + Select Storage: + + + + + +
- - - - - - - - Mount Boot - - /boot + + + main - - - - - - - - Unmount Boot - - /boot + + + + %tw_back% + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use internal storage - - internal + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + - + Mount USB Storage @@ -2201,7 +1827,7 @@ - + Decrypt Data diff --git a/gui/devices/480x854/res/images/exclamation200.png b/gui/devices/480x854/res/images/exclamation200.png deleted file mode 100644 index 96258a1c3..000000000 Binary files a/gui/devices/480x854/res/images/exclamation200.png and /dev/null differ diff --git a/gui/devices/480x854/res/ui.xml b/gui/devices/480x854/res/ui.xml index 1147b77f3..de4d15944 100644 --- a/gui/devices/480x854/res/ui.xml +++ b/gui/devices/480x854/res/ui.xml @@ -39,7 +39,6 @@ - @@ -122,7 +121,7 @@ - + @@ -163,8 +162,20 @@ - - + + + + + + + + + + + + + + @@ -463,56 +474,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + - +
%tw_zip_location% @@ -824,15 +799,6 @@ - - - - - - - - - @@ -1109,352 +1075,303 @@ - - Wipe Menu + + Factory Reset - - - - - Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Wipes Data, Cache, and Dalvik - - - - - Dalvik Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + .android_secure - - - - - Factory Reset - - - tw_back=wipe - tw_action=wipe - tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) - tw_action_text1=Factory Reset... - tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + (not including internal storage) - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + SD-EXT - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD Card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Most of the time this is + + + + + + the only wipe that you need. + + + + + + Press back button to cancel. - - + - Internal Storage + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe - - + + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all internal storage - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action + formatdata - - - - - - Android Secure - + + + tw_back=wipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=data + tw_action_text1=Factory Reset... + tw_complete_text1=Factory Reset Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - + main - + main - + - Backup Name: %tw_backup_name% + Wipe Menu - - - - Backup Device + + + +
+ + Select Partitions to Wipe: + + + + + +
- + - backup_run + + tw_back=advancedwipe + tw_action=wipe + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page + - Swipe to Back Up + Swipe to Wipe - - - - - Refresh Sizes - - + + + main - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - + + + wipe - - - - System (%tw_backup_system_size% MB) - - + + + + + + + + + + Format Data will wipe all of your apps, - - - - Data (%tw_backup_data_size% MB) - - + + + + backups, pictures, videos, media, and - - - - - Boot (%tw_backup_boot_size% MB) - - + + + + removes encryption on internal storage. - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + + This cannot be undone. Press back to cancel. - - - - Cache (%tw_backup_cache_size% MB) - - + + + + Type yes to continue. - - - + + + + - .android_secure (%tw_backup_andsec_size% MB) - - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - sd-ext (%tw_backup_sdext_size% MB) - - - + + + + + main - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + wipe - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - + + + + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + formatdata + + + + - - Free Space: %tw_storage_free_size% MB + + Backup Name: %tw_backup_name% + + + + + +
+ + Select Partitions to Back Up: + + + + + + +
+ + + + + + + Set Backup Name + + tw_fileexists=0 + backupname1 + + + + + + + + + Refresh Sizes + + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + - + Enable compression. @@ -1462,59 +1379,23 @@ - + Skip MD5 generation during backup. - - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal + + + + backup_run - - - - - - - - Use internal storage - - internal + + + + Swipe to Back Up @@ -1638,56 +1519,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + - +
Select Package to Restore: @@ -1728,18 +1573,26 @@ - - - + + + +
+ Restoring: %tw_restore_name% + + + + + +
- + + Rename Backup - tw_backup_rename= tw_fileexists=0 @@ -1749,10 +1602,10 @@ - + + Delete Backup - tw_back=restore tw_action=cmd @@ -1766,111 +1619,30 @@ - - - - restore_run - - - - - - Swipe to Restore - - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - + - %tw_sp2_name% - - + Enable MD5 verification of backup files. + - - - - %tw_sp3_name% - - - + + + + Package Date: %tw_restore_file_date% - - - - Enable MD5 verification of backup files. - - + + + + restore_run - - Package Date: %tw_restore_file_date% + + Swipe to Restore @@ -1978,216 +1750,70 @@ - + - - - - Mount Menu - - - - - - - Mount System - - /system - - - - - - - Unmount System - - /system - - - - - - - Mount Data - - /data - - - - - - - Unmount Data - - /data - - - - - - - Mount Cache - - /cache - - - - - - - Unmount Cache - - /cache - - - - - - - - - - Mount SD Card - - EXTERNAL - - - - - - - - - - Unmount SD Card - - EXTERNAL - - - - - - - - - - - Mount Internal - - INTERNAL - - - - - - - - - - - Unmount Internal - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext + + + +
+ + Select Storage: + + + + + +
- - - - - - - - Mount Boot - - /boot + + + main - - - - - - - - Unmount Boot - - /boot + + + + %tw_back% + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use internal storage - - internal + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + - + Mount USB Storage @@ -2200,7 +1826,7 @@ - + Decrypt Data diff --git a/gui/devices/540x960/res/images/exclamation300.png b/gui/devices/540x960/res/images/exclamation300.png deleted file mode 100644 index 1ac400d11..000000000 Binary files a/gui/devices/540x960/res/images/exclamation300.png and /dev/null differ diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index 7c4967ed1..febc3db14 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -39,7 +39,6 @@ - @@ -123,7 +122,7 @@ - + @@ -164,8 +163,20 @@ - - + + + + + + + + + + + + + + @@ -464,56 +475,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + - +
%tw_zip_location% @@ -825,15 +800,6 @@ - - - - - - - - - @@ -1110,352 +1076,303 @@ - - Wipe Menu + + Factory Reset - - - - - Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Wipes Data, Cache, and Dalvik - - - - - Dalvik Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + .android_secure - - - - - Factory Reset - - - tw_back=wipe - tw_action=wipe - tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) - tw_action_text1=Factory Reset... - tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + (not including internal storage) - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + SD-EXT - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD Card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Most of the time this is + + + + + + the only wipe that you need. + + + + + + Press back button to cancel. - - + - Internal Storage + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe - - + + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all internal storage - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action + formatdata - - - - - - Android Secure - + + + tw_back=wipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=data + tw_action_text1=Factory Reset... + tw_complete_text1=Factory Reset Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - + main - + main - + - Backup Name: %tw_backup_name% + Wipe Menu - - - - Backup Device + + + +
+ + Select Partitions to Wipe: + + + + + +
- + - backup_run + + tw_back=advancedwipe + tw_action=wipe + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page + - Swipe to Back Up + Swipe to Wipe - - - - - Refresh Sizes - - + + + main - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - + + + wipe - - - - System (%tw_backup_system_size% MB) - - + + + + + + + + + + Format Data will wipe all of your apps, - - - - Data (%tw_backup_data_size% MB) - - + + + + backups, pictures, videos, media, and - - - - - Boot (%tw_backup_boot_size% MB) - - + + + + removes encryption on internal storage. - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + + This cannot be undone. Press back to cancel. - - - - Cache (%tw_backup_cache_size% MB) - - + + + + Type yes to continue. - - - + + + + - .android_secure (%tw_backup_andsec_size% MB) - - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - sd-ext (%tw_backup_sdext_size% MB) - - - + + + + + main - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + wipe - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - + + + + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + formatdata + + + + - - Free Space: %tw_storage_free_size% MB + + Backup Name: %tw_backup_name% + + + + + +
+ + Select Partitions to Back Up: + + + + + + +
+ + + + + + + Set Backup Name + + tw_fileexists=0 + backupname1 + + + + + + + + + Refresh Sizes + + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + - + Enable compression. @@ -1463,59 +1380,23 @@ - + Skip MD5 generation during backup. - - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal + + + + backup_run - - - - - - - - Use internal storage - - internal + + + + Swipe to Back Up @@ -1639,56 +1520,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + - +
Select Package to Restore: @@ -1729,18 +1574,26 @@ - - - + + + +
+ Restoring: %tw_restore_name% + + + + + +
- + + Rename Backup - tw_backup_rename= tw_fileexists=0 @@ -1750,10 +1603,10 @@ - + + Delete Backup - tw_back=restore tw_action=cmd @@ -1767,111 +1620,30 @@ - - - - restore_run - - - - - - Swipe to Restore - - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - + - %tw_sp2_name% - - + Enable MD5 verification of backup files. + - - - - %tw_sp3_name% - - - + + + + Package Date: %tw_restore_file_date% - - - - Enable MD5 verification of backup files. - - + + + + restore_run - - Package Date: %tw_restore_file_date% + + Swipe to Restore @@ -1979,216 +1751,70 @@ - + - - - - Mount Menu - - - - - - - Mount System - - /system - - - - - - - Unmount System - - /system - - - - - - - Mount Data - - /data - - - - - - - Unmount Data - - /data - - - - - - - Mount Cache - - /cache - - - - - - - Unmount Cache - - /cache - - - - - - - - - - Mount SD Card - - EXTERNAL - - - - - - - - - - Unmount SD Card - - EXTERNAL - - - - - - - - - - - Mount Internal - - INTERNAL - - - - - - - - - - - Unmount Internal - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext + + + +
+ + Select Storage: + + + + + +
- - - - - - - - Mount Boot - - /boot + + + main - - - - - - - - Unmount Boot - - /boot + + + + %tw_back% + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use internal storage - - internal + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + - + Mount USB Storage @@ -2201,7 +1827,7 @@ - + Decrypt Data diff --git a/gui/devices/720x1280/res/images/exclamation400.png b/gui/devices/720x1280/res/images/exclamation400.png deleted file mode 100644 index f3a8aabb6..000000000 Binary files a/gui/devices/720x1280/res/images/exclamation400.png and /dev/null differ diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml index 5d94483c9..e2a02b1e8 100644 --- a/gui/devices/720x1280/res/ui.xml +++ b/gui/devices/720x1280/res/ui.xml @@ -39,12 +39,11 @@ - - + @@ -128,7 +127,7 @@ - + @@ -169,8 +168,20 @@ - - + + + + + + + + + + + + + + @@ -477,56 +488,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + - +
%tw_zip_location% @@ -838,15 +813,6 @@ - - - - - - - - - @@ -1123,352 +1089,303 @@ - - Wipe Menu + + Factory Reset - - - - - Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Wipes Data, Cache, and Dalvik - - - - - Dalvik Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + .android_secure - - - - - Factory Reset - - - tw_back=wipe - tw_action=wipe - tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) - tw_action_text1=Factory Reset... - tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + (not including internal storage) - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + SD-EXT - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD Card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Most of the time this is + + + + + + the only wipe that you need. + + + + + + Press back button to cancel. - - + - Internal Storage + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe - - + + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all internal storage - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action + formatdata - - - - - - Android Secure - + + + tw_back=wipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=data + tw_action_text1=Factory Reset... + tw_complete_text1=Factory Reset Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - + main - + main - + - Backup Name: %tw_backup_name% + Wipe Menu - - - - Backup Device + + + +
+ + Select Partitions to Wipe: + + + + + +
- + - backup_run + + tw_back=advancedwipe + tw_action=wipe + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page + - Swipe to Back Up + Swipe to Wipe - - - - - Refresh Sizes - - + + + main - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - + + + wipe - - - - System (%tw_backup_system_size% MB) - - + + + + + + + + + + Format Data will wipe all of your apps, - - - - Data (%tw_backup_data_size% MB) - - + + + + backups, pictures, videos, media, and - - - - - Boot (%tw_backup_boot_size% MB) - - + + + + removes encryption on internal storage. - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + + This cannot be undone. Press back to cancel. - - - - Cache (%tw_backup_cache_size% MB) - - + + + + Type yes to continue. - - - + + + + - .android_secure (%tw_backup_andsec_size% MB) - - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - sd-ext (%tw_backup_sdext_size% MB) - - - + + + + + main - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + wipe - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - + + + + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + formatdata + + + + - - Free Space: %tw_storage_free_size% MB + + Backup Name: %tw_backup_name% + + + + + +
+ + Select Partitions to Back Up: + + + + + + +
+ + + + + + + Set Backup Name + + tw_fileexists=0 + backupname1 + + + + + + + + + Refresh Sizes + + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + - + Enable compression. @@ -1476,59 +1393,23 @@ - + Skip MD5 generation during backup. - - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal + + + + backup_run - - - - - - - - Use internal storage - - internal + + + + Swipe to Back Up @@ -1652,56 +1533,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + - +
Select Package to Restore: @@ -1742,18 +1587,26 @@ - - - + + + +
+ Restoring: %tw_restore_name% + + + + + +
- + + Rename Backup - tw_backup_rename= tw_fileexists=0 @@ -1763,10 +1616,10 @@ - + + Delete Backup - tw_back=restore tw_action=cmd @@ -1780,111 +1633,30 @@ - - - - restore_run - - - - - - Swipe to Restore - - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - + - %tw_sp2_name% - - + Enable MD5 verification of backup files. + - - - - %tw_sp3_name% - - - + + + + Package Date: %tw_restore_file_date% - - - - Enable MD5 verification of backup files. - - + + + + restore_run - - Package Date: %tw_restore_file_date% + + Swipe to Restore @@ -1992,216 +1764,70 @@ - + - - - - Mount Menu - - - - - - - Mount System - - /system - - - - - - - Unmount System - - /system - - - - - - - Mount Data - - /data - - - - - - - Unmount Data - - /data - - - - - - - Mount Cache - - /cache - - - - - - - Unmount Cache - - /cache - - - - - - - - - - Mount SD Card - - EXTERNAL - - - - - - - - - - Unmount SD Card - - EXTERNAL - - - - - - - - - - - Mount Internal - - INTERNAL - - - - - - - - - - - Unmount Internal - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext + + + +
+ + Select Storage: + + + + + +
- - - - - - - - Mount Boot - - /boot + + + main - - - - - - - - Unmount Boot - - /boot + + + + %tw_back% + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use internal storage - - internal + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + - + Mount USB Storage @@ -2214,7 +1840,7 @@ - + Decrypt Data diff --git a/gui/devices/800x1280/res/images/exclamation400.png b/gui/devices/800x1280/res/images/exclamation400.png deleted file mode 100644 index f3a8aabb6..000000000 Binary files a/gui/devices/800x1280/res/images/exclamation400.png and /dev/null differ diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml index 9e2e2b8e7..7282c929b 100755 --- a/gui/devices/800x1280/res/ui.xml +++ b/gui/devices/800x1280/res/ui.xml @@ -39,12 +39,11 @@ - - - + + @@ -123,7 +122,7 @@ - + @@ -142,7 +141,7 @@ - + @@ -165,8 +164,20 @@ - - + + + + + + + + + + + + + + @@ -465,56 +476,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + - +
%tw_zip_location% @@ -826,15 +801,6 @@ - - - - - - - - - @@ -1111,352 +1077,303 @@ - - Wipe Menu + + Factory Reset - - - - - Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Wipes Data, Cache, and Dalvik - - - - - Dalvik Cache - - - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + .android_secure - - - - - Factory Reset - - - tw_back=wipe - tw_action=wipe - tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) - tw_action_text1=Factory Reset... - tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + (not including internal storage) - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + + SD-EXT - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD Card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Most of the time this is + + + + + + the only wipe that you need. + + + + + + Press back button to cancel. - - + - Internal Storage + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe - - + + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all internal storage - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action + formatdata - - - - - - Android Secure - + + + tw_back=wipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=data + tw_action_text1=Factory Reset... + tw_complete_text1=Factory Reset Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - + main - + main - + - Backup Name: %tw_backup_name% + Wipe Menu - - - - Backup Device + + + +
+ + Select Partitions to Wipe: + + + + + +
- + - backup_run + + tw_back=advancedwipe + tw_action=wipe + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page + - Swipe to Back Up + Swipe to Wipe - - - - - Refresh Sizes - - + + + main - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - + + + wipe - - - - System (%tw_backup_system_size% MB) - - + + + + + + + + + + Format Data will wipe all of your apps, - - - - Data (%tw_backup_data_size% MB) - - + + + + backups, pictures, videos, media, and - - - - - Boot (%tw_backup_boot_size% MB) - - + + + + removes encryption on internal storage. - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + + This cannot be undone. Press back to cancel. - - - - Cache (%tw_backup_cache_size% MB) - - + + + + Type yes to continue. - - - + + + + - .android_secure (%tw_backup_andsec_size% MB) - - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - sd-ext (%tw_backup_sdext_size% MB) - - - + + + + + main - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + wipe - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - + + + + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + formatdata + + + + - - Free Space: %tw_storage_free_size% MB + + Backup Name: %tw_backup_name% + + + + + +
+ + Select Partitions to Back Up: + + + + + + +
+ + + + + + + Set Backup Name + + tw_fileexists=0 + backupname1 + + + + + + + + + Refresh Sizes + + + + + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + - + Enable compression. @@ -1464,59 +1381,23 @@ - + Skip MD5 generation during backup. - - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal + + + + backup_run - - - - - - - - Use internal storage - - internal + + + + Swipe to Back Up @@ -1640,56 +1521,20 @@ - - - - - - - Use external SD - - external - - - - - - - - - - Use external SD - - external - - - - - - - - - - Use internal storage - - internal - - - - - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + - +
Select Package to Restore: @@ -1730,18 +1575,26 @@ - - - + + + +
+ Restoring: %tw_restore_name% + + + + + +
- + + Rename Backup - tw_backup_rename= tw_fileexists=0 @@ -1751,10 +1604,10 @@ - + + Delete Backup - tw_back=restore tw_action=cmd @@ -1768,111 +1621,30 @@ - - - - restore_run - - - - - - Swipe to Restore - - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - + - %tw_sp2_name% - - + Enable MD5 verification of backup files. + - - - - %tw_sp3_name% - - - + + + + Package Date: %tw_restore_file_date% - - - - Enable MD5 verification of backup files. - - + + + + restore_run - - Package Date: %tw_restore_file_date% + + Swipe to Restore @@ -1980,216 +1752,70 @@ - + - - - - Mount Menu - - - - - - - Mount System - - /system - - - - - - - Unmount System - - /system - - - - - - - Mount Data - - /data - - - - - - - Unmount Data - - /data - - - - - - - Mount Cache - - /cache - - - - - - - Unmount Cache - - /cache - - - - - - - - - - Mount SD Card - - EXTERNAL - - - - - - - - - - Unmount SD Card - - EXTERNAL - - - - - - - - - - - Mount Internal - - INTERNAL - - - - - - - - - - - Unmount Internal - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext + + + +
+ + Select Storage: + + + + + +
- - - - - - - - Mount Boot - - /boot + + + main - - - - - - - - Unmount Boot - - /boot + + + + %tw_back% + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use external SD - - external - + + - - - - - - - - Use internal storage - - internal + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Use internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + - + Mount USB Storage @@ -2202,7 +1828,7 @@ - + Decrypt Data diff --git a/gui/devices/800x480/res/images/exclamation150.png b/gui/devices/800x480/res/images/exclamation150.png deleted file mode 100644 index 6e05987c1..000000000 Binary files a/gui/devices/800x480/res/images/exclamation150.png and /dev/null differ diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 82423709f..97fdf44cd 100755 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -41,7 +41,6 @@ - @@ -180,8 +179,24 @@ - - + + + + + + + + + + + + + + + + + + @@ -515,51 +530,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=install + selectstorage + @@ -864,15 +843,6 @@ - - - - - - - - - @@ -1271,220 +1241,92 @@ - + - - - - Mount Menu - - - - - - - Mount USB Storage - - usb_mount + + + +
+ + Select Storage: + + + + + +
- - - - - Mount System - - /system + + + main - - - - - Unmount System - - /system + + + + %tw_back% + - - - - - Mount Data - - /data - + + - - - - - Unmount Data - - /data - + + - - - - - Mount Cache - - /cache + + + + Mount Menu - - - - - Unmount Cache - - /cache + + + +
+ + Select Partitions to Mount: + + + + +
- - - - - - - Mount SDCard - - EXTERNAL - - - - - - - - - - Unmount SDCard - - EXTERNAL - - - - - - - - - - - Mount Internal Storage - - INTERNAL - - - - - - - - - - - Unmount Internal Storage - - INTERNAL - - - - - - - - - - Mount SD-Ext - - /sd-ext - - - - - - - Unmount SD-Ext - - /sd-ext - - - - - - - - - Mount Boot - - /boot - - - - - - - - - - Unmount Boot - - /boot - - - - - - - - - - Using external SD - - external - - - - - - - - + + - Using external SD - - external + + + Decrypt Data + + decrypt - - - - - - - Using internal storage - - internal + + + + Mount USB Storage + + usb_mount - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=mount + selectstorage + @@ -1549,191 +1391,133 @@ - Wipe Menu + Factory Reset: Wipes Data, Cache, and Dalvik + + + + + + + .android_secure + + + + + + + (not including internal storage) + + + + + + + SD-EXT + + + + + + Most of the time this is the only wipe that you need. - + - Cache + Advanced Wipe - - tw_back=wipe - tw_action=wipe - tw_action_param=/cache - tw_text1=Wipe Cache? - tw_action_text1=Wiping Cache... - tw_complete_text1=Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + advancedwipe + + + + - + - Dalvik Cache + Format Data - tw_back=wipe - tw_action=wipe - tw_action_param=dalvik - tw_text1=Wipe Dalvik-Cache? - tw_action_text1=Wiping Dalvik-Cache... - tw_complete_text1=Dalvik-Cache Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action + formatdata - - - - - Factory Reset - + + + + Press back button to cancel. + + + + + tw_back=wipe tw_action=wipe tw_action_param=data - tw_text1=Factory Reset? - tw_text2=(Wipes Data and Cache) tw_action_text1=Factory Reset... tw_complete_text1=Factory Reset Complete - tw_slider_text=Swipe to Wipe - confirm_action + action_page - - - - - System - - - tw_back=wipe - tw_action=wipe - tw_action_param=/system - tw_text1=Wipe System? - tw_text2=This will wipe your ROM - tw_action_text1=Wiping System... - tw_complete_text1=System Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Factory Reset - - - - - - External Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=EXTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD card)? - tw_action_text1=Wiping External Storage... - tw_complete_text1=External Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - Internal Storage - - - tw_back=wipe - tw_action=wipe - tw_action_param=INTERNAL - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe Internal Storage? - tw_action_text1=Wiping Internal Storage... - tw_complete_text1=Internal Storage Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + main - - - - - - - - - Format Data - - - tw_back=wipe - tw_action=wipe - tw_action_param=DATAMEDIA - tw_has_action2=1 - tw_action2=set - tw_action2_param=tw_zip_location=/sdcard - tw_text1=Format Data? (This wipes all media - tw_text2=including backups & removes encryption) - tw_text3=Most of the time you do not need to do this. - tw_action_text1=Formatting Data... - tw_complete_text1=Data Format Complete - tw_slider_text=Swipe to Format - tw_show_exclamation=1 - confirm_action - + + + + + + + + + +
+ + Select Partitions to Wipe: + + + + + +
- - - - - - Android Secure - + + + - tw_back=wipe + tw_back=advancedwipe tw_action=wipe - tw_action_param=ANDROIDSECURE - tw_text1=Wipe Android Secure? - tw_action_text1=Wiping Android Secure... - tw_complete_text1=Wipe Android Secure Complete - tw_slider_text=Swipe to Format - confirm_action + tw_action_param=LIST + tw_text1=Wipe Selected Partition(s)? + tw_action_text1=Wiping Partition(s)... + tw_complete_text1=Wipe Complete + action_page - - - - - - SD Ext - - - tw_back=wipe - tw_action=wipe - tw_action_param=/sd-ext - tw_text1=Wipe SD-Ext? - tw_action_text1=Wiping SD-Ext... - tw_complete_text1=SD-Ext Wipe Complete - tw_slider_text=Swipe to Wipe - confirm_action - + + + + Swipe to Wipe @@ -1743,182 +1527,160 @@ - main + wipe - + - Back Up Device + Format Data will wipe all of your apps, backups, pictures, - - Free Space: %tw_storage_free_size% MB + + videos, media, and removes encryption on internal storage. - - Backup Name: %tw_backup_name% + + This cannot be undone. Press back to cancel. - - - - System (%tw_backup_system_size% MB) - - + + + + Type yes to continue. - - + + + + - Data (%tw_backup_data_size% MB) - - + %tw_confirm_formatdata% + + + formatdata_confirm - - - - - Boot (%tw_backup_boot_size% MB) - - - + - - - - - Recovery (%tw_backup_recovery_size% MB) - - + + + main - - - - Cache (%tw_backup_cache_size% MB) - - + + + wipe - - - - - .android_secure (%tw_backup_andsec_size% MB) - - - + + - - - - - sd-ext (%tw_backup_sdext_size% MB) - - + + + + + tw_back=formatdata + tw_action=wipe + tw_action_param=DATAMEDIA + tw_action_text1=Formatting Data... + tw_complete_text1=Data Format Complete + action_page + - - - - - %tw_sp1_name% (%tw_backup_sp1_size% MB) - - + + + formatdata + - - - - - %tw_sp2_name% (%tw_backup_sp2_size% MB) - - - + + - - - - - %tw_sp3_name% (%tw_backup_sp3_size% MB) - - + + + + Back Up Device - - - - Enable Compression (Requires more time) - - + + + +
+ + Select Partitions to Back Up: + + + + + +
- - - - Skip MD5 generation on backups - - + + + + Backup Name: %tw_backup_name% - - - - - - - Using external SD - - external + + + + Refresh Sizes + + - - - - - - - Using external SD - - external + + + + Set Backup Name + + + tw_fileexists=0 + backupname1 + - + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=backup + selectstorage + + + + + - - - - - Using internal storage - - internal + Enable Compression (Requires more time) + + - + - - - - - Using internal storage - - internal + Skip MD5 generation on backups + + @@ -1936,27 +1698,6 @@ Swipe to Back Up - - - - - Refresh Sizes - - - - - - - - - Set Backup Name - - - tw_fileexists=0 - backupname1 - - - main @@ -2080,51 +1821,15 @@ - - - - - - - Using external SD - - external - - - - - - - - - - Using external SD - - external - - - - - - - - - - Using internal storage - - internal - - - - - - - - - - Using internal storage - - internal + + + + + Storage: %tw_storage_display_name% (%tw_storage_free_size% MB) + + tw_back=restore + selectstorage + @@ -2154,19 +1859,6 @@ - - - - - - - - - Decrypt Data - - decrypt - - main @@ -2195,89 +1887,22 @@ Package Date: %tw_restore_file_date% - - - - System - - - - - - - - - Data - - - - - - - - - Boot - - - - - - - - - Cache - - - - - - - - - .android_secure - - - - - - - - - sd-ext - - - - - - - - - %tw_sp1_name% - - - - - - - - - %tw_sp2_name% - - - - - - - - - %tw_sp3_name% - - - + + + +
+ + Select Partitions to Restore: + + + + + +
- + Enable MD5 checking of backup files @@ -2299,7 +1924,7 @@ - + Delete Backup -- cgit v1.2.3