From cfb63ae2b11dc5b9a7e0231a489131523114e7de Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 19 Sep 2012 14:30:17 -0400 Subject: Improve adb sideload -- add cancel Also copy zip from /tmp to storage and remove from /tmp to prevent running out of RAM. --- gui/devices/800x1280/res/ui.xml | 70 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 3 deletions(-) (limited to 'gui/devices/800x1280/res/ui.xml') diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml index decfcad55..a131e8969 100755 --- a/gui/devices/800x1280/res/ui.xml +++ b/gui/devices/800x1280/res/ui.xml @@ -67,7 +67,7 @@ - + @@ -909,6 +909,69 @@ + + + + + + + %tw_action_text1% + + + + + + %tw_action_text2% + + + + + + Cancel + + + + + + + + + + + + + + + action_complete + + + + + + + + + + action_complete + + + + + + + %tw_action_param% + + + + + + + %tw_action_param% + %tw_action2_param% + + + + @@ -2546,12 +2609,13 @@ 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_slider_text=Swipe to Wipe - action_page + tw_cancel_function=adbsideloadcancel + action_page_cancel -- cgit v1.2.3