From c51f1f994ada7b46224f672481c0dacf3894c70b Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 20 Sep 2012 15:32:13 -0400 Subject: Various fixes Modify AOSP mount and wipe functions to use Partition Manager. Update wipe code to reset the log file index when wiping cache. Add ADB sideload to 540x960 theme. --- gui/devices/540x960/res/ui.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'gui/devices/540x960/res') diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index 0d7fa3ecf..398764127 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -44,6 +44,7 @@ + @@ -785,6 +786,9 @@ tw_has_action2=0 tw_action2= tw_action2_param= + tw_has_cancel=0 + tw_cancel_action= + tw_cancel_param= %tw_clear_destination% @@ -867,6 +871,15 @@ + + + + + Cancel + + %tw_cancel_param% + + @@ -2530,6 +2543,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