blob: 0719a942c8ad530b62596b91e0bca62c1e2cb867 [file] [log] [blame]
Dees_Troy51a0e822012-09-05 15:24:24 -04001<?xml version="1.0"?>
2
3<recovery>
4 <details>
5 <resolution width="320" height="480" />
6 <author>TeamWin</author>
7 <title>Backup Naowz</title>
8 <description>Default basic theme</description>
9 <preview>preview.jpg</preview>
10 </details>
11
12 <resources>
13 <resource name="font" type="font" filename="Roboto-Condensed-16" />
14 <resource name="mediumfont" type="font" filename="Roboto-Condensed-14" />
Dees_Troy51a0e822012-09-05 15:24:24 -040015 <resource name="filelist" type="font" filename="Roboto-Condensed-14" />
16 <resource name="top_bar" type="image" filename="top-bar.jpg" />
17 <resource name="main_button" type="image" filename="menu-button" />
18 <resource name="file_icon" type="image" filename="file" />
19 <resource name="folder_icon" type="image" filename="folder" />
20 <resource name="slideout" type="image" filename="slideout" />
21 <resource name="progress" type="animation" filename="indeterminate" />
22 <resource name="progress_empty" type="image" filename="progress_empty" />
23 <resource name="progress_full" type="image" filename="progress_fill" />
24 <resource name="checkbox_false" type="image" filename="checkbox_empty" />
25 <resource name="checkbox_true" type="image" filename="checkbox_checked" />
26 <resource name="radio_false" type="image" filename="radio_empty" />
27 <resource name="radio_true" type="image" filename="radio_selected" />
28 <resource name="medium_button" type="image" filename="medium-button" />
29 <resource name="sort_button" type="image" filename="sort-button" />
30 <resource name="minus_button" type="image" filename="minus-button" />
31 <resource name="plus_button" type="image" filename="plus-button" />
32 <resource name="home_icon" type="image" filename="home-icon" />
33 <resource name="back_icon" type="image" filename="back-icon" />
34 <resource name="slider" type="image" filename="slider" />
35 <resource name="slider-used" type="image" filename="slider-used" />
36 <resource name="slider-touch" type="image" filename="slider-touch" />
37 <resource name="unlock-icon" type="image" filename="unlock" />
38 <resource name="keyboard1" type="image" filename="keyboard1" />
39 <resource name="keyboard2" type="image" filename="keyboard2" />
40 <resource name="keyboard3" type="image" filename="keyboard3" />
41 <resource name="keyboard4" type="image" filename="keyboard4" />
42 </resources>
43
44 <variables>
Dees_Troy51a0e822012-09-05 15:24:24 -040045 <variable name="col1_x" value="8" />
46 <variable name="col2_x" value="162" />
47 <variable name="col_center_x" value="85" />
Dees_Troybbb21012012-09-20 15:59:46 -040048 <variable name="col_center_medium_x" value="122" />
Dees_Troy51a0e822012-09-05 15:24:24 -040049 <variable name="center_x" value="160" />
50 <variable name="row1_y" value="84" />
51 <variable name="row2_y" value="174" />
52 <variable name="row3_y" value="270" />
53 <variable name="row4_y" value="366" />
54 <variable name="row_queue_y" value="306" />
55 <variable name="row1_header_y" value="64" />
56 <variable name="row1_text_y" value="85" />
57 <variable name="row2_text_y" value="104" />
58 <variable name="row3_text_y" value="123" />
59 <variable name="row4_text_y" value="142" />
60 <variable name="row5_text_y" value="161" />
61 <variable name="row6_text_y" value="180" />
62 <variable name="row7_text_y" value="199" />
63 <variable name="row8_text_y" value="218" />
64 <variable name="row9_text_y" value="237" />
65 <variable name="row10_text_y" value="256" />
66 <variable name="row11_text_y" value="275" />
Dees_Troyb46a6842012-09-25 11:06:46 -040067 <variable name="row12_text_y" value="294" />
68 <variable name="row13_text_y" value="313" />
69 <variable name="row14_text_y" value="332" />
70 <variable name="row15_text_y" value="351" />
71 <variable name="row16_text_y" value="370" />
72 <variable name="row17_text_y" value="389" />
73 <variable name="row18_text_y" value="408" />
Dees_Troy51a0e822012-09-05 15:24:24 -040074 <variable name="zip_status_y" value="350" />
75 <variable name="tz_selected_y" value="66" />
76 <variable name="tz_set_y" value="348" />
77 <variable name="tz_current_y" value="438" />
78 <variable name="col_progressbar_x" value="32" />
79 <variable name="row_progressbar_y" value="432" />
80 <variable name="col1_medium_x" value="7" />
81 <variable name="col2_medium_x" value="83" />
82 <variable name="col3_medium_x" value="160" />
83 <variable name="col4_medium_x" value="237" />
84 <variable name="row1_medium_y" value="78" />
85 <variable name="row2_medium_y" value="123" />
86 <variable name="row3_medium_y" value="168" />
87 <variable name="row4_medium_y" value="213" />
88 <variable name="row5_medium_y" value="258" />
89 <variable name="row6_medium_y" value="303" />
90 <variable name="row7_medium_y" value="348" />
91 <variable name="slider_x" value="39" />
92 <variable name="slider_y" value="400" />
93 <variable name="slider_text_y" value="425" />
94 <variable name="button_text_color" value="#AAAAAA" />
95 <variable name="text_color" value="#FFFFFF" />
96 <variable name="text_success_color" value="#33B5E5" />
97 <variable name="text_fail_color" value="#FF0101" />
Dees_Troy1a7a6672013-02-15 09:39:07 -060098 <variable name="highlight_color" value="#90909080" />
Dees_Troy51a0e822012-09-05 15:24:24 -040099 <variable name="home_button_x" value="7" />
100 <variable name="home_button_y" value="460" />
101 <variable name="back_button_x" value="275" />
102 <variable name="back_button_y" value="460" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400103 <variable name="sort_text_x" value="8" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400104 <variable name="sort_asc_text_y" value="411" />
105 <variable name="sort_asc_button_y" value="411" />
106 <variable name="sort_desc_text_y" value="435" />
107 <variable name="sort_desc_button_y" value="435" />
108 <variable name="sort_col1_button_x" value="120" />
109 <variable name="sort_col2_button_x" value="160" />
110 <variable name="sort_col3_button_x" value="200" />
111 <variable name="input_width" value="307" />
112 <variable name="input_height" value="24" />
113 <variable name="input_background_color" value="#303030" />
114 <variable name="input_cursor_color" value="#33B5E5" />
115 <variable name="input_cursor_width" value="2" />
116 <variable name="console_x" value="0" />
117 <variable name="console_width" value="320" />
118 <variable name="console_foreground" value="#A0A0A0" />
119 <variable name="console_background" value="#303030" />
120 <variable name="console_scroll" value="#303030" />
121 <variable name="console_action_height" value="192" />
122 <variable name="console_install_height" value="264" />
123 <variable name="console_installdone_height" value="180" />
124 <variable name="fileselector_x" value="3" />
125 <variable name="fileselector_width" value="313" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500126 <variable name="fileselector_install_height" value="284" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400127 <variable name="fileselector_header_background" value="#202020" />
128 <variable name="fileselector_header_textcolor" value="#AAAAAA" />
129 <variable name="fileselector_header_separatorcolor" value="#33B5E5" />
130 <variable name="fileselector_header_separatorheight" value="2" />
131 <variable name="fileselector_separatorcolor" value="#505050" />
132 <variable name="fileselector_separatorheight" value="1" />
133 <variable name="fileselector_background" value="#303030" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600134 <variable name="fileselector_highlight_color" value="#505050" />
135 <variable name="fileselector_highlight_font_color" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400136 <variable name="fileselector_spacing" value="12" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +0100137 <variable name="fastscroll_linecolor" value="#808080" />
138 <variable name="fastscroll_rectcolor" value="#808080" />
139 <variable name="fastscroll_w" value="27" />
140 <variable name="fastscroll_linew" value="1" />
141 <variable name="fastscroll_rectw" value="18" />
142 <variable name="fastscroll_recth" value="31" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400143 <variable name="listbox_x" value="3" />
144 <variable name="listbox_width" value="313" />
Dees_Troyeead9852013-02-15 14:31:06 -0600145 <variable name="listbox_tz_height" value="189" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400146 <variable name="listbox_background" value="#303030" />
147 <variable name="listbox_spacing" value="12" />
148 <variable name="sd_plus_x" value="187" />
149 <variable name="sdext_text_x" value="56" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400150 <variable name="sdext_text_y" value="83" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400151 <variable name="sdswap_button_y" value="111" />
152 <variable name="sdswap_text_x" value="56" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400153 <variable name="sdswap_text_y" value="110" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400154 <variable name="sdfilesystem_text_y" value="144" />
155 <variable name="sdfilesystem_button_y" value="168" />
156 <variable name="lock_x" value="27" />
157 <variable name="lock_y" value="120" />
158 <variable name="filemanager_select_x" value="243" />
159 <variable name="filemanager_select_y" value="414" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400160 <variable name="terminal_console_height" value="220" />
161 <variable name="terminal_text_y" value="225" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400162 <variable name="terminal_button_y" value="220" />
163 <variable name="row_dst_text_y" value="256" />
164 <variable name="row_offset_text_y" value="275" />
165 <variable name="row_offset_medium_y" value="303" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500166 <variable name="button_fill_color" value="#303030" />
167 <variable name="button_fill_full_width" value="304" />
168 <variable name="button_fill_main_width" value="150" />
169 <variable name="button_fill_main_height" value="81" />
170 <variable name="button_fill_half_height" value="40" />
171 <variable name="button_fill_quarter_height" value="24" />
Dees_Troy83bd4832013-05-04 12:39:56 +0000172 <variable name="backup_list_height" value="193" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500173 <variable name="backup_button_row1" value="300" />
174 <variable name="backup_button_row2" value="326" />
175 <variable name="mount_list_height" value="270" />
176 <variable name="mount_storage_row" value="340" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000177 <variable name="storage_list_height" value="290" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500178 <variable name="wipe_list_height" value="330" />
179 <variable name="wipe_button_y" value="270" />
Vojtech Bocek85932342013-04-01 22:11:33 +0200180 <variable name="slidervalue_w" value="304" />
181 <variable name="slidervalue_line_clr" value="#FFFFFF" />
182 <variable name="slidervalue_slider_clr" value="#33B5E5" />
183 <variable name="slidervalue_lineh" value="1" />
184 <variable name="slidervalue_padding" value="8" />
185 <variable name="slidervalue_sliderw" value="4" />
186 <variable name="slidervalue_sliderh" value="20" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400187 </variables>
188
189 <templates>
190 <template name="header">
Dees_Troyb46a6842012-09-25 11:06:46 -0400191 <background color="#000000FF" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400192
193 <object type="image">
194 <image resource="top_bar" />
195 <placement x="0" y="0" />
196 </object>
197
198 <object type="text" color="%text_color%">
199 <font resource="font" />
200 <placement x="65" y="3" />
201 <text>TeamWin Recovery v%tw_version%</text>
202 </object>
203
204 <object type="text" color="%text_color%">
205 <condition var1="tw_simulate_actions" var2="1" />
206 <font resource="font" />
207 <placement x="65" y="21" />
208 <text>SIMULATING ACTIONS</text>
209 </object>
210
211 <object type="text" color="%text_color%">
212 <font resource="font" />
213 <placement x="65" y="39" />
214 <text>%tw_time%</text>
215 </object>
216
217 <object type="text" color="%text_color%">
218 <font resource="font" />
219 <placement x="165" y="39" />
220 <conditions>
221 <condition var1="tw_no_battery_percent" var2="0" />
222 <condition var1="tw_battery" op=">" var2="0" />
223 <condition var1="tw_battery" op="<" var2="101" />
224 </conditions>
225 <text>Battery: %tw_battery%</text>
226 </object>
227
228 <object type="button">
229 <placement x="%home_button_x%" y="%home_button_y%" />
230 <font resource="font" color="%button_text_color%" />
231 <text></text>
232 <image resource="home_icon" />
233 <condition var1="tw_busy" var2="0" />
234 <action function="key">home</action>
235 </object>
236
237 <object type="button">
238 <placement x="%back_button_x%" y="%back_button_y%" />
239 <font resource="font" color="%button_text_color%" />
240 <text></text>
241 <image resource="back_icon" />
242 <condition var1="tw_busy" var2="0" />
243 <action function="key">back</action>
244 </object>
245
246 <object type="action">
247 <touch key="power" />
248 <action function="overlay">lock</action>
249 </object>
250 </template>
251
252 <template name="progress_bar">
253 <object type="progressbar">
254 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
255 <resource empty="progress_empty" full="progress_full" />
256 <data name="ui_progress" />
257 </object>
258
259 <object type="animation">
260 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
261 <resource name="progress" />
262 <speed fps="15" render="2" />
263 <loop frame="1" />
264 </object>
265 </template>
266
267 <template name="action_page_console">
268 <object type="console">
269 <placement x="%console_x%" y="%row2_y%" w="%console_width%" h="%console_action_height%" />
270 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
271 <font resource="fixed" />
272 </object>
273 </template>
274
275 <template name="sort_options">
276 <object type="text" color="%text_color%">
277 <font resource="mediumfont" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400278 <placement x="%sort_text_x%" y="%sort_asc_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400279 <text>Sort Ascending:</text>
280 </object>
281
282 <object type="button">
283 <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400284 <font resource="mediumfont" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400285 <text>Name</text>
286 <image resource="sort_button" />
287 <action function="set">tw_gui_sort_order=1</action>
288 </object>
289
290 <object type="button">
291 <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400292 <font resource="mediumfont" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400293 <text>Date</text>
294 <image resource="sort_button" />
295 <action function="set">tw_gui_sort_order=2</action>
296 </object>
297
298 <object type="button">
299 <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400300 <font resource="mediumfont" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400301 <text>Size</text>
302 <image resource="sort_button" />
303 <action function="set">tw_gui_sort_order=3</action>
304 </object>
305
306 <object type="text" color="%text_color%">
307 <font resource="mediumfont" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400308 <placement x="%sort_text_x%" y="%sort_desc_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400309 <text>Sort Descending:</text>
310 </object>
311
312 <object type="button">
313 <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400314 <font resource="mediumfont" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400315 <text>Name</text>
316 <image resource="sort_button" />
317 <action function="set">tw_gui_sort_order=-1</action>
318 </object>
319
320 <object type="button">
321 <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400322 <font resource="mediumfont" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400323 <text>Date</text>
324 <image resource="sort_button" />
325 <action function="set">tw_gui_sort_order=-2</action>
326 </object>
327
328 <object type="button">
329 <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400330 <font resource="mediumfont" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400331 <text>Size</text>
332 <image resource="sort_button" />
333 <action function="set">tw_gui_sort_order=-3</action>
334 </object>
335 </template>
336
337 <template name="footer">
338 <object type="console">
339 <slideout resource="slideout" x="140" y="456" />
340 <placement x="%console_x%" y="0" w="%console_width%" h="456" />
341 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
342 <font resource="fixed" />
343 </object>
344 </template>
345
346 <template name="keyboardtemplate">
347 <object type="keyboard">
348 <placement x="0" y="253" />
349 <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600350 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400351 <layout1>
352 <keysize height="52" width="32" />
353 <row1 key01="q" long01="1" key02="w" long02="2" key03="e" long03="3" key04="r" long04="4" key05="t" long05="5" key06="y" long06="6" key07="u" long07="7" key08="i" long08="8" key09="o" long09="9" key10="p" long10="0" />
354 <row2 key01="48:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="48:l" />
355 <row3 key01="48:layout2" key02="z" key03="x" key04="c" key05="v" key06="b" key07="n" key08="m" key09="48:c:8" />
356 <row4 key01="48:layout3" key02="32:" key03="160: " key04="32:." key05="48:a:action" />
357 </layout1>
358 <layout2>
359 <keysize height="52" width="32" />
360 <row1 key01="Q" long01="1" key02="W" long02="2" key03="E" long03="3" key04="R" long04="4" key05="T" long05="5" key06="Y" long06="6" key07="U" long07="7" key08="I" long08="8" key09="O" long09="9" key10="P" long10="0" />
361 <row2 key01="48:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="48:L" />
362 <row3 key01="48:layout1" key02="Z" key03="X" key04="C" key05="V" key06="B" key07="N" key08="M" key09="48:c:8" />
363 <row4 key01="48:layout3" key02="32:" key03="160: " key04="32:." key05="48:action" />
364 </layout2>
365 <layout3>
366 <keysize height="52" width="32" />
367 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" />
368 <row2 key01="@" key02="#" key03="$" key04="%" key05="&" key06="*" key07="-" key08="+" key09="(" key10=")" />
369 <row3 key01="48:layout4" key02="!" key03="32:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="48:c:8" />
370 <row4 key01="48:layout1" key02="32:," key03="160: " key04="32:." key05="48:action" />
371 </layout3>
372 <layout4>
373 <keysize height="52" width="32" />
374 <row1 key01="~" key02="`" key03="|" key04="32:" key05="32:" key06="32:" key07="%" key08="32:" key09="{" key10="}" />
375 <row2 key01="32:" key02="32:" key03="32:" key04="32:" key05="32:" key06="^" key07="_" key08="=" key09="[" key10="]" />
376 <row3 key01="48:layout3" key02="32:" key03="32:" key04="32:" key05="32:" key06="\" key07="<" key08=">" key09="48:c:8" />
377 <row4 key01="48:layout1" key02="32:c:34" key03="160: " key04="32:." key05="48:action" />
378 </layout4>
379 </object>
380 </template>
381 </templates>
382
383 <pages>
384 <page name="main">
385 <object type="action">
386 <actions>
387 <action function="set">tw_clear_destination=main2</action>
388 <action function="page">clear_vars</action>
389 </actions>
390 </object>
391 </page>
392
393 <page name="main2">
394 <object type="template" name="header" />
395
396 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600397 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400398 <placement x="%col1_x%" y="%row1_y%" />
399 <font resource="font" color="%button_text_color%" />
400 <text>Install</text>
401 <image resource="main_button" />
402 <actions>
403 <action function="queueclear"></action>
404 <action function="page">install</action>
405 </actions>
406 </object>
407
408 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600409 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400410 <placement x="%col2_x%" y="%row1_y%" />
411 <font resource="font" color="%button_text_color%" />
412 <text>Wipe</text>
413 <image resource="main_button" />
414 <action function="page">wipe</action>
415 </object>
416
417 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600418 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400419 <placement x="%col1_x%" y="%row2_y%" />
420 <font resource="font" color="%button_text_color%" />
421 <text>Backup</text>
422 <image resource="main_button" />
423 <action function="page">backup</action>
424 </object>
425
426 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600427 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400428 <placement x="%col2_x%" y="%row2_y%" />
429 <font resource="font" color="%button_text_color%" />
430 <text>Restore</text>
431 <image resource="main_button" />
432 <action function="page">restore</action>
433 </object>
434
435 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600436 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400437 <placement x="%col1_x%" y="%row3_y%" />
438 <font resource="font" color="%button_text_color%" />
439 <text>Mount</text>
440 <image resource="main_button" />
441 <action function="page">mount</action>
442 </object>
443
444 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600445 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400446 <placement x="%col2_x%" y="%row3_y%" />
447 <font resource="font" color="%button_text_color%" />
448 <text>Settings</text>
449 <image resource="main_button" />
450 <action function="page">settings</action>
451 </object>
452
453
454 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600455 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400456 <placement x="%col1_x%" y="%row4_y%" />
457 <font resource="font" color="%button_text_color%" />
458 <text>Advanced</text>
459 <image resource="main_button" />
460 <action function="page">advanced</action>
461 </object>
462
463 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600464 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400465 <placement x="%col2_x%" y="%row4_y%" />
466 <font resource="font" color="%button_text_color%" />
467 <text>Reboot</text>
468 <image resource="main_button" />
469 <action function="page">reboot</action>
470 </object>
471
472 <object type="template" name="footer" />
473 </page>
474
475 <page name="install">
476 <object type="template" name="header" />
477
478 <object type="text" color="%text_color%">
479 <font resource="font" />
480 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
481 <text>Select Zip to Install</text>
482 </object>
483
484 <object type="button">
Dees_Troya13d74f2013-03-24 08:54:55 -0500485 <highlight color="%highlight_color%" />
486 <fill color="%button_fill_color%" />
487 <placement x="%col1_x%" y="%row1_text_y%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" />
488 <font resource="font" color="%button_text_color%" />
489 <text>Storage: %tw_storage_display_name% (%tw_storage_free_size% MB)</text>
490 <actions>
491 <action function="set">tw_back=install</action>
492 <action function="page">selectstorage</action>
493 </actions>
Dees_Troy51a0e822012-09-05 15:24:24 -0400494 </object>
495
496 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -0600497 <highlight color="%fileselector_highlight_color%" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500498 <placement x="%fileselector_x%" y="%row3_text_y%" w="%fileselector_width%" h="%fileselector_install_height%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400499 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +0100500 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400501 <text>%tw_zip_location%</text>
502 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
503 <sort name="tw_gui_sort_order" />
504 <icon folder="folder_icon" file="file_icon" />
505 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600506 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400507 <filter extn=".zip" folders="1" files="1" />
508 <path name="tw_zip_location" default="/sdcard" />
509 <data name="tw_filename" />
510 <selection name="tw_file" />
511 </object>
512
513 <object type="template" name="sort_options" />
514
515 <object type="action">
516 <condition var1="tw_filename" op="modified" />
517 <actions>
518 <action function="queuezip"></action>
519 <action function="page">flash_confirm</action>
520 </actions>
521 </object>
522
523 <object type="action">
524 <touch key="back" />
525 <action function="page">main</action>
526 </object>
527
528 <object type="action">
529 <touch key="home" />
530 <action function="page">main</action>
531 </object>
532
533 <object type="template" name="footer" />
534 </page>
535
536 <page name="flash_confirm">
537 <object type="template" name="header" />
538
539 <object type="text" color="%text_color%">
540 <font resource="font" />
541 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
542 <text>This operation may install incompatible</text>
543 </object>
544
545 <object type="text" color="%text_color%">
546 <font resource="font" />
547 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
548 <text>software and render your device unusable.</text>
549 </object>
550
551 <object type="text" color="%text_color%">
552 <font resource="font" />
553 <placement x="%center_x%" y="%row3_text_y%" placement="5" />
554 <text>Folder:</text>
555 </object>
556
557 <object type="text" color="%text_color%">
Dees_Troy2ab9ad62012-09-22 08:46:18 -0400558 <font resource="mediumfont" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400559 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
560 <text>%tw_zip_location%</text>
561 </object>
562
563 <object type="text" color="%text_color%">
564 <font resource="font" />
565 <placement x="%center_x%" y="%row5_text_y%" placement="5" />
566 <text>File to flash:</text>
567 </object>
568
569 <object type="text" color="%text_color%">
Dees_Troy2ab9ad62012-09-22 08:46:18 -0400570 <font resource="mediumfont" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400571 <placement x="%center_x%" y="%row6_text_y%" placement="5" />
572 <text>%tw_file%</text>
573 </object>
574
575 <object type="text" color="%text_color%">
576 <font resource="font" />
577 <placement x="%center_x%" y="%row7_text_y%" placement="5" />
578 <text>Press back to cancel adding this zip.</text>
579 </object>
580
581 <object type="checkbox">
582 <placement x="%col1_x%" y="%row8_text_y%" />
583 <font resource="font" color="%text_color%" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -0400584 <text>Zip file signature verification.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -0400585 <data variable="tw_signed_zip_verify" />
586 <image checked="checkbox_true" unchecked="checkbox_false" />
587 </object>
588
589 <object type="checkbox">
Dees_Troy51a0e822012-09-05 15:24:24 -0400590 <condition var1="tw_has_injecttwrp" var2="1" />
591 <placement x="%col1_x%" y="%row10_text_y%" />
592 <font resource="font" color="%text_color%" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -0400593 <text>Inject TWRP after install.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -0400594 <data variable="tw_inject_after_zip" />
595 <image checked="checkbox_true" unchecked="checkbox_false" />
596 </object>
597
598 <object type="text" color="%text_color%">
599 <font resource="font" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -0400600 <placement x="%center_x%" y="%row11_text_y%" placement="5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400601 <text>File %tw_zip_queue_count% of max of 10</text>
602 </object>
603
604 <object type="slider">
605 <placement x="%slider_x%" y="%slider_y%" placement="5" />
606 <resource base="slider" used="slider-used" touch="slider-touch" />
607 <action function="flash">flash_zip</action>
608 </object>
609
610 <object type="text" color="%text_color%">
611 <font resource="font" />
612 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
613 <text>Swipe to Confirm Flash</text>
614 </object>
615
616 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600617 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400618 <condition var1="tw_zip_queue_count" op="!=" var2="10"></condition>
619 <placement x="%col1_x%" y="%row_queue_y%" />
620 <font resource="font" color="%button_text_color%" />
621 <text>Add More Zips</text>
622 <image resource="main_button" />
623 <action function="page">install</action>
624 </object>
625
626 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600627 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400628 <placement x="%col2_x%" y="%row_queue_y%" />
629 <font resource="font" color="%button_text_color%" />
630 <text>Clear Zip Queue</text>
631 <image resource="main_button" />
632 <actions>
633 <action function="queueclear"></action>
634 <action function="page">install</action>
635 </actions>
636 </object>
637
638 <object type="action">
639 <touch key="back" />
640 <actions>
641 <action function="cancelzip"></action>
642 <action function="page">install</action>
643 </actions>
644 </object>
645
646 <object type="action">
647 <touch key="home" />
648 <action function="page">main</action>
649 </object>
650
651 <object type="template" name="footer" />
652 </page>
653
654 <page name="flash_zip">
655 <object type="template" name="header" />
656
657 <object type="console">
658 <placement x="%console_x%" y="%row1_y%" w="%console_width%" h="%console_install_height%" />
659 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
660 <font resource="fixed" />
661 </object>
662
663 <object type="text" color="%text_color%">
664 <font resource="font" />
665 <placement x="%center_x%" y="%row17_text_y%" placement="5" />
666 <text>Flashing file %tw_zip_index% of %tw_zip_queue_count%</text>
667 </object>
668
669 <object type="text" color="%text_color%">
Dees_Troy2ab9ad62012-09-22 08:46:18 -0400670 <font resource="mediumfont" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400671 <placement x="%center_x%" y="%row18_text_y%" placement="5" />
672 <text>%tw_filename%</text>
673 </object>
674
675 <object type="template" name="progress_bar" />
676
677 <object type="action">
678 <condition var1="tw_operation_state" var2="1" />
679 <action function="page">flash_done</action>
680 </object>
681 </page>
682
683 <page name="flash_done">
684 <object type="template" name="header" />
685
686 <object type="text" color="%text_color%">
687 <font resource="font" />
688 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
689 <text>Zip Install Complete</text>
690 </object>
691
692 <object type="console">
693 <placement x="%console_x%" y="%row1_y%" w="%console_width%" h="%console_installdone_height%" />
694 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
695 <font resource="fixed" />
696 </object>
697
698 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600699 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400700 <placement x="%col1_x%" y="%row4_y%" />
701 <font resource="font" color="%button_text_color%" />
702 <text>Wipe cache/dalvik</text>
703 <image resource="main_button" />
704 <actions>
705 <action function="set">tw_back=flash_done</action>
706 <action function="set">tw_action=wipe</action>
707 <action function="set">tw_action_param=/cache</action>
708 <action function="set">tw_has_action2=1</action>
709 <action function="set">tw_action2=wipe</action>
710 <action function="set">tw_action2_param=dalvik</action>
711 <action function="set">tw_text1=Wipe Cache & Dalvik?</action>
712 <action function="set">tw_action_text1=Wiping Cache & Dalvik...</action>
713 <action function="set">tw_complete_text1=Cache & Dalvik Wipe Complete</action>
714 <action function="set">tw_slider_text=Swipe to Wipe</action>
715 <action function="page">confirm_action</action>
716 </actions>
717 </object>
718
719 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600720 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400721 <placement x="%col2_x%" y="%row4_y%" />
722 <font resource="font" color="%button_text_color%" />
723 <text>Reboot System</text>
724 <image resource="main_button" />
725 <actions>
Dees_Troya3f81542012-10-08 10:58:53 -0400726 <action function="set">tw_back=main2</action>
Dees_Troy51a0e822012-09-05 15:24:24 -0400727 <action function="set">tw_action=reboot</action>
728 <action function="set">tw_action_param=system</action>
729 <action function="set">tw_has_action2=0</action>
730 <action function="set">tw_text1=No OS Installed! Are you</action>
731 <action function="set">tw_text2=sure you wish to reboot?</action>
Dees_Troya3f81542012-10-08 10:58:53 -0400732 <action function="set">tw_text3=</action>
733 <action function="set">tw_text4=</action>
Dees_Troy51a0e822012-09-05 15:24:24 -0400734 <action function="set">tw_action_text1=Rebooting...</action>
Dees_Troya3f81542012-10-08 10:58:53 -0400735 <action function="set">tw_action_text2=</action>
Dees_Troy51a0e822012-09-05 15:24:24 -0400736 <action function="set">tw_complete_text1=Rebooting...</action>
737 <action function="set">tw_slider_text=Swipe to Reboot</action>
738 <action function="page">rebootcheck</action>
739 </actions>
740 </object>
741
742 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600743 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400744 <placement x="%col_center_x%" y="%row3_y%" />
745 <font resource="font" color="%button_text_color%" />
746 <text>Home</text>
747 <image resource="main_button" />
748 <actions>
749 <action function="set">tw_clear_destination=main2</action>
750 <action function="page">clear_vars</action>
751 </actions>
752 </object>
753
754 <object type="text" color="%text_fail_color%">
755 <condition var1="tw_operation_status" op="!=" var2="0" />
756 <font resource="font" />
757 <placement x="%center_x%" y="%zip_status_y%" placement="5" />
758 <text>Failed</text>
759 </object>
760
761 <object type="text" color="%text_success_color%">
762 <condition var1="tw_operation_status" var2="0" />
763 <font resource="font" />
764 <placement x="%center_x%" y="%zip_status_y%" placement="5" />
765 <text>Successful</text>
766 </object>
767
768 <object type="action">
769 <touch key="back" />
770 <actions>
771 <action function="set">tw_clear_destination=install</action>
772 <action function="page">clear_vars</action>
773 </actions>
774 </object>
775
776 <object type="action">
777 <touch key="home" />
778 <actions>
779 <action function="set">tw_clear_destination=main2</action>
780 <action function="page">clear_vars</action>
781 </actions>
782 </object>
783 </page>
784
785 <page name="clear_vars">
786 <object type="action">
787 <action function="set">tw_operation_state=0</action>
788 <action function="set">tw_text1=</action>
789 <action function="set">tw_text2=</action>
790 <action function="set">tw_text3=</action>
791 <action function="set">tw_text4=</action>
792 <action function="set">tw_action_text1=</action>
793 <action function="set">tw_action_text2=</action>
794 <action function="set">tw_action_param=</action>
795 <action function="set">tw_has_action2=0</action>
796 <action function="set">tw_action2=</action>
797 <action function="set">tw_action2_param=</action>
Dees_Troybbb21012012-09-20 15:59:46 -0400798 <action function="set">tw_has_cancel=0</action>
799 <action function="set">tw_cancel_action=</action>
800 <action function="set">tw_cancel_param=</action>
Dees_Troyce2fe772012-09-28 12:34:33 -0400801 <action function="set">tw_show_exclamation=0</action>
Dees_Troya3f81542012-10-08 10:58:53 -0400802 <action function="set">tw_show_reboot=0</action>
Dees_Troy51a0e822012-09-05 15:24:24 -0400803 <action function="page">%tw_clear_destination%</action>
804 </object>
805 </page>
806
807 <page name="confirm_action">
808 <object type="template" name="header" />
809
810 <object type="text" color="%text_color%">
811 <font resource="font" />
812 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
813 <text>%tw_text1%</text>
814 </object>
815
816 <object type="text" color="%text_color%">
817 <font resource="font" />
818 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
819 <text>%tw_text2%</text>
820 </object>
821
822 <object type="text" color="%text_color%">
823 <font resource="font" />
824 <placement x="%center_x%" y="%row3_text_y%" placement="5" />
825 <text>%tw_text3%</text>
826 </object>
827
828 <object type="text" color="%text_color%">
829 <font resource="font" />
830 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
831 <text>%tw_text4%</text>
832 </object>
833
834 <object type="text" color="%text_color%">
835 <font resource="font" />
Dees_Troyce2fe772012-09-28 12:34:33 -0400836 <placement x="%center_x%" y="%row15_text_y%" placement="5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400837 <text>Press back button to cancel.</text>
838 </object>
839
840 <object type="slider">
841 <placement x="%slider_x%" y="%slider_y%" />
842 <resource base="slider" used="slider-used" touch="slider-touch" />
843 <action function="page">action_page</action>
844 </object>
845
846 <object type="text" color="%text_color%">
847 <font resource="font" />
848 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
849 <text>%tw_slider_text%</text>
850 </object>
851
852 <object type="action">
853 <touch key="back" />
854 <actions>
855 <action function="set">tw_clear_destination=%tw_back%</action>
856 <action function="page">clear_vars</action>
857 </actions>
858 </object>
859
860 <object type="action">
861 <touch key="home" />
862 <action function="page">main</action>
863 </object>
864
865 <object type="template" name="footer" />
866 </page>
867
868 <page name="action_page">
869 <object type="template" name="header" />
870
871 <object type="text" color="%text_color%">
872 <font resource="font" />
873 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
874 <text>%tw_action_text1%</text>
875 </object>
876
877 <object type="text" color="%text_color%">
878 <font resource="font" />
879 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
880 <text>%tw_action_text2%</text>
881 </object>
882
883 <object type="template" name="action_page_console" />
884
Dees_Troybbb21012012-09-20 15:59:46 -0400885 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600886 <highlight color="%highlight_color%" />
Dees_Troybbb21012012-09-20 15:59:46 -0400887 <condition var1="tw_has_cancel" var2="1" />
888 <placement x="%col_center_medium_x%" y="%row4_y%" />
889 <font resource="font" color="%button_text_color%" />
890 <text>Cancel</text>
891 <image resource="medium_button" />
892 <action function="%tw_cancel_action%">%tw_cancel_param%</action>
893 </object>
894
Dees_Troy51a0e822012-09-05 15:24:24 -0400895 <object type="template" name="progress_bar" />
896
897 <object type="action">
Dees_Troya3f81542012-10-08 10:58:53 -0400898 <condition var1="tw_operation_state" var2="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400899 <actions>
900 <action function="page">action_complete</action>
901 </actions>
902 </object>
903
904 <object type="action">
905 <condition var1="tw_has_action2" var2="0" />
906 <actions>
907 <action function="%tw_action%">%tw_action_param%</action>
908 </actions>
909 </object>
910
911 <object type="action">
912 <condition var1="tw_has_action2" var2="1" />
913 <actions>
914 <action function="%tw_action%">%tw_action_param%</action>
915 <action function="%tw_action2%">%tw_action2_param%</action>
916 </actions>
917 </object>
918 </page>
919
Dees_Troy6ef66352013-02-21 08:26:57 -0600920 <page name="singleaction_page">
921 <object type="template" name="header" />
922
923 <object type="text" color="%text_color%">
924 <font resource="font" />
925 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
926 <text>%tw_action_text1%</text>
927 </object>
928
929 <object type="text" color="%text_color%">
930 <font resource="font" />
931 <placement x="%center_x%" y="%row3_text_y%" placement="5" />
932 <text>%tw_action_text2%</text>
933 </object>
934
935 <object type="template" name="action_page_console" />
936
937 <object type="template" name="progress_bar" />
938
939 <object type="action">
940 <condition var1="tw_operation_state" var2="1" />
941 <actions>
942 <action function="set">tw_page_done=1</action>
943 </actions>
944 </object>
945
946 <object type="action">
947 <condition var1="tw_has_action2" var2="0" />
948 <actions>
949 <action function="%tw_action%">%tw_action_param%</action>
950 </actions>
951 </object>
952
953 <object type="action">
954 <condition var1="tw_has_action2" var2="1" />
955 <actions>
956 <action function="%tw_action%">%tw_action_param%</action>
957 <action function="%tw_action2%">%tw_action2_param%</action>
958 </actions>
959 </object>
960 </page>
961
Dees_Troy51a0e822012-09-05 15:24:24 -0400962 <page name="action_complete">
963 <object type="template" name="header" />
964
965 <object type="text" color="%text_color%">
966 <font resource="font" />
967 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
968 <text>%tw_complete_text1%</text>
969 </object>
970
971 <object type="text" color="%text_fail_color%">
972 <condition var1="tw_operation_status" op="!=" var2="0" />
973 <font resource="font" />
974 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
975 <text>Failed</text>
976 </object>
977
978 <object type="text" color="%text_success_color%">
979 <condition var1="tw_operation_status" var2="0" />
980 <font resource="font" />
981 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
982 <text>Successful</text>
983 </object>
984
985 <object type="template" name="action_page_console" />
986
987 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600988 <highlight color="%highlight_color%" />
Dees_Troya3f81542012-10-08 10:58:53 -0400989 <condition var1="tw_show_reboot" var2="0" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400990 <placement x="%col_center_x%" y="%row4_y%" />
991 <font resource="font" color="%button_text_color%" />
992 <text>Back</text>
993 <image resource="main_button" />
994 <actions>
995 <action function="set">tw_clear_destination=%tw_back%</action>
996 <action function="page">clear_vars</action>
997 </actions>
998 </object>
999
Dees_Troya3f81542012-10-08 10:58:53 -04001000 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001001 <highlight color="%highlight_color%" />
Dees_Troya3f81542012-10-08 10:58:53 -04001002 <condition var1="tw_show_reboot" var2="1" />
1003 <placement x="%col_center_x%" y="%row4_y%" />
1004 <font resource="font" color="%button_text_color%" />
1005 <text>Reboot System</text>
1006 <image resource="main_button" />
1007 <actions>
1008 <action function="set">tw_back=main2</action>
1009 <action function="set">tw_action=reboot</action>
1010 <action function="set">tw_action_param=system</action>
1011 <action function="set">tw_has_action2=0</action>
1012 <action function="set">tw_text1=No OS Installed! Are you</action>
1013 <action function="set">tw_text2=sure you wish to reboot?</action>
1014 <action function="set">tw_text3=</action>
1015 <action function="set">tw_text4=</action>
1016 <action function="set">tw_action_text1=Rebooting...</action>
1017 <action function="set">tw_action_text2=</action>
1018 <action function="set">tw_complete_text1=Rebooting...</action>
1019 <action function="set">tw_slider_text=Swipe to Reboot</action>
1020 <action function="page">rebootcheck</action>
1021 </actions>
1022 </object>
1023
Dees_Troy51a0e822012-09-05 15:24:24 -04001024 <object type="action">
1025 <touch key="home" />
1026 <actions>
1027 <action function="set">tw_clear_destination=main2</action>
1028 <action function="page">clear_vars</action>
1029 </actions>
1030 </object>
1031
1032 <object type="action">
1033 <touch key="back" />
1034 <actions>
1035 <action function="set">tw_clear_destination=%tw_back%</action>
1036 <action function="page">clear_vars</action>
1037 </actions>
1038 </object>
1039 </page>
1040
1041 <page name="filecheck">
1042 <object type="action">
1043 <action function="fileexists">%tw_filecheck%</action>
1044 </object>
1045
1046 <object type="action">
1047 <conditions>
1048 <condition var1="tw_operation_state" var2="1" />
1049 <condition var1="tw_operation_status" var2="0" />
1050 </conditions>
1051 <actions>
1052 <action function="set">tw_fileexists=1</action>
1053 <action function="page">%tw_existpage%</action>
1054 </actions>
1055 </object>
1056
1057 <object type="action">
1058 <conditions>
1059 <condition var1="tw_operation_state" var2="1" />
1060 <condition var1="tw_operation_status" var2="1" />
1061 </conditions>
1062 <actions>
1063 <action function="set">tw_fileexists=0</action>
1064 <action function="page">%tw_notexistpage%</action>
1065 </actions>
1066 </object>
1067 </page>
1068
1069 <page name="rebootcheck">
1070 <object type="action">
1071 <condition var1="tw_backup_system_size" op=">=" var2="%tw_min_system%" />
1072 <action function="reboot">%tw_action_param%</action>
1073 </object>
1074
1075 <object type="action">
1076 <condition var1="tw_backup_system_size" op="<" var2="%tw_min_system%" />
1077 <action function="page">confirm_action</action>
1078 </object>
1079 </page>
1080
1081 <page name="wipe">
1082 <object type="template" name="header" />
1083
1084 <object type="text" color="%text_color%">
1085 <font resource="font" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001086 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001087 <text>Factory Reset</text>
Dees_Troya13d74f2013-03-24 08:54:55 -05001088 </object>
1089
1090 <object type="text" color="%text_color%">
1091 <font resource="font" />
1092 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
1093 <text>Wipes Data, Cache, and Dalvik</text>
1094 </object>
1095
1096 <object type="text" color="%text_color%">
1097 <condition var1="tw_has_data_media" var2="0" />
1098 <font resource="font" />
1099 <placement x="%center_x%" y="%row3_text_y%" placement="5" />
1100 <text>.android_secure</text>
1101 </object>
1102
1103 <object type="text" color="%text_color%">
1104 <condition var1="tw_has_data_media" var2="1" />
1105 <font resource="font" />
1106 <placement x="%center_x%" y="%row3_text_y%" placement="5" />
1107 <text>(not including internal storage)</text>
1108 </object>
1109
1110 <object type="text" color="%text_color%">
1111 <condition var1="tw_has_sdext_partition" var2="1" />
1112 <font resource="font" />
1113 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
1114 <text>SD-EXT</text>
1115 </object>
1116
1117 <object type="text" color="%text_color%">
1118 <font resource="font" />
1119 <placement x="%center_x%" y="%row5_text_y%" placement="5" />
1120 <text>Most of the time this is</text>
1121 </object>
1122
1123 <object type="text" color="%text_color%">
1124 <font resource="font" />
1125 <placement x="%center_x%" y="%row6_text_y%" placement="5" />
1126 <text>the only wipe that you need.</text>
1127 </object>
1128
1129 <object type="text" color="%text_color%">
1130 <font resource="font" />
1131 <placement x="%center_x%" y="%row16_text_y%" placement="5" />
1132 <text>Press back button to cancel.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04001133 </object>
1134
1135 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001136 <highlight color="%highlight_color%" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001137 <placement x="%col1_x%" y="%wipe_button_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001138 <font resource="font" color="%button_text_color%" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001139 <text>Advanced Wipe</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04001140 <image resource="main_button" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001141 <action function="page">advancedwipe</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001142 </object>
1143
1144 <object type="button">
Dees_Troy51a0e822012-09-05 15:24:24 -04001145 <conditions>
1146 <condition var1="tw_has_internal" var2="1" />
1147 <condition var1="tw_has_data_media" var2="1" />
1148 </conditions>
Dees_Troya13d74f2013-03-24 08:54:55 -05001149 <highlight color="%highlight_color%" />
1150 <placement x="%col2_x%" y="%wipe_button_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001151 <font resource="font" color="%button_text_color%" />
1152 <text>Format Data</text>
1153 <image resource="main_button" />
1154 <actions>
Dees_Troya13d74f2013-03-24 08:54:55 -05001155 <action function="page">formatdata</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001156 </actions>
1157 </object>
1158
Dees_Troya13d74f2013-03-24 08:54:55 -05001159 <object type="slider">
1160 <placement x="%slider_x%" y="%slider_y%" />
1161 <resource base="slider" used="slider-used" touch="slider-touch" />
Dees_Troy2ff5a8d2012-09-26 14:53:02 -04001162 <actions>
1163 <action function="set">tw_back=wipe</action>
1164 <action function="set">tw_action=wipe</action>
Dees_Troya13d74f2013-03-24 08:54:55 -05001165 <action function="set">tw_action_param=data</action>
1166 <action function="set">tw_action_text1=Factory Reset...</action>
1167 <action function="set">tw_complete_text1=Factory Reset Complete</action>
1168 <action function="page">action_page</action>
Dees_Troy2ff5a8d2012-09-26 14:53:02 -04001169 </actions>
1170 </object>
1171
Dees_Troya13d74f2013-03-24 08:54:55 -05001172 <object type="text" color="%text_color%">
1173 <font resource="font" />
1174 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
1175 <text>Swipe to Factory Reset</text>
1176 </object>
1177
1178 <object type="action">
1179 <touch key="back" />
1180 <action function="page">main</action>
1181 </object>
1182
1183 <object type="action">
1184 <touch key="home" />
1185 <action function="page">main</action>
1186 </object>
1187
1188 <object type="template" name="footer" />
1189 </page>
1190
1191 <page name="advancedwipe">
1192 <object type="template" name="header" />
1193
1194 <object type="text" color="%text_color%">
1195 <font resource="font" />
1196 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
1197 <text>Wipe Menu</text>
1198 </object>
1199
1200 <object type="partitionlist">
1201 <highlight color="%fileselector_highlight_color%" />
1202 <placement x="%listbox_x%" y="%row1_header_y%" w="%listbox_width%" h="%wipe_list_height%" />
1203 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
1204 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
1205 <text>Select Partitions to Wipe:</text>
1206 <icon selected="checkbox_true" unselected="checkbox_false" />
1207 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
1208 <background color="%listbox_background%" />
1209 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
1210 <data name="tw_wipe_list" />
1211 <listtype name="wipe" />
1212 </object>
1213
1214 <object type="slider">
1215 <placement x="%slider_x%" y="%slider_y%" />
1216 <resource base="slider" used="slider-used" touch="slider-touch" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001217 <actions>
Dees_Troya13d74f2013-03-24 08:54:55 -05001218 <action function="set">tw_back=advancedwipe</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001219 <action function="set">tw_action=wipe</action>
Dees_Troya13d74f2013-03-24 08:54:55 -05001220 <action function="set">tw_action_param=LIST</action>
1221 <action function="set">tw_text1=Wipe Selected Partition(s)?</action>
1222 <action function="set">tw_action_text1=Wiping Partition(s)...</action>
1223 <action function="set">tw_complete_text1=Wipe Complete</action>
1224 <action function="page">action_page</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001225 </actions>
1226 </object>
1227
Dees_Troya13d74f2013-03-24 08:54:55 -05001228 <object type="text" color="%text_color%">
1229 <font resource="font" />
1230 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
1231 <text>Swipe to Wipe</text>
1232 </object>
1233
Dees_Troy51a0e822012-09-05 15:24:24 -04001234 <object type="action">
1235 <touch key="home" />
1236 <action function="page">main</action>
1237 </object>
1238
1239 <object type="action">
1240 <touch key="back" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001241 <action function="page">wipe</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001242 </object>
1243
1244 <object type="template" name="footer" />
1245 </page>
1246
Dees_Troya13d74f2013-03-24 08:54:55 -05001247 <page name="formatdata">
1248 <object type="template" name="header" />
1249
1250 <object type="text" color="%text_color%">
1251 <font resource="font" />
1252 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
1253 <text>Format Data will wipe all of your apps,</text>
1254 </object>
1255
1256 <object type="text" color="%text_color%">
1257 <font resource="font" />
1258 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1259 <text>backups, pictures, videos, media, and</text>
1260 </object>
1261
1262 <object type="text" color="%text_color%">
1263 <font resource="font" />
1264 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
1265 <text>removes encryption on internal storage.</text>
1266 </object>
1267
1268 <object type="text" color="%text_color%">
1269 <font resource="font" />
1270 <placement x="%center_x%" y="%row3_text_y%" placement="5" />
1271 <text>This cannot be undone. Press back to cancel.</text>
1272 </object>
1273
1274 <object type="text" color="%text_color%">
1275 <font resource="font" />
1276 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
1277 <text>Type yes to continue.</text>
1278 </object>
1279
1280 <object type="input">
1281 <placement x="%col1_x%" y="%row6_text_y%" w="%input_width%" h="%input_height%" placement="0" />
1282 <background color="%input_background_color%" />
1283 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
1284 <font resource="font" color="%text_color%" />
1285 <text>%tw_confirm_formatdata%</text>
1286 <data name="tw_confirm_formatdata" />
1287 <restrict minlen="3" maxlen="3" allow="yes" />
1288 <action function="page">formatdata_confirm</action>
1289 </object>
1290
1291 <object type="template" name="keyboardtemplate" />
1292
1293 <object type="action">
1294 <touch key="home" />
1295 <action function="page">main</action>
1296 </object>
1297
1298 <object type="action">
1299 <touch key="back" />
1300 <action function="page">wipe</action>
1301 </object>
1302
1303 <object type="template" name="footer" />
1304 </page>
1305
1306 <page name="formatdata_confirm">
1307 <object type="action">
1308 <condition var1="tw_confirm_formatdata" op="=" var2="yes" />
1309 <actions>
1310 <action function="set">tw_back=formatdata</action>
1311 <action function="set">tw_action=wipe</action>
1312 <action function="set">tw_action_param=DATAMEDIA</action>
1313 <action function="set">tw_action_text1=Formatting Data...</action>
1314 <action function="set">tw_complete_text1=Data Format Complete</action>
1315 <action function="page">action_page</action>
1316 </actions>
1317 </object>
1318
1319 <object type="action">
1320 <condition var1="tw_confirm_formatdata" op="!=" var2="yes" />
1321 <action function="page">formatdata</function>
1322 </object>
1323 </page>
1324
Dees_Troy51a0e822012-09-05 15:24:24 -04001325 <page name="backup">
1326 <object type="template" name="header" />
1327
Dees_Troy83bd4832013-05-04 12:39:56 +00001328 <object type="button">
1329 <highlight color="%highlight_color%" />
1330 <fill color="%button_fill_color%" />
1331 <placement x="%col1_x%" y="%row1_header_y%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" />
1332 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001333 <text>Backup Name: %tw_backup_name%</text>
Dees_Troy83bd4832013-05-04 12:39:56 +00001334 <actions>
1335 <action function="set">tw_fileexists=0</action>
1336 <action function="page">backupname1</action>
1337 </actions>
Dees_Troy51a0e822012-09-05 15:24:24 -04001338 </object>
1339
Dees_Troya13d74f2013-03-24 08:54:55 -05001340 <object type="partitionlist">
1341 <highlight color="%fileselector_highlight_color%" />
Dees_Troy83bd4832013-05-04 12:39:56 +00001342 <placement x="%listbox_x%" y="%row2_text_y%" w="%listbox_width%" h="%backup_list_height%" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001343 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
1344 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
1345 <text>Select Partitions to Back Up:</text>
1346 <icon selected="checkbox_true" unselected="checkbox_false" />
1347 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
1348 <background color="%listbox_background%" />
1349 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
1350 <data name="tw_backup_list" />
1351 <listtype name="backup" />
1352 </object>
1353
1354 <object type="button">
Dees_Troy83bd4832013-05-04 12:39:56 +00001355 <conditions>
1356 <condition var1="tw_include_encrypted_backup" var2="1" />
1357 <condition var1="tw_encrypt_backup" var2="0" />
1358 </conditions>
Dees_Troya13d74f2013-03-24 08:54:55 -05001359 <highlight color="%highlight_color%" />
1360 <fill color="%button_fill_color%" />
1361 <placement x="%col1_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
1362 <font resource="font" color="%button_text_color%" />
Dees_Troy83bd4832013-05-04 12:39:56 +00001363 <text>No Encryption</text>
Dees_Troya13d74f2013-03-24 08:54:55 -05001364 <actions>
Dees_Troy83bd4832013-05-04 12:39:56 +00001365 <action function="page">backupencryption</action>
1366 </actions>
1367 </object>
1368
1369 <object type="button">
1370 <conditions>
1371 <condition var1="tw_include_encrypted_backup" var2="1" />
1372 <condition var1="tw_encrypt_backup" var2="1" />
1373 </conditions>
1374 <highlight color="%highlight_color%" />
1375 <fill color="%button_fill_color%" />
1376 <placement x="%col1_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
1377 <font resource="font" color="%button_text_color%" />
1378 <text>Using Encryption</text>
1379 <actions>
1380 <action function="set">tw_password_not_match=0</action>
1381 <action function="page">backupencryption</action>
Dees_Troya13d74f2013-03-24 08:54:55 -05001382 </actions>
1383 </object>
1384
1385 <object type="button">
1386 <highlight color="%highlight_color%" />
1387 <fill color="%button_fill_color%" />
1388 <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
1389 <font resource="font" color="%button_text_color%" />
1390 <text>Refresh Sizes</text>
1391 <action function="refreshsizes"></action>
1392 </object>
1393
1394 <object type="button">
1395 <highlight color="%highlight_color%" />
1396 <fill color="%button_fill_color%" />
1397 <placement x="%col1_x%" y="%backup_button_row2%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" />
1398 <font resource="font" color="%button_text_color%" />
1399 <text>Storage: %tw_storage_display_name% (%tw_storage_free_size% MB)</text>
1400 <actions>
1401 <action function="set">tw_back=backup</action>
1402 <action function="page">selectstorage</action>
1403 </actions>
1404 </object>
1405
1406 <object type="checkbox">
1407 <placement x="%col1_x%" y="%row15_text_y%" />
1408 <font resource="font" color="%text_color%" />
1409 <text>Enable compression.</text>
1410 <data variable="tw_use_compression" />
1411 <image checked="checkbox_true" unchecked="checkbox_false" />
1412 </object>
1413
1414 <object type="checkbox">
1415 <placement x="%col1_x%" y="%row16_text_y%" />
1416 <font resource="font" color="%text_color%" />
1417 <text>Skip MD5 generation during backup.</text>
1418 <data variable="tw_skip_md5_generate" />
1419 <image checked="checkbox_true" unchecked="checkbox_false" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001420 </object>
1421
1422 <object type="slider">
1423 <placement x="%slider_x%" y="slider_y" />
1424 <resource base="slider" used="slider-used" touch="slider-touch" />
1425 <action function="page">backup_run</action>
1426 </object>
1427
1428 <object type="text" color="%text_color%">
1429 <font resource="font" />
1430 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
1431 <text>Swipe to Back Up</text>
1432 </object>
1433
Dees_Troy51a0e822012-09-05 15:24:24 -04001434 <object type="action">
1435 <touch key="home" />
1436 <action function="page">main</action>
1437 </object>
1438
1439 <object type="action">
1440 <touch key="back" />
1441 <action function="page">main</action>
1442 </object>
1443
1444 <object type="template" name="footer" />
1445 </page>
1446
1447 <page name="backupname1">
1448 <object type="action">
1449 <condition var1="tw_backup_name" op="=" var2="(Current Date)" />
1450 <action function="set">tw_backup_name=</function>
1451 </object>
1452
1453 <object type="action">
1454 <action function="page">backupname2</function>
1455 </object>
1456 </page>
1457
1458 <page name="backupname2">
1459 <object type="template" name="header" />
1460
1461 <object type="text" color="%text_color%">
1462 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
1463 <font resource="font" />
1464 <text>Please Enter a Backup Name</text>
1465 </object>
1466
1467 <object type="input">
1468 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
1469 <background color="%input_background_color%" />
1470 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
1471 <font resource="font" color="%text_color%" />
1472 <text>%tw_backup_name%</text>
1473 <data name="tw_backup_name" />
Dees_Troyb9d1c6d2012-09-26 10:07:14 -04001474 <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001475 <actions>
1476 <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_name%</action>
1477 <action function="set">tw_existpage=backupname2</action>
1478 <action function="set">tw_notexistpage=backup</action>
1479 <action function="page">filecheck</action>
1480 </actions>
1481 </object>
1482
1483 <object type="text" color="%text_fail_color%">
1484 <condition var1="tw_fileexists" var2="1" />
1485 <placement x="%center_x%" y="%row5_text_y%" placement="5" />
1486 <font resource="font" />
1487 <text>A backup with that name already exists!</text>
1488 </object>
1489
1490 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001491 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001492 <placement x="%col_center_x%" y="%row2_y%" />
1493 <font resource="font" color="%button_text_color%" />
1494 <text>Cancel</text>
1495 <image resource="main_button" />
1496 <actions>
1497 <action function="set">tw_backup_name=(Current Date)</action>
1498 <action function="page">backup</action>
1499 </actions>
1500 </object>
1501
1502 <object type="template" name="keyboardtemplate" />
1503
1504 <object type="action">
1505 <touch key="home" />
1506 <actions>
1507 <action function="set">tw_backup_name=(Current Date)</action>
1508 <action function="page">main</action>
1509 </actions>
1510 </object>
1511
1512 <object type="action">
1513 <touch key="back" />
1514 <actions>
1515 <action function="set">tw_backup_name=(Current Date)</action>
1516 <action function="page">backup</action>
1517 </actions>
1518 </object>
1519
1520 <object type="template" name="footer" />
1521 </page>
1522
Dees_Troy83bd4832013-05-04 12:39:56 +00001523 <page name="backupencryption">
1524 <object type="template" name="header" />
1525
1526 <object type="text" color="%text_color%">
1527 <font resource="font" />
1528 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
1529 <text>Encrypt your backup?</text>
1530 </object>
1531
1532 <object type="text" color="%text_color%">
1533 <font resource="font" />
1534 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
1535 <text>Please Enter A Password:</text>
1536 </object>
1537
1538 <object type="input">
1539 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
1540 <background color="%input_background_color%" />
1541 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
1542 <font resource="font" color="%text_color%" />
1543 <text>%tw_backup_encrypt_display%</text>
1544 <data name="tw_backup_password" mask="*" maskvariable="tw_backup_encrypt_display" />
1545 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_" />
1546 <action function="page">backupencryption2</action>
1547 </object>
1548
1549 <object type="text" color="%text_fail_color%">
1550 <condition var1="tw_password_not_match" var2="1" />
1551 <font resource="font" />
1552 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
1553 <text>Passwords Do Not Match</text>
1554 </object>
1555
1556 <object type="button">
1557 <highlight color="%highlight_color%" />
1558 <placement x="%col_center_x%" y="%row2_y%" />
1559 <font resource="font" color="%button_text_color%" />
1560 <text>Cancel</text>
1561 <image resource="main_button" />
1562 <actions>
1563 <action function="set">tw_encrypt_backup=0</action>
1564 <action function="set">tw_backup_password=</action>
1565 <action function="set">tw_backup_password2=</action>
1566 <action function="set">tw_backup_encrypt_display=</action>
1567 <action function="set">tw_backup_encrypt_display2=</action>
1568 <action function="page">backup</action>
1569 </actions>
1570 </object>
1571
1572 <object type="template" name="keyboardtemplate" />
1573
1574 <object type="action">
1575 <touch key="home" />
1576 <action function="page">main</action>
1577 </object>
1578
1579 <object type="action">
1580 <touch key="back" />
1581 <action function="page">backup</action>
1582 </object>
1583
1584 <object type="template" name="footer" />
1585 </page>
1586
1587 <page name="backupencryption2">
1588 <object type="template" name="header" />
1589
1590 <object type="text" color="%text_color%">
1591 <font resource="font" />
1592 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
1593 <text>Encrypt your backup?</text>
1594 </object>
1595
1596 <object type="text" color="%text_color%">
1597 <font resource="font" />
1598 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
1599 <text>Please Enter Password Again:</text>
1600 </object>
1601
1602 <object type="input">
1603 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
1604 <background color="%input_background_color%" />
1605 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
1606 <font resource="font" color="%text_color%" />
1607 <text>%tw_backup_encrypt_display2%</text>
1608 <data name="tw_backup_password2" mask="*" maskvariable="tw_backup_encrypt_display2" />
1609 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_" />
1610 <actions>
1611 <action function="page">checkbackuppassword</action>
1612 </actions>
1613 </object>
1614
1615 <object type="button">
1616 <highlight color="%highlight_color%" />
1617 <placement x="%col_center_x%" y="%row2_y%" />
1618 <font resource="font" color="%button_text_color%" />
1619 <text>Cancel</text>
1620 <image resource="main_button" />
1621 <actions>
1622 <action function="set">tw_encrypt_backup=0</action>
1623 <action function="set">tw_backup_password=</action>
1624 <action function="set">tw_backup_password2=</action>
1625 <action function="set">tw_backup_encrypt_display=</action>
1626 <action function="set">tw_backup_encrypt_display2=</action>
1627 <action function="page">backup</action>
1628 </actions>
1629 </object>
1630
1631 <object type="template" name="keyboardtemplate" />
1632
1633 <object type="action">
1634 <touch key="home" />
1635 <action function="page">main</action>
1636 </object>
1637
1638 <object type="action">
1639 <touch key="back" />
1640 <action function="page">backup</action>
1641 </object>
1642
1643 <object type="template" name="footer" />
1644 </page>
1645
1646 <page name="checkbackuppassword">
1647 <object type="action">
1648 <condition var1="tw_backup_password2" var2="tw_backup_password" />
1649 <actions>
1650 <action function="set">tw_encrypt_backup=1</action>
1651 <action function="page">backup</action>
1652 </actions>
1653 </object>
1654
1655 <object type="action">
1656 <condition var1="tw_backup_password2" op="!=" var2="tw_backup_password" />
1657 <actions>
1658 <action function="set">tw_encrypt_backup=0</action>
1659 <action function="set">tw_password_not_match=1</action>
1660 <action function="set">tw_backup_password=</action>
1661 <action function="set">tw_backup_password2=</action>
1662 <action function="set">tw_backup_encrypt_display=</action>
1663 <action function="set">tw_backup_encrypt_display2=</action>
1664 <action function="page">backupencryption</action>
1665 </actions>
1666 </object>
1667 </page>
1668
Dees_Troy51a0e822012-09-05 15:24:24 -04001669 <page name="backup_run">
1670 <object type="template" name="header" />
1671
1672 <object type="text" color="%text_color%">
1673 <font resource="font" />
1674 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1675 <text>%tw_operation% %tw_partition%</text>
1676 </object>
1677
1678 <object type="template" name="action_page_console" />
1679
1680 <object type="template" name="progress_bar" />
1681
1682 <object type="action">
1683 <action function="nandroid">backup</action>
1684 </object>
1685
1686 <object type="action">
1687 <condition var1="tw_operation_state" var2="1" />
1688 <actions>
1689 <action function="set">tw_back=backup</action>
1690 <action function="set">tw_complete_text1=Backup Complete</action>
Dees_Troya3f81542012-10-08 10:58:53 -04001691 <action function="set">tw_show_reboot=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001692 <action function="page">action_complete</action>
1693 </actions>
1694 </object>
1695 </page>
1696
1697 <page name="restore">
1698 <object type="template" name="header" />
1699
1700 <object type="button">
Dees_Troya13d74f2013-03-24 08:54:55 -05001701 <highlight color="%highlight_color%" />
1702 <fill color="%button_fill_color%" />
1703 <placement x="%col1_x%" y="%row1_header_y%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" />
1704 <font resource="font" color="%button_text_color%" />
1705 <text>Storage: %tw_storage_display_name% (%tw_storage_free_size% MB)</text>
1706 <actions>
1707 <action function="set">tw_back=restore</action>
1708 <action function="page">selectstorage</action>
1709 </actions>
Dees_Troy51a0e822012-09-05 15:24:24 -04001710 </object>
1711
1712 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06001713 <highlight color="%fileselector_highlight_color%" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001714 <placement x="%fileselector_x%" y="%row2_text_y%" w="%fileselector_width%" h="%fileselector_install_height%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001715 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +01001716 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001717 <text>Select Package to Restore:</text>
1718 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
1719 <sort name="tw_gui_sort_order" />
1720 <icon folder="folder_icon" file="file_icon" />
1721 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -06001722 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001723 <filter folders="1" files="0" nav="0" />
1724 <path name="tw_backups_folder" />
1725 <data name="tw_restore" default="" />
1726 <selection name="tw_restore_name" />
1727 </object>
1728
1729 <object type="template" name="sort_options" />
1730
1731 <object type="action">
1732 <condition var1="tw_restore" op="modified" />
1733 <actions>
1734 <action function="readBackup"></action>
Dees_Troy83bd4832013-05-04 12:39:56 +00001735 <action function="page">restore_read</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001736 </actions>
1737 </object>
1738
1739 <object type="action">
1740 <touch key="home" />
1741 <action function="page">main</action>
1742 </object>
1743
1744 <object type="action">
1745 <touch key="back" />
1746 <action function="page">main</action>
1747 </object>
1748
1749 <object type="template" name="footer" />
1750 </page>
1751
Dees_Troy83bd4832013-05-04 12:39:56 +00001752 <page name="restore_read">
1753 <object type="action">
1754 <condition var1="tw_restore_encrypted" var2="1" />
1755 <actions>
1756 <action function="set">tw_password_fail=0</action>
1757 <action function="page">restore_decrypt</action>
1758 </actions>
1759 </object>
1760
1761 <object type="action">
1762 <condition var1="tw_restore_encrypted" var2="0" />
1763 <actions>
1764 <action function="page">restore_select</action>
1765 </actions>
1766 </object>
1767 </page>
1768
1769 <page name="restore_decrypt">
1770 <object type="template" name="header" />
1771
1772 <object type="text" color="%text_color%">
1773 <font resource="font" />
1774 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
1775 <text>Backup Encrypted</text>
1776 </object>
1777
1778 <object type="text" color="%text_color%">
1779 <font resource="font" />
1780 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
1781 <text>Please Enter Your Password:</text>
1782 </object>
1783
1784 <object type="input">
1785 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
1786 <background color="%input_background_color%" />
1787 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
1788 <font resource="font" color="%text_color%" />
1789 <text>%tw_restore_display%</text>
1790 <data name="tw_restore_password" mask="*" maskvariable="tw_restore_display" />
1791 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_" />
1792 <actions>
1793 <action function="page">try_restore_decrypt</action>
1794 </actions>
1795 </object>
1796
1797 <object type="text" color="%text_fail_color%">
1798 <condition var1="tw_password_fail" var2="1" />
1799 <font resource="font" />
1800 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
1801 <text>Password Failed, Please Try Again</text>
1802 </object>
1803
1804 <object type="button">
1805 <highlight color="%highlight_color%" />
1806 <placement x="%col1_x%" y="%row2_y%" />
1807 <font resource="font" color="%button_text_color%" />
1808 <text>Cancel</text>
1809 <image resource="main_button" />
1810 <actions>
1811 <action function="set">tw_page_done=1</action>
1812 <action function="page">restore</action>
1813 </actions>
1814 </object>
1815
1816 <object type="button">
1817 <highlight color="%highlight_color%" />
1818 <placement x="%col2_x%" y="%row2_y%" />
1819 <font resource="font" color="%button_text_color%" />
1820 <text>Delete</text>
1821 <image resource="main_button" />
1822 <actions>
1823 <action function="set">tw_back=restore</action>
1824 <action function="set">tw_action=cmd</action>
1825 <action function="set">tw_action_param=cd %tw_backups_folder% && rm -rf &quot;%tw_restore_name%&quot;</action>
1826 <action function="set">tw_text1=Delete Backup? %tw_restore_name%</action>
1827 <action function="set">tw_text2=This cannot be undone!</action>
1828 <action function="set">tw_action_text1=Deleting Backup...</action>
1829 <action function="set">tw_complete_text1=Backup Delete Complete</action>
1830 <action function="set">tw_slider_text=Swipe to Delete</action>
1831 <action function="page">confirm_action</action>
1832 </actions>
1833 </object>
1834
1835 <object type="template" name="keyboardtemplate" />
1836
1837 <object type="action">
1838 <touch key="home" />
1839 <action function="page">main</action>
1840 </object>
1841
1842 <object type="action">
1843 <touch key="back" />
1844 <action function="page">restore</action>
1845 </object>
1846
1847 <object type="template" name="footer" />
1848 </page>
1849
1850 <page name="try_restore_decrypt">
1851 <object type="template" name="header" />
1852
1853 <object type="text" color="%text_color%">
1854 <font resource="font" />
1855 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1856 <text>Trying Decryption with Your Password</text>
1857 </object>
1858
1859 <object type="template" name="action_page_console" />
1860
1861 <object type="template" name="progress_bar" />
1862
1863 <object type="action">
1864 <action function="decrypt_backup"></action>
1865 </object>
1866
1867 <object type="action">
1868 <conditions>
1869 <condition var1="tw_operation_state" var2="1" />
1870 <condition var1="tw_operation_status" op="!=" var2="0" />
1871 </conditions>
1872 <actions>
1873 <action function="set">tw_password_fail=1</action>
1874 <action function="page">restore_decrypt</action>
1875 </actions>
1876 </object>
1877
1878 <object type="action">
1879 <conditions>
1880 <condition var1="tw_operation_state" var2="1" />
1881 <condition var1="tw_operation_status" op="=" var2="0" />
1882 </conditions>
1883 <actions>
1884 <action function="set">tw_page_done=1</action>
1885 <action function="page">restore_select</action>
1886 </actions>
1887 </object>
1888 </page>
1889
Dees_Troy51a0e822012-09-05 15:24:24 -04001890 <page name="restore_select">
1891 <object type="template" name="header" />
1892
Dees_Troya13d74f2013-03-24 08:54:55 -05001893 <object type="partitionlist">
1894 <highlight color="%fileselector_highlight_color%" />
1895 <placement x="%listbox_x%" y="%row1_header_y%" w="%listbox_width%" h="%backup_list_height%" />
1896 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
1897 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001898 <text>Restoring: %tw_restore_name%</text>
Dees_Troya13d74f2013-03-24 08:54:55 -05001899 <icon selected="checkbox_true" unselected="checkbox_false" />
1900 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
1901 <background color="%listbox_background%" />
1902 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
1903 <data name="tw_restore_list" selectedlist="tw_restore_selected" />
1904 <listtype name="restore" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001905 </object>
1906
1907 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001908 <highlight color="%highlight_color%" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001909 <fill color="%button_fill_color%" />
1910 <placement x="%col1_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001911 <font resource="font" color="%button_text_color%" />
1912 <text>Rename Backup</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04001913 <actions>
1914 <action function="set">tw_backup_rename=</action>
1915 <action function="set">tw_fileexists=0</action>
1916 <action function="page">renamebackup</action>
1917 </actions>
1918 </object>
1919
1920 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001921 <highlight color="%highlight_color%" />
Dees_Troya13d74f2013-03-24 08:54:55 -05001922 <fill color="%button_fill_color%" />
1923 <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001924 <font resource="font" color="%button_text_color%" />
1925 <text>Delete Backup</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04001926 <actions>
1927 <action function="set">tw_back=restore</action>
1928 <action function="set">tw_action=cmd</action>
Dees_Troy16b74352012-11-14 22:27:31 +00001929 <action function="set">tw_action_param=cd %tw_backups_folder% && rm -rf &quot;%tw_restore_name%&quot;</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001930 <action function="set">tw_text1=Delete Backup? %tw_restore_name%</action>
1931 <action function="set">tw_text2=This cannot be undone!</action>
1932 <action function="set">tw_action_text1=Deleting Backup...</action>
1933 <action function="set">tw_complete_text1=Backup Delete Complete</action>
1934 <action function="set">tw_slider_text=Swipe to Delete</action>
1935 <action function="page">confirm_action</action>
1936 </actions>
1937 </object>
1938
Dees_Troya13d74f2013-03-24 08:54:55 -05001939 <object type="checkbox">
1940 <placement x="%col1_x%" y="%row15_text_y%" />
1941 <font resource="font" color="%text_color%" />
1942 <text>Enable MD5 verification of backup files.</text>
1943 <data variable="tw_skip_md5_check" />
1944 <image checked="checkbox_true" unchecked="checkbox_false" />
1945 </object>
1946
1947 <object type="text" color="%text_color%">
1948 <font resource="font" />
1949 <placement x="%center_x%" y="%row16_text_y%" placement="5" />
1950 <text>Package Date: %tw_restore_file_date%</text>
1951 </object>
1952
Dees_Troy51a0e822012-09-05 15:24:24 -04001953 <object type="slider">
1954 <placement x="%slider_x%" y="%slider_y%" />
1955 <resource base="slider" used="slider-used" touch="slider-touch" />
1956 <action function="page">restore_run</action>
1957 </object>
1958
1959 <object type="text" color="%text_color%">
1960 <font resource="font" />
1961 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
1962 <text>Swipe to Restore</text>
1963 </object>
1964
Dees_Troy51a0e822012-09-05 15:24:24 -04001965 <object type="action">
1966 <touch key="home" />
1967 <action function="page">main</action>
1968 </object>
1969
1970 <object type="action">
1971 <touch key="back" />
1972 <action function="page">restore</action>
1973 </object>
1974
1975 <object type="template" name="footer" />
1976 </page>
1977
1978 <page name="renamebackup">
1979 <object type="template" name="header" />
1980
1981 <object type="text" color="%text_color%">
1982 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
1983 <font resource="font" />
1984 <text>Please Enter a New Backup Name</text>
1985 </object>
1986
1987 <object type="input">
1988 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
1989 <background color="%input_background_color%" />
1990 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
1991 <font resource="font" color="%text_color%" />
1992 <text>%tw_backup_rename%</text>
1993 <data name="tw_backup_rename" />
Dees_Troyb9d1c6d2012-09-26 10:07:14 -04001994 <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001995 <actions>
1996 <action function="set">tw_back=restore</action>
1997 <action function="set">tw_action=cmd</action>
Dees_Troyf94f9ac2012-11-19 17:16:17 +00001998 <action function="set">tw_action_param=cd %tw_backups_folder% && mv &quot;%tw_restore_name%&quot; &quot;%tw_backup_rename%&quot;</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001999 <action function="set">tw_text1=Rename Backup?</action>
2000 <action function="set">tw_text2=This cannot be undone!</action>
2001 <action function="set">tw_action_text1=Renaming Backup...</action>
2002 <action function="set">tw_complete_text1=Backup Rename Complete</action>
2003 <action function="set">tw_slider_text=Swipe to Rename</action>
2004 <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_rename%</action>
2005 <action function="set">tw_existpage=renamebackup</action>
2006 <action function="set">tw_notexistpage=confirm_action</action>
2007 <action function="page">filecheck</action>
2008 </actions>
2009 </object>
2010
2011 <object type="text" color="%text_fail_color%">
2012 <condition var1="tw_fileexists" var2="1" />
2013 <placement x="%center_x%" y="%row5_text_y%" placement="5" />
2014 <font resource="font" />
2015 <text>A backup with that name already exists!</text>
2016 </object>
2017
2018 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002019 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002020 <placement x="%col_center_x%" y="%row2_y%" />
2021 <font resource="font" color="%button_text_color%" />
2022 <text>Cancel</text>
2023 <image resource="main_button" />
2024 <action function="page">restore_select</action>
2025 </object>
2026
2027 <object type="template" name="keyboardtemplate" />
2028
2029 <object type="action">
2030 <touch key="home" />
2031 <action function="page">main</action>
2032 </object>
2033
2034 <object type="action">
2035 <touch key="back" />
2036 <action function="page">restore_select</action>
2037 </object>
2038
2039 <object type="template" name="footer" />
2040 </page>
2041
2042 <page name="restore_run">
2043 <object type="template" name="header" />
2044
2045 <object type="text" color="%text_color%">
2046 <font resource="font" />
2047 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2048 <text>%tw_operation% %tw_partition%</text>
2049 </object>
2050
2051 <object type="template" name="action_page_console" />
2052
2053 <object type="template" name="progress_bar" />
2054
2055 <object type="action">
Dees_Troya3f81542012-10-08 10:58:53 -04002056 <condition var1="tw_operation_state" var2="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002057 <actions>
2058 <action function="set">tw_back=restore_select</action>
2059 <action function="set">tw_complete_text1=Restore Complete</action>
Dees_Troya3f81542012-10-08 10:58:53 -04002060 <action function="set">tw_show_reboot=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002061 <action function="page">action_complete</action>
2062 </actions>
2063 </object>
2064
2065 <object type="action">
2066 <action function="nandroid">restore</action>
2067 </object>
2068 </page>
2069
Dees_Troya13d74f2013-03-24 08:54:55 -05002070 <page name="selectstorage">
2071 <object type="template" name="header" />
2072
2073 <object type="partitionlist">
2074 <highlight color="%fileselector_highlight_color%" />
2075 <placement x="%listbox_x%" y="%row1_header_y%" w="%listbox_width%" h="%storage_list_height%" />
2076 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
2077 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
2078 <text>Select Storage:</text>
2079 <icon selected="radio_true" unselected="radio_false" />
2080 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
2081 <background color="%listbox_background%" />
2082 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
2083 <data name="tw_storage_path" />
2084 <listtype name="storage" />
2085 </object>
2086
Dees_Troye7e0ae82013-07-05 14:46:07 +00002087 <object type="button">
2088 <highlight color="%highlight_color%" />
2089 <placement x="%col_center_x%" y="%row4_y%" />
2090 <font resource="font" color="%button_text_color%" />
2091 <text>OK</text>
2092 <image resource="main_button" />
2093 <actions>
2094 <action function="set">tw_clear_destination=%tw_back%</action>
2095 <action function="page">clear_vars</action>
2096 </actions>
2097 </object>
2098
Dees_Troya13d74f2013-03-24 08:54:55 -05002099 <object type="action">
2100 <touch key="home" />
2101 <action function="page">main</action>
2102 </object>
2103
2104 <object type="action">
2105 <touch key="back" />
2106 <actions>
2107 <action function="page">%tw_back%</action>
2108 </actions>
2109 </object>
2110
2111 <object type="template" name="footer" />
2112 </page>
2113
Dees_Troy51a0e822012-09-05 15:24:24 -04002114 <page name="mount">
2115 <object type="template" name="header" />
2116
Dees_Troya13d74f2013-03-24 08:54:55 -05002117 <object type="partitionlist">
2118 <highlight color="%fileselector_highlight_color%" />
2119 <placement x="%listbox_x%" y="%row1_header_y%" w="%listbox_width%" h="%mount_list_height%" />
2120 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
2121 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
2122 <text>Select Partitions to Mount:</text>
2123 <icon selected="checkbox_true" unselected="checkbox_false" />
2124 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
2125 <background color="%listbox_background%" />
2126 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
2127 <listtype name="mount" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002128 </object>
2129
2130 <object type="button">
Dees_Troya13d74f2013-03-24 08:54:55 -05002131 <highlight color="%highlight_color%" />
2132 <fill color="%button_fill_color%" />
2133 <placement x="%col1_x%" y="%mount_storage_row%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" />
2134 <font resource="font" color="%button_text_color%" />
2135 <text>Storage: %tw_storage_display_name% (%tw_storage_free_size% MB)</text>
2136 <actions>
2137 <action function="set">tw_back=mount</action>
2138 <action function="page">selectstorage</action>
2139 </actions>
Dees_Troy51a0e822012-09-05 15:24:24 -04002140 </object>
2141
2142 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002143 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002144 <condition var1="tw_has_usb_storage" var2="1" />
Dees_Troya13d74f2013-03-24 08:54:55 -05002145 <placement x="%col1_x%" y="row4_y" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002146 <font resource="font" color="%button_text_color%" />
2147 <text>Mount USB Storage</text>
2148 <image resource="main_button" />
2149 <action function="page">usb_mount</action>
2150 </object>
2151
Gary Peckffdc6ae2012-11-21 18:02:02 -08002152 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002153 <highlight color="%highlight_color%" />
Gary Peckffdc6ae2012-11-21 18:02:02 -08002154 <conditions>
2155 <condition var1="tw_is_encrypted" var2="1" />
2156 <condition var1="tw_is_decrypted" var2="0" />
2157 </conditions>
Dees_Troya13d74f2013-03-24 08:54:55 -05002158 <placement x="%col2_x%" y="row4_y" />
Gary Peckffdc6ae2012-11-21 18:02:02 -08002159 <font resource="font" color="%button_text_color%" />
2160 <text>Decrypt Data</text>
2161 <image resource="main_button" />
2162 <action function="page">decrypt</action>
2163 </object>
2164
Dees_Troy51a0e822012-09-05 15:24:24 -04002165 <object type="action">
2166 <touch key="home" />
2167 <action function="page">main</action>
2168 </object>
2169
2170 <object type="action">
2171 <touch key="back" />
2172 <action function="page">main</action>
2173 </object>
2174
2175 <object type="template" name="footer" />
2176 </page>
2177
2178 <page name="usb_mount">
2179 <object type="template" name="header" />
2180
2181 <object type="text" color="%text_color%">
2182 <font resource="font" />
2183 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
2184 <text>USB Storage Mounted</text>
2185 </object>
2186
2187 <object type="text" color="%text_color%">
2188 <placement x="%col1_x%" y="%row1_text_y%" />
2189 <font resource="font" />
2190 <text>Be sure to safely remove your device</text>
2191 </object>
2192
2193 <object type="text" color="%text_color%">
2194 <placement x="%col1_x%" y="%row2_text_y%" />
2195 <font resource="font" />
2196 <text>from your computer before unmounting!</text>
2197 </object>
2198
2199 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002200 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002201 <placement x="%col1_x%" y="%row3_y%" />
2202 <font resource="font" color="%button_text_color%" />
2203 <text>Unmount</text>
2204 <image resource="main_button" />
2205 <action function="page">usb_umount</action>
2206 </object>
2207
2208 <object type="action">
2209 <action function="mount">usb</action>
2210 </object>
2211
2212 <object type="template" name="footer" />
2213 </page>
2214
2215 <page name="usb_umount">
2216 <object type="action">
2217 <action function="unmount">usb</action>
2218 </object>
2219
2220 <object type="action">
2221 <action function="page">mount</action>
2222 </object>
2223 </page>
2224
2225 <page name="reboot">
2226 <object type="template" name="header" />
2227
2228 <object type="text" color="%text_color%">
2229 <font resource="font" />
2230 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
2231 <text>Reboot Menu</text>
2232 </object>
2233
2234 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002235 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002236 <condition var1="tw_reboot_system" var2="1" />
2237 <placement x="%col1_x%" y="%row1_y%" />
2238 <font resource="font" color="%button_text_color%" />
2239 <text>System</text>
2240 <image resource="main_button" />
2241 <actions>
2242 <action function="set">tw_back=reboot</action>
2243 <action function="set">tw_action=reboot</action>
2244 <action function="set">tw_action_param=system</action>
2245 <action function="set">tw_has_action2=0</action>
2246 <action function="set">tw_text1=No OS Installed! Are you</action>
2247 <action function="set">tw_text2=sure you wish to reboot?</action>
2248 <action function="set">tw_action_text1=Rebooting...</action>
2249 <action function="set">tw_complete_text1=Rebooting...</action>
2250 <action function="set">tw_slider_text=Swipe to Reboot</action>
2251 <action function="page">rebootcheck</action>
2252 </actions>
2253 </object>
2254
2255 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002256 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002257 <condition var1="tw_reboot_poweroff" var2="1" />
2258 <placement x="%col2_x%" y="%row1_y%" />
2259 <font resource="font" color="%button_text_color%" />
2260 <text>Power Off</text>
2261 <image resource="main_button" />
2262 <actions>
2263 <action function="set">tw_back=reboot</action>
2264 <action function="set">tw_action=reboot</action>
2265 <action function="set">tw_action_param=poweroff</action>
2266 <action function="set">tw_has_action2=0</action>
2267 <action function="set">tw_text1=No OS Installed! Are you</action>
2268 <action function="set">tw_text2=sure you wish to power off?</action>
2269 <action function="set">tw_action_text1=Turning Off...</action>
2270 <action function="set">tw_complete_text1=Turning Off...</action>
2271 <action function="set">tw_slider_text=Swipe to Power Off</action>
2272 <action function="page">rebootcheck</action>
2273 </actions>
2274 </object>
2275
2276 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002277 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002278 <condition var1="tw_reboot_recovery" var2="1" />
2279 <placement x="%col1_x%" y="%row2_y%" />
2280 <font resource="font" color="%button_text_color%" />
2281 <text>Recovery</text>
2282 <image resource="main_button" />
2283 <actions>
2284 <action function="set">tw_back=reboot</action>
2285 <action function="set">tw_action=reboot</action>
2286 <action function="set">tw_action_param=recovery</action>
2287 <action function="set">tw_has_action2=0</action>
2288 <action function="set">tw_text1=No OS Installed! Are you</action>
2289 <action function="set">tw_text2=sure you wish to reboot?</action>
2290 <action function="set">tw_action_text1=Rebooting...</action>
2291 <action function="set">tw_complete_text1=Rebooting...</action>
2292 <action function="set">tw_slider_text=Swipe to Reboot</action>
2293 <action function="page">rebootcheck</action>
2294 </actions>
2295 </object>
2296
2297 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002298 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002299 <condition var1="tw_reboot_bootloader" var2="1" />
2300 <placement x="%col2_x%" y="%row2_y%" />
2301 <font resource="font" color="%button_text_color%" />
2302 <text>Bootloader</text>
2303 <image resource="main_button" />
2304 <actions>
2305 <action function="set">tw_back=reboot</action>
2306 <action function="set">tw_action=reboot</action>
2307 <action function="set">tw_action_param=bootloader</action>
2308 <action function="set">tw_has_action2=0</action>
2309 <action function="set">tw_text1=No OS Installed! Are you</action>
2310 <action function="set">tw_text2=sure you wish to reboot?</action>
2311 <action function="set">tw_action_text1=Rebooting...</action>
2312 <action function="set">tw_complete_text1=Rebooting...</action>
2313 <action function="set">tw_slider_text=Swipe to Reboot</action>
2314 <action function="page">rebootcheck</action>
2315 </actions>
2316 </object>
2317
2318 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002319 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002320 <condition var1="tw_download_mode" var2="1" />
2321 <placement x="%col1_x%" y="%row3_y%" />
2322 <font resource="font" color="%button_text_color%" />
2323 <text>Download</text>
2324 <image resource="main_button" />
2325 <actions>
2326 <action function="set">tw_back=reboot</action>
2327 <action function="set">tw_action=reboot</action>
2328 <action function="set">tw_action_param=download</action>
2329 <action function="set">tw_has_action2=0</action>
2330 <action function="set">tw_text1=No OS Installed! Are you</action>
2331 <action function="set">tw_text2=sure you wish to reboot?</action>
2332 <action function="set">tw_action_text1=Rebooting...</action>
2333 <action function="set">tw_complete_text1=Rebooting...</action>
2334 <action function="set">tw_slider_text=Swipe to Reboot</action>
2335 <action function="page">rebootcheck</action>
2336 </actions>
2337 </object>
2338
2339 <object type="action">
2340 <touch key="home" />
2341 <action function="page">main</action>
2342 </object>
2343
2344 <object type="action">
2345 <touch key="back" />
2346 <action function="page">main</action>
2347 </object>
2348
2349 <object type="template" name="footer" />
2350 </page>
2351
2352 <page name="settings">
2353 <object type="template" name="header" />
2354
2355 <object type="text" color="%text_color%">
2356 <font resource="font" />
2357 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
2358 <text>Settings</text>
2359 </object>
2360
2361 <object type="checkbox">
2362 <placement x="%col1_x%" y="%row1_text_y%" />
2363 <font resource="font" color="%text_color%" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -04002364 <text>Zip file signature verification.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04002365 <data variable="tw_signed_zip_verify" />
2366 <image checked="checkbox_true" unchecked="checkbox_false" />
2367 </object>
2368
2369 <object type="checkbox">
2370 <placement x="%col1_x%" y="%row2_text_y%" />
2371 <font resource="font" color="%text_color%" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -04002372 <text>Use rm -rf instead of formatting.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04002373 <data variable="tw_rm_rf" />
2374 <image checked="checkbox_true" unchecked="checkbox_false" />
2375 </object>
2376
2377 <object type="checkbox">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002378 <placement x="%col1_x%" y="%row3_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002379 <font resource="font" color="%text_color%" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -04002380 <text>Skip MD5 generation during backup.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04002381 <data variable="tw_skip_md5_generate" />
2382 <image checked="checkbox_true" unchecked="checkbox_false" />
2383 </object>
2384
2385 <object type="checkbox">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002386 <placement x="%col1_x%" y="%row4_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002387 <font resource="font" color="%text_color%" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -04002388 <text>Enable MD5 verification of backup files.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04002389 <data variable="tw_skip_md5_check" />
2390 <image checked="checkbox_true" unchecked="checkbox_false" />
2391 </object>
2392
2393 <object type="checkbox">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002394 <placement x="%col1_x%" y="%row5_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002395 <font resource="font" color="%text_color%" />
Dees_Troy82111022013-02-21 21:13:09 +00002396 <text>Use Military Time.</text>
2397 <data variable="tw_military_time" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002398 <image checked="checkbox_true" unchecked="checkbox_false" />
2399 </object>
2400
2401 <object type="checkbox">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002402 <placement x="%col1_x%" y="%row6_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002403 <font resource="font" color="%text_color%" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -04002404 <text>Simulate actions for theme testing.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04002405 <data variable="tw_simulate_actions" />
2406 <image checked="checkbox_true" unchecked="checkbox_false" />
2407 </object>
2408
2409 <object type="checkbox">
2410 <condition var1="tw_simulate_actions" var2="1" />
Dees_Troy2f9117a2013-02-17 19:52:09 -06002411 <placement x="%col1_x%" y="%row7_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002412 <font resource="font" color="%text_color%" />
Dees_Troy2ab9ad62012-09-22 08:46:18 -04002413 <text>Simulate failure for actions.</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04002414 <data variable="tw_simulate_fail" />
2415 <image checked="checkbox_true" unchecked="checkbox_false" />
2416 </object>
2417
2418 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002419 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002420 <placement x="%col1_x%" y="%row3_y%" />
2421 <font resource="font" color="%button_text_color%" />
2422 <text>Time Zone</text>
2423 <image resource="main_button" />
2424 <action function="page">timezone</action>
2425 </object>
2426
2427 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002428 <highlight color="%highlight_color%" />
Dees_Troy2f9117a2013-02-17 19:52:09 -06002429 <placement x="%col2_x%" y="%row3_y%" />
2430 <font resource="font" color="%button_text_color%" />
2431 <text>Screen</text>
2432 <image resource="main_button" />
2433 <action function="page">screen</action>
2434 </object>
2435
2436 <object type="button">
Dees_Troy51a0e822012-09-05 15:24:24 -04002437 <placement x="%col_center_x%" y="%row4_y%" />
2438 <font resource="font" color="%button_text_color%" />
2439 <text>Restore Defaults</text>
2440 <image resource="main_button" />
2441 <action function="restoredefaultsettings"></action>
2442 </object>
2443
2444 <object type="action">
2445 <touch key="home" />
2446 <action function="page">main</action>
2447 </object>
2448
2449 <object type="action">
2450 <touch key="back" />
2451 <action function="page">main</action>
2452 </object>
2453
2454 <object type="template" name="footer" />
2455 </page>
2456
2457 <page name="timezone">
2458 <object type="template" name="header" />
2459
Dees_Troy51a0e822012-09-05 15:24:24 -04002460 <object type="listbox">
Dees_Troyeead9852013-02-15 14:31:06 -06002461 <highlight color="%fileselector_highlight_color%" />
2462 <placement x="%listbox_x%" y="%row1_header_y%" w="%listbox_width%" h="%listbox_tz_height%" />
2463 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +01002464 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
Dees_Troyeead9852013-02-15 14:31:06 -06002465 <text>Select Time Zone:</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04002466 <icon selected="radio_true" unselected="radio_false" />
Dees_Troyeead9852013-02-15 14:31:06 -06002467 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002468 <background color="%listbox_background%" />
Dees_Troyeead9852013-02-15 14:31:06 -06002469 <font resource="font" spacing="%listbox_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002470 <data name="tw_time_zone_guisel" />
2471 <listitem name="(UTC -11) Samoa, Midway Island">BST11;BDT</listitem>
2472 <listitem name="(UTC -10) Hawaii">HST10;HDT</listitem>
2473 <listitem name="(UTC -9) Alaska">AST9;ADT</listitem>
2474 <listitem name="(UTC -8) Pacific Time">PST8;PDT</listitem>
2475 <listitem name="(UTC -7) Mountain Time">MST7;MDT</listitem>
2476 <listitem name="(UTC -6) Central Time">CST6;CDT</listitem>
2477 <listitem name="(UTC -5) Eastern Time">EST5;EDT</listitem>
2478 <listitem name="(UTC -4) Atlantic Time">AST4;ADT</listitem>
2479 <listitem name="(UTC -3) Brazil, Buenos Aires">GRNLNDST3;GRNLNDDT</listitem>
2480 <listitem name="(UTC -2) Mid-Atlantic">FALKST2;FALKDT</listitem>
2481 <listitem name="(UTC -1) Azores, Cape Verde">AZOREST1;AZOREDT</listitem>
2482 <listitem name="(UTC 0) London, Dublin, Lisbon">GMT0;BST</listitem>
2483 <listitem name="(UTC +1) Berlin, Brussels, Paris">NFT-1;DFT</listitem>
2484 <listitem name="(UTC +2) Athens, Istanbul, South Africa">WET-2;WET</listitem>
2485 <listitem name="(UTC +3) Moscow, Baghdad">SAUST-3;SAUDT</listitem>
2486 <listitem name="(UTC +4) Abu Dhabi, Tbilisi, Muscat">WST-4;WDT</listitem>
2487 <listitem name="(UTC +5) Yekaterinburg, Islamabad">PAKST-5;PAKDT</listitem>
2488 <listitem name="(UTC +6) Almaty, Dhaka, Colombo">TASHST-6;TASHDT</listitem>
2489 <listitem name="(UTC +7) Bangkok, Hanoi, Jakarta">THAIST-7;THAIDT</listitem>
2490 <listitem name="(UTC +8) Beijing, Singapore, Hong Kong">TAIST-8;TAIDT</listitem>
2491 <listitem name="(UTC +9) Tokyo, Seoul, Yakutsk">JST-9;JSTDT</listitem>
2492 <listitem name="(UTC +10) Eastern Australia, Guam">EET-10;EETDT</listitem>
2493 <listitem name="(UTC +11) Vladivostok, Solomon Islands">MET-11;METDT</listitem>
2494 <listitem name="(UTC +12) Auckland, Wellington, Fiji">NZST-12;NZDT</listitem>
2495 </object>
2496
2497 <object type="checkbox">
Dees_Troyb46a6842012-09-25 11:06:46 -04002498 <placement x="%col1_x%" y="%row_dst_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002499 <font resource="font" color="%text_color%" />
2500 <text>Do you use daylight savings time (DST)?</text>
2501 <data variable="tw_time_zone_guidst" />
2502 <image checked="checkbox_true" unchecked="checkbox_false" />
2503 </object>
2504
2505 <object type="text" color="%text_color%">
2506 <font resource="font" />
Dees_Troyb46a6842012-09-25 11:06:46 -04002507 <placement x="%center_x%" y="%row_offset_text_y%" placement="5" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002508 <text>Offset (usually 0): %tw_time_zone_guioffset%</text>
2509 </object>
2510
2511 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002512 <highlight color="%highlight_color%" />
Dees_Troyb46a6842012-09-25 11:06:46 -04002513 <placement x="%col1_medium_x%" y="%row_offset_medium_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002514 <font resource="font" color="%button_text_color%" />
2515 <text>None</text>
2516 <image resource="medium_button" />
2517 <action function="set">tw_time_zone_guioffset=0</action>
2518 </object>
2519
2520 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002521 <highlight color="%highlight_color%" />
Dees_Troyb46a6842012-09-25 11:06:46 -04002522 <placement x="%col2_medium_x%" y="%row_offset_medium_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002523 <font resource="font" color="%button_text_color%" />
2524 <text>15</text>
2525 <image resource="medium_button" />
2526 <action function="set">tw_time_zone_guioffset=15</action>
2527 </object>
2528
2529 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002530 <highlight color="%highlight_color%" />
Dees_Troyb46a6842012-09-25 11:06:46 -04002531 <placement x="%col3_medium_x%" y="%row_offset_medium_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002532 <font resource="font" color="%button_text_color%" />
2533 <text>30</text>
2534 <image resource="medium_button" />
2535 <action function="set">tw_time_zone_guioffset=30</action>
2536 </object>
2537
2538 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002539 <highlight color="%highlight_color%" />
Dees_Troyb46a6842012-09-25 11:06:46 -04002540 <placement x="%col4_medium_x%" y="%row_offset_medium_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002541 <font resource="font" color="%button_text_color%" />
2542 <text>45</text>
2543 <image resource="medium_button" />
2544 <action function="set">tw_time_zone_guioffset=45</action>
2545 </object>
2546
2547 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002548 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002549 <placement x="%col_center_x%" y="%tz_set_y%" />
2550 <font resource="font" color="%button_text_color%" />
2551 <text>Set Time Zone</text>
2552 <image resource="main_button" />
2553 <action function="setguitimezone"></action>
2554 </object>
2555
2556 <object type="text" color="%text_color%">
2557 <font resource="font" />
2558 <placement x="%center_x%" y="%tz_current_y%" placement="5" />
2559 <text>Current Time Zone: %tw_time_zone%</text>
2560 </object>
2561
2562 <object type="action">
2563 <touch key="home" />
2564 <action function="page">main</action>
2565 </object>
2566
2567 <object type="action">
2568 <touch key="back" />
2569 <action function="page">settings</action>
2570 </object>
2571
2572 <object type="template" name="footer" />
2573 </page>
2574
Dees_Troy2f9117a2013-02-17 19:52:09 -06002575 <page name="screen">
2576 <object type="template" name="header" />
2577
2578 <object type="text" color="%text_color%">
2579 <font resource="font" />
2580 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
2581 <text>Screen Settings</text>
2582 </object>
2583
Dees_Troy2f9117a2013-02-17 19:52:09 -06002584 <object type="button">
Vojtech Bocek85932342013-04-01 22:11:33 +02002585 <placement x="%col1_x%" y="%row2_text_y%" />
2586 <font resource="font" color="%text_color%" />
2587 <condition var1="tw_screen_timeout_secs" op="=" var2="0" />
Ricardo Gomezc9ecd442013-07-05 16:13:52 -07002588 <condition var1="tw_no_screen_timeout" op="!=" var2="1" />
Vojtech Bocek85932342013-04-01 22:11:33 +02002589 <text>Enable screen timeout.</text>
2590 <image resource="checkbox_false" />
Dees_Troy2f9117a2013-02-17 19:52:09 -06002591 <action function="set">tw_screen_timeout_secs=60</action>
2592 </object>
2593
2594 <object type="button">
Vojtech Bocek85932342013-04-01 22:11:33 +02002595 <placement x="%col1_x%" y="%row2_text_y%" />
2596 <font resource="font" color="%text_color%" />
2597 <condition var1="tw_screen_timeout_secs" op="!=" var2="0" />
Ricardo Gomezc9ecd442013-07-05 16:13:52 -07002598 <condition var1="tw_no_screen_timeout" op="!=" var2="1" />
Vojtech Bocek85932342013-04-01 22:11:33 +02002599 <text>Enable screen timeout.</text>
2600 <image resource="checkbox_true" />
2601 <action function="set">tw_screen_timeout_secs=0</action>
Dees_Troy2f9117a2013-02-17 19:52:09 -06002602 </object>
2603
Vojtech Bocek85932342013-04-01 22:11:33 +02002604 <object type="slidervalue">
2605 <condition var1="tw_screen_timeout_secs" op="!=" var2="0" />
Ricardo Gomezc9ecd442013-07-05 16:13:52 -07002606 <condition var1="tw_no_screen_timeout" op="!=" var2="1" />
Vojtech Bocek85932342013-04-01 22:11:33 +02002607 <placement x="col1_x" y="%row4_text_y%" w="%slidervalue_w%" />
2608 <font resource="font" color="%text_color%" />
2609 <colors line="%slidervalue_line_clr%" slider="%slidervalue_slider_clr%" />
2610 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%" />
2611 <text>Screen timeout in seconds:</text>
2612 <data variable="tw_screen_timeout_secs" min="15" max="300" />
Dees_Troy2f9117a2013-02-17 19:52:09 -06002613 </object>
2614
Vojtech Bocek85932342013-04-01 22:11:33 +02002615 <object type="slidervalue">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002616 <condition var1="tw_has_brightnesss_file" var2="1" />
Vojtech Bocek85932342013-04-01 22:11:33 +02002617 <placement x="col1_x" y="%row12_text_y%" w="%slidervalue_w%" />
2618 <font resource="font" color="%text_color%" />
2619 <colors line="%slidervalue_line_clr%" slider="%slidervalue_slider_clr%" />
2620 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%" />
2621 <text>Brightness: %tw_brightness_pct%%</text>
2622 <data variable="tw_brightness_pct" min="10" max="100" />
Dees_Troy2f9117a2013-02-17 19:52:09 -06002623 <actions>
Vojtech Bocek85932342013-04-01 22:11:33 +02002624 <action function="set">tw_brightness=%tw_brightness_max%</action>
2625 <action function="compute">tw_brightness*%tw_brightness_pct%</action>
2626 <action function="compute">tw_brightness/100</action>
2627 <action function="cmd">echo %tw_brightness% > &quot;%tw_brightness_file%&quot;</action>
Dees_Troy2f9117a2013-02-17 19:52:09 -06002628 </actions>
2629 </object>
2630
2631 <object type="action">
2632 <touch key="home" />
2633 <action function="page">main</action>
2634 </object>
2635
2636 <object type="action">
2637 <touch key="back" />
2638 <action function="page">settings</action>
2639 </object>
2640
2641 <object type="template" name="footer" />
2642 </page>
2643
Dees_Troy51a0e822012-09-05 15:24:24 -04002644 <page name="advanced">
2645 <object type="template" name="header" />
2646
2647 <object type="text" color="%text_color%">
2648 <font resource="font" />
2649 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
2650 <text>Advanced</text>
2651 </object>
2652
2653 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002654 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002655 <placement x="%col1_x%" y="%row1_y%" />
2656 <font resource="font" color="%button_text_color%" />
2657 <text>Copy Log to SD</text>
2658 <image resource="main_button" />
2659 <actions>
2660 <action function="set">tw_back=advanced</action>
2661 <action function="set">tw_action=copylog</action>
2662 <action function="set">tw_text1=Copy Log to SD Card?</action>
2663 <action function="set">tw_action_text1=Copying Log to SD Card...</action>
2664 <action function="set">tw_complete_text1=Log Copy Complete</action>
2665 <action function="set">tw_slider_text=Swipe to Confirm</action>
2666 <action function="page">confirm_action</action>
2667 </actions>
2668 </object>
2669
2670 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002671 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002672 <placement x="%col2_x%" y="%row1_y%" />
2673 <font resource="font" color="%button_text_color%" />
2674 <text>Fix Permissions</text>
2675 <image resource="main_button" />
2676 <actions>
2677 <action function="set">tw_back=advanced</action>
2678 <action function="set">tw_action=fixpermissions</action>
2679 <action function="set">tw_text1=Fix Permissions?</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002680 <action function="set">tw_action_text1=Fixing Permissions...</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002681 <action function="set">tw_complete_text1=Fix Permissions Complete</action>
2682 <action function="set">tw_slider_text=Swipe to Confirm</action>
Dees_Troya3f81542012-10-08 10:58:53 -04002683 <action function="set">tw_show_reboot=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002684 <action function="page">confirm_action</action>
2685 </actions>
2686 </object>
2687
2688 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002689 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002690 <condition var1="tw_allow_partition_sdcard" var2="1" />
2691 <placement x="%col1_x%" y="%row2_y%" />
2692 <font resource="font" color="%button_text_color%" />
2693 <text>Partition SD Card</text>
2694 <image resource="main_button" />
2695 <action function="page">partsdcard</action>
2696 </object>
2697
2698 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002699 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002700 <placement x="%col2_x%" y="%row2_y%" />
2701 <font resource="font" color="%button_text_color%" />
2702 <text>File Manager</text>
2703 <image resource="main_button" />
2704 <action function="page">filemanagerlist</action>
2705 </object>
2706
2707 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002708 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002709 <placement x="%col1_x%" y="%row3_y%" />
2710 <font resource="font" color="%button_text_color%" />
2711 <text>Terminal Command</text>
2712 <image resource="main_button" />
2713 <action function="page">terminalfolder</action>
2714 </object>
2715
2716 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002717 <highlight color="%highlight_color%" />
Dees_Troybbb21012012-09-20 15:59:46 -04002718 <placement x="%col2_x%" y="%row3_y%" />
2719 <font resource="font" color="%button_text_color%" />
2720 <text>Reload Theme</text>
2721 <image resource="main_button" />
2722 <action function="reload"></action>
2723 </object>
2724
2725 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002726 <highlight color="%highlight_color%" />
Dees_Troybbb21012012-09-20 15:59:46 -04002727 <placement x="%col1_x%" y="%row4_y%" />
2728 <font resource="font" color="%button_text_color%" />
2729 <text>ADB Sideload</text>
2730 <image resource="main_button" />
bigbiff bigbiff7ce7f0c2013-01-25 09:54:04 -05002731 <action function="page">sideload</action>
Dees_Troybbb21012012-09-20 15:59:46 -04002732 </object>
2733
2734 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002735 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002736 <condition var1="tw_show_dumlock" var2="1" />
2737 <placement x="%col2_x%" y="%row4_y%" />
2738 <font resource="font" color="%button_text_color%" />
2739 <text>HTC Dumlock</text>
2740 <image resource="main_button" />
2741 <action function="page">htcdumlock</action>
2742 </object>
2743
2744 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002745 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002746 <condition var1="tw_has_injecttwrp" var2="1" />
2747 <placement x="%col2_x%" y="%row4_y%" />
2748 <font resource="font" color="%button_text_color%" />
2749 <text>Re-Inject TWRP</text>
2750 <image resource="main_button" />
2751 <actions>
2752 <action function="set">tw_back=advanced</action>
2753 <action function="set">tw_action=reinjecttwrp</action>
2754 <action function="set">tw_text1=Re-Inject TWRP?</action>
2755 <action function="set">tw_action_text1=Re-Injecting TWRP...</action>
2756 <action function="set">tw_complete_text1=TWRP Injection Complete</action>
2757 <action function="set">tw_slider_text=Swipe to Confirm</action>
2758 <action function="page">confirm_action</action>
2759 </actions>
2760 </object>
2761
2762 <object type="action">
2763 <touch key="home" />
2764 <action function="page">main</action>
2765 </object>
2766
2767 <object type="action">
2768 <touch key="back" />
2769 <action function="page">main</action>
2770 </object>
2771
2772 <object type="template" name="footer" />
2773 </page>
2774
2775 <page name="partsdcard">
2776 <object type="template" name="header" />
2777
2778 <object type="text" color="%text_color%">
2779 <font resource="font" />
2780 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
2781 <text>Partition SD Card</text>
2782 </object>
2783
2784 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002785 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002786 <placement x="%col1_x%" y="%row1_y%" />
2787 <font resource="font" color="%button_text_color%" />
2788 <text></text>
2789 <image resource="minus_button" />
2790 <action function="addsubtract">tw_sdext_size-128</action>
2791 </object>
2792
2793 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002794 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002795 <placement x="%sd_plus_x%" y="%row1_y%" />
2796 <font resource="font" color="%button_text_color%" />
2797 <text></text>
2798 <image resource="plus_button" />
2799 <action function="addsubtract">tw_sdext_size+128</action>
2800 </object>
2801
2802 <object type="text" color="%text_color%">
2803 <font resource="font" />
2804 <placement x="%sdext_text_x%" y="%sdext_text_y%" />
2805 <text>EXT Size: %tw_sdext_size%</text>
2806 </object>
2807
2808 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002809 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002810 <placement x="%col1_x%" y="%sdswap_button_y%" />
2811 <font resource="font" color="%button_text_color%" />
2812 <text></text>
2813 <image resource="minus_button" />
2814 <action function="addsubtract">tw_swap_size-32</action>
2815 </object>
2816
2817 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002818 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002819 <placement x="%sd_plus_x%" y="%sdswap_button_y%" />
2820 <font resource="font" color="%button_text_color%" />
2821 <text></text>
2822 <image resource="plus_button" />
2823 <action function="addsubtract">tw_swap_size+32</action>
2824 </object>
2825
2826 <object type="text" color="%text_color%">
2827 <font resource="font" />
2828 <placement x="%sdswap_text_x%" y="%sdswap_text_y%" />
2829 <text>Swap Size: %tw_swap_size%</text>
2830 </object>
2831
2832 <object type="text" color="%text_color%">
2833 <font resource="font" />
2834 <placement x="%col1_x%" y="%sdfilesystem_text_y%" />
2835 <text>File system: %tw_sdpart_file_system%</text>
2836 </object>
2837
2838 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002839 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002840 <placement x="%col1_x%" y="%sdfilesystem_button_y%" />
2841 <font resource="font" color="%button_text_color%" />
2842 <text>EXT3</text>
2843 <image resource="main_button" />
2844 <action function="set">tw_sdpart_file_system=ext3</action>
2845 </object>
2846
2847 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002848 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002849 <condition var1="tw_sdext_disable_ext4" var2="0" />
2850 <placement x="%col2_x%" y="%sdfilesystem_button_y%" />
2851 <font resource="font" color="%button_text_color%" />
2852 <text>EXT4</text>
2853 <image resource="main_button" />
2854 <action function="set">tw_sdpart_file_system=ext4</action>
2855 </object>
2856
2857 <object type="text" color="%text_color%">
2858 <font resource="font" />
2859 <placement x="%col1_x%" y="%row12_text_y%" />
2860 <text>You will lose all files on your SD card!</text>
2861 </object>
2862
2863 <object type="text" color="%text_color%">
2864 <font resource="font" />
2865 <placement x="%col1_x%" y="%row13_text_y%" />
2866 <text>This action cannot be undone!</text>
2867 </object>
2868
2869 <object type="slider">
2870 <placement x="%slider_x%" y="%slider_y%" />
2871 <resource base="slider" used="slider-used" touch="slider-touch" />
2872 <action function="page">partsdcardaction</action>
2873 <actions>
2874 <action function="set">tw_back=partsdcard</action>
2875 <action function="set">tw_action=partitionsd</action>
2876 <action function="set">tw_has_action2=1</action>
2877 <action function="set">tw_action2=set</action>
2878 <action function="set">tw_action2_param=tw_zip_location=/sdcard</action>
2879 <action function="set">tw_action_text1=Partitioning SD Card...</action>
2880 <action function="set">tw_action_text2=This will take a few minutes.</action>
Dees_Troya2ac96a2012-09-26 13:07:22 -04002881 <action function="set">tw_complete_text1=Partitioning Complete</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002882 <action function="page">action_page</action>
2883 </actions>
2884 </object>
2885
2886 <object type="text" color="%text_color%">
2887 <font resource="font" />
2888 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
2889 <text>Swipe to Partition</text>
2890 </object>
2891
2892 <object type="action">
2893 <touch key="home" />
2894 <action function="page">main</action>
2895 </object>
2896
2897 <object type="action">
2898 <touch key="back" />
2899 <action function="page">advanced</action>
2900 </object>
2901
2902 <object type="template" name="footer" />
2903 </page>
2904
2905 <page name="htcdumlock">
2906 <object type="template" name="header" />
2907
2908 <object type="text" color="%text_color%">
2909 <font resource="font" />
2910 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
2911 <text>HTC Dumlock</text>
2912 </object>
2913
2914 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002915 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002916 <condition var1="tw_show_dumlock" var2="1" />
2917 <placement x="%col1_x%" y="%row1_y%" />
2918 <font resource="font" color="%button_text_color%" />
2919 <text>Restore Original Boot</text>
2920 <image resource="main_button" />
2921 <actions>
2922 <action function="set">tw_back=htcdumlock</action>
2923 <action function="set">tw_action=htcdumlockrestoreboot</action>
2924 <action function="set">tw_text1=Restore original boot image?</action>
2925 <action function="set">tw_action_text1=Restoring Original Boot...</action>
2926 <action function="set">tw_complete_text1=Restore Original Boot Complete</action>
2927 <action function="set">tw_slider_text=Swipe to Confirm</action>
2928 <action function="page">confirm_action</action>
2929 </actions>
2930 </object>
2931
2932 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002933 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002934 <condition var1="tw_show_dumlock" var2="1" />
2935 <placement x="%col2_x%" y="%row1_y%" />
2936 <font resource="font" color="%button_text_color%" />
2937 <text>Reflash Recovery</text>
2938 <image resource="main_button" />
2939 <actions>
2940 <action function="set">tw_back=htcdumlock</action>
2941 <action function="set">tw_action=htcdumlockreflashrecovery</action>
2942 <action function="set">tw_text1=Reflash recovery to boot?</action>
2943 <action function="set">tw_action_text1=Flashing recovery to boot...</action>
2944 <action function="set">tw_complete_text1=Recovery Flash to Boot Complete</action>
2945 <action function="set">tw_slider_text=Swipe to Confirm</action>
2946 <action function="page">confirm_action</action>
2947 </actions>
2948 </object>
2949
2950 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002951 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002952 <condition var1="tw_show_dumlock" var2="1" />
2953 <placement x="%col1_x%" y="%row2_y%" />
2954 <font resource="font" color="%button_text_color%" />
2955 <text>Install HTC Dumlock</text>
2956 <image resource="main_button" />
2957 <actions>
2958 <action function="set">tw_back=htcdumlock</action>
2959 <action function="set">tw_action=installhtcdumlock</action>
2960 <action function="set">tw_text1=Install HTC dumlock files to ROM?</action>
2961 <action function="set">tw_action_text1=Installing HTC Dumlock...</action>
2962 <action function="set">tw_complete_text1=HTC Dumlock Install Complete</action>
2963 <action function="set">tw_slider_text=Swipe to Confirm</action>
2964 <action function="page">confirm_action</action>
2965 </actions>
2966 </object>
2967
2968 <object type="action">
2969 <touch key="home" />
2970 <action function="page">main</action>
2971 </object>
2972
2973 <object type="action">
2974 <touch key="back" />
2975 <action function="page">advanced</action>
2976 </object>
2977
2978 <object type="template" name="footer" />
2979 </page>
2980
2981 <page name="lock">
2982 <background color="#000000A0" />
2983
2984 <object type="image">
2985 <image resource="unlock-icon" />
2986 <placement x="%lock_x%" y="%lock_y%" />
2987 </object>
2988
2989 <object type="slider">
2990 <placement x="%slider_x%" y="%slider_y%" />
2991 <resource base="slider" used="slider-used" touch="slider-touch" />
2992 <action function="overlay"></action>
2993 </object>
2994
2995 <object type="text" color="%text_color%">
2996 <font resource="font" />
2997 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
2998 <text>Swipe to Unlock</text>
2999 </object>
3000 </page>
3001
3002 <page name="filemanagerlist">
3003 <object type="template" name="header" />
3004
3005 <object type="text" color="%text_color%">
3006 <font resource="font" />
3007 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
3008 <text>File Manager: Select a File or Folder</text>
3009 </object>
3010
3011 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06003012 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003013 <placement x="%fileselector_x%" y="%row1_y%" w="%fileselector_width%" h="%fileselector_install_height%" />
3014 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +01003015 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003016 <text>%tw_file_location1%</text>
3017 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
3018 <sort name="tw_gui_sort_order" />
3019 <icon folder="folder_icon" file="file_icon" />
3020 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -06003021 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003022 <folders="1" files="1" />
3023 <path name="tw_file_location1" default="/" />
3024 <data name="tw_filename1" />
3025 <selection name="tw_selection1" />
3026 </object>
3027
3028 <object type="template" name="sort_options" />
3029
3030 <object type="action">
3031 <actions>
3032 <action function="set">tw_fm_type=File</action>
3033 <action function="set">tw_fm_isfolder=0</action>
3034 </actions>
3035 </object>
3036
3037 <object type="action">
3038 <touch key="home" />
3039 <action function="page">main</action>
3040 </object>
3041
3042 <object type="action">
3043 <touch key="back" />
3044 <action function="page">advanced</action>
3045 </object>
3046
3047 <object type="action">
3048 <condition var1="tw_filename1" op="modified" />
3049 <actions>
3050 <action function="page">filemanageroptions</action>
3051 </actions>
3052 </object>
3053
3054 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003055 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003056 <placement x="%filemanager_select_x%" y="%filemanager_select_y%" />
3057 <font resource="font" color="%button_text_color%" />
3058 <text>Select</text>
3059 <image resource="medium_button" />
3060 <actions>
3061 <action function="set">tw_filename1=tw_file_location1</action>
3062 <action function="set">tw_fm_isfolder=1</action>
3063 <action function="set">tw_fm_type=Folder</action>
3064 <action function="page">filemanageroptions</action>
3065 </actions>
3066 </object>
3067
3068 <object type="template" name="footer" />
3069 </page>
3070
3071 <page name="filemanageroptions">
3072 <object type="template" name="header" />
3073
3074 <object type="text" color="%text_color%">
3075 <font resource="font" />
3076 <placement x="%center_x%" y="%row1_text_y%" placement="5"/>
3077 <text>%tw_fm_type% Selected:</text>
3078 </object>
3079
3080 <object type="text" color="%text_color%">
3081 <font resource="font" />
3082 <placement x="%center_x%" y="%row2_text_y%" placement="5"/>
3083 <text>%tw_filename1%</text>
3084 </object>
3085
3086 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003087 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003088 <condition var1="tw_fm_isfolder" var2="0" />
3089 <placement x="%col1_x%" y="%row2_y%" />
3090 <font resource="font" color="%button_text_color%" />
3091 <text>Copy File</text>
3092 <image resource="main_button" />
3093 <actions>
3094 <action function="set">tw_filemanager_command=cp</action>
3095 <action function="set">tw_fm_text1=Copying</action>
3096 <action function="page">choosedestinationfolder</action>
3097 </actions>
3098 </object>
3099
3100 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003101 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003102 <condition var1="tw_fm_isfolder" var2="1" />
3103 <placement x="%col1_x%" y="%row2_y%" />
3104 <font resource="font" color="%button_text_color%" />
3105 <text>Copy Folder</text>
3106 <image resource="main_button" />
3107 <actions>
3108 <action function="set">tw_filemanager_command=cd &quot;%tw_file_location1%&quot; && cd .. && cp -R</action>
3109 <action function="set">tw_fm_text1=Copying</action>
3110 <action function="page">choosedestinationfolder</action>
3111 </actions>
3112 </object>
3113
3114 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003115 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003116 <placement x="%col2_x%" y="%row2_y%" />
3117 <font resource="font" color="%button_text_color%" />
3118 <text>Move</text>
3119 <image resource="main_button" />
3120 <actions>
3121 <action function="set">tw_filemanager_command=mv</action>
3122 <action function="set">tw_fm_text1=Moving</action>
3123 <action function="page">choosedestinationfolder</action>
3124 </actions>
3125 </object>
3126
3127 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003128 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003129 <placement x="%col1_x%" y="%row3_y%" />
3130 <font resource="font" color="%button_text_color%" />
3131 <text>chmod 755</text>
3132 <image resource="main_button" />
3133 <actions>
3134 <action function="set">tw_filemanager_command=chmod 755</action>
3135 <action function="set">tw_fm_text1=chmod 755</action>
3136 <action function="set">tw_fm_text2=</action>
3137 <action function="set">tw_fm_text3=</action>
3138 <action function="set">tw_include_text3=0</action>
3139 <action function="set">tw_back=filemanageroptions</action>
3140 <action function="page">filemanagerconfirm</action>
3141 </actions>
3142 </object>
3143
3144 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003145 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003146 <placement x="%col2_x%" y="%row3_y%" />
3147 <font resource="font" color="%button_text_color%" />
3148 <text>chmod</text>
3149 <image resource="main_button" />
3150 <actions>
3151 <action function="set">tw_filemanager_rename=0000</action>
3152 <action function="set">tw_fm_text2=</action>
3153 <action function="set">tw_fm_text3=</action>
3154 <action function="set">tw_include_text3=0</action>
3155 <action function="set">tw_back=filemanageroptions</action>
3156 <action function="page">filemanagerchmod</action>
3157 </actions>
3158 </object>
3159
3160 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003161 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003162 <placement x="%col1_x%" y="%row4_y%" />
3163 <font resource="font" color="%button_text_color%" />
3164 <text>Delete</text>
3165 <image resource="main_button" />
3166 <actions>
3167 <action function="set">tw_filemanager_command=rm -rf</action>
3168 <action function="set">tw_fm_text1=Deleting</action>
3169 <action function="set">tw_fm_text2=</action>
3170 <action function="set">tw_fm_text3=</action>
3171 <action function="set">tw_include_text3=0</action>
3172 <action function="set">tw_back=filemanageroptions</action>
3173 <action function="page">filemanagerconfirm</action>
3174 </actions>
3175 </object>
3176
3177 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003178 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003179 <condition var1="tw_fm_isfolder" var2="0" />
3180 <placement x="%col2_x%" y="%row4_y%" />
3181 <font resource="font" color="%button_text_color%" />
3182 <text>Rename File</text>
3183 <image resource="main_button" />
3184 <actions>
3185 <action function="set">tw_filemanager_rename=tw_selection1</action>
3186 <action function="set">tw_fm_text1=Renaming</action>
3187 <action function="set">tw_filemanager_command=mv</action>
3188 <action function="page">filemanagerrenamefile</action>
3189 </actions>
3190 </object>
3191
3192 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003193 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003194 <condition var1="tw_fm_isfolder" var2="1" />
3195 <placement x="%col2_x%" y="%row4_y%" />
3196 <font resource="font" color="%button_text_color%" />
3197 <text>Rename Folder</text>
3198 <image resource="main_button" />
3199 <actions>
3200 <action function="set">tw_filemanager_rename=tw_selection1</action>
3201 <action function="set">tw_fm_text1=Renaming</action>
3202 <action function="set">tw_filemanager_command=cd &quot;%tw_file_location1%&quot; && cd .. && mv</action>
3203 <action function="page">filemanagerrenamefolder</action>
3204 </actions>
3205 </object>
3206
3207 <object type="action">
3208 <touch key="home" />
3209 <action function="page">main</action>
3210 </object>
3211
3212 <object type="action">
3213 <touch key="back" />
3214 <action function="page">filemanagerlist</action>
3215 </object>
3216
3217 <object type="template" name="footer" />
3218 </page>
3219
3220 <page name="choosedestinationfolder">
3221 <object type="template" name="header" />
3222
3223 <object type="text" color="%text_color%">
3224 <font resource="font" />
3225 <placement x="%center_x%" y="%row1_header_y%" placement="5"/>
3226 <text>Browse to Destination Folder & Press Select</text>
3227 </object>
3228
3229 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06003230 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003231 <placement x="%fileselector_x%" y="%row1_y%" w="%fileselector_width%" h="%fileselector_install_height%" />
3232 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +01003233 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003234 <text>%tw_file_location2%</text>
3235 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
3236 <sort name="tw_gui_sort_order" />
3237 <icon folder="folder_icon" file="file_icon" />
3238 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -06003239 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003240 <filter folders="1" files="0" />
3241 <path name="tw_file_location2" default="/" />
3242 <data name="tw_filename2" />
3243 <selection name="tw_selection2" />
3244 </object>
3245
3246 <object type="template" name="sort_options" />
3247
3248 <object type="action">
3249 <touch key="home" />
3250 <action function="page">main</action>
3251 </object>
3252
3253 <object type="action">
3254 <touch key="back" />
3255 <action function="page">filemanageroptions</action>
3256 </object>
3257
3258 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003259 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003260 <placement x="%filemanager_select_x%" y="%filemanager_select_y%" />
3261 <font resource="font" color="%button_text_color%" />
3262 <text>Select</text>
3263 <image resource="medium_button" />
3264 <actions>
3265 <action function="set">tw_fm_text2=to</action>
3266 <action function="set">tw_fm_text3=%tw_file_location2%</action>
3267 <action function="set">tw_include_text3=1</action>
3268 <action function="set">tw_back=filemanageroptions</action>
3269 <action function="page">filemanagerconfirm</action>
3270 </actions>
3271 </object>
3272
3273 <object type="template" name="footer" />
3274 </page>
3275
3276 <page name="filemanagerrenamefile">
3277 <object type="template" name="header" />
3278
3279 <object type="text" color="%text_color%">
3280 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
3281 <font resource="font" />
3282 <text>Please Enter a New %tw_fm_type% Name</text>
3283 </object>
3284
3285 <object type="input">
3286 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3287 <background color="%input_background_color%" />
3288 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3289 <font resource="font" color="%text_color%" />
3290 <text>%tw_filemanager_rename%</text>
3291 <data name="tw_filemanager_rename" />
3292 <restrict minlen="1" maxlen="128" />
3293 <actions>
3294 <action function="set">tw_fm_text2=to</action>
3295 <action function="set">tw_fm_text3=&quot;%tw_file_location1%/%tw_filemanager_rename%&quot;</action>
3296 <action function="set">tw_include_text3=1</action>
3297 <action function="set">tw_back=filemanageroptions</action>
3298 <action function="page">filemanagerconfirm</action>
3299 </actions>
3300 </object>
3301
3302 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003303 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003304 <placement x="%col_center_x%" y="%row2_y%" />
3305 <font resource="font" color="%button_text_color%" />
3306 <text>Cancel</text>
3307 <image resource="main_button" />
3308 <action function="page">filemanageroptions</action>
3309 </object>
3310
3311 <object type="template" name="keyboardtemplate" />
3312
3313 <object type="action">
3314 <touch key="home" />
3315 <action function="page">main</action>
3316 </object>
3317
3318 <object type="action">
3319 <touch key="back" />
3320 <action function="page">filemanageroptions</action>
3321 </object>
3322
3323 <object type="template" name="footer" />
3324 </page>
3325
3326 <page name="filemanagerrenamefolder">
3327 <object type="template" name="header" />
3328
3329 <object type="text" color="%text_color%">
3330 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
3331 <font resource="font" />
3332 <text>Please Enter a New %tw_fm_type% Name</text>
3333 </object>
3334
3335 <object type="input">
3336 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3337 <background color="%input_background_color%" />
3338 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3339 <font resource="font" color="%text_color%" />
3340 <text>%tw_filemanager_rename%</text>
3341 <data name="tw_filemanager_rename" />
3342 <restrict minlen="1" maxlen="128" />
3343 <actions>
3344 <action function="set">tw_fm_text2=to</action>
3345 <action function="set">tw_fm_text3=%tw_filemanager_rename%</action>
3346 <action function="set">tw_include_text3=1</action>
3347 <action function="set">tw_back=filemanageroptions</action>
3348 <action function="page">filemanagerconfirm</action>
3349 </actions>
3350 </object>
3351
3352 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003353 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003354 <placement x="%col_center_x%" y="%row2_y%" />
3355 <font resource="font" color="%button_text_color%" />
3356 <text>Cancel</text>
3357 <image resource="main_button" />
3358 <action function="page">filemanageroptions</action>
3359 </object>
3360
3361 <object type="template" name="keyboardtemplate" />
3362
3363 <object type="action">
3364 <touch key="home" />
3365 <action function="page">main</action>
3366 </object>
3367
3368 <object type="action">
3369 <touch key="back" />
3370 <action function="page">filemanageroptions</action>
3371 </object>
3372
3373 <object type="template" name="footer" />
3374 </page>
3375
3376 <page name="filemanagerchmod">
3377 <object type="template" name="header" />
3378
3379 <object type="text" color="%text_color%">
3380 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
3381 <font resource="font" />
3382 <text>Please Enter New Permissions</text>
3383 </object>
3384
3385 <object type="input">
3386 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3387 <background color="%input_background_color%" />
3388 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3389 <font resource="font" color="%text_color%" />
3390 <text>%tw_filemanager_rename%</text>
3391 <data name="tw_filemanager_rename" />
3392 <restrict minlen="3" maxlen="4" allow="0123456789" />
3393 <actions>
3394 <action function="set">tw_filemanager_command=chmod %tw_filemanager_rename%</action>
3395 <action function="set">tw_fm_text1=chmod %tw_filemanager_rename%</action>
3396 <action function="set">tw_back=filemanageroptions</action>
3397 <action function="page">filemanagerconfirm</action>
3398 </actions>
3399 </object>
3400
3401 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003402 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003403 <placement x="%col_center_x%" y="%row2_y%" />
3404 <font resource="font" color="%button_text_color%" />
3405 <text>Cancel</text>
3406 <image resource="main_button" />
3407 <action function="page">filemanageroptions</action>
3408 </object>
3409
3410 <object type="template" name="keyboardtemplate" />
3411
3412 <object type="action">
3413 <touch key="home" />
3414 <action function="page">main</action>
3415 </object>
3416
3417 <object type="action">
3418 <touch key="back" />
3419 <action function="page">filemanageroptions</action>
3420 </object>
3421
3422 <object type="template" name="footer" />
3423 </page>
3424
3425 <page name="filemanagerconfirm">
3426 <object type="template" name="header" />
3427
3428 <object type="text" color="%text_color%">
3429 <font resource="font" />
3430 <placement x="%center_x%" y="%row1_text_y%" placement="5"/>
3431 <text>%tw_fm_text1%</text>
3432 </object>
3433
3434 <object type="text" color="%text_color%">
3435 <font resource="font" />
3436 <placement x="%center_x%" y="%row2_text_y%" placement="5"/>
3437 <text>%tw_filename1%</text>
3438 </object>
3439
3440 <object type="text" color="%text_color%">
3441 <font resource="font" />
3442 <placement x="%center_x%" y="%row3_text_y%" placement="5"/>
3443 <text>%tw_fm_text2%</text>
3444 </object>
3445
3446 <object type="text" color="%text_color%">
3447 <font resource="font" />
3448 <placement x="%center_x%" y="%row4_text_y%" placement="5"/>
3449 <text>%tw_fm_text3%</text>
3450 </object>
3451
3452 <object type="text" color="%text_color%">
3453 <font resource="font" />
3454 <placement x="%center_x%" y="%row10_text_y%" placement="5"/>
3455 <text>Press back button to cancel.</text>
3456 </object>
3457
3458 <object type="slider">
3459 <placement x="%slider_x%" y="%slider_y%" />
3460 <resource base="slider" used="slider-used" touch="slider-touch" />
3461 <action function="page">filemanageracction</action>
3462 </object>
3463
3464 <object type="text" color="%text_color%">
3465 <font resource="font" />
3466 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
3467 <text>Swipe to Confirm</text>
3468 </object>
3469
3470 <object type="action">
3471 <touch key="back" />
3472 <action function="page">%tw_back%</action>
3473 </object>
3474
3475 <object type="action">
3476 <touch key="home" />
3477 <action function="page">main</action>
3478 </object>
3479
3480 <object type="template" name="footer" />
3481 </page>
3482
3483 <page name="filemanageracction">
3484 <object type="template" name="header" />
3485
3486 <object type="text" color="%text_color%">
3487
3488 <font resource="font" />
3489 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
3490 <text>%tw_fm_text1%</text>
3491 </object>
3492
3493 <object type="template" name="action_page_console" />
3494
3495 <object type="template" name="progress_bar" />
3496
3497 <object type="action">
3498 <conditions>
3499 <condition var1="tw_operation_state" var2="1" />
3500 <condition var1="tw_operation_status" var2="0" />
3501 </conditions>
3502 <actions>
3503 <action function="set">tw_back=filemanagerlist</action>
3504 <action function="set">tw_complete_text1=File Operation Complete</action>
3505 <action function="page">action_complete</action>
3506 </actions>
3507 </object>
3508
3509 <object type="action">
3510 <conditions>
3511 <condition var1="tw_operation_state" var2="1" />
3512 <condition var1="tw_operation_status" op="!=" var2="0" />
3513 </conditions>
3514 <actions>
3515 <action function="set">tw_complete_text1=File Operation Complete</action>
3516 <action function="page">action_complete</action>
3517 </actions>
3518 </object>
3519
3520 <object type="action">
3521 <condition var1="tw_include_text3" var2="0" />
3522 <actions>
3523 <action function="cmd">%tw_filemanager_command% &quot;%tw_filename1%&quot;</action>
3524 </actions>
3525 </object>
3526
3527 <object type="action">
3528 <condition var1="tw_include_text3" var2="1" />
3529 <actions>
3530 <action function="cmd">%tw_filemanager_command% &quot;%tw_filename1%&quot; &quot;%tw_fm_text3%&quot;</action>
3531 </actions>
3532 </object>
3533 </page>
3534
3535 <page name="decrypt">
3536 <object type="template" name="header" />
3537
3538 <object type="text" color="%text_color%">
3539 <font resource="font" />
3540 <placement x="%center_x%" y="%row1_header_y%" placement="5" />
3541 <text>Please Enter Your Password</text>
3542 </object>
3543
3544 <object type="input">
3545 <placement x="%col1_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3546 <background color="%input_background_color%" />
3547 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3548 <font resource="font" color="%text_color%" />
3549 <text>%tw_crypto_display%</text>
3550 <data name="tw_crypto_password" mask="*" maskvariable="tw_crypto_display" />
3551 <restrict minlen="1" maxlen="254" />
3552 <actions>
3553 <action function="page">trydecrypt</action>
3554 </actions>
3555 </object>
3556
3557 <object type="text" color="%text_fail_color%">
3558 <condition var1="tw_password_fail" var2="1" />
3559 <font resource="font" />
3560 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
3561 <text>Password Failed, Please Try Again</text>
3562 </object>
3563
3564 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003565 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003566 <placement x="%col_center_x%" y="%row2_y%" />
3567 <font resource="font" color="%button_text_color%" />
3568 <text>Cancel</text>
3569 <image resource="main_button" />
3570 <actions>
Dees_Troy6ed34b72013-01-25 15:01:29 +00003571 <action function="set">tw_page_done=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04003572 <action function="page">main</action>
3573 </actions>
3574 </object>
3575
3576 <object type="template" name="keyboardtemplate" />
3577
Dees_Troy51a0e822012-09-05 15:24:24 -04003578 <object type="template" name="footer" />
3579 </page>
3580
3581 <page name="trydecrypt">
3582 <object type="template" name="header" />
3583
3584 <object type="text" color="%text_color%">
3585 <font resource="font" />
3586 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
3587 <text>Trying Decryption with Your Password</text>
3588 </object>
3589
3590 <object type="template" name="action_page_console" />
3591
3592 <object type="template" name="progress_bar" />
3593
3594 <object type="action">
3595 <action function="decrypt"></action>
3596 </object>
3597
3598 <object type="action">
3599 <conditions>
3600 <condition var1="tw_operation_state" var2="1" />
3601 <condition var1="tw_operation_status" op="!=" var2="0" />
3602 </conditions>
3603 <actions>
3604 <action function="set">tw_password_fail=1</action>
3605 <action function="page">decrypt</action>
3606 </actions>
3607 </object>
3608
3609 <object type="action">
3610 <conditions>
3611 <condition var1="tw_operation_state" var2="1" />
3612 <condition var1="tw_operation_status" op="=" var2="0" />
3613 </conditions>
Dees_Troy6ed34b72013-01-25 15:01:29 +00003614 <actions>
3615 <action function="set">tw_page_done=1</action>
3616 <action function="page">main</action>
3617 </actions>
Dees_Troy51a0e822012-09-05 15:24:24 -04003618 </object>
3619 </page>
3620
3621 <page name="terminalfolder">
3622 <object type="template" name="header" />
3623
3624 <object type="text" color="%text_color%">
3625 <font resource="font" />
3626 <placement x="%center_x%" y="%row1_header_y%" placement="5"/>
3627 <text>Browse to Starting Folder</text>
3628 </object>
3629
3630 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06003631 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003632 <placement x="%fileselector_x%" y="%row1_y%" w="%fileselector_width%" h="%fileselector_install_height%" />
3633 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +01003634 <fastscroll linecolor="%fastscroll_linecolor%" rectcolor="%fastscroll_rectcolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003635 <text>%tw_terminal_location%</text>
3636 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
3637 <sort name="tw_gui_sort_order" />
3638 <icon folder="folder_icon" file="file_icon" />
3639 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -06003640 <font resource="filelist" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003641 <filter folders="1" files="0" />
3642 <path name="tw_terminal_location" default="/" />
3643 <data name="tw_terminal" />
3644 <selection name="tw_terminal_selection" />
3645 </object>
3646
3647 <object type="template" name="sort_options" />
3648
3649 <object type="action">
3650 <touch key="home" />
3651 <action function="page">main</action>
3652 </object>
3653
3654 <object type="action">
3655 <touch key="back" />
3656 <action function="page">advanced</action>
3657 </object>
3658
3659 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003660 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003661 <placement x="%filemanager_select_x%" y="%filemanager_select_y%" />
3662 <font resource="font" color="%button_text_color%" />
3663 <text>Select</text>
3664 <image resource="medium_button" />
3665 <actions>
3666 <action function="page">terminalcommand</action>
3667 </actions>
3668 </object>
3669
3670 <object type="template" name="footer" />
3671 </page>
3672
3673 <page name="terminalcommand">
3674 <object type="template" name="header" />
3675
3676 <object type="console">
3677 <placement x="%console_x%" y="0" w="%console_width%" h="%terminal_console_height%" />
3678 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
3679 <font resource="fixed" />
3680 </object>
3681
3682 <object type="text" color="%text_color%">
3683 <placement x="%col1_x%" y="%terminal_text_y%" placement="0" />
3684 <font resource="font" />
3685 <text>Starting Path: %tw_terminal_location%</text>
3686 </object>
3687
3688 <object type="input">
3689 <condition var1="tw_terminal_state" var2="0" />
3690 <placement x="%col1_x%" y="%terminal_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3691 <background color="%input_background_color%" />
3692 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3693 <font resource="font" color="%text_color%" />
3694 <text>%tw_terminal_command%</text>
3695 <data name="tw_terminal_command" />
3696 <restrict minlen="1" />
3697 <action function="terminalcommand">%tw_terminal_command%</action>
3698 </object>
3699
3700 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003701 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003702 <condition var1="tw_terminal_state" var2="1" />
3703 <placement x="%filemanager_select_x%" y="%terminal_button_y%" />
3704 <font resource="font" color="%button_text_color%" />
3705 <text>KILL</text>
3706 <image resource="medium_button" />
3707 <action function="killterminal"></action>
3708 </object>
3709
3710 <object type="template" name="keyboardtemplate" />
3711
3712 <object type="action">
3713 <touch key="home" />
3714 <action function="page">main</action>
3715 </object>
3716
3717 <object type="action">
3718 <touch key="back" />
3719 <action function="page">terminalfolder</action>
3720 </object>
3721 </page>
bigbiff bigbiff7ce7f0c2013-01-25 09:54:04 -05003722
3723 <page name="sideload">
3724 <object type="template" name="header" />
3725
3726 <object type="text" color="%text_color%">
3727 <font resource="font" />
3728 <placement x="%center_x%" y="%row1_header_y%" placement="5"/>
3729 <text>ADB Sideload</text>
3730 </object>
3731
3732 <object type="checkbox">
3733 <placement x="%col1_x%" y="%row2_text_y%" />
3734 <font resource="font" color="%text_color%" />
3735 <text>Wipe Dalvik Cache.</text>
3736 <data variable="tw_wipe_dalvik" />
3737 <image checked="checkbox_true" unchecked="checkbox_false" />
3738 </object>
3739
3740 <object type="checkbox">
3741 <placement x="%col1_x%" y="%row3_text_y%" />
3742 <font resource="font" color="%text_color%" />
3743 <text>Wipe Cache.</text>
3744 <data variable="tw_wipe_cache" />
3745 <image checked="checkbox_true" unchecked="checkbox_false" />
3746 </object>
3747
3748 <object type="slider">
3749 <placement x="%slider_x%" y="%slider_y%" />
3750 <resource base="slider" used="slider-used" touch="slider-touch" />
3751 <actions>
3752 <action function="set">tw_back=advanced</action>
3753 <action function="set">tw_action=adbsideload</action>
3754 <action function="set">tw_action_text1=ADB Sideload</action>
3755 <action function="set">tw_action_text2=Usage: adb sideload filename.zip</action>
3756 <action function="set">tw_complete_text1=ADB Sideload Complete</action>
3757 <action function="set">tw_has_cancel=1</action>
3758 <action function="set">tw_show_reboot=1</action>
3759 <action function="set">tw_cancel_action=adbsideloadcancel</action>
3760 <action function="page">action_page</action>
3761 </actions>
3762 </object>
3763
3764 <object type="text" color="%text_color%">
3765 <font resource="font" />
3766 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
3767 <text>Swipe to Start Sideload</text>
3768 </object>
3769
3770 <object type="action">
3771 <touch key="home" />
3772 <action function="page">main</action>
3773 </object>
3774
3775 <object type="action">
3776 <touch key="back" />
3777 <action function="page">advanced</action>
3778 </object>
3779
3780 <object type="template" name="footer" />
3781 </page>
Dees_Troy6ef66352013-02-21 08:26:57 -06003782
3783 <page name="installsu">
3784 <object type="template" name="header" />
3785
3786 <object type="text" color="%text_color%">
3787 <font resource="font" />
3788 <placement x="%center_x%" y="%row1_header_y%" placement="5"/>
3789 <text>Install SuperSU?</text>
3790 </object>
3791
3792 <object type="text" color="%text_color%">
3793 <font resource="font" />
3794 <placement x="%center_x%" y="%row2_text_y%" placement="5"/>
3795 <text>Your device does not appear to be rooted.</text>
3796 </object>
3797
3798 <object type="text" color="%text_color%">
3799 <font resource="font" />
3800 <placement x="%center_x%" y="%row3_text_y%" placement="5"/>
3801 <text>Install SuperSU now?</text>
3802 </object>
3803
3804 <object type="text" color="%text_color%">
3805 <font resource="font" />
3806 <placement x="%center_x%" y="%row4_text_y%" placement="5"/>
3807 <text>This will root your device.</text>
3808 </object>
3809
3810 <object type="button">
3811 <highlight color="%highlight_color%" />
3812 <placement x="%col_center_x%" y="%row3_y%" />
3813 <font resource="font" color="%button_text_color%" />
3814 <text>Do Not Install</text>
3815 <image resource="main_button" />
3816 <action function="set">tw_page_done=1</action>
3817 </object>
3818
3819 <object type="slider">
3820 <placement x="%slider_x%" y="%slider_y%" />
3821 <resource base="slider" used="slider-used" touch="slider-touch" />
3822 <actions>
3823 <action function="set">tw_action=installsu</action>
3824 <action function="set">tw_action_text1=Installing SuperSU</action>
3825 <action function="set">tw_action_text2=</action>
3826 <action function="page">singleaction_page</action>
3827 </actions>
3828 </object>
3829
3830 <object type="text" color="%text_color%">
3831 <font resource="font" />
3832 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
3833 <text>Swipe to Install</text>
3834 </object>
3835 </page>
3836
3837 <page name="fixsu">
3838 <object type="template" name="header" />
3839
3840 <object type="text" color="%text_color%">
3841 <font resource="font" />
3842 <placement x="%center_x%" y="%row1_header_y%" placement="5"/>
3843 <text>Fix Superuser Permissions?</text>
3844 </object>
3845
3846 <object type="text" color="%text_color%">
3847 <font resource="font" />
3848 <placement x="%center_x%" y="%row2_text_y%" placement="5"/>
3849 <text>Root permissions appear to be lost.</text>
3850 </object>
3851
3852 <object type="text" color="%text_color%">
3853 <font resource="font" />
3854 <placement x="%center_x%" y="%row3_text_y%" placement="5"/>
3855 <text>Fix root permissions now?</text>
3856 </object>
3857
3858 <object type="text" color="%text_color%">
3859 <font resource="font" />
3860 <placement x="%center_x%" y="%row4_text_y%" placement="5"/>
3861 <text>(Fixes permissions on su binary & app)</text>
3862 </object>
3863
3864 <object type="button">
3865 <highlight color="%highlight_color%" />
3866 <placement x="%col_center_x%" y="%row3_y%" />
3867 <font resource="font" color="%button_text_color%" />
3868 <text>Do Not Fix</text>
3869 <image resource="main_button" />
3870 <action function="set">tw_page_done=1</action>
3871 </object>
3872
3873 <object type="slider">
3874 <placement x="%slider_x%" y="%slider_y%" />
3875 <resource base="slider" used="slider-used" touch="slider-touch" />
3876 <actions>
3877 <action function="set">tw_action=fixsu</action>
3878 <action function="set">tw_action_text1=Fixing Root Permissions</action>
3879 <action function="set">tw_action_text2=</action>
3880 <action function="page">singleaction_page</action>
3881 </actions>
3882 </object>
3883
3884 <object type="text" color="%text_color%">
3885 <font resource="font" />
3886 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
3887 <text>Swipe to Fix Root</text>
3888 </object>
3889 </page>
Dees_Troy51a0e822012-09-05 15:24:24 -04003890 </pages>
3891</recovery>