From bbb21018005311ef7ed032cb825bc4d3106e5288 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 20 Sep 2012 15:59:46 -0400 Subject: Update portrait themes with ADB sideload --- gui/devices/320x480/res/ui.xml | 92 +++++++++++++++++++++++++++++------------ gui/devices/480x800/res/ui.xml | 38 +++++++++++++++++ gui/devices/720x1280/res/ui.xml | 38 +++++++++++++++++ 3 files changed, 141 insertions(+), 27 deletions(-) diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml index f3e138401..f9ef6609c 100644 --- a/gui/devices/320x480/res/ui.xml +++ b/gui/devices/320x480/res/ui.xml @@ -47,6 +47,7 @@ + @@ -442,7 +443,7 @@ - + @@ -454,7 +455,7 @@ - + @@ -466,7 +467,7 @@ - + @@ -478,7 +479,7 @@ - + @@ -548,7 +549,7 @@ - + %tw_zip_location% @@ -560,7 +561,7 @@ - + %tw_file% @@ -574,7 +575,7 @@ - Zip file signature verification. + Zip file signature verification? @@ -582,7 +583,7 @@ - Force MD5 check on all zips. + Force MD5 check on all zips? @@ -591,14 +592,14 @@ - Inject TWRP after install. + Inject TWRP after install? - + File %tw_zip_queue_count% of max of 10 @@ -666,7 +667,7 @@ - + %tw_filename% @@ -788,6 +789,9 @@ tw_has_action2=0 tw_action2= tw_action2_param= + tw_has_cancel=0 + tw_cancel_action= + tw_cancel_param= %tw_clear_destination% @@ -870,6 +874,15 @@ + + + + + Cancel + + %tw_cancel_param% + + @@ -1093,7 +1106,7 @@ tw_has_action2=1 tw_action2=set tw_action2_param=tw_zip_location=/sdcard - tw_text1=Wipe External Storage (SD Card)? + 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 @@ -1322,7 +1335,7 @@ - Enable compression. + Enable Compression (Requires more time) @@ -1330,7 +1343,7 @@ - Skip MD5 generation during backup. + Skip MD5 generation on backups @@ -1722,7 +1735,7 @@ - Enable MD5 verification of backup files. + Enable MD5 checking of backup files @@ -1921,7 +1934,7 @@ - Mount SD Card + Mount SDCard EXTERNAL @@ -1933,7 +1946,7 @@ - Unmount SD Card + Unmount SDCard EXTERNAL @@ -2260,7 +2273,7 @@ - Zip file signature verification. + Zip file signature verification? @@ -2268,7 +2281,7 @@ - Force MD5 check on all zips. + Force MD5 check on all zips? @@ -2276,7 +2289,7 @@ - Use rm -rf instead of formatting. + Use rm -rf instead of formatting? @@ -2284,7 +2297,7 @@ - Skip MD5 generation during backup. + Skip MD5 generation on backups @@ -2292,7 +2305,7 @@ - Enable MD5 verification of backup files. + Enable MD5 checking of backup files @@ -2300,7 +2313,7 @@ - Ignore image size errors during backup. + Ignore image size errors during backup @@ -2308,7 +2321,7 @@ - Simulate actions for theme testing. + Simulate most actions for theme testing @@ -2317,7 +2330,7 @@ - Simulate failure for actions. + Simulate failure for actions @@ -2393,7 +2406,7 @@ - + Do you use daylight savings time (DST)? @@ -2402,7 +2415,7 @@ - + Offset (usually 0): %tw_time_zone_guioffset% @@ -2533,6 +2546,31 @@ terminalfolder + + + + Reload Theme + + + + + + + + ADB Sideload + + + 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_cancel_action=adbsideloadcancel + action_page + + + diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index e5b6d8262..c98c1c4d1 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -46,6 +46,7 @@ + @@ -787,6 +788,9 @@ tw_has_action2=0 tw_action2= tw_action2_param= + tw_has_cancel=0 + tw_cancel_action= + tw_cancel_param= %tw_clear_destination% @@ -869,6 +873,15 @@ + + + + + Cancel + + %tw_cancel_param% + + @@ -2532,6 +2545,31 @@ terminalfolder + + + + Reload Theme + + + + + + + + ADB Sideload + + + 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_cancel_action=adbsideloadcancel + action_page + + + diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml index eb4b5b909..35e7de61d 100644 --- a/gui/devices/720x1280/res/ui.xml +++ b/gui/devices/720x1280/res/ui.xml @@ -44,6 +44,7 @@ + @@ -790,6 +791,9 @@ tw_has_action2=0 tw_action2= tw_action2_param= + tw_has_cancel=0 + tw_cancel_action= + tw_cancel_param= %tw_clear_destination% @@ -872,6 +876,15 @@ + + + + + Cancel + + %tw_cancel_param% + + @@ -2535,6 +2548,31 @@ terminalfolder + + + + Reload Theme + + + + + + + + ADB Sideload + + + 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_cancel_action=adbsideloadcancel + action_page + + + -- cgit v1.2.3