blob: fbdf14e93487d56641ee49d2acbed0c1076ca202 [file] [log] [blame]
Dees_Troy51a0e822012-09-05 15:24:24 -04001<?xml version="1.0"?>
2
3<recovery>
4 <details>
5 <resolution width="1024" height="600" />
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-Regular-20" />
14 <resource name="base" type="image" filename="background.jpg" />
15 <resource name="side" type="image" filename="backgroundside.jpg" />
16 <resource name="bottom" type="image" filename="backgroundbottom.jpg" />
17 <resource name="large_black" type="image" filename="large_black" />
18 <resource name="main_button" type="image" filename="button" />
19 <resource name="file_icon" type="image" filename="file" />
20 <resource name="folder_icon" type="image" filename="folder" />
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="mediumwide_button" type="image" filename="mediumwide-button" />
30 <resource name="sort_button" type="image" filename="sort-button" />
31 <resource name="minus_button" type="image" filename="minus-button" />
32 <resource name="plus_button" type="image" filename="plus-button" />
33 <resource name="home_icon" type="image" filename="home-icon" />
34 <resource name="back_icon" type="image" filename="back-icon" />
35 <resource name="console_button" type="image" filename="console-toggle" />
36 <resource name="slider" type="image" filename="slider" />
37 <resource name="slider-used" type="image" filename="slider-used" />
38 <resource name="slider-touch" type="image" filename="slider-touch" />
39 <resource name="unlock-icon" type="image" filename="unlock" />
40 <resource name="keyboard1" type="image" filename="keyboard1" />
41 <resource name="keyboard2" type="image" filename="keyboard2" />
42 <resource name="keyboard3" type="image" filename="keyboard3" />
43 <resource name="keyboard4" type="image" filename="keyboard4" />
Dees_Troyce2fe772012-09-28 12:34:33 -040044 <resource name="exclamation" type="image" filename="exclamation200" />
Dees_Troy51a0e822012-09-05 15:24:24 -040045 </resources>
46
47 <variables>
48 <variable name="col1_x" value="23" />
49 <variable name="col2_x" value="269" />
50 <variable name="col3_x" value="515" />
51 <variable name="col4_x" value="761" />
52 <variable name="row1_y" value="127" />
53 <variable name="row2_y" value="388" />
54 <variable name="col_center_x" value="392" />
55 <variable name="center_x" value="512" />
56 <variable name="screen_width" value="1024" />
57 <variable name="screen_height" value="600" />
58 <variable name="col_progressbar_x" value="386" />
59 <variable name="row_progressbar_y" value="540" />
60 <variable name="col1_medium_x" value="257" />
61 <variable name="col2_medium_x" value="387" />
62 <variable name="col3_medium_x" value="517" />
63 <variable name="col4_medium_x" value="647" />
64 <variable name="row1_medium_y" value="105" />
Dees_Troy2f9117a2013-02-17 19:52:09 -060065 <variable name="row2_medium_y" value="200" />
Dees_Troy51a0e822012-09-05 15:24:24 -040066 <variable name="row3_medium_y" value="245" />
Dees_Troy2f9117a2013-02-17 19:52:09 -060067 <variable name="row4_medium_y" value="440" />
Dees_Troy51a0e822012-09-05 15:24:24 -040068 <variable name="row5_medium_y" value="405" />
69 <variable name="row1_text_y" value="58" />
70 <variable name="row2_text_y" value="105" />
71 <variable name="row3_text_y" value="140" />
72 <variable name="row4_text_y" value="170" />
73 <variable name="row5_text_y" value="200" />
74 <variable name="row6_text_y" value="230" />
75 <variable name="row7_text_y" value="260" />
76 <variable name="row8_text_y" value="290" />
77 <variable name="row9_text_y" value="320" />
78 <variable name="row10_text_y" value="350" />
79 <variable name="row11_text_y" value="380" />
80 <variable name="row12_text_y" value="410" />
81 <variable name="row13_text_y" value="440" />
82 <variable name="row14_text_y" value="470" />
83 <variable name="row15_text_y" value="500" />
84 <variable name="row16_text_y" value="530" />
85 <variable name="row17_text_y" value="560" />
86 <variable name="row18_text_y" value="590" />
87 <variable name="row_offsetmedium_y" value="465" />
88 <variable name="home_button_x" value="813" />
89 <variable name="home_button_y" value="5" />
90 <variable name="back_button_x" value="883" />
91 <variable name="back_button_y" value="5" />
92 <variable name="console_button_x" value="953" />
93 <variable name="console_button_y" value="5" />
94 <variable name="nandcheck_col1" value="150" />
95 <variable name="nandcheck_col2" value="450" />
96 <variable name="nandcheck_row1" value="150" />
97 <variable name="nandcheck_row2" value="195" />
98 <variable name="nandcheck_row3" value="240" />
99 <variable name="nandcheck_row4" value="285" />
100 <variable name="nandcheck_row5" value="330" />
101 <variable name="nandcheck_row6" value="375" />
102 <variable name="nandcheck_row7" value="410" />
103 <variable name="button_text_color" value="#AAAAAA" />
104 <variable name="text_color" value="#A0A0A0" />
105 <variable name="text_success_color" value="#33B5E5" />
106 <variable name="text_fail_color" value="#FF0101" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600107 <variable name="highlight_color" value="#90909080" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400108 <variable name="slider_x" value="307" />
109 <variable name="slider_y" value="470" />
110 <variable name="slider_text_y" value="520" />
111 <variable name="sort_text_x" value="270" />
112 <variable name="sort_asc_text_y" value="510" />
113 <variable name="sort_asc_button_y" value="505" />
114 <variable name="sort_desc_text_y" value="545" />
115 <variable name="sort_desc_button_y" value="542" />
116 <variable name="sort_col1_button_x" value="440" />
117 <variable name="sort_col2_button_x" value="510" />
118 <variable name="sort_col3_button_x" value="580" />
119 <variable name="col1_sdext_x" value="370" />
120 <variable name="col2_sdext_x" value="600" />
121 <variable name="row1_sdext_y" value="115" />
122 <variable name="row2_sdext_y" value="180" />
123 <variable name="row_extsize_y" value="115" />
124 <variable name="row_swapsize_y" value="180" />
125 <variable name="input_x" value="28" />
126 <variable name="input_width" value="944" />
127 <variable name="input_height" value="30" />
128 <variable name="input_background_color" value="#303030" />
129 <variable name="input_cursor_color" value="#33B5E5" />
130 <variable name="input_cursor_width" value="3" />
131 <variable name="console_x" value="25" />
132 <variable name="console_width" value="974" />
133 <variable name="console_foreground" value="#A0A0A0" />
134 <variable name="console_background" value="#303030" />
135 <variable name="console_scroll" value="#303030" />
136 <variable name="console_action_height" value="320" />
137 <variable name="console_install_height" value="440" />
138 <variable name="console_installdone_height" value="300" />
139 <variable name="fileselector_folder_x" value="28" />
140 <variable name="fileselector_folder_width" value="282" />
141 <variable name="fileselector_folderonly_width" value="460" />
142 <variable name="fileselector_file_x" value="317" />
143 <variable name="fileselector_file_width" value="682" />
144 <variable name="fileselector_install_y" value="120" />
145 <variable name="fileselector_install_height" value="382" />
146 <variable name="fileselector_header_background" value="#202020" />
147 <variable name="fileselector_header_textcolor" value="#AAAAAA" />
148 <variable name="fileselector_header_separatorcolor" value="#33B5E5" />
149 <variable name="fileselector_header_separatorheight" value="3" />
150 <variable name="fileselector_separatorcolor" value="#505050" />
151 <variable name="fileselector_separatorheight" value="2" />
152 <variable name="fileselector_background" value="#303030" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600153 <variable name="fileselector_highlight_color" value="#505050" />
154 <variable name="fileselector_highlight_font_color" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400155 <variable name="fileselector_spacing" value="18" />
156 <variable name="zipstorage_text_y" value="88" />
157 <variable name="listbox_x" value="269" />
158 <variable name="listbox_y" value="90" />
159 <variable name="listbox_width" value="460" />
160 <variable name="listbox_tz_height" value="290" />
161 <variable name="listbox_background" value="#303030" />
162 <variable name="listbox_spacing" value="18" />
163 <variable name="sd_plus_x" value="280" />
164 <variable name="lock_x" value="312" />
165 <variable name="lock_y" value="184" />
166 <variable name="filemanager_select_x" value="761" />
167 <variable name="filemanager_select_y" value="495" />
168 <variable name="backup_name_text_y" value="440" />
169 <variable name="backup_name_button_y" value="240" />
170 <variable name="col_right_x" value="996" />
171 <variable name="cancel_button_y" value="220" />
172 <variable name="terminal_console_y" value="0" />
173 <variable name="terminal_console_height" value="300" />
174 <variable name="terminal_text_y" value="307" />
175 <variable name="terminal_button_y" value="298" />
176 <variable name="terminal_input_width" value="775" />
Dees_Troyce2fe772012-09-28 12:34:33 -0400177 <variable name="exclamation_x" value="412" />
178 <variable name="exclamation_y" value="200" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400179 </variables>
180
181 <templates>
182 <template name="header">
183 <background color="#000000FF" />
184
185 <object type="image">
186 <image resource="side" />
187 <placement x="0" y="0" />
188 </object>
189
190 <object type="image">
191 <image resource="side" />
192 <placement x="994" y="0" />
193 </object>
194
195 <object type="image">
196 <image resource="base" />
197 <placement x="0" y="0" />
198 </object>
199
200 <object type="image">
201 <image resource="bottom" />
202 <placement x="1" y="570" />
203 </object>
204
205 <object type="image">
206 <image resource="large_black" />
207 <placement x="0" y="0" />
208 </object>
209
210 <object type="text" color="%text_color%">
211 <font resource="font" />
212 <placement x="250" y="5" />
213 <text>Team Win Recovery Project (twrp) v%tw_version%</text>
214 </object>
215
216 <object type="text" color="%text_color%">
217 <font resource="font" />
218 <placement x="250" y="30" />
219 <conditions>
220 <condition var1="tw_no_battery_percent" var2="0" />
221 <condition var1="tw_battery" op=">" var2="0" />
222 <condition var1="tw_battery" op="<" var2="101" />
223 </conditions>
224 <text>Battery Level: %tw_battery%</text>
225 </object>
226
227 <object type="text" color="%text_color%">
228 <font resource="font" />
229 <placement x="450" y="30" />
230 <text>%tw_time%</text>
231 </object>
232
233 <object type="text" color="%text_color%">
234 <condition var1="tw_simulate_actions" var2="1" />
235 <font resource="font" />
236 <placement x="550" y="30" />
237 <text>SIMULATING ACTIONS</text>
238 </object>
239
240 <object type="button">
241 <placement x="%home_button_x%" y="%home_button_y%" />
242 <font resource="font" color="%button_text_color%" />
243 <text></text>
244 <image resource="home_icon" />
245 <condition var1="tw_busy" var2="0" />
246 <action function="key">home</action>
247 </object>
248
249 <object type="button">
250 <placement x="%back_button_x%" y="%back_button_y%" />
251 <font resource="font" color="%button_text_color%" />
252 <text></text>
253 <image resource="back_icon" />
254 <condition var1="tw_busy" var2="0" />
255 <action function="key">back</action>
256 </object>
257
258 <object type="action">
259 <touch key="power" />
260 <action function="overlay">lock</action>
261 </object>
262 </template>
263
264 <template name="progress_bar">
265 <object type="progressbar">
266 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
267 <resource empty="progress_empty" full="progress_full" />
268 <data name="ui_progress" />
269 </object>
270
271 <object type="animation">
272 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
273 <resource name="progress" />
274 <speed fps="15" render="2" />
275 <loop frame="1" />
276 </object>
277 </template>
278
279 <template name="sort_options">
280 <object type="text" color="%text_color%">
281 <font resource="font" />
282 <placement x="%sort_text_x%" y="%sort_asc_text_y%" />
283 <text>Sort Ascending:</text>
284 </object>
285
286 <object type="button">
287 <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
288 <font resource="font" color="%button_text_color%" />
289 <text>Name</text>
290 <image resource="sort_button" />
291 <action function="set">tw_gui_sort_order=1</action>
292 </object>
293
294 <object type="button">
295 <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
296 <font resource="font" color="%button_text_color%" />
297 <text>Date</text>
298 <image resource="sort_button" />
299 <action function="set">tw_gui_sort_order=2</action>
300 </object>
301
302 <object type="button">
303 <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
304 <font resource="font" color="%button_text_color%" />
305 <text>Size</text>
306 <image resource="sort_button" />
307 <action function="set">tw_gui_sort_order=3</action>
308 </object>
309
310 <object type="text" color="%text_color%">
311 <font resource="font" />
312 <placement x="%sort_text_x%" y="%sort_desc_text_y%" />
313 <text>Sort Descending:</text>
314 </object>
315
316 <object type="button">
317 <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
318 <font resource="font" color="%button_text_color%" />
319 <text>Name</text>
320 <image resource="sort_button" />
321 <action function="set">tw_gui_sort_order=-1</action>
322 </object>
323
324 <object type="button">
325 <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
326 <font resource="font" color="%button_text_color%" />
327 <text>Date</text>
328 <image resource="sort_button" />
329 <action function="set">tw_gui_sort_order=-2</action>
330 </object>
331
332 <object type="button">
333 <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
334 <font resource="font" color="%button_text_color%" />
335 <text>Size</text>
336 <image resource="sort_button" />
337 <action function="set">tw_gui_sort_order=-3</action>
338 </object>
339 </template>
340
341 <template name="flash_zip_console">
342 <object type="console">
343 <placement x="%console_x%" y="85" w="%console_width%" h="340" />
344 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
345 <font resource="fixed" />
346 </object>
347 </template>
348
349 <template name="action_page_console">
350 <object type="console">
351 <placement x="%console_x%" y="200" w="%console_width%" h="265" />
352 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
353 <font resource="fixed" />
354 </object>
355 </template>
356
357 <template name="footer">
358 <object type="console">
359 <slideout resource="console_button" x="%console_button_x%" y="%console_button_y%" />
360 <placement x="%console_x%" y="75" w="%console_width%" h="497" />
361 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
362 <font resource="fixed" />
363 </object>
364 </template>
365
366 <template name="keyboardtemplate">
367 <object type="keyboard">
368 <placement x="0" y="341" />
369 <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600370 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400371 <layout1>
372 <keysize height="65" width="92" />
373 <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" key11="104:c:8" />
374 <row2 key01="138:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="l" key10="150:action" />
375 <row3 key01="102:layout2" key02="91:z" key03="91:x" key04="91:c" key05="91:v" key06="91:b" key07="91:n" key08="91:m" key09="91:," long09="!" key10="91:." long10="?" key11="103::" long11="+" />
376 <row4 key01="132:layout3" key02="92:" key03="/" long03="@" key04="404: " key05="'" long05="92:c:34" key06="-" long06="_" />
377 </layout1>
378 <layout2>
379 <keysize height="65" width="92" />
380 <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" key11="104:c:8" />
381 <row2 key01="138:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="L" key10="150:action" />
382 <row3 key01="102:layout1" key02="91:Z" key03="91:X" key04="91:C" key05="91:V" key06="91:B" key07="91:N" key08="91:M" key09="91:," long09="!" key10="91:." long10="?" key11="103::" long11="+" />
383 <row4 key01="132:layout3" key02="92:" key03="/" long03="@" key04="404: " key05="'" long05="92:c:34" key06="-" long06="_" />
384 </layout2>
385 <layout3>
386 <keysize height="65" width="92" />
387 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" key11="104:c:8" />
388 <row2 key01="138:#" key02="$" key03="%" key04="&" key05="*" key06="-" key07="+" key08="(" key09=")" key10="150:action" />
389 <row3 key01="102:layout4" key02="91:<" key03="91:>" key04="91:=" key05="91::" key06="91:;" key07="91:," key08="91:." key09="91:!" key10="91:?" key11="103:/" />
390 <row4 key01="132:layout1" key02="92:" key03="@" key04="404: " key05="92:c:34" key06="_" />
391 </layout3>
392 <layout4>
393 <keysize height="65" width="92" />
394 <row1 key01="~" key02="`" key03="|" key04="92:" key05="92:" key06="92:" key07="92:" key08="92:" key09="92:" key10="92:" key11="104:c:8" />
395 <row2 key01="138:" key02="92:" key03="92:" key04="92:" key05="^" key06="92:" key07="92:" key08="{" key09="}" key10="150:action" />
396 <row3 key01="102:layout3" key02="91:\" key03="91:" key04="91:" key05="91:" key06="91:" key07="91:[" key08="91:]" key09="91:!" key10="91:?" />
397 <row4 key01="132:layout1" key02="92:" key03="92:" key04="404: " />
398 </layout4>
399 </object>
400 </template>
401 </templates>
402
403 <pages>
404 <page name="main">
405 <object type="action">
406 <actions>
407 <action function="set">tw_clear_destination=main2</action>
408 <action function="page">clear_vars</action>
409 </actions>
410 </object>
411 </page>
412
413 <page name="main2">
414 <object type="template" name="header" />
415
416 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600417 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400418 <placement x="%col1_x%" y="%row1_y%" />
419 <font resource="font" color="%button_text_color%" />
420 <text>Install</text>
421 <image resource="main_button" />
422 <actions>
423 <action function="queueclear"></action>
424 <action function="page">install</action>
425 </actions>
426 </object>
427
428 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600429 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400430 <placement x="%col2_x%" y="%row1_y%" />
431 <font resource="font" color="%button_text_color%" />
432 <text>Backup</text>
433 <image resource="main_button" />
434 <action function="page">backup</action>
435 </object>
436
437 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600438 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400439 <placement x="%col3_x%" y="%row1_y%" />
440 <font resource="font" color="%button_text_color%" />
441 <text>Restore</text>
442 <image resource="main_button" />
443 <action function="page">restore</action>
444 </object>
445
446 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600447 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400448 <placement x="%col4_x%" y="%row1_y%" />
449 <font resource="font" color="%button_text_color%" />
450 <text>Wipe</text>
451 <image resource="main_button" />
452 <action function="page">wipe</action>
453 </object>
454
455 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600456 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400457 <placement x="%col1_x%" y="%row2_y%" />
458 <font resource="font" color="%button_text_color%" />
459 <text>Mount</text>
460 <image resource="main_button" />
461 <action function="page">mount</action>
462 </object>
463
464 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600465 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400466 <placement x="%col2_x%" y="%row2_y%" />
467 <font resource="font" color="%button_text_color%" />
468 <text>Settings</text>
469 <image resource="main_button" />
470 <action function="page">settings</action>
471 </object>
472
473 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600474 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400475 <placement x="%col3_x%" y="%row2_y%" />
476 <font resource="font" color="%button_text_color%" />
477 <text>Advanced</text>
478 <image resource="main_button" />
479 <action function="page">advanced</action>
480 </object>
481
482 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600483 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400484 <placement x="%col4_x%" y="%row2_y%" />
485 <font resource="font" color="%button_text_color%" />
486 <text>Reboot</text>
487 <image resource="main_button" />
488 <action function="page">reboot</action>
489 </object>
490
491 <object type="template" name="footer" />
492 </page>
493
494 <page name="install">
495 <object type="template" name="header" />
496
497 <object type="text" color="%text_color%">
498 <font resource="font" />
499 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
500 <text>Select Zip to Install</text>
501 </object>
502
503 <object type="button">
504 <placement x="%col2_x%" y="%zipstorage_text_y%" />
505 <font resource="font" color="%text_color%" />
506 <conditions>
507 <condition var1="tw_has_dual_storage" var2="1" />
508 <condition var1="tw_use_external_storage" var2="1" />
509 </conditions>
510 <text>Using external SD</text>
511 <image resource="radio_true" />
512 <action function="togglestorage">external</action>
513 </object>
514
515 <object type="button">
516 <placement x="%col2_x%" y="%zipstorage_text_y%" />
517 <font resource="font" color="%text_color%" />
518 <conditions>
519 <condition var1="tw_has_dual_storage" var2="1" />
520 <condition var1="tw_use_external_storage" var2="0" />
521 </conditions>
522 <text>Using external SD</text>
523 <image resource="radio_false" />
524 <action function="togglestorage">external</action>
525 </object>
526
527 <object type="button">
528 <placement x="%col3_x%" y="%zipstorage_text_y%" />
529 <font resource="font" color="%text_color%" />
530 <conditions>
531 <condition var1="tw_has_dual_storage" var2="1" />
532 <condition var1="tw_use_external_storage" var2="1" />
533 </conditions>
534 <text>Using internal storage</text>
535 <image resource="radio_false" />
536 <action function="togglestorage">internal</action>
537 </object>
538
539 <object type="button">
540 <placement x="%col3_x%" y="%zipstorage_text_y%" />
541 <font resource="font" color="%text_color%" />
542 <conditions>
543 <condition var1="tw_has_dual_storage" var2="1" />
544 <condition var1="tw_use_external_storage" var2="0" />
545 </conditions>
546 <text>Using internal storage</text>
547 <image resource="radio_true" />
548 <action function="togglestorage">internal</action>
549 </object>
550
551 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -0600552 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400553 <placement x="%fileselector_folder_x%" y="%fileselector_install_y%" w="%fileselector_folder_width%" h="%fileselector_install_height%" />
554 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
555 <text>Folders:</text>
556 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
557 <sort name="tw_gui_sort_order" />
558 <icon folder="folder_icon" file="file_icon" />
559 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600560 <font resource="font" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400561 <filter folders="1" files="0" />
562 <path name="tw_zip_location" default="/sdcard" />
563 <data name="select" />
564 </object>
565
566 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -0600567 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400568 <placement x="%fileselector_file_x%" y="%fileselector_install_y%" w="%fileselector_file_width%" h="%fileselector_install_height%" />
569 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
570 <text>%tw_zip_location%</text>
571 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
572 <sort name="tw_gui_sort_order" />
573 <icon folder="folder_icon" file="file_icon" />
574 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600575 <font resource="font" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400576 <filter extn=".zip" folders="0" files="1" />
577 <path name="tw_zip_location" />
578 <data name="tw_filename" />
579 <selection name="tw_file" />
580 </object>
581
582 <object type="template" name="sort_options" />
583
584 <object type="action">
585 <condition var1="tw_filename" op="modified" />
586 <actions>
587 <action function="queuezip"></action>
588 <action function="page">flash_confirm</action>
589 </actions>
590 </object>
591
592 <object type="action">
593 <touch key="back" />
594 <action function="page">main</action>
595 </object>
596
597 <object type="action">
598 <touch key="home" />
599 <action function="page">main</action>
600 </object>
601
602 <object type="template" name="footer" />
603 </page>
604
605 <page name="flash_confirm">
606 <object type="template" name="header" />
607
608 <object type="text" color="%text_color%">
609 <font resource="font" />
610 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
611 <text>WARNING: This operation may install incompatible software and render your device unusable.</text>
612 </object>
613
614 <object type="text" color="%text_color%">
615 <font resource="font" />
616 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
617 <text>Folder:</text>
618 </object>
619
620 <object type="text" color="%text_color%">
621 <font resource="font" />
622 <placement x="%center_x%" y="%row3_text_y%" placement="5" />
623 <text>%tw_zip_location%</text>
624 </object>
625
626 <object type="text" color="%text_color%">
627 <font resource="font" />
628 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
629 <text>File to flash:</text>
630 </object>
631
632 <object type="text" color="%text_color%">
633 <font resource="font" />
634 <placement x="%center_x%" y="%row5_text_y%" placement="5" />
635 <text>%tw_file%</text>
636 </object>
637
638 <object type="text" color="%text_color%">
639 <font resource="font" />
640 <placement x="%center_x%" y="%row6_text_y%" placement="5" />
641 <text>Press back to cancel adding this zip.</text>
642 </object>
643
644 <object type="checkbox">
645 <placement x="%col2_x%" y="%row7_text_y%" />
646 <font resource="font" color="%text_color%" />
647 <text>Zip file signature verification?</text>
648 <data variable="tw_signed_zip_verify" />
649 <image checked="checkbox_true" unchecked="checkbox_false" />
650 </object>
651
652 <object type="checkbox">
653 <placement x="%col2_x%" y="%row8_text_y%" />
654 <font resource="font" color="%text_color%" />
655 <text>Force MD5 check on all zips?</text>
656 <data variable="tw_force_md5_check" />
657 <image checked="checkbox_true" unchecked="checkbox_false" />
658 </object>
659
660 <object type="text" color="%text_color%">
661 <font resource="font" />
662 <placement x="%center_x%" y="%row10_text_y%" placement="5" />
663 <text>File %tw_zip_queue_count% of max of 10</text>
664 </object>
665
666 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600667 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400668 <condition var1="tw_zip_queue_count" op="!=" var2="10"></condition>
669 <placement x="%col2_x%" y="%row5_medium_y%" />
670 <font resource="font" color="%button_text_color%" />
671 <text>Add More Zips</text>
672 <image resource="mediumwide_button" />
673 <action function="page">install</action>
674 </object>
675
676 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600677 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400678 <placement x="%col3_x%" y="%row5_medium_y%" />
679 <font resource="font" color="%button_text_color%" />
680 <text>Clear Queue</text>
681 <image resource="mediumwide_button" />
682 <actions>
683 <action function="queueclear"></action>
684 <action function="page">install</action>
685 </actions>
686 </object>
687
688 <object type="slider">
689 <placement x="%slider_x%" y="%slider_y%" />
690 <resource base="slider" used="slider-used" touch="slider-touch" />
691 <action function="flash">flash_zip</action>
692 </object>
693
694 <object type="text" color="%text_color%">
695 <font resource="font" />
696 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
697 <text>Swipe to Confirm Flash</text>
698 </object>
699
700 <object type="action">
701 <touch key="back" />
702 <actions>
703 <action function="cancelzip"></action>
704 <action function="page">install</action>
705 </actions>
706 </object>
707
708 <object type="action">
709 <touch key="home" />
710 <action function="page">main</action>
711 </object>
712
713 <object type="template" name="footer" />
714 </page>
715
716 <page name="flash_zip">
717 <object type="template" name="header" />
718
719 <object type="template" name="flash_zip_console" />
720
721 <object type="text" color="%text_color%">
722 <font resource="font" />
723 <placement x="%col1_x%" y="%row16_text_y%" />
724 <text>Flashing file %tw_zip_index% of %tw_zip_queue_count%</text>
725 </object>
726
727 <object type="text" color="%text_color%">
728 <font resource="font" />
729 <placement x="%col1_x%" y="%row17_text_y%" />
730 <text>%tw_filename%</text>
731 </object>
732
733 <object type="template" name="progress_bar" />
734
735 <object type="action">
736 <condition var1="tw_operation_state" var2="1" />
737 <action function="page">flash_done</action>
738 </object>
739 </page>
740
741 <page name="flash_done">
742 <object type="template" name="header" />
743
744 <object type="template" name="flash_zip_console" />
745
746 <object type="text" color="%text_fail_color%">
747 <condition var1="tw_operation_status" op="!=" var2="0" />
748 <font resource="font" />
749 <placement x="%center_x%" y="%row17_text_y%" placement="5" />
750 <text>Failed</text>
751 </object>
752
753 <object type="text" color="%text_success_color%">
754 <condition var1="tw_operation_status" var2="0" />
755 <font resource="font" />
756 <placement x="%center_x%" y="%row17_text_y%" placement="5" />
757 <text>Successful</text>
758 </object>
759
760 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600761 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400762 <placement x="%col1_x%" y="%slider_y%" />
763 <font resource="font" color="%button_text_color%" />
764 <text>Wipe Cache/Dalvik</text>
765 <image resource="main_button" />
766 <actions>
767 <action function="set">tw_back=flash_done</action>
768 <action function="set">tw_action=wipe</action>
769 <action function="set">tw_action_param=/cache</action>
770 <action function="set">tw_has_action2=1</action>
771 <action function="set">tw_action2=wipe</action>
772 <action function="set">tw_action2_param=dalvik</action>
773 <action function="set">tw_text1=Wipe Cache & Dalvik?</action>
774 <action function="set">tw_action_text1=Wiping Cache & Dalvik...</action>
775 <action function="set">tw_complete_text1=Cache & Dalvik Wipe Complete</action>
776 <action function="set">tw_slider_text=Swipe to Wipe</action>
777 <action function="page">confirm_action</action>
778 </actions>
779 </object>
780
781 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600782 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400783 <condition var1="tw_reboot_system" var2="1" />
784 <placement x="%col4_x%" y="%slider_y%" />
785 <font resource="font" color="%button_text_color%" />
786 <text>Reboot System</text>
787 <image resource="main_button" />
788 <actions>
Dees_Troya3f81542012-10-08 10:58:53 -0400789 <action function="set">tw_back=main2</action>
Dees_Troy51a0e822012-09-05 15:24:24 -0400790 <action function="set">tw_action=reboot</action>
791 <action function="set">tw_action_param=system</action>
792 <action function="set">tw_has_action2=0</action>
793 <action function="set">tw_text1=No OS Installed! Are you</action>
794 <action function="set">tw_text2=sure you wish to reboot?</action>
Dees_Troya3f81542012-10-08 10:58:53 -0400795 <action function="set">tw_text3=</action>
796 <action function="set">tw_text4=</action>
Dees_Troy51a0e822012-09-05 15:24:24 -0400797 <action function="set">tw_action_text1=Rebooting...</action>
Dees_Troya3f81542012-10-08 10:58:53 -0400798 <action function="set">tw_action_text2=</action>
Dees_Troy51a0e822012-09-05 15:24:24 -0400799 <action function="set">tw_complete_text1=Rebooting...</action>
800 <action function="set">tw_slider_text=Swipe to Reboot</action>
801 <action function="page">rebootcheck</action>
802 </actions>
803 </object>
804
805 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600806 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400807 <placement x="%col_center_x%" y="%slider_y%" />
808 <font resource="font" color="%button_text_color%" />
809 <text>Home</text>
810 <image resource="main_button" />
811 <actions>
812 <action function="set">tw_clear_destination=main2</action>
813 <action function="page">clear_vars</action>
814 </actions>
815 </object>
816
817 <object type="action">
818 <touch key="back" />
819 <actions>
820 <action function="set">tw_clear_destination=install</action>
821 <action function="page">clear_vars</action>
822 </actions>
823 </object>
824
825 <object type="action">
826 <touch key="home" />
827 <actions>
828 <action function="set">tw_clear_destination=main2</action>
829 <action function="page">clear_vars</action>
830 </actions>
831 </object>
832 </page>
833
834 <page name="clear_vars">
835 <object type="action">
836 <action function="set">tw_operation_state=0</action>
837 <action function="set">tw_text1=</action>
838 <action function="set">tw_text2=</action>
839 <action function="set">tw_text3=</action>
840 <action function="set">tw_text4=</action>
841 <action function="set">tw_action_text1=</action>
842 <action function="set">tw_action_text2=</action>
843 <action function="set">tw_action_param=</action>
844 <action function="set">tw_has_action2=0</action>
845 <action function="set">tw_action2=</action>
846 <action function="set">tw_action2_param=</action>
Dees_Troy2691f9d2012-09-24 11:15:49 -0400847 <action function="set">tw_has_cancel=0</action>
848 <action function="set">tw_cancel_action=</action>
849 <action function="set">tw_cancel_param=</action>
Dees_Troyce2fe772012-09-28 12:34:33 -0400850 <action function="set">tw_show_exclamation=0</action>
Dees_Troya3f81542012-10-08 10:58:53 -0400851 <action function="set">tw_show_reboot=0</action>
Dees_Troy51a0e822012-09-05 15:24:24 -0400852 <action function="page">%tw_clear_destination%</action>
853 </object>
854 </page>
855
856 <page name="confirm_action">
857 <object type="template" name="header" />
858
Dees_Troyce2fe772012-09-28 12:34:33 -0400859 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600860 <highlight color="%highlight_color%" />
Dees_Troyce2fe772012-09-28 12:34:33 -0400861 <condition var1="tw_show_exclamation" var2="1" />
862 <placement x="%exclamation_x%" y="%exclamation_y%" />
863 <font resource="font" color="%button_text_color%" />
864 <text></text>
865 <image resource="exclamation" />
866 </object>
867
Dees_Troy51a0e822012-09-05 15:24:24 -0400868 <object type="text" color="%text_color%">
869 <font resource="font" />
870 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
871 <text>%tw_text1%</text>
872 </object>
873
874 <object type="text" color="%text_color%">
875 <font resource="font" />
876 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
877 <text>%tw_text2%</text>
878 </object>
879
880 <object type="text" color="%text_color%">
881 <font resource="font" />
882 <placement x="%center_x%" y="%row3_text_y%" placement="5" />
883 <text>%tw_text3%</text>
884 </object>
885
886 <object type="text" color="%text_color%">
887 <font resource="font" />
888 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
889 <text>%tw_text4%</text>
890 </object>
891
892 <object type="text" color="%text_color%">
893 <font resource="font" />
Dees_Troyce2fe772012-09-28 12:34:33 -0400894 <placement x="%center_x%" y="%row12_text_y%" placement="5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400895 <text>Press back button to cancel.</text>
896 </object>
897
898 <object type="slider">
899 <placement x="%slider_x%" y="%slider_y%" />
900 <resource base="slider" used="slider-used" touch="slider-touch" />
901 <action function="page">action_page</action>
902 </object>
903
904 <object type="text" color="%text_color%">
905 <font resource="font" />
906 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
907 <text>%tw_slider_text%</text>
908 </object>
909
910 <object type="action">
911 <touch key="back" />
912 <actions>
913 <action function="set">tw_clear_destination=%tw_back%</action>
914 <action function="page">clear_vars</action>
915 </actions>
916 </object>
917
918 <object type="action">
919 <touch key="home" />
920 <action function="page">main</action>
921 </object>
922
923 <object type="template" name="footer" />
924 </page>
925
926 <page name="action_page">
927 <object type="template" name="header" />
928
929 <object type="text" color="%text_color%">
930 <font resource="font" />
931 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
932 <text>%tw_action_text1%</text>
933 </object>
934
935 <object type="text" color="%text_color%">
936 <font resource="font" />
937 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
938 <text>%tw_action_text2%</text>
939 </object>
940
941 <object type="template" name="action_page_console" />
942
Dees_Troy2691f9d2012-09-24 11:15:49 -0400943 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600944 <highlight color="%highlight_color%" />
Dees_Troy2691f9d2012-09-24 11:15:49 -0400945 <condition var1="tw_has_cancel" var2="1" />
946 <placement x="%col4_x%" y="%slider_y%" />
947 <font resource="font" color="%button_text_color%" />
948 <text>Cancel</text>
949 <image resource="main_button" />
950 <action function="%tw_cancel_action%">%tw_cancel_param%</action>
951 </object>
952
Dees_Troy51a0e822012-09-05 15:24:24 -0400953 <object type="template" name="progress_bar" />
954
955 <object type="action">
Dees_Troya3f81542012-10-08 10:58:53 -0400956 <condition var1="tw_operation_state" var2="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400957 <actions>
958 <action function="page">action_complete</action>
959 </actions>
960 </object>
961
962 <object type="action">
963 <condition var1="tw_has_action2" var2="0" />
964 <actions>
965 <action function="%tw_action%">%tw_action_param%</action>
966 </actions>
967 </object>
968
969 <object type="action">
970 <condition var1="tw_has_action2" var2="1" />
971 <actions>
972 <action function="%tw_action%">%tw_action_param%</action>
973 <action function="%tw_action2%">%tw_action2_param%</action>
974 </actions>
975 </object>
976 </page>
977
978 <page name="action_complete">
979 <object type="template" name="header" />
980
981 <object type="text" color="%text_color%">
982 <font resource="font" />
983 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
984 <text>%tw_complete_text1%</text>
985 </object>
986
987 <object type="text" color="%text_fail_color%">
988 <condition var1="tw_operation_status" op="!=" var2="0" />
989 <font resource="font" />
990 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
991 <text>Failed</text>
992 </object>
993
994 <object type="text" color="%text_success_color%">
995 <condition var1="tw_operation_status" var2="0" />
996 <font resource="font" />
997 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
998 <text>Successful</text>
999 </object>
1000
1001 <object type="template" name="action_page_console" />
1002
1003 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001004 <highlight color="%highlight_color%" />
Dees_Troya3f81542012-10-08 10:58:53 -04001005 <condition var1="tw_show_reboot" var2="0" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001006 <placement x="%col_center_x%" y="%slider_y%" />
1007 <font resource="font" color="%button_text_color%" />
1008 <text>Back</text>
1009 <image resource="main_button" />
1010 <actions>
1011 <action function="set">tw_clear_destination=%tw_back%</action>
1012 <action function="page">clear_vars</action>
1013 </actions>
1014 </object>
1015
Dees_Troya3f81542012-10-08 10:58:53 -04001016 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001017 <highlight color="%highlight_color%" />
Dees_Troya3f81542012-10-08 10:58:53 -04001018 <condition var1="tw_show_reboot" var2="1" />
1019 <placement x="%col_center_x%" y="%slider_y%" />
1020 <font resource="font" color="%button_text_color%" />
1021 <text>Reboot System</text>
1022 <image resource="main_button" />
1023 <actions>
1024 <action function="set">tw_back=main2</action>
1025 <action function="set">tw_action=reboot</action>
1026 <action function="set">tw_action_param=system</action>
1027 <action function="set">tw_has_action2=0</action>
1028 <action function="set">tw_text1=No OS Installed! Are you</action>
1029 <action function="set">tw_text2=sure you wish to reboot?</action>
1030 <action function="set">tw_text3=</action>
1031 <action function="set">tw_text4=</action>
1032 <action function="set">tw_action_text1=Rebooting...</action>
1033 <action function="set">tw_action_text2=</action>
1034 <action function="set">tw_complete_text1=Rebooting...</action>
1035 <action function="set">tw_slider_text=Swipe to Reboot</action>
1036 <action function="page">rebootcheck</action>
1037 </actions>
1038 </object>
1039
Dees_Troy51a0e822012-09-05 15:24:24 -04001040 <object type="action">
1041 <touch key="home" />
1042 <actions>
1043 <action function="set">tw_clear_destination=main2</action>
1044 <action function="page">clear_vars</action>
1045 </actions>
1046 </object>
1047
1048 <object type="action">
1049 <touch key="back" />
1050 <actions>
1051 <action function="set">tw_clear_destination=%tw_back%</action>
1052 <action function="page">clear_vars</action>
1053 </actions>
1054 </object>
1055 </page>
1056
1057 <page name="filecheck">
1058 <object type="action">
1059 <action function="fileexists">%tw_filecheck%</action>
1060 </object>
1061
1062 <object type="action">
1063 <conditions>
1064 <condition var1="tw_operation_state" var2="1" />
1065 <condition var1="tw_operation_status" var2="0" />
1066 </conditions>
1067 <actions>
1068 <action function="set">tw_fileexists=1</action>
1069 <action function="page">%tw_existpage%</action>
1070 </actions>
1071 </object>
1072
1073 <object type="action">
1074 <conditions>
1075 <condition var1="tw_operation_state" var2="1" />
1076 <condition var1="tw_operation_status" var2="1" />
1077 </conditions>
1078 <actions>
1079 <action function="set">tw_fileexists=0</action>
1080 <action function="page">%tw_notexistpage%</action>
1081 </actions>
1082 </object>
1083 </page>
1084
1085 <page name="rebootcheck">
1086 <object type="action">
1087 <condition var1="tw_backup_system_size" op=">=" var2="%tw_min_system%" />
1088 <action function="reboot">%tw_action_param%</action>
1089 </object>
1090
1091 <object type="action">
1092 <condition var1="tw_backup_system_size" op="<" var2="%tw_min_system%" />
1093 <action function="page">confirm_action</action>
1094 </object>
1095 </page>
1096
1097 <page name="reboot">
1098 <object type="template" name="header" />
1099
1100 <object type="text" color="%text_color%">
1101 <font resource="font" />
1102 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1103 <text>Reboot Menu</text>
1104 </object>
1105
1106 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001107 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001108 <condition var1="tw_reboot_system" var2="1" />
1109 <placement x="%col1_x%" y="%row1_y%" />
1110 <font resource="font" color="%button_text_color%" />
1111 <text>System</text>
1112 <image resource="main_button" />
1113 <actions>
1114 <action function="set">tw_back=reboot</action>
1115 <action function="set">tw_action=reboot</action>
1116 <action function="set">tw_action_param=system</action>
1117 <action function="set">tw_has_action2=0</action>
1118 <action function="set">tw_text1=No OS Installed! Are you</action>
1119 <action function="set">tw_text2=sure you wish to reboot?</action>
1120 <action function="set">tw_action_text1=Rebooting...</action>
1121 <action function="set">tw_complete_text1=Rebooting...</action>
1122 <action function="set">tw_slider_text=Swipe to Reboot</action>
1123 <action function="page">rebootcheck</action>
1124 </actions>
1125 </object>
1126
1127 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001128 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001129 <condition var1="tw_reboot_poweroff" var2="1" />
1130 <placement x="%col2_x%" y="%row1_y%" />
1131 <font resource="font" color="%button_text_color%" />
1132 <text>Power Off</text>
1133 <image resource="main_button" />
1134 <actions>
1135 <action function="set">tw_back=reboot</action>
1136 <action function="set">tw_action=reboot</action>
1137 <action function="set">tw_action_param=poweroff</action>
1138 <action function="set">tw_has_action2=0</action>
1139 <action function="set">tw_text1=No OS Installed! Are you</action>
1140 <action function="set">tw_text2=sure you wish to power off?</action>
1141 <action function="set">tw_action_text1=Turning Off...</action>
1142 <action function="set">tw_complete_text1=Turning Off...</action>
1143 <action function="set">tw_slider_text=Swipe to Power Off</action>
1144 <action function="page">rebootcheck</action>
1145 </actions>
1146 </object>
1147
1148 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001149 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001150 <condition var1="tw_reboot_recovery" var2="1" />
1151 <placement x="%col1_x%" y="%row2_y%" />
1152 <font resource="font" color="%button_text_color%" />
1153 <text>Recovery</text>
1154 <image resource="main_button" />
1155 <actions>
1156 <action function="set">tw_back=reboot</action>
1157 <action function="set">tw_action=reboot</action>
1158 <action function="set">tw_action_param=recovery</action>
1159 <action function="set">tw_has_action2=0</action>
1160 <action function="set">tw_text1=No OS Installed! Are you</action>
1161 <action function="set">tw_text2=sure you wish to reboot?</action>
1162 <action function="set">tw_action_text1=Rebooting...</action>
1163 <action function="set">tw_complete_text1=Rebooting...</action>
1164 <action function="set">tw_slider_text=Swipe to Reboot</action>
1165 <action function="page">rebootcheck</action>
1166 </actions>
1167 </object>
1168
1169 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001170 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001171 <condition var1="tw_reboot_bootloader" var2="1" />
1172 <placement x="%col2_x%" y="%row2_y%" />
1173 <font resource="font" color="%button_text_color%" />
1174 <text>Bootloader</text>
1175 <image resource="main_button" />
1176 <actions>
1177 <action function="set">tw_back=reboot</action>
1178 <action function="set">tw_action=reboot</action>
1179 <action function="set">tw_action_param=bootloader</action>
1180 <action function="set">tw_has_action2=0</action>
1181 <action function="set">tw_text1=No OS Installed! Are you</action>
1182 <action function="set">tw_text2=sure you wish to reboot?</action>
1183 <action function="set">tw_action_text1=Rebooting...</action>
1184 <action function="set">tw_complete_text1=Rebooting...</action>
1185 <action function="set">tw_slider_text=Swipe to Reboot</action>
1186 <action function="page">rebootcheck</action>
1187 </actions>
1188 </object>
1189
1190 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001191 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001192 <condition var1="tw_download_mode" var2="1" />
1193 <placement x="%col3_x%" y="%row2_y%" />
1194 <font resource="font" color="%button_text_color%" />
1195 <text>Download</text>
1196 <image resource="main_button" />
1197 <actions>
1198 <action function="set">tw_back=reboot</action>
1199 <action function="set">tw_action=reboot</action>
1200 <action function="set">tw_action_param=download</action>
1201 <action function="set">tw_has_action2=0</action>
1202 <action function="set">tw_text1=No OS Installed! Are you</action>
1203 <action function="set">tw_text2=sure you wish to reboot?</action>
1204 <action function="set">tw_action_text1=Rebooting...</action>
1205 <action function="set">tw_complete_text1=Rebooting...</action>
1206 <action function="set">tw_slider_text=Swipe to Reboot</action>
1207 <action function="page">rebootcheck</action>
1208 </actions>
1209 </object>
1210
1211 <object type="action">
1212 <touch key="home" />
1213 <action function="page">main</action>
1214 </object>
1215
1216 <object type="action">
1217 <touch key="back" />
1218 <action function="page">main</action>
1219 </object>
1220
1221 <object type="template" name="footer" />
1222 </page>
1223
1224 <page name="mount">
1225 <object type="template" name="header" />
1226
1227 <object type="text" color="%text_color%">
1228 <font resource="font" />
1229 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1230 <text>Mount Menu</text>
1231 </object>
1232
1233 <object type="button">
1234 <condition var1="tw_has_usb_storage" var2="1" />
1235 <placement x="%col1_x%" y="%row1_y%" />
1236 <font resource="font" color="%button_text_color%" />
1237 <text>Mount USB Storage</text>
1238 <image resource="main_button" />
1239 <action function="page">usb_mount</action>
1240 </object>
1241
1242 <object type="button">
1243 <placement x="%col1_x%" y="%row7_text_y%" />
1244 <font resource="font" color="%text_color%" />
1245 <condition var1="mounted" op="!=" var2="/system" />
1246 <text>Mount System</text>
1247 <image resource="checkbox_false" />
1248 <action function="mount">/system</action>
1249 </object>
1250
1251 <object type="button">
1252 <placement x="%col1_x%" y="%row7_text_y%" />
1253 <font resource="font" color="%text_color%" />
1254 <condition var1="mounted" op="=" var2="/system" />
1255 <text>Unmount System</text>
1256 <image resource="checkbox_true" />
1257 <action function="umount">/system</action>
1258 </object>
1259
1260 <object type="button">
1261 <placement x="%col1_x%" y="%row8_text_y%" />
1262 <font resource="font" color="%text_color%" />
1263 <condition var1="mounted" op="!=" var2="/data" />
1264 <text>Mount Data</text>
1265 <image resource="checkbox_false" />
1266 <action function="mount">/data</action>
1267 </object>
1268
1269 <object type="button">
1270 <placement x="%col1_x%" y="%row8_text_y%" />
1271 <font resource="font" color="%text_color%" />
1272 <condition var1="mounted" op="=" var2="/data" />
1273 <text>Unmount Data</text>
1274 <image resource="checkbox_true" />
1275 <action function="umount">/data</action>
1276 </object>
1277
1278 <object type="button">
1279 <placement x="%col1_x%" y="%row9_text_y%" />
1280 <font resource="font" color="%text_color%" />
1281 <condition var1="mounted" op="!=" var2="/cache" />
1282 <text>Mount Cache</text>
1283 <image resource="checkbox_false" />
1284 <action function="mount">/cache</action>
1285 </object>
1286
1287 <object type="button">
1288 <placement x="%col1_x%" y="%row9_text_y%" />
1289 <font resource="font" color="%text_color%" />
1290 <condition var1="mounted" op="=" var2="/cache" />
1291 <text>Unmount Cache</text>
1292 <image resource="checkbox_true" />
1293 <action function="umount">/cache</action>
1294 </object>
1295
1296 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001297 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001298 <placement x="%col1_x%" y="%row10_text_y%" />
1299 <font resource="font" color="%text_color%" />
1300 <conditions>
1301 <condition var1="tw_has_external" var2="1" />
1302 <condition var1="mounted" op="!=" var2="EXTERNAL" />
1303 </conditions>
1304 <text>Mount SDCard</text>
1305 <image resource="checkbox_false" />
1306 <action function="mount">EXTERNAL</action>
1307 </object>
1308
1309 <object type="button">
1310 <placement x="%col1_x%" y="%row10_text_y%" />
1311 <font resource="font" color="%text_color%" />
1312 <conditions>
1313 <condition var1="tw_has_external" var2="1" />
1314 <condition var1="mounted" op="=" var2="EXTERNAL" />
1315 </conditions>
1316 <text>Unmount SDCard</text>
1317 <image resource="checkbox_true" />
1318 <action function="umount">EXTERNAL</action>
1319 </object>
1320
1321 <object type="button">
1322 <placement x="%col2_x%" y="%row10_text_y%" />
1323 <font resource="font" color="%text_color%" />
1324 <conditions>
1325 <condition var1="tw_has_internal" var2="1" />
1326 <condition var1="tw_has_data_media" var2="0" />
1327 <condition var1="mounted" op="!=" var2="INTERNAL" />
1328 </conditions>
1329 <text>Mount Internal Storage</text>
1330 <image resource="checkbox_false" />
1331 <action function="mount">INTERNAL</action>
1332 </object>
1333
1334 <object type="button">
1335 <placement x="%col2_x%" y="%row10_text_y%" />
1336 <font resource="font" color="%text_color%" />
1337 <conditions>
1338 <condition var1="tw_has_internal" var2="1" />
1339 <condition var1="tw_has_data_media" var2="0" />
1340 <condition var1="mounted" op="=" var2="INTERNAL" />
1341 </conditions>
1342 <text>Unmount Internal Storage</text>
1343 <image resource="checkbox_true" />
1344 <action function="umount">INTERNAL</action>
1345 </object>
1346
1347 <object type="button">
1348 <conditions>
1349 <condition var1="tw_has_sdext_partition" var2="1" />
1350 <condition var1="mounted" op="!=" var2="/sd-ext" />
1351 </conditions>
1352 <placement x="%col1_x%" y="%row11_text_y%" />
1353 <font resource="font" color="%text_color%" />
1354 <text>Mount SD-Ext</text>
1355 <image resource="checkbox_false" />
1356 <action function="mount">/sd-ext</action>
1357 </object>
1358
1359 <object type="button">
1360 <placement x="%col1_x%" y="%row11_text_y%" />
1361 <font resource="font" color="%text_color%" />
1362 <condition var1="mounted" op="=" var2="/sd-ext" />
1363 <text>Unmount SD-Ext</text>
1364 <image resource="checkbox_true" />
1365 <action function="umount">/sd-ext</action>
1366 </object>
1367
1368 <object type="button">
1369 <conditions>
1370 <condition var1="tw_boot_is_mountable" var2="1" />
1371 <condition var1="mounted" op="!=" var2="/boot" />
1372 </conditions>
1373 <placement x="%col1_x%" y="%row12_text_y%" />
1374 <font resource="font" color="%text_color%" />
1375 <text>Mount Boot</text>
1376 <image resource="checkbox_false" />
1377 <action function="mount">/boot</action>
1378 </object>
1379
1380 <object type="button">
1381 <conditions>
1382 <condition var1="tw_boot_is_mountable" var2="1" />
1383 <condition var1="mounted" op="=" var2="/boot" />
1384 </conditions>
1385 <placement x="%col1_x%" y="%row12_text_y%" />
1386 <font resource="font" color="%text_color%" />
1387 <text>Unmount Boot</text>
1388 <image resource="checkbox_true" />
1389 <action function="umount">/boot</action>
1390 </object>
1391
1392 <object type="button">
1393 <placement x="%col1_x%" y="%row13_text_y%" />
1394 <font resource="font" color="%text_color%" />
1395 <conditions>
1396 <condition var1="tw_has_dual_storage" var2="1" />
1397 <condition var1="tw_use_external_storage" var2="1" />
1398 </conditions>
1399 <text>Using external SD</text>
1400 <image resource="radio_true" />
1401 <action function="togglestorage">external</action>
1402 </object>
1403
1404 <object type="button">
1405 <placement x="%col1_x%" y="%row13_text_y%" />
1406 <font resource="font" color="%text_color%" />
1407 <conditions>
1408 <condition var1="tw_has_dual_storage" var2="1" />
1409 <condition var1="tw_use_external_storage" var2="0" />
1410 </conditions>
1411 <text>Using external SD</text>
1412 <image resource="radio_false" />
1413 <action function="togglestorage">external</action>
1414 </object>
1415
1416 <object type="button">
1417 <placement x="%col2_x%" y="%row13_text_y%" />
1418 <font resource="font" color="%text_color%" />
1419 <conditions>
1420 <condition var1="tw_has_dual_storage" var2="1" />
1421 <condition var1="tw_use_external_storage" var2="1" />
1422 </conditions>
1423 <text>Using internal storage</text>
1424 <image resource="radio_false" />
1425 <action function="togglestorage">internal</action>
1426 </object>
1427
1428 <object type="button">
1429 <placement x="%col2_x%" y="%row13_text_y%" />
1430 <font resource="font" color="%text_color%" />
1431 <conditions>
1432 <condition var1="tw_has_dual_storage" var2="1" />
1433 <condition var1="tw_use_external_storage" var2="0" />
1434 </conditions>
1435 <text>Using internal storage</text>
1436 <image resource="radio_true" />
1437 <action function="togglestorage">internal</action>
1438 </object>
1439
1440 <object type="action">
1441 <touch key="home" />
1442 <action function="page">main</action>
1443 </object>
1444
1445 <object type="action">
1446 <touch key="back" />
1447 <action function="page">main</action>
1448 </object>
1449
1450 <object type="template" name="footer" />
1451 </page>
1452
1453 <page name="usb_mount">
1454 <object type="template" name="header" />
1455
1456 <object type="text" color="%text_color%">
1457 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1458 <font resource="font" />
1459 <text>USB Storage Mounted -- Be sure to safely remove your device from your computer before unmounting!</text>
1460 </object>
1461
1462 <object type="text" color="%text_color%">
1463 <placement x="%col1_x%" y="%row2_text_y%" />
1464 <font resource="font" />
1465 <text></text>
1466 </object>
1467
1468 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001469 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001470 <placement x="%col_center_x%" y="%row1_y%" />
1471 <font resource="font" color="%button_text_color%" />
1472 <text>Unmount</text>
1473 <image resource="main_button" />
1474 <action function="page">usb_umount</action>
1475 </object>
1476
1477 <object type="action">
1478 <action function="mount">usb</action>
1479 </object>
1480
1481 <object type="template" name="footer" />
1482 </page>
1483
1484 <page name="usb_umount">
1485 <object type="action">
1486 <action function="unmount">usb</action>
1487 </object>
1488
1489 <object type="action">
1490 <action function="page">mount</action>
1491 </object>
1492
1493 <object type="template" name="footer" />
1494 </page>
1495
1496 <page name="wipe">
1497 <object type="template" name="header" />
1498
1499 <object type="text" color="%text_color%">
1500 <font resource="font" />
1501 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1502 <text>Wipe Menu</text>
1503 </object>
1504
1505 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001506 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001507 <placement x="%col1_x%" y="%row1_y%" />
1508 <font resource="font" color="%button_text_color%" />
1509 <text>Cache</text>
1510 <image resource="main_button" />
1511 <actions>
1512 <action function="set">tw_back=wipe</action>
1513 <action function="set">tw_action=wipe</action>
1514 <action function="set">tw_action_param=/cache</action>
1515 <action function="set">tw_text1=Wipe Cache?</action>
1516 <action function="set">tw_action_text1=Wiping Cache...</action>
1517 <action function="set">tw_complete_text1=Cache Wipe Complete</action>
1518 <action function="set">tw_slider_text=Swipe to Wipe</action>
1519 <action function="page">confirm_action</action>
1520 </actions>
1521 </object>
1522
1523 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001524 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001525 <placement x="%col2_x%" y="%row1_y%" />
1526 <font resource="font" color="%button_text_color%" />
1527 <text>Dalvik Cache</text>
1528 <image resource="main_button" />
1529 <actions>
1530 <action function="set">tw_back=wipe</action>
1531 <action function="set">tw_action=wipe</action>
1532 <action function="set">tw_action_param=dalvik</action>
1533 <action function="set">tw_text1=Wipe Dalvik-Cache?</action>
1534 <action function="set">tw_action_text1=Wiping Dalvik-Cache...</action>
1535 <action function="set">tw_complete_text1=Dalvik-Cache Wipe Complete</action>
1536 <action function="set">tw_slider_text=Swipe to Wipe</action>
1537 <action function="page">confirm_action</action>
1538 </actions>
1539 </object>
1540
1541 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001542 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001543 <placement x="%col3_x%" y="%row1_y%" />
1544 <font resource="font" color="%button_text_color%" />
1545 <text>Factory Reset</text>
1546 <image resource="main_button" />
1547 <actions>
1548 <action function="set">tw_back=wipe</action>
1549 <action function="set">tw_action=wipe</action>
1550 <action function="set">tw_action_param=data</action>
1551 <action function="set">tw_text1=Factory Reset?</action>
1552 <action function="set">tw_text2=(Wipes Data and Cache)</action>
1553 <action function="set">tw_action_text1=Factory Reset...</action>
1554 <action function="set">tw_complete_text1=Factory Reset Complete</action>
1555 <action function="set">tw_slider_text=Swipe to Wipe</action>
1556 <action function="page">confirm_action</action>
1557 </actions>
1558 </object>
1559
1560 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001561 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001562 <placement x="%col4_x%" y="%row1_y%" />
1563 <font resource="font" color="%button_text_color%" />
1564 <text>System</text>
1565 <image resource="main_button" />
1566 <actions>
1567 <action function="set">tw_back=wipe</action>
1568 <action function="set">tw_action=wipe</action>
1569 <action function="set">tw_action_param=/system</action>
1570 <action function="set">tw_text1=Wipe System?</action>
1571 <action function="set">tw_text2=This will wipe your ROM</action>
1572 <action function="set">tw_action_text1=Wiping System...</action>
1573 <action function="set">tw_complete_text1=System Wipe Complete</action>
1574 <action function="set">tw_slider_text=Swipe to Wipe</action>
1575 <action function="page">confirm_action</action>
1576 </actions>
1577 </object>
1578
1579 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001580 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001581 <condition var1="tw_has_external" var2="1" />
1582 <placement x="%col1_x%" y="%row2_y%" />
1583 <font resource="font" color="%button_text_color%" />
1584 <text>External Storage</text>
1585 <image resource="main_button" />
1586 <actions>
1587 <action function="set">tw_back=wipe</action>
1588 <action function="set">tw_action=wipe</action>
1589 <action function="set">tw_action_param=EXTERNAL</action>
1590 <action function="set">tw_has_action2=1</action>
1591 <action function="set">tw_action2=set</action>
1592 <action function="set">tw_action2_param=tw_zip_location=/sdcard</action>
1593 <action function="set">tw_text1=Wipe External Storage (SD card)?</action>
1594 <action function="set">tw_action_text1=Wiping External Storage...</action>
1595 <action function="set">tw_complete_text1=External Storage Wipe Complete</action>
1596 <action function="set">tw_slider_text=Swipe to Wipe</action>
1597 <action function="page">confirm_action</action>
1598 </actions>
1599 </object>
1600
1601 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001602 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001603 <condition var1="tw_has_internal" var2="1" />
1604 <placement x="%col2_x%" y="%row2_y%" />
1605 <font resource="font" color="%button_text_color%" />
1606 <text>Internal Storage</text>
1607 <image resource="main_button" />
1608 <actions>
1609 <action function="set">tw_back=wipe</action>
1610 <action function="set">tw_action=wipe</action>
1611 <action function="set">tw_action_param=INTERNAL</action>
1612 <action function="set">tw_has_action2=1</action>
1613 <action function="set">tw_action2=set</action>
1614 <action function="set">tw_action2_param=tw_zip_location=/sdcard</action>
1615 <action function="set">tw_text1=Wipe Internal Storage?</action>
1616 <action function="set">tw_action_text1=Wiping Internal Storage...</action>
1617 <action function="set">tw_complete_text1=Internal Storage Wipe Complete</action>
1618 <action function="set">tw_slider_text=Swipe to Wipe</action>
1619 <action function="page">confirm_action</action>
1620 </actions>
1621 </object>
1622
1623 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001624 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001625 <conditions>
1626 <condition var1="tw_has_internal" var2="1" />
1627 <condition var1="tw_has_data_media" var2="1" />
1628 </conditions>
1629 <placement x="%col3_x%" y="%row2_y%" />
1630 <font resource="font" color="%button_text_color%" />
1631 <text>Format Data</text>
1632 <image resource="main_button" />
1633 <actions>
1634 <action function="set">tw_back=wipe</action>
1635 <action function="set">tw_action=wipe</action>
1636 <action function="set">tw_action_param=DATAMEDIA</action>
1637 <action function="set">tw_has_action2=1</action>
1638 <action function="set">tw_action2=set</action>
1639 <action function="set">tw_action2_param=tw_zip_location=/sdcard</action>
1640 <action function="set">tw_text1=Format Data? (This wipes all media</action>
1641 <action function="set">tw_text2=including backups & removes encryption)</action>
Dees_Troyce2fe772012-09-28 12:34:33 -04001642 <action function="set">tw_text3=Most of the time you do not need to do this.</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001643 <action function="set">tw_action_text1=Formatting Data...</action>
1644 <action function="set">tw_complete_text1=Data Format Complete</action>
1645 <action function="set">tw_slider_text=Swipe to Format</action>
Dees_Troyce2fe772012-09-28 12:34:33 -04001646 <action function="set">tw_show_exclamation=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04001647 <action function="page">confirm_action</action>
1648 </actions>
1649 </object>
1650
1651 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001652 <highlight color="%highlight_color%" />
Dees_Troy2ff5a8d2012-09-26 14:53:02 -04001653 <condition var1="tw_has_data_media" var2="0" />
1654 <placement x="%col3_x%" y="%row2_y%" />
1655 <font resource="font" color="%button_text_color%" />
1656 <text>Android Secure</text>
1657 <image resource="main_button" />
1658 <actions>
1659 <action function="set">tw_back=wipe</action>
1660 <action function="set">tw_action=wipe</action>
1661 <action function="set">tw_action_param=ANDROIDSECURE</action>
1662 <action function="set">tw_text1=Wipe Android Secure?</action>
1663 <action function="set">tw_action_text1=Wiping Android Secure...</action>
1664 <action function="set">tw_complete_text1=Wipe Android Secure Complete</action>
1665 <action function="set">tw_slider_text=Swipe to Format</action>
1666 <action function="page">confirm_action</action>
1667 </actions>
1668 </object>
1669
1670 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001671 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001672 <condition var1="tw_has_sdext_partition" var2="1" />
1673 <placement x="%col4_x%" y="%row2_y%" />
1674 <font resource="font" color="%button_text_color%" />
1675 <text>SD Ext</text>
1676 <image resource="main_button" />
1677 <actions>
1678 <action function="set">tw_back=wipe</action>
1679 <action function="set">tw_action=wipe</action>
1680 <action function="set">tw_action_param=/sd-ext</action>
1681 <action function="set">tw_text1=Wipe SD-Ext?</action>
1682 <action function="set">tw_action_text1=Wiping SD-Ext...</action>
1683 <action function="set">tw_complete_text1=SD-Ext Wipe Complete</action>
1684 <action function="set">tw_slider_text=Swipe to Wipe</action>
1685 <action function="page">confirm_action</action>
1686 </actions>
1687 </object>
1688
1689 <object type="action">
1690 <touch key="home" />
1691 <action function="page">main</action>
1692 </object>
1693
1694 <object type="action">
1695 <touch key="back" />
1696 <action function="page">main</action>
1697 </object>
1698
1699 <object type="template" name="footer" />
1700 </page>
1701
1702 <page name="backup">
1703 <object type="template" name="header" />
1704
1705 <object type="text" color="%text_color%">
1706 <font resource="font" />
1707 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1708 <text>Back Up Device</text>
1709 </object>
1710
1711 <object type="text" color="%text_color%">
1712 <font resource="font" />
1713 <placement x="%col1_x%" y="%row2_text_y%" placement="0" />
1714 <text>Free Space: %tw_storage_free_size% MB</text>
1715 </object>
1716
1717 <object type="text" color="%text_color%">
1718 <font resource="font" />
1719 <placement x="%col_right_x%" y="%row2_text_y%" placement="1" />
1720 <text>Backup Name: %tw_backup_name%</text>
1721 </object>
1722
1723 <object type="checkbox">
1724 <placement x="%nandcheck_col1%" y="%nandcheck_row1%" />
1725 <font resource="font" color="%text_color%" />
1726 <text>System (%tw_backup_system_size% MB)</text>
1727 <data variable="tw_backup_system" />
1728 <image checked="checkbox_true" unchecked="checkbox_false" />
1729 </object>
1730
1731 <object type="checkbox">
1732 <placement x="%nandcheck_col1%" y="%nandcheck_row2%" />
1733 <font resource="font" color="%text_color%" />
1734 <text>Data (%tw_backup_data_size% MB)</text>
1735 <data variable="tw_backup_data" />
1736 <image checked="checkbox_true" unchecked="checkbox_false" />
1737 </object>
1738
1739 <object type="checkbox">
1740 <condition var1="tw_has_boot_partition" var2="1" />
1741 <placement x="%nandcheck_col1%" y="%nandcheck_row3%" />
1742 <font resource="font" color="%text_color%" />
1743 <text>Boot (%tw_backup_boot_size% MB)</text>
1744 <data variable="tw_backup_boot" />
1745 <image checked="checkbox_true" unchecked="checkbox_false" />
1746 </object>
1747
1748 <object type="checkbox">
1749 <condition var1="tw_has_recovery_partition" var2="1" />
1750 <placement x="%nandcheck_col1%" y="%nandcheck_row4%" />
1751 <font resource="font" color="%text_color%" />
1752 <text>Recovery (%tw_backup_recovery_size% MB)</text>
1753 <data variable="tw_backup_recovery" />
1754 <image checked="checkbox_true" unchecked="checkbox_false" />
1755 </object>
1756
1757 <object type="checkbox">
1758 <placement x="%nandcheck_col1%" y="%nandcheck_row5%" />
1759 <font resource="font" color="%text_color%" />
1760 <text>Cache (%tw_backup_cache_size% MB)</text>
1761 <data variable="tw_backup_cache" />
1762 <image checked="checkbox_true" unchecked="checkbox_false" />
1763 </object>
1764
1765 <object type="checkbox">
1766 <condition var1="tw_has_android_secure" var2="1" />
1767 <placement x="%nandcheck_col2%" y="%nandcheck_row1%" />
1768 <font resource="font" color="%text_color%" />
1769 <text>.android_secure (%tw_backup_andsec_size% MB)</text>
1770 <data variable="tw_backup_andsec" />
1771 <image checked="checkbox_true" unchecked="checkbox_false" />
1772 </object>
1773
1774 <object type="checkbox">
1775 <condition var1="tw_has_sdext_partition" var2="1" />
1776 <placement x="%nandcheck_col2%" y="%nandcheck_row2%" />
1777 <font resource="font" color="%text_color%" />
1778 <text>sd-ext (%tw_backup_sdext_size% MB)</text>
1779 <data variable="tw_backup_sdext" />
1780 <image checked="checkbox_true" unchecked="checkbox_false" />
1781 </object>
1782
1783 <object type="checkbox">
1784 <condition var1="tw_sp1_name" op=">" var2="" />
1785 <placement x="%nandcheck_col2%" y="%nandcheck_row3%" />
1786 <font resource="font" color="%text_color%" />
1787 <text>%tw_sp1_name% (%tw_backup_sp1_size% MB)</text>
1788 <data variable="tw_backup_sp1" />
1789 <image checked="checkbox_true" unchecked="checkbox_false" />
1790 </object>
1791
1792 <object type="checkbox">
1793 <condition var1="tw_sp2_name" op=">" var2="" />
1794 <placement x="%nandcheck_col2%" y="%nandcheck_row4%" />
1795 <font resource="font" color="%text_color%" />
1796 <text>%tw_sp2_name% (%tw_backup_sp2_size% MB)</text>
1797 <data variable="tw_backup_sp2" />
1798 <image checked="checkbox_true" unchecked="checkbox_false" />
1799 </object>
1800
1801 <object type="checkbox">
1802 <condition var1="tw_sp3_name" op=">" var2="" />
1803 <placement x="%nandcheck_col2%" y="%nandcheck_row5%" />
1804 <font resource="font" color="%text_color%" />
1805 <text>%tw_sp3_name% (%tw_backup_sp3_size% MB)</text>
1806 <data variable="tw_backup_sp3" />
1807 <image checked="checkbox_true" unchecked="checkbox_false" />
1808 </object>
1809
1810 <object type="checkbox">
1811 <placement x="%col1_x%" y="%nandcheck_row6%" />
1812 <font resource="font" color="%text_color%" />
1813 <text>Enable Compression (Requires more time)</text>
1814 <data variable="tw_use_compression" />
1815 <image checked="checkbox_true" unchecked="checkbox_false" />
1816 </object>
1817
1818 <object type="checkbox">
1819 <placement x="%col3_x%" y="%nandcheck_row6%" />
1820 <font resource="font" color="%text_color%" />
1821 <text>Skip MD5 generation on backups</text>
1822 <data variable="tw_skip_md5_generate" />
1823 <image checked="checkbox_true" unchecked="checkbox_false" />
1824 </object>
1825
1826 <object type="button">
1827 <placement x="%col2_x%" y="%nandcheck_row7%" />
1828 <font resource="font" color="%text_color%" />
1829 <conditions>
1830 <condition var1="tw_has_dual_storage" var2="1" />
1831 <condition var1="tw_use_external_storage" var2="1" />
1832 </conditions>
1833 <text>Using external SD</text>
1834 <image resource="radio_true" />
1835 <action function="togglestorage">external</action>
1836 </object>
1837
1838 <object type="button">
1839 <placement x="%col2_x%" y="%nandcheck_row7%" />
1840 <font resource="font" color="%text_color%" />
1841 <conditions>
1842 <condition var1="tw_has_dual_storage" var2="1" />
1843 <condition var1="tw_use_external_storage" var2="0" />
1844 </conditions>
1845 <text>Using external SD</text>
1846 <image resource="radio_false" />
1847 <action function="togglestorage">external</action>
1848 </object>
1849
1850 <object type="button">
1851 <placement x="%col3_x%" y="%nandcheck_row7%" />
1852 <font resource="font" color="%text_color%" />
1853 <conditions>
1854 <condition var1="tw_has_dual_storage" var2="1" />
1855 <condition var1="tw_use_external_storage" var2="1" />
1856 </conditions>
1857 <text>Using internal storage</text>
1858 <image resource="radio_false" />
1859 <action function="togglestorage">internal</action>
1860 </object>
1861
1862 <object type="button">
1863 <placement x="%col3_x%" y="%nandcheck_row7%" />
1864 <font resource="font" color="%text_color%" />
1865 <conditions>
1866 <condition var1="tw_has_dual_storage" var2="1" />
1867 <condition var1="tw_use_external_storage" var2="0" />
1868 </conditions>
1869 <text>Using internal storage</text>
1870 <image resource="radio_true" />
1871 <action function="togglestorage">internal</action>
1872 </object>
1873
1874 <object type="slider">
1875 <placement x="%slider_x%" y="%slider_y%" />
1876 <resource base="slider" used="slider-used" touch="slider-touch" />
1877 <actions>
1878 <action function="set">tw_operation_state=0</action>
1879 <action function="page">backup_run</action>
1880 </actions>
1881 </object>
1882
1883 <object type="text" color="%text_color%">
1884 <font resource="font" />
1885 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
1886 <text>Swipe to Back Up</text>
1887 </object>
1888
1889 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001890 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001891 <placement x="%col4_x%" y="%row1_y%" />
1892 <font resource="font" color="%button_text_color%" />
1893 <text>Refresh Sizes</text>
1894 <image resource="main_button" />
1895 <action function="refreshsizes"></action>
1896 </object>
1897
1898 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001899 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001900 <placement x="%col4_x%" y="%backup_name_button_y%" />
1901 <font resource="font" color="%button_text_color%" />
1902 <text>Set Backup Name</text>
1903 <image resource="main_button" />
1904 <actions>
1905 <action function="set">tw_fileexists=0</action>
1906 <action function="page">backupname1</action>
1907 </actions>
1908 </object>
1909
1910 <object type="action">
1911 <touch key="home" />
1912 <action function="page">main</action>
1913 </object>
1914
1915 <object type="action">
1916 <touch key="back" />
1917 <action function="page">main</action>
1918 </object>
1919
1920 <object type="template" name="footer" />
1921 </page>
1922
1923 <page name="backupname1">
1924 <object type="action">
1925 <condition var1="tw_backup_name" op="=" var2="(Current Date)" />
1926 <action function="set">tw_backup_name=</function>
1927 </object>
1928
1929 <object type="action">
1930 <action function="page">backupname2</function>
1931 </object>
1932 </page>
1933
1934 <page name="backupname2">
1935 <object type="template" name="header" />
1936
1937 <object type="text" color="%text_color%">
1938 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
1939 <font resource="font" />
1940 <text>Please Enter a Backup Name</text>
1941 </object>
1942
1943 <object type="input">
1944 <placement x="%input_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
1945 <background color="%input_background_color%" />
1946 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
1947 <font resource="font" color="%text_color%" />
1948 <text>%tw_backup_name%</text>
1949 <data name="tw_backup_name" />
Dees_Troyb9d1c6d2012-09-26 10:07:14 -04001950 <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001951 <actions>
1952 <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_name%</action>
1953 <action function="set">tw_existpage=backupname2</action>
1954 <action function="set">tw_notexistpage=backup</action>
1955 <action function="page">filecheck</action>
1956 </actions>
1957 </object>
1958
1959 <object type="text" color="%text_fail_color%">
1960 <condition var1="tw_fileexists" var2="1" />
1961 <placement x="%center_x%" y="%row5_text_y%" placement="5" />
1962 <font resource="font" />
1963 <text>A backup with that name already exists!</text>
1964 </object>
1965
1966 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06001967 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04001968 <placement x="%col_center_x%" y="%cancel_button_y%" />
1969 <font resource="font" color="%button_text_color%" />
1970 <text>Cancel / Clear</text>
1971 <image resource="main_button" />
1972 <actions>
1973 <action function="set">tw_backup_name=(Current Date)</action>
1974 <action function="page">backup</action>
1975 </actions>
1976 </object>
1977
1978 <object type="template" name="keyboardtemplate" />
1979
1980 <object type="action">
1981 <touch key="home" />
1982 <actions>
1983 <action function="set">tw_backup_name=(Current Date)</action>
1984 <action function="page">main</action>
1985 </actions>
1986 </object>
1987
1988 <object type="action">
1989 <touch key="back" />
1990 <actions>
1991 <action function="set">tw_backup_name=(Current Date)</action>
1992 <action function="page">backup</action>
1993 </actions>
1994 </object>
1995
1996 <object type="template" name="footer" />
1997 </page>
1998
1999 <page name="backup_run">
2000 <object type="template" name="header" />
2001
2002 <object type="text" color="%text_color%">
2003 <font resource="font" />
2004 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2005 <text>%tw_operation% %tw_partition%</text>
2006 </object>
2007
2008 <object type="template" name="action_page_console" />
2009
2010 <object type="template" name="progress_bar" />
2011
2012 <object type="action">
2013 <action function="nandroid">backup</action>
2014 </object>
2015
2016 <object type="action">
2017 <condition var1="tw_operation_state" var2="1" />
2018 <actions>
2019 <action function="set">tw_back=backup</action>
2020 <action function="set">tw_complete_text1=Backup Complete</action>
Dees_Troya3f81542012-10-08 10:58:53 -04002021 <action function="set">tw_show_reboot=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002022 <action function="page">action_complete</action>
2023 </actions>
2024 </object>
2025
2026 <object type="template" name="footer" />
2027 </page>
2028
2029 <page name="restore">
2030 <object type="template" name="header" />
2031
2032 <object type="button">
2033 <placement x="%col2_x%" y="%zipstorage_text_y%" />
2034 <font resource="font" color="%text_color%" />
2035 <conditions>
2036 <condition var1="tw_has_dual_storage" var2="1" />
2037 <condition var1="tw_use_external_storage" var2="1" />
2038 </conditions>
2039 <text>Using external SD</text>
2040 <image resource="radio_true" />
2041 <action function="togglestorage">external</action>
2042 </object>
2043
2044 <object type="button">
2045 <placement x="%col2_x%" y="%zipstorage_text_y%" />
2046 <font resource="font" color="%text_color%" />
2047 <conditions>
2048 <condition var1="tw_has_dual_storage" var2="1" />
2049 <condition var1="tw_use_external_storage" var2="0" />
2050 </conditions>
2051 <text>Using external SD</text>
2052 <image resource="radio_false" />
2053 <action function="togglestorage">external</action>
2054 </object>
2055
2056 <object type="button">
2057 <placement x="%col3_x%" y="%zipstorage_text_y%" />
2058 <font resource="font" color="%text_color%" />
2059 <conditions>
2060 <condition var1="tw_has_dual_storage" var2="1" />
2061 <condition var1="tw_use_external_storage" var2="1" />
2062 </conditions>
2063 <text>Using internal storage</text>
2064 <image resource="radio_false" />
2065 <action function="togglestorage">internal</action>
2066 </object>
2067
2068 <object type="button">
2069 <placement x="%col3_x%" y="%zipstorage_text_y%" />
2070 <font resource="font" color="%text_color%" />
2071 <conditions>
2072 <condition var1="tw_has_dual_storage" var2="1" />
2073 <condition var1="tw_use_external_storage" var2="0" />
2074 </conditions>
2075 <text>Using internal storage</text>
2076 <image resource="radio_true" />
2077 <action function="togglestorage">internal</action>
2078 </object>
2079
2080 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06002081 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002082 <placement x="%col2_x%" y="%fileselector_install_y%" w="%fileselector_folderonly_width%" h="%fileselector_install_height%" />
2083 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
2084 <text>Select Package to Restore:</text>
2085 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
2086 <sort name="tw_gui_sort_order" />
Dees_Troye7585ca2013-02-15 11:42:29 -06002087 <font resource="font" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002088 <icon folder="folder_icon" file="file_icon" />
2089 <background color="%fileselector_background%" />
2090 <filter folders="1" files="0" nav="0" />
2091 <path name="tw_backups_folder" />
2092 <data name="tw_restore" default="" />
2093 <selection name="tw_restore_name" />
2094 </object>
2095
2096 <object type="template" name="sort_options" />
2097
2098 <object type="action">
2099 <condition var1="tw_restore" op="modified" />
2100 <actions>
2101 <action function="readBackup"></action>
2102 <action function="page">restore_select</action>
2103 </actions>
2104 </object>
2105
Gary Peckffdc6ae2012-11-21 18:02:02 -08002106 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002107 <highlight color="%highlight_color%" />
Gary Peckffdc6ae2012-11-21 18:02:02 -08002108 <conditions>
2109 <condition var1="tw_is_encrypted" var2="1" />
2110 <condition var1="tw_is_decrypted" var2="0" />
2111 </conditions>
2112 <placement x="%col2_x%" y="row3_y" />
2113 <font resource="font" color="%button_text_color%" />
2114 <text>Decrypt Data</text>
2115 <image resource="main_button" />
2116 <action function="page">decrypt</action>
2117 </object>
2118
Dees_Troy51a0e822012-09-05 15:24:24 -04002119 <object type="action">
2120 <touch key="home" />
2121 <action function="page">main</action>
2122 </object>
2123
2124 <object type="action">
2125 <touch key="back" />
2126 <action function="page">main</action>
2127 </object>
2128
2129 <object type="template" name="footer" />
2130 </page>
2131
2132 <page name="restore_select">
2133 <object type="template" name="header" />
2134
2135 <object type="text" color="%text_color%">
2136 <font resource="font" />
2137 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2138 <text>Package to Restore: %tw_restore_name%</text>
2139 </object>
2140
2141 <object type="text" color="%text_color%">
2142 <font resource="font" />
2143 <placement x="%center_x%" y="%row2_text_y%" placement="5" />
2144 <text>Package Date: %tw_restore_file_date%</text>
2145 </object>
2146
2147 <object type="checkbox">
2148 <placement x="%nandcheck_col1%" y="%nandcheck_row1%" />
2149 <font resource="font" color="%text_color%" />
2150 <text>System</text>
2151 <condition var1="tw_restore_system" op=">=" var2="0" />
2152 <data variable="tw_restore_system" />
2153 <image checked="checkbox_true" unchecked="checkbox_false" />
2154 </object>
2155
2156 <object type="checkbox">
2157 <placement x="%nandcheck_col1%" y="%nandcheck_row2%" />
2158 <font resource="font" color="%text_color%" />
2159 <text>Data</text>
2160 <condition var1="tw_restore_data" op=">=" var2="0" />
2161 <data variable="tw_restore_data" />
2162 <image checked="checkbox_true" unchecked="checkbox_false" />
2163 </object>
2164
2165 <object type="checkbox">
2166 <placement x="%nandcheck_col1%" y="%nandcheck_row3%" />
2167 <font resource="font" color="%text_color%" />
2168 <text>Boot</text>
2169 <condition var1="tw_restore_boot" op=">=" var2="0" />
2170 <data variable="tw_restore_boot" />
2171 <image checked="checkbox_true" unchecked="checkbox_false" />
2172 </object>
2173
2174 <object type="checkbox">
2175 <placement x="%nandcheck_col1%" y="%nandcheck_row5%" />
2176 <font resource="font" color="%text_color%" />
2177 <text>Cache</text>
2178 <condition var1="tw_restore_cache" op=">=" var2="0" />
2179 <data variable="tw_restore_cache" />
2180 <image checked="checkbox_true" unchecked="checkbox_false" />
2181 </object>
2182
2183 <object type="checkbox">
2184 <placement x="%nandcheck_col2%" y="%nandcheck_row1%" />
2185 <font resource="font" color="%text_color%" />
2186 <text>.android_secure</text>
2187 <condition var1="tw_restore_andsec" op=">=" var2="0" />
2188 <data variable="tw_restore_andsec" />
2189 <image checked="checkbox_true" unchecked="checkbox_false" />
2190 </object>
2191
2192 <object type="checkbox">
2193 <placement x="%nandcheck_col2%" y="%nandcheck_row2%" />
2194 <font resource="font" color="%text_color%" />
2195 <text>sd-ext</text>
2196 <condition var1="tw_restore_sdext" op=">=" var2="0" />
2197 <data variable="tw_restore_sdext" />
2198 <image checked="checkbox_true" unchecked="checkbox_false" />
2199 </object>
2200
2201 <object type="checkbox">
2202 <placement x="%nandcheck_col2%" y="%nandcheck_row3%" />
2203 <font resource="font" color="%text_color%" />
2204 <text>%tw_sp1_name%</text>
2205 <condition var1="tw_restore_sp1" op=">=" var2="0" />
2206 <data variable="tw_restore_sp1" />
2207 <image checked="checkbox_true" unchecked="checkbox_false" />
2208 </object>
2209
2210 <object type="checkbox">
2211 <placement x="%nandcheck_col2%" y="%nandcheck_row4%" />
2212 <font resource="font" color="%text_color%" />
2213 <text>%tw_sp2_name%</text>
2214 <condition var1="tw_restore_sp2" op=">=" var2="0" />
2215 <data variable="tw_restore_sp2" />
2216 <image checked="checkbox_true" unchecked="checkbox_false" />
2217 </object>
2218
2219 <object type="checkbox">
2220 <placement x="%nandcheck_col2%" y="%nandcheck_row5%" />
2221 <font resource="font" color="%text_color%" />
2222 <text>%tw_sp3_name%</text>
2223 <condition var1="tw_restore_sp3" op=">=" var2="0" />
2224 <data variable="tw_restore_sp3" />
2225 <image checked="checkbox_true" unchecked="checkbox_false" />
2226 </object>
2227
2228 <object type="checkbox">
2229 <placement x="%col1_x%" y="%nandcheck_row6%" />
2230 <font resource="font" color="%text_color%" />
2231 <text>Enable MD5 checking of backup files</text>
2232 <data variable="tw_skip_md5_check" />
2233 <image checked="checkbox_true" unchecked="checkbox_false" />
2234 </object>
2235
2236 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002237 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002238 <placement x="%col4_x%" y="%row1_y%" />
2239 <font resource="font" color="%button_text_color%" />
2240 <text>Rename Backup</text>
2241 <image resource="main_button" />
2242 <actions>
2243 <action function="set">tw_backup_rename=</action>
2244 <action function="set">tw_fileexists=0</action>
2245 <action function="page">renamebackup</action>
2246 </actions>
2247 </object>
2248
2249 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002250 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002251 <placement x="%col4_x%" y="%backup_name_button_y%" />
2252 <font resource="font" color="%button_text_color%" />
2253 <text>Delete Backup</text>
2254 <image resource="main_button" />
2255 <actions>
2256 <action function="set">tw_back=restore</action>
2257 <action function="set">tw_action=cmd</action>
Dees_Troy16b74352012-11-14 22:27:31 +00002258 <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 -04002259 <action function="set">tw_text1=Delete Backup? %tw_restore_name%</action>
2260 <action function="set">tw_text2=This cannot be undone!</action>
2261 <action function="set">tw_action_text1=Deleting Backup...</action>
2262 <action function="set">tw_complete_text1=Backup Delete Complete</action>
2263 <action function="set">tw_slider_text=Swipe to Delete</action>
2264 <action function="page">confirm_action</action>
2265 </actions>
2266 </object>
2267
2268 <object type="slider">
2269 <placement x="%slider_x%" y="%slider_y%" />
2270 <resource base="slider" used="slider-used" touch="slider-touch" />
2271 <action function="page">restore_run</action>
2272 </object>
2273
2274 <object type="text" color="%text_color%">
2275 <font resource="font" />
2276 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
2277 <text>Swipe to Restore</text>
2278 </object>
2279
2280 <object type="action">
2281 <touch key="home" />
2282 <action function="page">main</action>
2283 </object>
2284
2285 <object type="action">
2286 <touch key="back" />
2287 <action function="page">restore</action>
2288 </object>
2289
2290 <object type="template" name="footer" />
2291 </page>
2292
2293 <page name="renamebackup">
2294 <object type="template" name="header" />
2295
2296 <object type="text" color="%text_color%">
2297 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2298 <font resource="font" />
2299 <text>Please Enter a New Backup Name</text>
2300 </object>
2301
2302 <object type="input">
2303 <placement x="%input_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
2304 <background color="%input_background_color%" />
2305 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
2306 <font resource="font" color="%text_color%" />
2307 <text>%tw_backup_rename%</text>
2308 <data name="tw_backup_rename" />
Dees_Troyb9d1c6d2012-09-26 10:07:14 -04002309 <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002310 <actions>
2311 <action function="set">tw_back=restore</action>
2312 <action function="set">tw_action=cmd</action>
Dees_Troyf94f9ac2012-11-19 17:16:17 +00002313 <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 -04002314 <action function="set">tw_text1=Rename Backup?</action>
2315 <action function="set">tw_text2=This cannot be undone!</action>
2316 <action function="set">tw_action_text1=Renaming Backup...</action>
2317 <action function="set">tw_complete_text1=Backup Rename Complete</action>
2318 <action function="set">tw_slider_text=Swipe to Rename</action>
2319 <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_rename%</action>
2320 <action function="set">tw_existpage=renamebackup</action>
2321 <action function="set">tw_notexistpage=confirm_action</action>
2322 <action function="page">filecheck</action>
2323 </actions>
2324 </object>
2325
2326 <object type="text" color="%text_fail_color%">
2327 <condition var1="tw_fileexists" var2="1" />
2328 <placement x="%center_x%" y="%row5_text_y%" placement="5" />
2329 <font resource="font" />
2330 <text>A backup with that name already exists!</text>
2331 </object>
2332
2333 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002334 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002335 <placement x="%col_center_x%" y="%cancel_button_y%" />
2336 <font resource="font" color="%button_text_color%" />
2337 <text>Cancel</text>
2338 <image resource="main_button" />
2339 <action function="page">restore_select</action>
2340 </object>
2341
2342 <object type="template" name="keyboardtemplate" />
2343
2344 <object type="action">
2345 <touch key="home" />
2346 <action function="page">main</action>
2347 </object>
2348
2349 <object type="action">
2350 <touch key="back" />
2351 <action function="page">restore_select</action>
2352 </object>
2353
2354 <object type="template" name="footer" />
2355 </page>
2356
2357 <page name="restore_run">
2358 <object type="template" name="header" />
2359
2360 <object type="text" color="%text_color%">
2361 <font resource="font" />
2362 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2363 <text>%tw_operation% %tw_partition%</text>
2364 </object>
2365
2366 <object type="template" name="action_page_console" />
2367
2368 <object type="template" name="progress_bar" />
2369
2370 <object type="action">
Dees_Troya3f81542012-10-08 10:58:53 -04002371 <condition var1="tw_operation_state" var2="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002372 <actions>
2373 <action function="set">tw_back=restore_select</action>
2374 <action function="set">tw_complete_text1=Restore Complete</action>
Dees_Troya3f81542012-10-08 10:58:53 -04002375 <action function="set">tw_show_reboot=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002376 <action function="page">action_complete</action>
2377 </actions>
2378 </object>
2379
2380 <object type="action">
2381 <action function="nandroid">restore</action>
2382 </object>
2383 </page>
2384
2385 <page name="settings">
2386 <object type="template" name="header" />
2387
2388 <object type="text" color="%text_color%">
2389 <font resource="font" />
2390 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2391 <text>Settings</text>
2392 </object>
2393
2394 <object type="checkbox">
2395 <placement x="%col1_x%" y="%row2_text_y%" />
2396 <font resource="font" color="%text_color%" />
2397 <text>Zip file signature verification?</text>
2398 <data variable="tw_signed_zip_verify" />
2399 <image checked="checkbox_true" unchecked="checkbox_false" />
2400 </object>
2401
2402 <object type="checkbox">
2403 <placement x="%col1_x%" y="%row3_text_y%" />
2404 <font resource="font" color="%text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002405 <text>Use rm -rf instead of formatting?</text>
2406 <data variable="tw_rm_rf" />
2407 <image checked="checkbox_true" unchecked="checkbox_false" />
2408 </object>
2409
2410 <object type="checkbox">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002411 <placement x="%col1_x%" y="%row4_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002412 <font resource="font" color="%text_color%" />
2413 <text>Skip MD5 generation on backups</text>
2414 <data variable="tw_skip_md5_generate" />
2415 <image checked="checkbox_true" unchecked="checkbox_false" />
2416 </object>
2417
2418 <object type="checkbox">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002419 <placement x="%col1_x%" y="%row5_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002420 <font resource="font" color="%text_color%" />
2421 <text>Enable MD5 checking of backup files</text>
2422 <data variable="tw_skip_md5_check" />
2423 <image checked="checkbox_true" unchecked="checkbox_false" />
2424 </object>
2425
2426 <object type="checkbox">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002427 <placement x="%col1_x%" y="%row6_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002428 <font resource="font" color="%text_color%" />
2429 <text>Ignore image size errors during backup</text>
2430 <data variable="tw_ignore_image_size" />
2431 <image checked="checkbox_true" unchecked="checkbox_false" />
2432 </object>
2433
2434 <object type="checkbox">
Dees_Troy2f9117a2013-02-17 19:52:09 -06002435 <placement x="%col1_x%" y="%row7_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002436 <font resource="font" color="%text_color%" />
2437 <text>Simulate most actions for theme testing</text>
2438 <data variable="tw_simulate_actions" />
2439 <image checked="checkbox_true" unchecked="checkbox_false" />
2440 </object>
2441
2442 <object type="checkbox">
2443 <condition var1="tw_simulate_actions" var2="1" />
Dees_Troy2f9117a2013-02-17 19:52:09 -06002444 <placement x="%col1_x%" y="%row8_text_y%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002445 <font resource="font" color="%text_color%" />
2446 <text>Simulate failure for actions</text>
2447 <data variable="tw_simulate_fail" />
2448 <image checked="checkbox_true" unchecked="checkbox_false" />
2449 </object>
2450
bigbiff bigbiff4efe9c32013-02-20 18:58:11 -05002451 <object type="checkbox">
2452 <placement x="%col1_x%" y="%row9_text_y%" />
2453 <font resource="font" color="%text_color%" />
2454 <text>Use Military Time</text>
2455 <data variable="tw_military_time" />
2456 <image checked="checkbox_true" unchecked="checkbox_false" />
2457 </object>
2458
Dees_Troy51a0e822012-09-05 15:24:24 -04002459 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002460 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002461 <placement x="%col1_x%" y="%row2_y%" />
2462 <font resource="font" color="%button_text_color%" />
2463 <text>Time Zone</text>
2464 <image resource="main_button" />
2465 <action function="page">timezone</action>
2466 </object>
2467
2468 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002469 <highlight color="%highlight_color%" />
Dees_Troy2f9117a2013-02-17 19:52:09 -06002470 <placement x="%col4_x%" y="%row2_y%" />
2471 <font resource="font" color="%button_text_color%" />
2472 <text>Screen</text>
2473 <image resource="main_button" />
2474 <action function="page">screen</action>
2475 </object>
2476
2477 <object type="button">
2478 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002479 <placement x="%col_center_x%" y="%slider_y%" />
2480 <font resource="font" color="%button_text_color%" />
2481 <text>Restore Defaults</text>
2482 <image resource="main_button" />
2483 <action function="restoredefaultsettings"></action>
2484 </object>
2485
2486 <object type="action">
2487 <touch key="home" />
2488 <action function="page">main</action>
2489 </object>
2490
2491 <object type="action">
2492 <touch key="back" />
2493 <action function="page">main</action>
2494 </object>
2495
2496 <object type="template" name="footer" />
2497 </page>
2498
2499 <page name="timezone">
2500 <object type="template" name="header" />
2501
2502 <object type="text" color="%text_color%">
2503 <font resource="font" />
2504 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2505 <text>Select Time Zone</text>
2506 </object>
2507
2508 <object type="listbox">
Dees_Troyeead9852013-02-15 14:31:06 -06002509 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002510 <placement x="%listbox_x%" y="%listbox_y%" w="%listbox_width%" h="%listbox_tz_height%" />
Dees_Troyeead9852013-02-15 14:31:06 -06002511 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
2512 <text>Select Time Zone:</text>
Dees_Troy51a0e822012-09-05 15:24:24 -04002513 <icon selected="radio_true" unselected="radio_false" />
Dees_Troyeead9852013-02-15 14:31:06 -06002514 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002515 <background color="%listbox_background%" />
Dees_Troyeead9852013-02-15 14:31:06 -06002516 <font resource="font" spacing="%listbox_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002517 <data name="tw_time_zone_guisel" />
2518 <listitem name="(UTC -11) Samoa, Midway Island">BST11;BDT</listitem>
2519 <listitem name="(UTC -10) Hawaii">HST10;HDT</listitem>
2520 <listitem name="(UTC -9) Alaska">AST9;ADT</listitem>
2521 <listitem name="(UTC -8) Pacific Time">PST8;PDT</listitem>
2522 <listitem name="(UTC -7) Mountain Time">MST7;MDT</listitem>
2523 <listitem name="(UTC -6) Central Time">CST6;CDT</listitem>
2524 <listitem name="(UTC -5) Eastern Time">EST5;EDT</listitem>
2525 <listitem name="(UTC -4) Atlantic Time">AST4;ADT</listitem>
2526 <listitem name="(UTC -3) Brazil, Buenos Aires">GRNLNDST3;GRNLNDDT</listitem>
2527 <listitem name="(UTC -2) Mid-Atlantic">FALKST2;FALKDT</listitem>
2528 <listitem name="(UTC -1) Azores, Cape Verde">AZOREST1;AZOREDT</listitem>
2529 <listitem name="(UTC 0) London, Dublin, Lisbon">GMT0;BST</listitem>
2530 <listitem name="(UTC +1) Berlin, Brussels, Paris">NFT-1;DFT</listitem>
2531 <listitem name="(UTC +2) Athens, Istanbul, South Africa">WET-2;WET</listitem>
2532 <listitem name="(UTC +3) Moscow, Baghdad">SAUST-3;SAUDT</listitem>
2533 <listitem name="(UTC +4) Abu Dhabi, Tbilisi, Muscat">WST-4;WDT</listitem>
2534 <listitem name="(UTC +5) Yekaterinburg, Islamabad">PAKST-5;PAKDT</listitem>
2535 <listitem name="(UTC +6) Almaty, Dhaka, Colombo">TASHST-6;TASHDT</listitem>
2536 <listitem name="(UTC +7) Bangkok, Hanoi, Jakarta">THAIST-7;THAIDT</listitem>
2537 <listitem name="(UTC +8) Beijing, Singapore, Hong Kong">TAIST-8;TAIDT</listitem>
2538 <listitem name="(UTC +9) Tokyo, Seoul, Yakutsk">JST-9;JSTDT</listitem>
2539 <listitem name="(UTC +10) Eastern Australia, Guam">EET-10;EETDT</listitem>
2540 <listitem name="(UTC +11) Vladivostok, Solomon Islands">MET-11;METDT</listitem>
2541 <listitem name="(UTC +12) Auckland, Wellington, Fiji">NZST-12;NZDT</listitem>
2542 </object>
2543
2544 <object type="checkbox">
2545 <placement x="%col1_medium_x%" y="%row11_text_y%" />
2546 <font resource="font" color="%text_color%" />
2547 <text>Do you use daylight savings time (DST)?</text>
2548 <data variable="tw_time_zone_guidst" />
2549 <image checked="checkbox_true" unchecked="checkbox_false" />
2550 </object>
2551
2552 <object type="text" color="%text_color%">
2553 <font resource="font" />
2554 <placement x="%center_x%" y="%row13_text_y%" placement="5" />
2555 <text>Offset (usually 0): %tw_time_zone_guioffset%</text>
2556 </object>
2557
2558 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002559 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002560 <placement x="%col1_medium_x%" y="%row_offsetmedium_y%" />
2561 <font resource="font" color="%button_text_color%" />
2562 <text>0</text>
2563 <image resource="medium_button" />
2564 <action function="set">tw_time_zone_guioffset=0</action>
2565 </object>
2566
2567 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002568 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002569 <placement x="%col2_medium_x%" y="%row_offsetmedium_y%" />
2570 <font resource="font" color="%button_text_color%" />
2571 <text>15</text>
2572 <image resource="medium_button" />
2573 <action function="set">tw_time_zone_guioffset=15</action>
2574 </object>
2575
2576 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002577 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002578 <placement x="%col3_medium_x%" y="%row_offsetmedium_y%" />
2579 <font resource="font" color="%button_text_color%" />
2580 <text>30</text>
2581 <image resource="medium_button" />
2582 <action function="set">tw_time_zone_guioffset=30</action>
2583 </object>
2584
2585 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002586 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002587 <placement x="%col4_medium_x%" y="%row_offsetmedium_y%" />
2588 <font resource="font" color="%button_text_color%" />
2589 <text>45</text>
2590 <image resource="medium_button" />
2591 <action function="set">tw_time_zone_guioffset=45</action>
2592 </object>
2593
2594 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002595 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002596 <placement x="%col4_x%" y="%row2_y%" />
2597 <font resource="font" color="%button_text_color%" />
2598 <text>Set Time Zone</text>
2599 <image resource="main_button" />
2600 <action function="setguitimezone"></action>
2601 </object>
2602
2603 <object type="text" color="%text_color%">
2604 <font resource="font" />
2605 <placement x="%center_x%" y="%row17_text_y%" placement="5" />
2606 <text>Current Time Zone: %tw_time_zone%</text>
2607 </object>
2608
2609 <object type="action">
2610 <touch key="home" />
2611 <action function="page">main</action>
2612 </object>
2613
2614 <object type="action">
2615 <touch key="back" />
2616 <action function="page">settings</action>
2617 </object>
2618
2619 <object type="template" name="footer" />
2620 </page>
2621
Dees_Troy2f9117a2013-02-17 19:52:09 -06002622 <page name="screen">
2623 <object type="template" name="header" />
2624
2625 <object type="text" color="%text_color%">
2626 <font resource="font" />
2627 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2628 <text>Screen Settings</text>
2629 </object>
2630
2631 <object type="text" color="%text_color%">
2632 <font resource="font" />
2633 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
2634 <text>Screen Timeout: %tw_screen_timeout_secs% seconds</text>
2635 </object>
2636
2637 <object type="button">
2638 <placement x="%col1_medium_x%" y="%row2_medium_y%" />
2639 <font resource="font" color="%button_text_color%" />
2640 <text>None</text>
2641 <image resource="medium_button" />
2642 <action function="set">tw_screen_timeout_secs=0</action>
2643 </object>
2644
2645 <object type="button">
2646 <placement x="%col2_medium_x%" y="%row2_medium_y%" />
2647 <font resource="font" color="%button_text_color%" />
2648 <text>60</text>
2649 <image resource="medium_button" />
2650 <action function="set">tw_screen_timeout_secs=60</action>
2651 </object>
2652
2653 <object type="button">
2654 <placement x="%col3_medium_x%" y="%row2_medium_y%" />
2655 <font resource="font" color="%button_text_color%" />
2656 <text>120</text>
2657 <image resource="medium_button" />
2658 <action function="set">tw_screen_timeout_secs=120</action>
2659 </object>
2660
2661 <object type="button">
2662 <placement x="%col4_medium_x%" y="%row2_medium_y%" />
2663 <font resource="font" color="%button_text_color%" />
2664 <text>180</text>
2665 <image resource="medium_button" />
2666 <action function="set">tw_screen_timeout_secs=180</action>
2667 </object>
2668
2669 <object type="text" color="%text_color%">
2670 <condition var1="tw_has_brightnesss_file" var2="1" />
2671 <font resource="font" />
2672 <placement x="%center_x%" y="%row12_text_y%" placement="5" />
2673 <text>Brightness: %tw_brightness_display%</text>
2674 </object>
2675
2676 <object type="button">
2677 <condition var1="tw_has_brightnesss_file" var2="1" />
2678 <placement x="%col1_medium_x%" y="%row4_medium_y%" />
2679 <font resource="font" color="%button_text_color%" />
2680 <text>25%</text>
2681 <image resource="medium_button" />
2682 <actions>
2683 <action function="cmd">echo %tw_brightness_25% > &quot;%tw_brightness_file%&quot;</action>
2684 <action function="set">tw_brightness_display=25%</action>
2685 </actions>
2686 </object>
2687
2688 <object type="button">
2689 <condition var1="tw_has_brightnesss_file" var2="1" />
2690 <placement x="%col2_medium_x%" y="%row4_medium_y%" />
2691 <font resource="font" color="%button_text_color%" />
2692 <text>50%</text>
2693 <image resource="medium_button" />
2694 <actions>
2695 <action function="cmd">echo %tw_brightness_50% > &quot;%tw_brightness_file%&quot;</action>
2696 <action function="set">tw_brightness_display=50%</action>
2697 </actions>
2698 </object>
2699
2700 <object type="button">
2701 <condition var1="tw_has_brightnesss_file" var2="1" />
2702 <placement x="%col3_medium_x%" y="%row4_medium_y%" />
2703 <font resource="font" color="%button_text_color%" />
2704 <text>75%</text>
2705 <image resource="medium_button" />
2706 <actions>
2707 <action function="cmd">echo %tw_brightness_75% > &quot;%tw_brightness_file%&quot;</action>
2708 <action function="set">tw_brightness_display=75%</action>
2709 </actions>
2710 </object>
2711
2712 <object type="button">
2713 <condition var1="tw_has_brightnesss_file" var2="1" />
2714 <placement x="%col4_medium_x%" y="%row4_medium_y%" />
2715 <font resource="font" color="%button_text_color%" />
2716 <text>100%</text>
2717 <image resource="medium_button" />
2718 <actions>
2719 <action function="cmd">echo %tw_brightness_100% > &quot;%tw_brightness_file%&quot;</action>
2720 <action function="set">tw_brightness_display=100%</action>
2721 </actions>
2722 </object>
2723
2724 <object type="action">
2725 <touch key="home" />
2726 <action function="page">main</action>
2727 </object>
2728
2729 <object type="action">
2730 <touch key="back" />
2731 <action function="page">settings</action>
2732 </object>
2733
2734 <object type="template" name="footer" />
2735 </page>
2736
Dees_Troy51a0e822012-09-05 15:24:24 -04002737 <page name="advanced">
2738 <object type="template" name="header" />
2739
2740 <object type="text" color="%text_color%">
2741 <font resource="font" />
2742 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2743 <text>Advanced</text>
2744 </object>
2745
2746 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002747 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002748 <placement x="%col1_x%" y="%row1_y%" />
2749 <font resource="font" color="%button_text_color%" />
2750 <text>Copy Log to SD</text>
2751 <image resource="main_button" />
2752 <actions>
2753 <action function="set">tw_back=advanced</action>
2754 <action function="set">tw_action=copylog</action>
2755 <action function="set">tw_text1=Copy Log to SD Card?</action>
2756 <action function="set">tw_action_text1=Copying Log to SD Card...</action>
2757 <action function="set">tw_complete_text1=Log Copy Complete</action>
2758 <action function="set">tw_slider_text=Swipe to Confirm</action>
2759 <action function="page">confirm_action</action>
2760 </actions>
2761 </object>
2762
2763 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002764 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002765 <placement x="%col2_x%" y="%row1_y%" />
2766 <font resource="font" color="%button_text_color%" />
2767 <text>Fix Permissions</text>
2768 <image resource="main_button" />
2769 <actions>
2770 <action function="set">tw_back=advanced</action>
2771 <action function="set">tw_action=fixpermissions</action>
2772 <action function="set">tw_text1=Fix Permissions?</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002773 <action function="set">tw_action_text1=Fixing Permissions...</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002774 <action function="set">tw_complete_text1=Fix Permissions Complete</action>
2775 <action function="set">tw_slider_text=Swipe to Confirm</action>
Dees_Troya3f81542012-10-08 10:58:53 -04002776 <action function="set">tw_show_reboot=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002777 <action function="page">confirm_action</action>
2778 </actions>
2779 </object>
2780
2781 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002782 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002783 <placement x="%col3_x%" y="%row1_y%" />
2784 <font resource="font" color="%button_text_color%" />
2785 <text>Terminal Command</text>
2786 <image resource="main_button" />
2787 <action function="page">terminalfolder</action>
2788 </object>
2789
2790 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002791 <highlight color="%highlight_color%" />
Dees_Troy2691f9d2012-09-24 11:15:49 -04002792 <placement x="%col4_x%" y="%row1_y%" />
2793 <font resource="font" color="%button_text_color%" />
2794 <text>ADB Sideload</text>
2795 <image resource="main_button" />
bigbiff bigbiff7ce7f0c2013-01-25 09:54:04 -05002796 <action function="page">sideload</action>
Dees_Troy2691f9d2012-09-24 11:15:49 -04002797 </object>
2798
2799 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002800 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002801 <condition var1="tw_allow_partition_sdcard" var2="1" />
2802 <placement x="%col1_x%" y="%row2_y%" />
2803 <font resource="font" color="%button_text_color%" />
2804 <text>Partition SD Card</text>
2805 <image resource="main_button" />
2806 <action function="page">partsdcard</action>
2807 </object>
2808
2809 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002810 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002811 <placement x="%col2_x%" y="%row2_y%" />
2812 <font resource="font" color="%button_text_color%" />
2813 <text>File Manager</text>
2814 <image resource="main_button" />
2815 <action function="page">filemanagerlist</action>
2816 </object>
2817
2818 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002819 <highlight color="%highlight_color%" />
Dees_Troy2691f9d2012-09-24 11:15:49 -04002820 <placement x="%col3_x%" y="%row2_y%" />
2821 <font resource="font" color="%button_text_color%" />
2822 <text>Reload Theme</text>
2823 <image resource="main_button" />
2824 <action function="reload"></action>
2825 </object>
2826
2827 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002828 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002829 <condition var1="tw_show_dumlock" var2="1" />
2830 <placement x="%col4_x%" y="%row2_y%" />
2831 <font resource="font" color="%button_text_color%" />
2832 <text>HTC Dumlock</text>
2833 <image resource="main_button" />
2834 <action function="page">htcdumlock</action>
2835 </object>
2836
2837 <object type="action">
2838 <touch key="home" />
2839 <action function="page">main</action>
2840 </object>
2841
2842 <object type="action">
2843 <touch key="back" />
2844 <action function="page">main</action>
2845 </object>
2846
2847 <object type="template" name="footer" />
2848 </page>
2849
2850 <page name="partsdcard">
2851 <object type="template" name="header" />
2852
2853 <object type="text" color="%text_color%">
2854 <font resource="font" />
2855 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2856 <text>Partition SD Card</text>
2857 </object>
2858
2859 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002860 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002861 <placement x="%col1_sdext_x%" y="%row1_sdext_y%" />
2862 <font resource="font" color="%button_text_color%" />
2863 <text></text>
2864 <image resource="minus_button" />
2865 <action function="addsubtract">tw_sdext_size-128</action>
2866 </object>
2867
2868 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002869 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002870 <placement x="%col2_sdext_x%" y="%row1_sdext_y%" />
2871 <font resource="font" color="%button_text_color%" />
2872 <text></text>
2873 <image resource="plus_button" />
2874 <action function="addsubtract">tw_sdext_size+128</action>
2875 </object>
2876
2877 <object type="text" color="%text_color%">
2878 <font resource="font" />
2879 <placement x="%center_x%" y="%row_extsize_y%" placement="5" />
2880 <text>EXT Size: %tw_sdext_size%</text>
2881 </object>
2882
2883 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002884 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002885 <placement x="%col1_sdext_x%" y="%row2_sdext_y%" />
2886 <font resource="font" color="%button_text_color%" />
2887 <text></text>
2888 <image resource="minus_button" />
2889 <action function="addsubtract">tw_swap_size-32</action>
2890 </object>
2891
2892 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002893 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002894 <placement x="%col2_sdext_x%" y="%row2_sdext_y%" />
2895 <font resource="font" color="%button_text_color%" />
2896 <text></text>
2897 <image resource="plus_button" />
2898 <action function="addsubtract">tw_swap_size+32</action>
2899 </object>
2900
2901 <object type="text" color="%text_color%">
2902 <font resource="font" />
2903 <placement x="%center_x%" y="%row_swapsize_y%" placement="5" />
2904 <text>Swap Size: %tw_swap_size%</text>
2905 </object>
2906
2907 <object type="text" color="%text_color%">
2908 <font resource="font" />
2909 <placement x="%center_x%" y="%row8_text_y%" placement="5" />
2910 <text>File system: %tw_sdpart_file_system%</text>
2911 </object>
2912
2913 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002914 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002915 <placement x="%col2_medium_x%" y="%row4_medium_y%" />
2916 <font resource="font" color="%button_text_color%" />
2917 <text>EXT3</text>
2918 <image resource="medium_button" />
2919 <action function="set">tw_sdpart_file_system=ext3</action>
2920 </object>
2921
2922 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002923 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002924 <condition var1="tw_sdext_disable_ext4" var2="0" />
2925 <placement x="%col3_medium_x%" y="%row4_medium_y%" />
2926 <font resource="font" color="%button_text_color%" />
2927 <text>EXT4</text>
2928 <image resource="medium_button" />
2929 <action function="set">tw_sdpart_file_system=ext4</action>
2930 </object>
2931
2932 <object type="text" color="%text_color%">
2933 <font resource="font" />
2934 <placement x="%center_x%" y="%row12_text_y%" placement="5" />
2935 <text>You will lose all files on your SD card!</text>
2936 </object>
2937
2938 <object type="text" color="%text_color%">
2939 <font resource="font" />
2940 <placement x="%center_x%" y="%row13_text_y%" placement="5" />
2941 <text>This action cannot be undone!</text>
2942 </object>
2943
2944 <object type="slider">
2945 <placement x="%slider_x%" y="%slider_y%" />
2946 <resource base="slider" used="slider-used" touch="slider-touch" />
2947 <actions>
2948 <action function="set">tw_back=partsdcard</action>
2949 <action function="set">tw_action=partitionsd</action>
2950 <action function="set">tw_has_action2=1</action>
2951 <action function="set">tw_action2=set</action>
2952 <action function="set">tw_action2_param=tw_zip_location=/sdcard</action>
2953 <action function="set">tw_action_text1=Partitioning SD Card...</action>
2954 <action function="set">tw_action_text2=This will take a few minutes.</action>
Dees_Troya2ac96a2012-09-26 13:07:22 -04002955 <action function="set">tw_complete_text1=Partitioning Complete</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04002956 <action function="page">action_page</action>
2957 </actions>
2958 </object>
2959
2960 <object type="text" color="%text_color%">
2961 <font resource="font" />
2962 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
2963 <text>Swipe to Confirm Partition</text>
2964 </object>
2965
2966 <object type="action">
2967 <touch key="home" />
2968 <action function="page">main</action>
2969 </object>
2970
2971 <object type="action">
2972 <touch key="back" />
2973 <action function="page">advanced</action>
2974 </object>
2975
2976 <object type="template" name="footer" />
2977 </page>
2978
2979
2980 <page name="htcdumlock">
2981 <object type="template" name="header" />
2982
2983 <object type="text" color="%text_color%">
2984 <font resource="font" />
2985 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
2986 <text>HTC Dumlock</text>
2987 </object>
2988
2989 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06002990 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04002991 <condition var1="tw_show_dumlock" var2="1" />
2992 <placement x="%col1_x%" y="%row1_y%" />
2993 <font resource="font" color="%button_text_color%" />
2994 <text>Restore Original Boot</text>
2995 <image resource="main_button" />
2996 <actions>
2997 <action function="set">tw_back=htcdumlock</action>
2998 <action function="set">tw_action=htcdumlockrestoreboot</action>
2999 <action function="set">tw_text1=Restore original boot image?</action>
3000 <action function="set">tw_action_text1=Restoring Original Boot...</action>
3001 <action function="set">tw_complete_text1=Restore Original Boot Complete</action>
3002 <action function="set">tw_slider_text=Swipe to Confirm</action>
3003 <action function="page">confirm_action</action>
3004 </actions>
3005 </object>
3006
3007 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003008 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003009 <condition var1="tw_show_dumlock" var2="1" />
3010 <placement x="%col2_x%" y="%row1_y%" />
3011 <font resource="font" color="%button_text_color%" />
3012 <text>Reflash Recovery->Boot</text>
3013 <image resource="main_button" />
3014 <actions>
3015 <action function="set">tw_back=htcdumlock</action>
3016 <action function="set">tw_action=htcdumlockreflashrecovery</action>
3017 <action function="set">tw_text1=Reflash recovery to boot?</action>
3018 <action function="set">tw_action_text1=Flashing recovery to boot...</action>
3019 <action function="set">tw_complete_text1=Recovery Flash to Boot Complete</action>
3020 <action function="set">tw_slider_text=Swipe to Confirm</action>
3021 <action function="page">confirm_action</action>
3022 </actions>
3023 </object>
3024
3025 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003026 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003027 <condition var1="tw_show_dumlock" var2="1" />
3028 <placement x="%col1_x%" y="%row2_y%" />
3029 <font resource="font" color="%button_text_color%" />
3030 <text>Install HTC Dumlock</text>
3031 <image resource="main_button" />
3032 <actions>
3033 <action function="set">tw_back=htcdumlock</action>
3034 <action function="set">tw_action=installhtcdumlock</action>
3035 <action function="set">tw_text1=Install HTC dumlock files to ROM?</action>
3036 <action function="set">tw_action_text1=Installing HTC Dumlock...</action>
3037 <action function="set">tw_complete_text1=HTC Dumlock Install Complete</action>
3038 <action function="set">tw_slider_text=Swipe to Confirm</action>
3039 <action function="page">confirm_action</action>
3040 </actions>
3041 </object>
3042
3043 <object type="action">
3044 <touch key="home" />
3045 <action function="page">main</action>
3046 </object>
3047
3048 <object type="action">
3049 <touch key="back" />
3050 <action function="page">advanced</action>
3051 </object>
3052
3053 <object type="template" name="footer" />
3054 </page>
3055
3056 <page name="lock">
3057 <background color="#000000A0" />
3058
3059 <object type="image">
3060 <image resource="unlock-icon" />
3061 <placement x="%lock_x%" y="%lock_y%" />
3062 </object>
3063
3064 <object type="slider">
3065 <placement x="%slider_x%" y="%slider_y%" />
3066 <resource base="slider" used="slider-used" touch="slider-touch" />
3067 <action function="overlay"></action>
3068 </object>
3069
3070 <object type="text" color="%text_color%">
3071 <font resource="font" />
3072 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
3073 <text>Swipe to Unlock</text>
3074 </object>
3075 </page>
3076
3077
3078 <page name="filemanagerlist">
3079 <object type="template" name="header" />
3080
3081 <object type="text" color="%text_color%">
3082 <font resource="font" />
3083 <placement x="%center_x%" y="%row1_text_y%" placement="5"/>
3084 <text>File Manager: Select a File or Folder</text>
3085 </object>
3086
3087 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06003088 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003089 <placement x="%fileselector_folder_x%" y="%fileselector_install_y%" w="%fileselector_folder_width%" h="%fileselector_install_height%" />
3090 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
3091 <text>Folders:</text>
3092 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
3093 <sort name="tw_gui_sort_order" />
3094 <icon folder="folder_icon" file="file_icon" />
3095 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -06003096 <font resource="font" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003097 <filter folders="1" files="0" />
3098 <path name="tw_file_location1" default="/sdcard" />
3099 <data name="select" />
3100 <selection name="tw_selection1" />
3101 </object>
3102
3103 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06003104 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003105 <placement x="%fileselector_file_x%" y="%fileselector_install_y%" w="%fileselector_file_width%" h="%fileselector_install_height%" />
3106 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
3107 <text>%tw_file_location1%</text>
3108 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
3109 <sort name="tw_gui_sort_order" />
3110 <icon folder="folder_icon" file="file_icon" />
3111 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -06003112 <font resource="font" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003113 <filter folders="0" files="1" />
3114 <path name="tw_file_location1" default="/" />
3115 <data name="tw_filename1" />
3116 <selection name="tw_selection1" />
3117 </object>
3118
3119 <object type="template" name="sort_options" />
3120
3121 <object type="action">
3122 <actions>
3123 <action function="set">tw_fm_type=File</action>
3124 <action function="set">tw_fm_isfolder=0</action>
3125 </actions>
3126 </object>
3127
3128 <object type="action">
3129 <touch key="home" />
3130 <action function="page">main</action>
3131 </object>
3132
3133 <object type="action">
3134 <touch key="back" />
3135 <action function="page">advanced</action>
3136 </object>
3137
3138 <object type="action">
3139 <condition var1="tw_filename1" op="modified" />
3140 <actions>
3141 <action function="page">filemanageroptions</action>
3142 </actions>
3143 </object>
3144
3145 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003146 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003147 <placement x="%filemanager_select_x%" y="%filemanager_select_y%" />
3148 <font resource="font" color="%button_text_color%" />
3149 <text>Select Folder</text>
3150 <image resource="main_button" />
3151 <actions>
3152 <action function="set">tw_filename1=tw_file_location1</action>
3153 <action function="set">tw_fm_isfolder=1</action>
3154 <action function="set">tw_fm_type=Folder</action>
3155 <action function="page">filemanageroptions</action>
3156 </actions>
3157 </object>
3158
3159 <object type="template" name="footer" />
3160 </page>
3161
3162 <page name="filemanageroptions">
3163 <object type="template" name="header" />
3164
3165 <object type="text" color="%text_color%">
3166 <font resource="font" />
3167 <placement x="%center_x%" y="%row1_text_y%" placement="5"/>
3168 <text>%tw_fm_type% Selected:</text>
3169 </object>
3170
3171 <object type="text" color="%text_color%">
3172 <font resource="font" />
3173 <placement x="%center_x%" y="%row2_text_y%" placement="5"/>
3174 <text>%tw_filename1%</text>
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="%col1_x%" y="%row2_y%" />
3181 <font resource="font" color="%button_text_color%" />
3182 <text>Copy File</text>
3183 <image resource="main_button" />
3184 <actions>
3185 <action function="set">tw_filemanager_command=cp</action>
3186 <action function="set">tw_fm_text1=Copying</action>
3187 <action function="page">choosedestinationfolder</action>
3188 </actions>
3189 </object>
3190
3191 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003192 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003193 <condition var1="tw_fm_isfolder" var2="1" />
3194 <placement x="%col1_x%" y="%row2_y%" />
3195 <font resource="font" color="%button_text_color%" />
3196 <text>Copy Folder</text>
3197 <image resource="main_button" />
3198 <actions>
3199 <action function="set">tw_filemanager_command=cd &quot;%tw_file_location1%&quot; && cd .. && cp -R</action>
3200 <action function="set">tw_fm_text1=Copying</action>
3201 <action function="page">choosedestinationfolder</action>
3202 </actions>
3203 </object>
3204
3205 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003206 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003207 <placement x="%col2_x%" y="%row2_y%" />
3208 <font resource="font" color="%button_text_color%" />
3209 <text>Move</text>
3210 <image resource="main_button" />
3211 <actions>
3212 <action function="set">tw_filemanager_command=mv</action>
3213 <action function="set">tw_fm_text1=Moving</action>
3214 <action function="page">choosedestinationfolder</action>
3215 </actions>
3216 </object>
3217
3218 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003219 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003220 <placement x="%col3_x%" y="%row2_y%" />
3221 <font resource="font" color="%button_text_color%" />
3222 <text>chmod 755</text>
3223 <image resource="main_button" />
3224 <actions>
3225 <action function="set">tw_filemanager_command=chmod 755</action>
3226 <action function="set">tw_fm_text1=chmod 755</action>
3227 <action function="set">tw_fm_text2=</action>
3228 <action function="set">tw_fm_text3=</action>
3229 <action function="set">tw_include_text3=0</action>
3230 <action function="set">tw_back=filemanageroptions</action>
3231 <action function="page">filemanagerconfirm</action>
3232 </actions>
3233 </object>
3234
3235 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003236 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003237 <placement x="%col4_x%" y="%row2_y%" />
3238 <font resource="font" color="%button_text_color%" />
3239 <text>chmod</text>
3240 <image resource="main_button" />
3241 <actions>
3242 <action function="set">tw_filemanager_rename=0000</action>
3243 <action function="set">tw_fm_text2=</action>
3244 <action function="set">tw_fm_text3=</action>
3245 <action function="set">tw_include_text3=0</action>
3246 <action function="set">tw_back=filemanageroptions</action>
3247 <action function="page">filemanagerchmod</action>
3248 </actions>
3249 </object>
3250
3251 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003252 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003253 <placement x="%col1_x%" y="%row1_y%" />
3254 <font resource="font" color="%button_text_color%" />
3255 <text>Delete</text>
3256 <image resource="main_button" />
3257 <actions>
3258 <action function="set">tw_filemanager_command=rm -rf</action>
3259 <action function="set">tw_fm_text1=Deleting</action>
3260 <action function="set">tw_fm_text2=</action>
3261 <action function="set">tw_fm_text3=</action>
3262 <action function="set">tw_include_text3=0</action>
3263 <action function="set">tw_back=filemanageroptions</action>
3264 <action function="page">filemanagerconfirm</action>
3265 </actions>
3266 </object>
3267
3268 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003269 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003270 <condition var1="tw_fm_isfolder" var2="0" />
3271 <placement x="%col4_x%" y="%row1_y%" />
3272 <font resource="font" color="%button_text_color%" />
3273 <text>Rename File</text>
3274 <image resource="main_button" />
3275 <actions>
3276 <action function="set">tw_filemanager_rename=tw_selection1</action>
3277 <action function="set">tw_fm_text1=Renaming</action>
3278 <action function="set">tw_filemanager_command=mv</action>
3279 <action function="page">filemanagerrenamefile</action>
3280 </actions>
3281 </object>
3282
3283 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003284 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003285 <condition var1="tw_fm_isfolder" var2="1" />
3286 <placement x="%col4_x%" y="%row1_y%" />
3287 <font resource="font" color="%button_text_color%" />
3288 <text>Rename Folder</text>
3289 <image resource="main_button" />
3290 <actions>
3291 <action function="set">tw_filemanager_rename=tw_selection1</action>
3292 <action function="set">tw_fm_text1=Renaming</action>
3293 <action function="set">tw_filemanager_command=cd &quot;%tw_file_location1%&quot; && cd .. && mv</action>
3294 <action function="page">filemanagerrenamefolder</action>
3295 </actions>
3296 </object>
3297
3298 <object type="action">
3299 <touch key="home" />
3300 <action function="page">main</action>
3301 </object>
3302
3303 <object type="action">
3304 <touch key="back" />
3305 <action function="page">filemanagerlist</action>
3306 </object>
3307
3308 <object type="template" name="footer" />
3309 </page>
3310
3311 <page name="choosedestinationfolder">
3312 <object type="template" name="header" />
3313
3314 <object type="text" color="%text_color%">
3315 <font resource="font" />
3316 <placement x="%center_x%" y="%row1_text_y%" placement="5"/>
3317 <text>Browse to Destination Folder & Press Select</text>
3318 </object>
3319
3320 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06003321 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003322 <placement x="%col2_x%" y="%fileselector_install_y%" w="%fileselector_folderonly_width%" h="%fileselector_install_height%" />
3323 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
3324 <text>%tw_file_location2%</text>
3325 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
3326 <sort name="tw_gui_sort_order" />
Dees_Troye7585ca2013-02-15 11:42:29 -06003327 <font resource="font" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003328 <icon folder="folder_icon" file="file_icon" />
3329 <background color="%fileselector_background%" />
3330 <filter folders="1" files="0" />
3331 <path name="tw_file_location2" default="/sdcard" />
3332 <data name="tw_filename2" />
3333 </object>
3334
3335 <object type="template" name="sort_options" />
3336
3337 <object type="action">
3338 <touch key="home" />
3339 <action function="page">main</action>
3340 </object>
3341
3342 <object type="action">
3343 <touch key="back" />
3344 <action function="page">filemanageroptions</action>
3345 </object>
3346
3347 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003348 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003349 <placement x="%filemanager_select_x%" y="%filemanager_select_y%" />
3350 <font resource="font" color="%button_text_color%" />
3351 <text>Select Folder</text>
3352 <image resource="main_button" />
3353 <actions>
3354 <action function="set">tw_fm_text2=to</action>
3355 <action function="set">tw_fm_text3=%tw_file_location2%</action>
3356 <action function="set">tw_include_text3=1</action>
3357 <action function="set">tw_back=filemanageroptions</action>
3358 <action function="page">filemanagerconfirm</action>
3359 </actions>
3360 </object>
3361
3362 <object type="template" name="footer" />
3363 </page>
3364
3365 <page name="filemanagerrenamefile">
3366 <object type="template" name="header" />
3367
3368 <object type="text" color="%text_color%">
3369 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
3370 <font resource="font" />
3371 <text>Please Enter a New %tw_fm_type% Name</text>
3372 </object>
3373
3374 <object type="input">
3375 <placement x="%input_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3376 <background color="%input_background_color%" />
3377 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3378 <font resource="font" color="%text_color%" />
3379 <text>%tw_filemanager_rename%</text>
3380 <data name="tw_filemanager_rename" />
3381 <restrict minlen="1" maxlen="128" />
3382 <actions>
3383 <action function="set">tw_fm_text2=to</action>
3384 <action function="set">tw_fm_text3=&quot;%tw_file_location1%/%tw_filemanager_rename%&quot;</action>
3385 <action function="set">tw_include_text3=1</action>
3386 <action function="set">tw_back=filemanageroptions</action>
3387 <action function="page">filemanagerconfirm</action>
3388 </actions>
3389 </object>
3390
3391 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003392 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003393 <placement x="%col_center_x%" y="%cancel_button_y%" />
3394 <font resource="font" color="%button_text_color%" />
3395 <text>Cancel</text>
3396 <image resource="main_button" />
3397 <action function="page">filemanageroptions</action>
3398 </object>
3399
3400 <object type="template" name="keyboardtemplate" />
3401
3402 <object type="action">
3403 <touch key="home" />
3404 <action function="page">main</action>
3405 </object>
3406
3407 <object type="action">
3408 <touch key="back" />
3409 <action function="page">filemanageroptions</action>
3410 </object>
3411
3412 <object type="template" name="footer" />
3413 </page>
3414
3415 <page name="filemanagerrenamefolder">
3416 <object type="template" name="header" />
3417
3418 <object type="text" color="%text_color%">
3419 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
3420 <font resource="font" />
3421 <text>Please Enter a New %tw_fm_type% Name</text>
3422 </object>
3423
3424 <object type="input">
3425 <placement x="%input_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3426 <background color="%input_background_color%" />
3427 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3428 <font resource="font" color="%text_color%" />
3429 <text>%tw_filemanager_rename%</text>
3430 <data name="tw_filemanager_rename" />
3431 <restrict minlen="1" maxlen="128" />
3432 <actions>
3433 <action function="set">tw_fm_text2=to</action>
3434 <action function="set">tw_fm_text3=%tw_filemanager_rename%</action>
3435 <action function="set">tw_include_text3=1</action>
3436 <action function="set">tw_back=filemanageroptions</action>
3437 <action function="page">filemanagerconfirm</action>
3438 </actions>
3439 </object>
3440
3441 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003442 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003443 <placement x="%col_center_x%" y="%cancel_button_y%" />
3444 <font resource="font" color="%button_text_color%" />
3445 <text>Cancel</text>
3446 <image resource="main_button" />
3447 <action function="page">filemanageroptions</action>
3448 </object>
3449
3450 <object type="template" name="keyboardtemplate" />
3451
3452 <object type="action">
3453 <touch key="home" />
3454 <action function="page">main</action>
3455 </object>
3456
3457 <object type="action">
3458 <touch key="back" />
3459 <action function="page">filemanageroptions</action>
3460 </object>
3461
3462 <object type="template" name="footer" />
3463 </page>
3464
3465 <page name="filemanagerchmod">
3466 <object type="template" name="header" />
3467
3468 <object type="text" color="%text_color%">
3469 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
3470 <font resource="font" />
3471 <text>Please Enter New Permissions</text>
3472 </object>
3473
3474 <object type="input">
3475 <placement x="%input_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3476 <background color="%input_background_color%" />
3477 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3478 <font resource="font" color="%text_color%" />
3479 <text>%tw_filemanager_rename%</text>
3480 <data name="tw_filemanager_rename" />
3481 <restrict minlen="3" maxlen="4" allow="0123456789" />
3482 <actions>
3483 <action function="set">tw_filemanager_command=chmod %tw_filemanager_rename%</action>
3484 <action function="set">tw_fm_text1=chmod %tw_filemanager_rename%</action>
3485 <action function="set">tw_back=filemanageroptions</action>
3486 <action function="page">filemanagerconfirm</action>
3487 </actions>
3488 </object>
3489
3490 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003491 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003492 <placement x="%col_center_x%" y="%cancel_button_y%" />
3493 <font resource="font" color="%button_text_color%" />
3494 <text>Cancel</text>
3495 <image resource="main_button" />
3496 <action function="page">filemanageroptions</action>
3497 </object>
3498
3499 <object type="template" name="keyboardtemplate" />
3500
3501 <object type="action">
3502 <touch key="home" />
3503 <action function="page">main</action>
3504 </object>
3505
3506 <object type="action">
3507 <touch key="back" />
3508 <action function="page">filemanageroptions</action>
3509 </object>
3510
3511 <object type="template" name="footer" />
3512 </page>
3513
3514 <page name="filemanagerconfirm">
3515 <object type="template" name="header" />
3516
3517 <object type="text" color="%text_color%">
3518 <font resource="font" />
3519 <placement x="%center_x%" y="%row1_text_y%" placement="5"/>
3520 <text>%tw_fm_text1%</text>
3521 </object>
3522
3523 <object type="text" color="%text_color%">
3524 <font resource="font" />
3525 <placement x="%center_x%" y="%row2_text_y%" placement="5"/>
3526 <text>%tw_filename1%</text>
3527 </object>
3528
3529 <object type="text" color="%text_color%">
3530 <font resource="font" />
3531 <placement x="%center_x%" y="%row3_text_y%" placement="5"/>
3532 <text>%tw_fm_text2%</text>
3533 </object>
3534
3535 <object type="text" color="%text_color%">
3536 <font resource="font" />
3537 <placement x="%center_x%" y="%row4_text_y%" placement="5"/>
3538 <text>%tw_fm_text3%</text>
3539 </object>
3540
3541 <object type="text" color="%text_color%">
3542 <font resource="font" />
3543 <placement x="%center_x%" y="%row10_text_y%" placement="5"/>
3544 <text>Press back button to cancel.</text>
3545 </object>
3546
3547 <object type="slider">
3548 <placement x="%slider_x%" y="%slider_y%" />
3549 <resource base="slider" used="slider-used" touch="slider-touch" />
3550 <action function="page">filemanageracction</action>
3551 </object>
3552
3553 <object type="text" color="%text_color%">
3554 <font resource="font" />
3555 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
3556 <text>Swipe to Confirm</text>
3557 </object>
3558
3559 <object type="action">
3560 <touch key="back" />
3561 <action function="page">%tw_back%</action>
3562 </object>
3563
3564 <object type="action">
3565 <touch key="home" />
3566 <action function="page">main</action>
3567 </object>
3568
3569 <object type="template" name="footer" />
3570 </page>
3571
3572 <page name="filemanageracction">
3573 <object type="template" name="header" />
3574
3575 <object type="text" color="%text_color%">
3576 <font resource="font" />
3577 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
3578 <text>%tw_fm_text1%</text>
3579 </object>
3580
3581 <object type="template" name="action_page_console" />
3582
3583 <object type="template" name="progress_bar" />
3584
3585 <object type="action">
3586 <conditions>
3587 <condition var1="tw_operation_state" var2="1" />
3588 <condition var1="tw_operation_status" var2="0" />
3589 </conditions>
3590 <actions>
3591 <action function="set">tw_back=filemanagerlist</action>
3592 <action function="set">tw_complete_text1=File Operation Complete</action>
3593 <action function="page">action_complete</action>
3594 </actions>
3595 </object>
3596
3597 <object type="action">
3598 <conditions>
3599 <condition var1="tw_operation_state" var2="1" />
3600 <condition var1="tw_operation_status" op="!=" var2="0" />
3601 </conditions>
3602 <actions>
3603 <action function="set">tw_complete_text1=File Operation Complete</action>
3604 <action function="page">action_complete</action>
3605 </actions>
3606 </object>
3607
3608 <object type="action">
3609 <condition var1="tw_include_text3" var2="0" />
3610 <actions>
3611 <action function="cmd">%tw_filemanager_command% &quot;%tw_filename1%&quot;</action>
3612 </actions>
3613 </object>
3614
3615 <object type="action">
3616 <condition var1="tw_include_text3" var2="1" />
3617 <actions>
3618 <action function="cmd">%tw_filemanager_command% &quot;%tw_filename1%&quot; &quot;%tw_fm_text3%&quot;</action>
3619 </actions>
3620 </object>
3621 </page>
3622
3623 <page name="decrypt">
3624 <object type="template" name="header" />
3625
3626 <object type="text" color="%text_color%">
3627 <font resource="font" />
3628 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
3629 <text>Please Enter Your Password</text>
3630 </object>
3631
3632 <object type="input">
3633 <placement x="%input_x%" y="%row3_text_y%" w="%input_width%" h="%input_height%" placement="0" />
3634 <background color="%input_background_color%" />
3635 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3636 <font resource="font" color="%text_color%" />
3637 <text>%tw_crypto_display%</text>
3638 <data name="tw_crypto_password" mask="*" maskvariable="tw_crypto_display" />
3639 <restrict minlen="1" maxlen="254" />
3640 <actions>
3641 <action function="page">trydecrypt</action>
3642 </actions>
3643 </object>
3644
3645 <object type="text" color="%text_fail_color%">
3646 <condition var1="tw_password_fail" var2="1" />
3647 <font resource="font" />
3648 <placement x="%center_x%" y="%row4_text_y%" placement="5" />
3649 <text>Password Failed, Please Try Again</text>
3650 </object>
3651
3652 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003653 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003654 <placement x="%col_center_x%" y="%cancel_button_y%" />
3655 <font resource="font" color="%button_text_color%" />
3656 <text>Cancel</text>
3657 <image resource="main_button" />
3658 <actions>
Dees_Troy6ed34b72013-01-25 15:01:29 +00003659 <action function="set">tw_page_done=1</action>
Dees_Troy51a0e822012-09-05 15:24:24 -04003660 <action function="page">main</action>
3661 </actions>
3662 </object>
3663
3664 <object type="template" name="keyboardtemplate" />
3665
Dees_Troy51a0e822012-09-05 15:24:24 -04003666 <object type="template" name="footer" />
3667 </page>
3668
3669 <page name="trydecrypt">
3670 <object type="template" name="header" />
3671
3672 <object type="text" color="%text_color%">
3673 <font resource="font" />
3674 <placement x="%center_x%" y="%row1_text_y%" placement="5" />
3675 <text>Trying Decryption with Your Password</text>
3676 </object>
3677
3678 <object type="template" name="action_page_console" />
3679
3680 <object type="template" name="progress_bar" />
3681
3682 <object type="action">
3683 <action function="decrypt"></action>
3684 </object>
3685
3686 <object type="action">
3687 <conditions>
3688 <condition var1="tw_operation_state" var2="1" />
3689 <condition var1="tw_operation_status" op="!=" var2="0" />
3690 </conditions>
3691 <actions>
3692 <action function="set">tw_password_fail=1</action>
3693 <action function="page">decrypt</action>
3694 </actions>
3695 </object>
3696
3697 <object type="action">
3698 <conditions>
3699 <condition var1="tw_operation_state" var2="1" />
3700 <condition var1="tw_operation_status" op="=" var2="0" />
3701 </conditions>
Dees_Troy6ed34b72013-01-25 15:01:29 +00003702 <actions>
3703 <action function="set">tw_page_done=1</action>
3704 <action function="page">main</action>
3705 </actions>
Dees_Troy51a0e822012-09-05 15:24:24 -04003706 </object>
3707 </page>
3708
3709 <page name="terminalfolder">
3710 <object type="template" name="header" />
3711
3712 <object type="text" color="%text_color%">
3713 <font resource="font" />
3714 <placement x="%center_x%" y="%row1_text_y%" placement="5"/>
3715 <text>Browse to Starting Folder</text>
3716 </object>
3717
3718 <object type="fileselector">
Dees_Troye7585ca2013-02-15 11:42:29 -06003719 <highlight color="%fileselector_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003720 <placement x="%col2_x%" y="%fileselector_install_y%" w="%fileselector_folderonly_width%" h="%fileselector_install_height%" />
3721 <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" />
3722 <text>%tw_terminal_location%</text>
3723 <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" />
3724 <sort name="tw_gui_sort_order" />
3725 <icon folder="folder_icon" file="file_icon" />
3726 <background color="%fileselector_background%" />
Dees_Troye7585ca2013-02-15 11:42:29 -06003727 <font resource="font" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003728 <filter folders="1" files="0" />
3729 <path name="tw_terminal_location" default="/" />
3730 <data name="tw_terminal" />
3731 <selection name="tw_terminal_selection" />
3732 </object>
3733
3734 <object type="template" name="sort_options" />
3735
3736 <object type="action">
3737 <touch key="home" />
3738 <action function="page">main</action>
3739 </object>
3740
3741 <object type="action">
3742 <touch key="back" />
3743 <action function="page">advanced</action>
3744 </object>
3745
3746 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003747 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003748 <placement x="%filemanager_select_x%" y="%filemanager_select_y%" />
3749 <font resource="font" color="%button_text_color%" />
3750 <text>Select Folder</text>
3751 <image resource="main_button" />
3752 <actions>
3753 <action function="page">terminalcommand</action>
3754 </actions>
3755 </object>
3756
3757 <object type="template" name="footer" />
3758 </page>
3759
3760 <page name="terminalcommand">
3761 <background color="#000000FF" />
3762
3763 <object type="console">
3764 <placement x="%console_x%" y="%terminal_console_y%" w="%console_width%" h="%terminal_console_height%" />
3765 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
3766 <font resource="fixed" />
3767 </object>
3768
3769 <object type="text" color="%text_color%">
3770 <placement x="%input_x%" y="%terminal_text_y%" placement="0" />
3771 <font resource="font" />
3772 <text>Starting Path: %tw_terminal_location%</text>
3773 </object>
3774
3775 <object type="input">
3776 <condition var1="tw_terminal_state" var2="0" />
3777 <placement x="%input_x%" y="%terminal_text_y%" w="%terminal_input_width%" h="%input_height%" placement="0" />
3778 <background color="%input_background_color%" />
3779 <cursor color="%input_cursor_color%" hasfocus="1" width="%input_cursor_width%" />
3780 <font resource="font" color="%text_color%" />
3781 <text>%tw_terminal_command%</text>
3782 <data name="tw_terminal_command" />
3783 <restrict minlen="1" />
3784 <action function="terminalcommand">%tw_terminal_command%</action>
3785 </object>
3786
3787 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003788 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003789 <condition var1="tw_terminal_state" var2="1" />
3790 <placement x="%filemanager_select_x%" y="%terminal_button_y%" />
3791 <font resource="font" color="%button_text_color%" />
3792 <text>KILL</text>
3793 <image resource="medium_button" />
3794 <action function="killterminal"></action>
3795 </object>
3796
3797 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003798 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003799 <placement x="%home_button_x%" y="%terminal_button_y%" />
3800 <font resource="font" color="%button_text_color%" />
3801 <text></text>
3802 <image resource="home_icon" />
3803 <condition var1="tw_busy" var2="0" />
3804 <action function="key">home</action>
3805 </object>
3806
3807 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -06003808 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -04003809 <placement x="%back_button_x%" y="%terminal_button_y%" />
3810 <font resource="font" color="%button_text_color%" />
3811 <text></text>
3812 <image resource="back_icon" />
3813 <condition var1="tw_busy" var2="0" />
3814 <action function="key">back</action>
3815 </object>
3816
3817 <object type="action">
3818 <touch key="power" />
3819 <action function="overlay">lock</action>
3820 </object>
3821
3822 <object type="template" name="keyboardtemplate" />
3823
3824 <object type="action">
3825 <touch key="home" />
3826 <action function="page">main</action>
3827 </object>
3828
3829 <object type="action">
3830 <touch key="back" />
3831 <action function="page">terminalfolder</action>
3832 </object>
3833 </page>
bigbiff bigbiff7ce7f0c2013-01-25 09:54:04 -05003834
3835 <page name="sideload">
3836 <object type="template" name="header" />
3837
3838 <object type="text" color="%text_color%">
3839 <font resource="font" />
3840 <placement x="%center_x%" y="%row1_text_y%" placement="5"/>
3841 <text>ADB Sideload</text>
3842 </object>
3843
3844 <object type="checkbox">
3845 <placement x="%col1_x%" y="%row3_text_y%" />
3846 <font resource="font" color="%text_color%" />
3847 <text>Wipe Dalvik Cache.</text>
3848 <data variable="tw_wipe_dalvik" />
3849 <image checked="checkbox_true" unchecked="checkbox_false" />
3850 </object>
3851
3852 <object type="checkbox">
3853 <placement x="%col1_x%" y="%row4_text_y%" />
3854 <font resource="font" color="%text_color%" />
3855 <text>Wipe Cache.</text>
3856 <data variable="tw_wipe_cache" />
3857 <image checked="checkbox_true" unchecked="checkbox_false" />
3858 </object>
3859
3860 <object type="slider">
3861 <placement x="%slider_x%" y="%slider_y%" />
3862 <resource base="slider" used="slider-used" touch="slider-touch" />
3863 <actions>
3864 <action function="set">tw_back=advanced</action>
3865 <action function="set">tw_action=adbsideload</action>
3866 <action function="set">tw_action_text1=ADB Sideload</action>
3867 <action function="set">tw_action_text2=Usage: adb sideload filename.zip</action>
3868 <action function="set">tw_complete_text1=ADB Sideload Complete</action>
3869 <action function="set">tw_has_cancel=1</action>
3870 <action function="set">tw_show_reboot=1</action>
3871 <action function="set">tw_cancel_action=adbsideloadcancel</action>
3872 <action function="page">action_page</action>
3873 </actions>
3874 </object>
3875
3876 <object type="text" color="%text_color%">
3877 <font resource="font" />
3878 <placement x="%center_x%" y="%slider_text_y%" placement="4" />
3879 <text>Swipe to Start Sideload</text>
3880 </object>
3881
3882 <object type="action">
3883 <touch key="home" />
3884 <action function="page">main</action>
3885 </object>
3886
3887 <object type="action">
3888 <touch key="back" />
3889 <action function="page">advanced</action>
3890 </object>
3891
3892 <object type="template" name="footer" />
3893 </page>
Dees_Troy51a0e822012-09-05 15:24:24 -04003894 </pages>
3895</recovery>