blob: d36bb2d5aa757575b01cc0cead13d20138419469 [file] [log] [blame]
z31s1g28f0a922015-11-07 18:50:22 +01001<?xml version="1.0"?>
2<recovery>
3 <styles>
4 <style name="text_l">
5 <font resource="font_l" color="%text_color%"/>
6 </style>
7
8 <style name="text_m">
9 <font resource="font_m" color="%text_color%"/>
10 </style>
11
12 <style name="text_m_accent">
13 <font resource="font_m" color="%accent_color%"/>
14 </style>
15
16 <style name="text_m_fail">
17 <font resource="font_m" color="%text_fail_color%"/>
18 </style>
19
20 <style name="text_s">
21 <font resource="font_s" color="%text_color%"/>
22 </style>
23
24 <style name="input">
25 <background color="%background_color%"/>
26 <cursor color="%accent_color%" hasfocus="1" width="%input_line_width%"/>
27 <font resource="font_m" color="%text_color%"/>
28 </style>
29
30 <style name="checkbox">
31 <font resource="font_m" color="%text_color%"/>
32 <image checked="checkbox_true" unchecked="checkbox_false"/>
33 </style>
34
35 <style name="main_button">
36 <highlight color="%highlight_color%"/>
37 <font resource="font_l" color="%text_button_color%"/>
38 <image resource="main_button"/>
39 </style>
40
41 <style name="main_button_full_width">
42 <highlight color="%highlight_color%"/>
43 <font resource="font_l" color="%text_button_color%"/>
44 <image resource="main_button_full_width"/>
45 </style>
46
47 <style name="main_button_quarter_width">
48 <highlight color="%highlight_color%"/>
49 <font resource="font_l" color="%text_button_color%"/>
50 <image resource="main_button_quarter_width"/>
51 </style>
52
53 <style name="main_button_half_height">
54 <highlight color="%highlight_color%"/>
55 <font resource="font_m" color="%text_button_color%"/>
56 <image resource="main_button_half_height"/>
57 </style>
58
59 <style name="main_button_half_height_full_width">
60 <highlight color="%highlight_color%"/>
61 <font resource="font_m" color="%text_button_color%"/>
62 <image resource="main_button_half_height_full_width"/>
63 </style>
64
65 <style name="button_third_width">
66 <highlight color="%highlight_color%"/>
67 <font resource="font_m" color="%text_button_color%"/>
68 <image resource="tab_3"/>
69 </style>
70
Aleksa Saraib25a1832015-12-31 17:36:00 +010071 <style name="button_navbar">
72 <font resource="font_m" color="%text_button_color%"/>
73 </style>
74
z31s1g28f0a922015-11-07 18:50:22 +010075 <style name="console">
76 <color foreground="%text_color%" background="%background_color%" scroll="%background_color%"/>
77 <font resource="fixed"/>
78 </style>
79
z31s1g56189522016-01-13 19:12:40 +010080 <style name="terminal">
81 <fastscroll linecolor="%transparent%" rectcolor="%accent_color%" w="%fastscroll_w%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
82 <background color="%background_color%"/>
83 <font resource="fixed" spacing="2" color="%text_color%"/>
84 </style>
85
z31s1g28f0a922015-11-07 18:50:22 +010086 <style name="fileselector">
87 <highlight color="%fileselector_highlight_color%"/>
88 <header background="%background_color%" textcolor="%accent_color%" separatorcolor="%accent_color%" separatorheight="%fileselector_separatorheight%"/>
89 <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%fileselector_linecolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
90 <separator color="%fileselector_linecolor%" height="%fileselector_separatorheight%"/>
91 <sort name="tw_gui_sort_order"/>
92 <icon folder="folder" file="file"/>
93 <background color="%background_color%"/>
94 <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
95 </style>
96
97 <style name="listbox">
98 <highlight color="%fileselector_highlight_color%"/>
99 <header background="%background_color%" textcolor="%accent_color%" separatorcolor="%accent_color%" separatorheight="%fileselector_separatorheight%"/>
100 <separator color="%fileselector_linecolor%" height="%fileselector_separatorheight%"/>
101 <icon selected="radio_true" unselected="radio_false"/>
102 <background color="%background_color%"/>
103 <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
104 </style>
105
106 <style name="listbox_headerless">
107 <highlight color="%fileselector_highlight_color%"/>
108 <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
109 <separator color="%fileselector_linecolor%" height="%fileselector_separatorheight%"/>
110 <icon selected="radio_true" unselected="radio_false"/>
111 <background color="%background_color%"/>
112 <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
113 </style>
114
115 <style name="listbox_options">
116 <background color="%background_color%"/>
117 <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
118 <icon selected="checkbox_true_small" unselected="checkbox_false_small"/>
119 </style>
120
121 <style name="scrolllist">
122 <highlight color="%fileselector_highlight_color%"/>
123 <separator color="%fileselector_linecolor%" height="%fileselector_separatorheight%"/>
124 <icon selected="checkbox_true" unselected="checkbox_false"/>
125 <background color="%background_color%"/>
126 <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
nkk711a230e42017-08-07 00:28:19 +0300127 <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
z31s1g28f0a922015-11-07 18:50:22 +0100128 </style>
129
130 <style name="partitionlist">
131 <highlight color="%fileselector_highlight_color%"/>
132 <header background="%background_color%" textcolor="%accent_color%" separatorcolor="%accent_color%" separatorheight="%fileselector_separatorheight%"/>
133 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
134 <icon selected="checkbox_true" unselected="checkbox_false"/>
135 <separator color="%fileselector_linecolor%" height="%fileselector_separatorheight%"/>
136 <background color="%background_color%"/>
137 <font resource="font_m" spacing="%partitionlist_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%"/>
138 </style>
139
140 <style name="partitionlist_summary">
141 <highlight color="%fileselector_highlight_color%"/>
142 <background color="%background_color%"/>
143 <font resource="font_m" spacing="%partitionlist_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%"/>
144 <icon selected="checkbox_true_small" unselected="checkbox_false_small"/>
145 </style>
146
147 <style name="partitionlist_headerless_rb">
148 <highlight color="%fileselector_highlight_color%"/>
149 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_storage_height%"/>
150 <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%fileselector_linecolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
151 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
152 <icon selected="radio_true" unselected="radio_false"/>
153 <separator color="%fileselector_linecolor%" height="%fileselector_separatorheight%"/>
154 <background color="%background_color%"/>
155 <font resource="font_m" spacing="%partitionlist_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%"/>
156 </style>
157
158 <style name="partitionlist_headerless_cb">
159 <highlight color="%fileselector_highlight_color%"/>
160 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_storage_height%"/>
161 <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%fileselector_linecolor%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
162 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
163 <icon selected="checkbox_true" unselected="checkbox_false"/>
164 <separator color="%fileselector_linecolor%" height="%fileselector_separatorheight%"/>
165 <background color="%background_color%"/>
166 <font resource="font_m" spacing="%partitionlist_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%"/>
167 </style>
168
169 <style name="slider">
170 <placement x="%center_x%" y="%slider_y%"/>
171 <font resource="font_l" color="%text_color%"/>
172 <resource base="slider" used="slider_used" touch="slider_touch"/>
173 </style>
174
175 <style name="slidervalue">
176 <resource handle="handle"/>
177 <font resource="font_m" color="%text_color%"/>
178 <colors line="%fileselector_linecolor%"/>
179 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
180 </style>
Aleksa Saraib25a1832015-12-31 17:36:00 +0100181
182 <style name="patternpassword">
183 <size name="tw_gui_pattern_grid_size" default="3"/>
184 </style>
z31s1g28f0a922015-11-07 18:50:22 +0100185 </styles>
186
187 <pages>
188 <page name="main">
189 <action>
190 <actions>
191 <action function="set">tw_clear_destination=main2</action>
192 <action function="page">clear_vars</action>
193 </actions>
194 </action>
195 </page>
196
197 <page name="main2">
198 <template name="page"/>
199
200 <button style="main_button">
201 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500202 <text>{@install_btn=Install}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100203 <action function="page">install_type</action>
204 </button>
205
206 <button style="main_button">
207 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500208 <text>{@wipe_btn=Wipe}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100209 <action function="page">wipe_type1</action>
210 </button>
211
212 <button style="main_button">
213 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500214 <text>{@backup_btn=Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100215 <actions>
216 <action function="set">tw_back=main</action>
bigbiffce8f83c2015-12-12 18:30:21 -0500217 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +0100218 </actions>
219 </button>
220
221 <button style="main_button">
222 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500223 <text>{@restore_btn=Restore}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100224 <action function="page">restore</action>
225 </button>
226
227 <button style="main_button">
228 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500229 <text>{@reboot_btn=Reboot}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100230 <action function="page">reboot</action>
231 </button>
232
233 <button>
234 <placement x="%btn4_col4_x%" y="%row11_y%"/>
235 <highlight color="%highlight_color%"/>
236 <image resource="q_btn_arrow_right"/>
237 <action function="page">main3</action>
238 </button>
239 </page>
240
Matt Mower32676622017-01-18 18:56:13 -0600241 <page name="copylog">
242 <template name="page"/>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400243
Matt Mower32676622017-01-18 18:56:13 -0600244 <checkbox>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400245 <placement x="%indent%" y="%row1_y%"/>
Matt Mower32676622017-01-18 18:56:13 -0600246 <text>{@include_kernel_log=Include Kernel Log}</text>
247 <data variable="tw_include_kernel_log" value="1"/>
248 </checkbox>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400249
250 <slider>
251 <text>{@swipe_confirm= Confirm}</text>
252 <actions>
Matt Mower32676622017-01-18 18:56:13 -0600253 <action function="set">tw_back=main3</action>
254 <action function="set">tw_action=copylog</action>
255 <action function="set">tw_action_text1={@copying_log=Copy Logs to SD Card}</action>
256 <action function="set">tw_complete_text1={@copy_log_complete=Logs Copy Completed}</action>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400257 <action function="page">action_page</action>
258 </actions>
259 </slider>
260
261 <action>
262 <touch key="back"/>
263 <action function="page">main2</action>
264 </action>
265
266 <action>
267 <touch key="home"/>
268 <action function="page">main</action>
269 </action>
Matt Mower32676622017-01-18 18:56:13 -0600270 </page>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400271
z31s1g28f0a922015-11-07 18:50:22 +0100272 <page name="main3">
273 <template name="page"/>
274
275 <button style="main_button">
276 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500277 <text>{@mount_btn=Mount}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100278 <action function="page">mount</action>
279 </button>
280
281 <button style="main_button">
282 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500283 <text>{@settings_btn=Settings}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100284 <action function="page">settings</action>
285 </button>
286
287 <button style="main_button">
288 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500289 <text>{@files_btn=Files}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100290 <action function="page">filemanagerlist</action>
291 </button>
292
293 <button style="main_button">
294 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500295 <text>{@copy_log_btn=Copy Log}</text>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400296 <action function="page">copylog</action>
z31s1g28f0a922015-11-07 18:50:22 +0100297 </button>
298
299 <button style="main_button">
300 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500301 <text>{@advanced_btn=Advanced}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100302 <action function="page">advanced</action>
303 </button>
304
305 <button>
306 <placement x="%col1_x_left%" y="%row11_y%"/>
307 <highlight color="%highlight_color%"/>
308 <image resource="q_btn_arrow_left"/>
309 <action function="page">main2</action>
310 </button>
311
312 <action>
313 <touch key="back"/>
314 <action function="page">main2</action>
315 </action>
316
317 <action>
318 <touch key="home"/>
319 <action function="page">main</action>
320 </action>
321 </page>
322
323 <page name="install_type">
324 <template name="page"/>
325
326 <template name="statusbar"/>
327
328 <text style="text_m">
329 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500330 <text>{@install_hdr=Install} &gt; {@select_type_hdr=Select Type}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100331 </text>
332
333 <button style="main_button_full_width">
334 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500335 <text>{@install_zip_btn=Install Zip}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100336 <actions>
337 <action function="queueclear"/>
338 <action function="set">tw_selectimage=0</action>
339 <action function="page">install</action>
340 </actions>
341 </button>
342
343 <button style="main_button_full_width">
344 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500345 <text>{@install_image_btn=Install Image}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100346 <actions>
347 <action function="queueclear"/>
348 <action function="set">tw_selectimage=1</action>
349 <action function="page">install</action>
350 </actions>
351 </button>
352
353 <button style="main_button_full_width">
354 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500355 <text>{@adb_sideload_btn=ADB Sideload}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100356 <action function="page">sideload</action>
357 </button>
358
359 <action>
360 <touch key="home"/>
361 <action function="page">main</action>
362 </action>
363
364 <action>
365 <touch key="back"/>
366 <action function="page">main</action>
367 </action>
368 </page>
369
370 <page name="install">
371 <template name="page"/>
372
373 <template name="statusbar"/>
374
375 <text style="text_m">
376 <condition var1="tw_selectimage" var2="0"/>
377 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500378 <text>{@install_zip_hdr=Install Zip} &gt; {@install_select_file_hdr=Select File}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100379 </text>
380
381 <text style="text_m">
382 <condition var1="tw_selectimage" var2="1"/>
383 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500384 <text>{@install_image_hdr=Install Image} &gt; {@install_select_file_hdr=Select File}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100385 </text>
386
387 <fileselector>
388 <condition var1="tw_selectimage" var2="0"/>
389 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
390 <text>%tw_zip_location%</text>
391 <filter extn=".zip" folders="1" files="1"/>
392 <path name="tw_zip_location" default="/sdcard"/>
393 <data name="tw_filename"/>
394 <selection name="tw_file"/>
395 </fileselector>
396
397 <fileselector>
398 <condition var1="tw_selectimage" var2="1"/>
399 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
400 <text>%tw_zip_location%</text>
401 <filter extn=".img" folders="1" files="1"/>
402 <path name="tw_zip_location" default="/sdcard"/>
403 <data name="tw_filename"/>
404 <selection name="tw_file"/>
405 </fileselector>
406
407 <button>
408 <placement x="%btn4_col4_x%" y="%row11_y%"/>
409 <highlight color="%highlight_color%"/>
410 <image resource="q_btn_storage"/>
411 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -0500412 <action function="set">tw_storagetext={@install_hdr=Install} &gt; {@select_storage_hdr=Select Storage}</action>
z31s1g28f0a922015-11-07 18:50:22 +0100413 <action function="set">tw_back=install</action>
414 <action function="page">select_storage</action>
415 </actions>
416 </button>
417
418 <action>
419 <conditions>
420 <condition var1="tw_selectimage" var2="0"/>
421 <condition var1="tw_filename" op="modified"/>
422 </conditions>
423 <actions>
424 <action function="queuezip"/>
425 <action function="page">flash_queue</action>
426 </actions>
427 </action>
428
429 <action>
430 <conditions>
431 <condition var1="tw_selectimage" var2="1"/>
432 <condition var1="tw_filename" op="modified"/>
433 </conditions>
434 <action function="page">flashimage_type</action>
435 </action>
436
437 <action>
438 <touch key="back"/>
439 <action function="page">install_type</action>
440 </action>
441
442 <action>
443 <touch key="home"/>
444 <action function="page">main</action>
445 </action>
446 </page>
447
448 <page name="flash_queue">
449 <template name="page"/>
450
451 <template name="statusbar"/>
452
453 <text style="text_m">
454 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500455 <text>{@install_zip_hdr=Install Zip} &gt; {@queue_hdr=Queue}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100456 </text>
457
458 <text style="text_m_accent">
459 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500460 <text>{@zip_queue_count_s=File %tw_zip_queue_count% of 10:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100461 </text>
462
463 <text style="text_m">
464 <placement x="%indent%" y="%row2_y%"/>
465 <text>%tw_file%</text>
466 </text>
467
468 <text style="text_m_accent">
469 <placement x="%indent%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500470 <text>{@folder=Folder:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100471 </text>
472
473 <text style="text_m">
474 <placement x="%indent%" y="%row5_y%"/>
475 <text>%tw_zip_location%</text>
476 </text>
477
478 <text style="text_m">
479 <placement x="%indent%" y="%row8_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500480 <text>{@zip_back_clear=Press back button to clear the queue.}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100481 </text>
482
483 <button>
484 <placement x="%col1_x_left%" y="%row11_y%"/>
485 <highlight color="%highlight_color%"/>
486 <image resource="q_btn_arrow_left"/>
487 <actions>
488 <action function="queueclear"/>
489 <action function="page">install</action>
490 </actions>
491 </button>
492
493 <button>
494 <placement x="%btn4_col2_x%" y="%row11_y%"/>
495 <highlight color="%highlight_color%"/>
496 <image resource="q_btn_addzip"/>
497 <action function="page">install</action>
498 </button>
499
500 <button>
501 <placement x="%btn4_col3_x%" y="%row11_y%"/>
502 <highlight color="%highlight_color%"/>
503 <image resource="q_btn_accept"/>
504 <action function="page">flash_confirm</action>
505 </button>
506
507 <button>
508 <placement x="%btn4_col4_x%" y="%row11_y%"/>
509 <highlight color="%highlight_color%"/>
510 <image resource="q_btn_arrow_right"/>
511 <action function="page">flash_options</action>
512 </button>
513
514 <action>
515 <touch key="back"/>
516 <actions>
517 <action function="queueclear"/>
518 <action function="page">install</action>
519 </actions>
520 </action>
521
522 <action>
523 <touch key="home"/>
524 <action function="page">main</action>
525 </action>
526 </page>
527
528 <page name="flash_options">
529 <template name="page"/>
530
531 <template name="statusbar"/>
532
533 <text style="text_m">
534 <condition var1="tw_selectimage" var2="0"/>
535 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500536 <text>{@install_zip_hdr=Install Zip} &gt; {@options_hdr=Options}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100537 </text>
538
539 <checkbox>
540 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500541 <text>{@zip_sig_chk=Zip file signature verification}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100542 <data variable="tw_signed_zip_verify"/>
543 </checkbox>
544
545 <checkbox>
546 <condition var1="tw_has_injecttwrp" var2="1"/>
547 <placement x="%indent%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500548 <text>{@inject_twrp_chk=Inject TWRP after install}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100549 <data variable="tw_inject_after_zip"/>
550 </checkbox>
551
bigbiffa869fc72016-03-01 19:40:36 -0500552 <checkbox>
Matt Mower32676622017-01-18 18:56:13 -0600553 <placement x="%indent%" y="%row4_y%"/>
bigbiffa869fc72016-03-01 19:40:36 -0500554 <text>{@install_reboot_chk=Reboot after installation is complete}</text>
Matt Mower32676622017-01-18 18:56:13 -0600555 <data variable="tw_install_reboot"/>
bigbiffa869fc72016-03-01 19:40:36 -0500556 </checkbox>
557
z31s1g28f0a922015-11-07 18:50:22 +0100558 <button>
559 <placement x="%col1_x_left%" y="%row11_y%"/>
560 <highlight color="%highlight_color%"/>
561 <image resource="q_btn_arrow_left"/>
562 <action function="page">flash_queue</action>
563 </button>
564
565 <button>
566 <placement x="%btn4_col4_x%" y="%row11_y%"/>
567 <highlight color="%highlight_color%"/>
568 <image resource="q_btn_accept_transp"/>
569 <action function="page">flash_confirm</action>
570 </button>
571
572 <action>
573 <touch key="back"/>
574 <action function="page">flash_queue</action>
575 </action>
576
577 <action>
578 <touch key="home"/>
579 <action function="page">main</action>
580 </action>
581 </page>
582
583 <page name="flash_confirm">
584 <template name="page"/>
585
586 <template name="statusbar"/>
587
588 <text style="text_m">
589 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500590 <text>{@install_zip_hdr=Install Zip} &gt; {@confirm_flash_hdr=Confirm Flash}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100591 </text>
592
593 <text style="text_m_accent">
594 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500595 <text>{@file=File:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100596 </text>
597
598 <text style="text_m">
599 <placement x="%indent%" y="%row2_y%"/>
600 <text>%tw_file%</text>
601 </text>
602
603 <button>
604 <fill color="%transparent%"/>
605 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="48"/>
606 <action function="page">flash_queue</action>
607 </button>
608
609 <text style="text_m_accent">
610 <placement x="%indent%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500611 <text>{@zip_queue=Queue:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100612 </text>
613
614 <text style="text_m">
615 <placement x="%indent%" y="%row5_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500616 <text>{@zip_queue_count_s=File %tw_zip_queue_count% of 10:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100617 </text>
618
619 <button>
620 <fill color="%transparent%"/>
621 <placement x="0" y="%row3a_y%" w="%screen_width%" h="48"/>
622 <action function="page">flash_queue</action>
623 </button>
624
625 <listbox style="listbox_options">
626 <placement x="%col1_x_left%" y="%row8_y%" w="%content_width%" h="80"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500627 <listitem name="{@zip_sig_chk=Zip signature verification}">
z31s1g28f0a922015-11-07 18:50:22 +0100628 <data variable="tw_signed_zip_verify"/>
629 </listitem>
630 </listbox>
631
632 <text style="text_m_accent">
633 <placement x="%indent%" y="%row7_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500634 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100635 </text>
636
637 <text style="text_m">
638 <condition var1="tw_has_injecttwrp" var2="1"/>
639 <condition var1="tw_inject_after_zip" var2="1"/>
640 <placement x="%indent%" y="%row9_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500641 <text>{@inject_twrp_chk=Inject TWRP after install}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100642 </text>
643
644 <button>
645 <fill color="%transparent%"/>
646 <placement x="0" y="%row6a_y%" w="%screen_width%" h="64"/>
647 <action function="page">flash_options</action>
648 </button>
649
650 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -0500651 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100652 <action function="flash">flash_zip</action>
653 </slider>
654
655 <action>
656 <touch key="back"/>
657 <actions>
658 <action function="cancelzip"/>
659 <action function="page">install</action>
660 </actions>
661 </action>
662
663 <action>
664 <touch key="home"/>
665 <action function="page">main</action>
666 </action>
667 </page>
668
669 <page name="flash_zip">
670 <template name="page"/>
671
672 <template name="statusbar"/>
673
674 <text style="text_m">
675 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -0600676 <text>{@installing_zip_xml=Installing Zip: %tw_file%}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100677 </text>
678
679 <template name="console"/>
680
681 <template name="progress_bar"/>
682
683 <action>
684 <condition var1="tw_operation_state" var2="1"/>
685 <action function="page">flash_done</action>
686 </action>
687 </page>
688
689 <page name="flash_done">
690 <template name="page"/>
691
692 <template name="statusbar"/>
693
694 <text style="text_m_fail">
695 <condition var1="tw_operation_status" op="!=" var2="0"/>
696 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500697 <text>{@install_failed=Installation Failed}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100698 </text>
699
700 <text style="text_m">
701 <condition var1="tw_operation_status" var2="0"/>
702 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500703 <text>{@install_successful=Installation Successful}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100704 </text>
705
706 <template name="console"/>
707
708 <button style="main_button_half_height">
709 <placement x="%col1_x_left%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500710 <text>{@wipe_cache_dalvik_btn=Wipe cache/dalvik}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100711 <actions>
712 <action function="set">tw_back=flash_done</action>
713 <action function="set">tw_action=wipe</action>
714 <action function="set">tw_action_param=/cache</action>
715 <action function="set">tw_has_action2=1</action>
716 <action function="set">tw_action2=wipe</action>
717 <action function="set">tw_action2_param=dalvik</action>
Ethan Yonker74db1572015-10-28 12:44:49 -0500718 <action function="set">tw_text1={@wipe_cache_dalvik_confirm=Wipe Cache &amp; Dalvik?}</action>
719 <action function="set">tw_action_text1={@wiping_cache_dalvik=Wiping Cache &amp; Dalvik...}</action>
720 <action function="set">tw_complete_text1={@wipe_cache_dalvik_complete=Cache &amp; Dalvik Wipe Complete}</action>
721 <action function="set">tw_slider_text={@swipe_wipe_s= Wipe}</action>
z31s1g28f0a922015-11-07 18:50:22 +0100722 <action function="page">confirm_action</action>
723 </actions>
724 </button>
725
726 <button style="main_button_half_height">
727 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500728 <text>{@reboot_system_btn=Reboot System}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100729 <actions>
730 <action function="set">tw_back=main2</action>
Matt Mower908dd252016-05-25 02:26:50 -0500731 <action function="page">reboot_system_routine</action>
z31s1g28f0a922015-11-07 18:50:22 +0100732 </actions>
733 </button>
734
735 <action>
736 <touch key="back"/>
737 <actions>
738 <action function="set">tw_clear_destination=install_type</action>
739 <action function="page">clear_vars</action>
740 </actions>
741 </action>
742
743 <action>
744 <touch key="home"/>
745 <actions>
746 <action function="set">tw_clear_destination=main2</action>
747 <action function="page">clear_vars</action>
748 </actions>
749 </action>
Matt Mower9a2a2052016-05-31 21:31:22 -0500750
751 <action>
752 <conditions>
753 <condition var1="tw_install_reboot" var2="1"/>
754 <condition var1="tw_operation_status" var2="0"/>
755 <condition var1="tw_reboot_system" var2="1"/>
756 </conditions>
757 <actions>
758 <action function="set">tw_sleep=%tw_sleep_total%</action>
759 <action function="page">flash_sleep_and_reboot</action>
760 </actions>
761 </action>
762 </page>
763
764 <page name="flash_sleep_and_reboot">
765 <template name="page"/>
766
767 <template name="statusbar"/>
768
769 <text style="text_m">
770 <placement x="%col1_x_left%" y="%row1_header_y%"/>
771 <text>{@install_reboot=Rebooting in %tw_sleep% second(s)}</text>
772 </text>
773
774 <template name="console"/>
775
776 <template name="progress_bar"/>
777
778 <button style="main_button_half_height">
779 <condition var1="tw_sleep" op="&gt;" var2="0"/>
780 <placement x="%col1_x_right%" y="%row13_y%"/>
781 <text>{@cancel_btn=Cancel}</text>
782 <actions>
783 <action function="set">tw_install_reboot=0</action>
784 <action function="page">flash_done</action>
785 </actions>
786 </button>
787
788 <action>
789 <conditions>
790 <condition var1="tw_sleep" var2="tw_sleep_total"/>
791 <condition var1="tw_install_reboot" var2="1"/>
792 </conditions>
793 <action function="sleepcounter">%tw_sleep_total%</action>
794 </action>
795
796 <action>
797 <conditions>
798 <condition var1="tw_sleep" var2="0"/>
799 <condition var1="tw_install_reboot" var2="1"/>
800 </conditions>
801 <actions>
802 <action function="sleep">50000</action>
803 <action function="set">tw_back=main2</action>
804 <action function="page">reboot_system_routine</action>
805 </actions>
806 </action>
z31s1g28f0a922015-11-07 18:50:22 +0100807 </page>
808
809 <page name="flashimage_type">
810 <template name="page"/>
811
812 <template name="statusbar"/>
813
814 <text style="text_m">
815 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -0600816 <text>{@install_image_hdr=Install Image} &gt; {@install_sel_target=Select Target Partition}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100817 </text>
818
819 <partitionlist style="partitionlist_headerless_rb">
820 <data name="tw_flash_partition"/>
821 <listtype name="flashimg"/>
822 </partitionlist>
823
824 <button>
825 <placement x="%col1_x_left%" y="%row11_y%"/>
826 <highlight color="%highlight_color%"/>
827 <image resource="q_btn_arrow_left"/>
828 <action function="page">install</action>
829 </button>
830
831 <button>
832 <placement x="%btn4_col4_x%" y="%row11_y%"/>
833 <highlight color="%highlight_color%"/>
834 <image resource="q_btn_accept_transp"/>
835 <action function="page">flashimage_confirm</action>
836 </button>
837
838 <action>
839 <touch key="back"/>
840 <action function="page">install</action>
841 </action>
842
843 <action>
844 <touch key="home"/>
845 <action function="page">main</action>
846 </action>
847 </page>
848
849 <page name="flashimage_confirm">
850 <template name="page"/>
851
852 <template name="statusbar"/>
853
854 <text style="text_m">
855 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500856 <text>{@install_image_hdr=Install Image} &gt; {@confirm_flash_hdr=Confirm Flash}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100857 </text>
858
859 <text style="text_m_accent">
860 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500861 <text>{@file=File:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100862 </text>
863
864 <text style="text_m">
865 <placement x="%indent%" y="%row2_y%"/>
866 <text>%tw_file%</text>
867 </text>
868
869 <button>
870 <fill color="%transparent%"/>
871 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="48"/>
872 <action function="page">install</action>
873 </button>
874
875 <text style="text_m_accent">
876 <placement x="%indent%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500877 <text>{@target_partition=Target Partition:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100878 </text>
879
880 <text style="text_m">
881 <placement x="%indent%" y="%row5_y%"/>
882 <text>%tw_flash_partition%</text>
883 </text>
884
885 <button>
886 <fill color="%transparent%"/>
887 <placement x="0" y="%row3a_y%" w="%screen_width%" h="48"/>
888 <action function="page">flashimage_type</action>
889 </button>
890
891 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -0500892 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100893 <actions>
894 <action function="set">tw_back=flashimage_confirm</action>
895 <action function="set">tw_action=flashimage</action>
896 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -0500897 <action function="set">tw_action_text1={@flashing_image=Flashing Image...}</action>
z31s1g28f0a922015-11-07 18:50:22 +0100898 <action function="set">tw_action_text2=</action>
Ethan Yonker74db1572015-10-28 12:44:49 -0500899 <action function="set">tw_complete_text1={@image_flashed=Image Flashed}</action>
z31s1g28f0a922015-11-07 18:50:22 +0100900 <action function="page">action_page</action>
901 </actions>
902 <action function="flashimage"/>
903 </slider>
904
905 <action>
906 <touch key="back"/>
907 <actions>
908 <action function="set">tw_clear_destination=install</action>
909 <action function="page">clear_vars</action>
910 </actions>
911 </action>
912
913 <action>
914 <touch key="home"/>
915 <actions>
916 <action function="set">tw_clear_destination=main2</action>
917 <action function="page">clear_vars</action>
918 </actions>
919 </action>
920 </page>
921
922 <page name="clear_vars">
923 <action>
924 <action function="set">tw_operation_state=0</action>
925 <action function="set">tw_text1=</action>
926 <action function="set">tw_text2=</action>
927 <action function="set">tw_text3=</action>
928 <action function="set">tw_text4=</action>
929 <action function="set">tw_action_text1=</action>
930 <action function="set">tw_action_text2=</action>
931 <action function="set">tw_action_param=</action>
932 <action function="set">tw_has_action2=0</action>
933 <action function="set">tw_action2=</action>
934 <action function="set">tw_action2_param=</action>
935 <action function="set">tw_has_cancel=0</action>
936 <action function="set">tw_cancel_action=</action>
937 <action function="set">tw_cancel_param=</action>
938 <action function="set">tw_show_exclamation=0</action>
939 <action function="set">tw_show_reboot=0</action>
940 <action function="page">%tw_clear_destination%</action>
941 </action>
942 </page>
943
Matt Mower908dd252016-05-25 02:26:50 -0500944 <page name="reboot_system_routine">
945 <action>
946 <action function="set">tw_back=main2</action>
947 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -0500948 <action function="set">tw_action_param=system</action>
Matt Mower908dd252016-05-25 02:26:50 -0500949 <action function="set">tw_has_action2=0</action>
950 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
951 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
952 <action function="set">tw_text3=</action>
953 <action function="set">tw_text4=</action>
954 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
955 <action function="set">tw_action_text2=</action>
956 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
957 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
958 <action function="page">rebootcheck</action>
959 </action>
960 </page>
961
z31s1g28f0a922015-11-07 18:50:22 +0100962 <page name="confirm_action">
963 <template name="page"/>
964
965 <template name="statusbar"/>
966
967 <text style="text_m">
968 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500969 <text>{@confirm_action=Confirm Action}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100970 </text>
971
972 <text style="text_m_accent">
973 <placement x="%center_x%" y="%row2_y%" placement="5"/>
974 <text>%tw_text1%</text>
975 </text>
976
977 <text style="text_m_accent">
978 <placement x="%center_x%" y="%row3_y%" placement="5"/>
979 <text>%tw_text2%</text>
980 </text>
981
982 <text style="text_m">
983 <condition var1="tw_action" op="!=" var2="changefilesystem"/>
984 <placement x="%center_x%" y="%row5_y%" placement="5"/>
985 <text>%tw_text3%</text>
986 </text>
987
988 <text style="text_m">
989 <condition var1="tw_action" op="!=" var2="changefilesystem"/>
990 <placement x="%center_x%" y="%row6_y%" placement="5"/>
991 <text>%tw_text4%</text>
992 </text>
993
994 <text style="text_m_fail">
995 <condition var1="tw_action" var2="changefilesystem"/>
996 <placement x="%center_x%" y="%row5_y%" placement="5"/>
997 <text>%tw_text3%</text>
998 </text>
999
1000 <text style="text_m_fail">
1001 <condition var1="tw_action" var2="changefilesystem"/>
1002 <placement x="%center_x%" y="%row6_y%" placement="5"/>
1003 <text>%tw_text4%</text>
1004 </text>
1005
1006 <text style="text_m">
1007 <placement x="%center_x%" y="%row8_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001008 <text>{@back_cancel=Press back button to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001009 </text>
1010
1011 <slider>
1012 <text>%tw_slider_text%</text>
1013 <action function="page">action_page</action>
1014 </slider>
1015
1016 <action>
1017 <touch key="back"/>
1018 <actions>
1019 <action function="set">tw_clear_destination=%tw_back%</action>
1020 <action function="page">clear_vars</action>
1021 </actions>
1022 </action>
1023
1024 <action>
1025 <touch key="home"/>
1026 <action function="page">main</action>
1027 </action>
1028 </page>
1029
1030 <page name="action_page">
1031 <template name="page"/>
1032
1033 <template name="statusbar"/>
1034
1035 <text style="text_m">
1036 <placement x="%col1_x_left%" y="%row1_header_y%"/>
1037 <text>%tw_action_text1% %tw_action_text2%</text>
1038 </text>
1039
1040 <template name="console"/>
1041
1042 <template name="progress_bar"/>
1043
1044 <button style="main_button_half_height">
1045 <condition var1="tw_has_cancel" var2="1"/>
1046 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001047 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001048 <action function="%tw_cancel_action%">%tw_cancel_param%</action>
1049 </button>
1050
1051 <action>
1052 <condition var1="tw_operation_state" var2="1"/>
1053 <actions>
1054 <action function="page">action_complete</action>
1055 </actions>
1056 </action>
1057
1058 <action>
1059 <condition var1="tw_has_action2" var2="0"/>
1060 <actions>
1061 <action function="%tw_action%">%tw_action_param%</action>
1062 </actions>
1063 </action>
1064
1065 <action>
1066 <condition var1="tw_has_action2" var2="1"/>
1067 <actions>
1068 <action function="%tw_action%">%tw_action_param%</action>
1069 <action function="%tw_action2%">%tw_action2_param%</action>
1070 </actions>
1071 </action>
1072 </page>
1073
1074 <page name="singleaction_page">
1075 <template name="page"/>
1076
1077 <template name="statusbar"/>
1078
1079 <text style="text_m">
1080 <placement x="%col1_x_left%" y="%row1_header_y%"/>
1081 <text>%tw_action_text1% %tw_action_text2%</text>
1082 </text>
1083
1084 <template name="console"/>
1085
1086 <template name="progress_bar"/>
1087
1088 <action>
1089 <condition var1="tw_operation_state" var2="1"/>
1090 <actions>
1091 <action function="set">tw_page_done=1</action>
1092 </actions>
1093 </action>
1094
1095 <action>
1096 <condition var1="tw_has_action2" var2="0"/>
1097 <actions>
1098 <action function="%tw_action%">%tw_action_param%</action>
1099 </actions>
1100 </action>
1101
1102 <action>
1103 <condition var1="tw_has_action2" var2="1"/>
1104 <actions>
1105 <action function="%tw_action%">%tw_action_param%</action>
1106 <action function="%tw_action2%">%tw_action2_param%</action>
1107 </actions>
1108 </action>
1109 </page>
1110
1111 <page name="action_complete">
1112 <template name="page"/>
1113
1114 <template name="statusbar"/>
1115
1116 <text style="text_m_fail">
1117 <condition var1="tw_operation_status" op="!=" var2="0"/>
1118 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001119 <text>%tw_complete_text1% {@failed=Failed}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001120 </text>
1121
1122 <text style="text_m">
1123 <condition var1="tw_operation_status" var2="0"/>
1124 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001125 <text>%tw_complete_text1% {@successful=Successful}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001126 </text>
1127
1128 <template name="console"/>
1129
1130 <button style="main_button_half_height">
1131 <placement x="%col1_x_left%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001132 <text>{@back_btn=Back}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001133 <actions>
1134 <action function="set">tw_clear_destination=%tw_back%</action>
1135 <action function="page">clear_vars</action>
1136 </actions>
1137 </button>
1138
1139 <button style="main_button_half_height">
1140 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001141 <text>{@reboot_system_btn=Reboot System}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001142 <actions>
1143 <action function="set">tw_back=main2</action>
Matt Mower908dd252016-05-25 02:26:50 -05001144 <action function="page">reboot_system_routine</action>
z31s1g28f0a922015-11-07 18:50:22 +01001145 </actions>
1146 </button>
1147
1148 <action>
1149 <touch key="home"/>
1150 <actions>
1151 <action function="set">tw_clear_destination=main2</action>
1152 <action function="page">clear_vars</action>
1153 </actions>
1154 </action>
1155
1156 <action>
1157 <touch key="back"/>
1158 <actions>
1159 <action function="set">tw_clear_destination=%tw_back%</action>
1160 <action function="page">clear_vars</action>
1161 </actions>
1162 </action>
1163 </page>
1164
1165 <page name="filecheck">
1166 <action>
1167 <action function="fileexists">%tw_filecheck%</action>
1168 </action>
1169
1170 <action>
1171 <conditions>
1172 <condition var1="tw_operation_state" var2="1"/>
1173 <condition var1="tw_operation_status" var2="0"/>
1174 </conditions>
1175 <actions>
1176 <action function="set">tw_fileexists=1</action>
1177 <action function="page">%tw_existpage%</action>
1178 </actions>
1179 </action>
1180
1181 <action>
1182 <conditions>
1183 <condition var1="tw_operation_state" var2="1"/>
1184 <condition var1="tw_operation_status" var2="1"/>
1185 </conditions>
1186 <actions>
1187 <action function="set">tw_fileexists=0</action>
1188 <action function="page">%tw_notexistpage%</action>
1189 </actions>
1190 </action>
1191 </page>
1192
1193 <page name="rebootcheck">
1194 <action>
1195 <condition var1="tw_backup_system_size" op="&gt;=" var2="%tw_min_system%"/>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06001196 <action function="page">appcheck</action>
z31s1g28f0a922015-11-07 18:50:22 +01001197 </action>
1198
1199 <action>
1200 <condition var1="tw_backup_system_size" op="&lt;" var2="%tw_min_system%"/>
1201 <action function="page">confirm_action</action>
1202 </action>
1203 </page>
1204
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06001205 <page name="appcheck">
1206 <action>
1207 <condition var1="tw_app_prompt" var2="1"/>
1208 <action function="checkforapp"></action>
1209 </action>
1210
1211 <action>
1212 <condition var1="tw_app_prompt" op="!=" var2="1"/>
1213 <action function="reboot">%tw_reboot_param%</action>
1214 </action>
1215
1216 <action>
1217 <condition var1="tw_app_install_status" var2="1"/>
1218 <action function="page">rebootapp</action>
1219 </action>
1220
1221 <action>
1222 <condition var1="tw_app_install_status" var2="2"/>
1223 <action function="reboot">%tw_reboot_param%</action>
1224 </action>
1225 </page>
1226
z31s1g28f0a922015-11-07 18:50:22 +01001227 <page name="wipe_type1">
1228 <template name="page"/>
1229
1230 <template name="statusbar"/>
1231
1232 <text style="text_m">
1233 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001234 <text>{@wipe_hdr=Wipe} &gt; {@select_type_hdr=Select Type}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001235 </text>
1236
1237 <button style="main_button_full_width">
1238 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001239 <text>{@factory_reset_btn=Factory Reset}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001240 <action function="page">wipe</action>
1241 </button>
1242
1243 <button style="main_button_full_width">
1244 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001245 <text>{@advanced_wipe_btn=Advanced Wipe}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001246 <actions>
1247 <action function="set">partitionlisterror=0</action>
1248 <action function="page">advancedwipe</action>
1249 </actions>
1250 </button>
1251
1252 <button>
1253 <placement x="%btn4_col4_x%" y="%row11_y%"/>
1254 <highlight color="%highlight_color%"/>
1255 <image resource="q_btn_arrow_right"/>
1256 <action function="page">wipe_type2</action>
1257 </button>
1258
1259 <action>
1260 <touch key="home"/>
1261 <action function="page">main</action>
1262 </action>
1263
1264 <action>
1265 <touch key="back"/>
1266 <action function="page">main</action>
1267 </action>
1268 </page>
1269
1270 <page name="wipe_type2">
1271 <template name="page"/>
1272
1273 <template name="statusbar"/>
1274
1275 <text style="text_m">
1276 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001277 <text>{@wipe_hdr=Wipe} &gt; {@select_type_hdr=Select Type}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001278 </text>
1279
1280 <button style="main_button_full_width">
1281 <condition var1="tw_has_data_media" var2="1"/>
1282 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001283 <text>{@format_data_btn=Format Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001284 <action function="page">formatdata</action>
1285 </button>
1286
1287 <button style="main_button_full_width">
1288 <conditions>
1289 <condition var1="tw_is_encrypted" var2="1"/>
1290 <condition var1="tw_has_data_media" var2="0"/>
1291 </conditions>
1292 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001293 <text>{@wipe_enc_btn=Wipe Encryption}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001294 <actions>
1295 <action function="set">tw_back=wipe</action>
1296 <action function="set">tw_action=wipe</action>
1297 <action function="set">tw_action_param=DATAMEDIA</action>
1298 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001299 <action function="set">tw_text1={@wipe_enc_confirm=Wipe Encryption from Data?}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001300 <action function="set">tw_text2=</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001301 <action function="set">tw_action_text1={@formatting_data=Formatting Data...}</action>
1302 <action function="set">tw_complete_text1={@format_data_complete=Data Format Complete}</action>
1303 <action function="set">tw_slider_text={@swipe_format_data_s= Format Data}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001304 <action function="page">confirm_action</action>
1305 </actions>
1306 </button>
1307
1308 <button style="main_button_full_width">
1309 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001310 <text>{@file_sys_opt=File System Options}</text><actions>
z31s1g28f0a922015-11-07 18:50:22 +01001311 <action function="set">partitionlisterror=0</action>
1312 <action function="page">partitionoptions_select</action>
1313 </actions>
1314 </button>
1315
1316 <button>
1317 <placement x="%col1_x_left%" y="%row11_y%"/>
1318 <highlight color="%highlight_color%"/>
1319 <image resource="q_btn_arrow_left"/>
1320 <action function="page">wipe_type1</action>
1321 </button>
1322
1323 <action>
1324 <touch key="home"/>
1325 <action function="page">main</action>
1326 </action>
1327
1328 <action>
1329 <touch key="back"/>
1330 <action function="page">main</action>
1331 </action>
1332 </page>
1333
1334 <page name="wipe">
1335 <template name="page"/>
1336
1337 <template name="statusbar"/>
1338
1339 <text style="text_m">
1340 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001341 <text>{@wipe_hdr=Wipe} &gt; {@factory_reset_hdr=Factory Reset}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001342 </text>
1343
1344 <text style="text_m_accent">
1345 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001346 <text>{@factory_reset1=Wipes Data, Cache, and Dalvik}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001347 </text>
1348
1349 <text style="text_m_accent">
1350 <condition var1="tw_has_data_media" var2="1"/>
1351 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001352 <text>{@factory_reset2=(not including internal storage)}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001353 </text>
1354
1355 <text style="text_m_accent">
1356 <conditions>
1357 <condition var1="tw_has_android_secure" var2="1"/>
1358 <condition var1="fileexists" var2="/and-sec"/>
1359 </conditions>
1360 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001361 <text>{@android_secure=Android Secure}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001362 </text>
1363
1364 <text style="text_m_accent">
1365 <condition var1="tw_has_sdext_partition" var2="1"/>
1366 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001367 <text>{@sdext=SD-EXT}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001368 </text>
1369
1370 <text style="text_m">
1371 <placement x="%center_x%" y="%row6_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001372 <text>{@factory_reset3=Most of the time this is}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001373 </text>
1374
1375 <text style="text_m">
1376 <placement x="%center_x%" y="%row7_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001377 <text>{@factory_reset4=the only wipe that you need.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001378 </text>
1379
1380 <text style="text_m">
1381 <placement x="%center_x%" y="%row9_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001382 <text>{@back_cancel=Press back button to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001383 </text>
1384
1385 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05001386 <text>{@swipe_wipe_s= Wipe}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001387 <actions>
1388 <action function="set">tw_back=wipe</action>
1389 <action function="set">tw_action=wipe</action>
1390 <action function="set">tw_action_param=data</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001391 <action function="set">tw_action_text1={@factory_resetting=Factory Reset...}</action>
1392 <action function="set">tw_complete_text1={@factory_reset_complete=Factory Reset Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001393 <action function="page">action_page</action>
1394 </actions>
1395 </slider>
1396
1397 <action>
1398 <touch key="back"/>
1399 <action function="page">wipe_type1</action>
1400 </action>
1401
1402 <action>
1403 <touch key="home"/>
1404 <action function="page">main</action>
1405 </action>
1406 </page>
1407
1408 <page name="advancedwipe">
1409 <action>
1410 <action function="set">tw_wipe_list=</action>
1411 </action>
1412
1413 <template name="page"/>
1414
1415 <template name="statusbar"/>
1416
1417 <text style="text_m">
1418 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001419 <text>{@wipe_hdr=Wipe} &gt; {@advanced_wipe_hdr=Advanced Wipe} &gt; {@sel_part_hdr=Select Partitions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001420 </text>
1421
1422 <partitionlist style="partitionlist_headerless_cb">
1423 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
1424 <data name="tw_wipe_list"/>
1425 <listtype name="wipe"/>
1426 </partitionlist>
1427
1428 <fill color="%accent_color%">
1429 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
1430 </fill>
1431
1432 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05001433 <text>{@swipe_wipe_s= Wipe}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001434 <actions>
1435 <action function="set">tw_back=advancedwipe</action>
1436 <action function="set">tw_action=wipe</action>
1437 <action function="set">tw_action_param=LIST</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001438 <action function="set">tw_text1={@wipe_sel_confirm=Wipe Selected Partition(s)?}</action>
1439 <action function="set">tw_action_text1={@wiping_part=Wiping Partition(s)...}</action>
1440 <action function="set">tw_complete_text1={@wipe_complete=Wipe Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001441 <action function="page">action_page</action>
1442 </actions>
1443 </slider>
1444
1445 <action>
1446 <touch key="home"/>
1447 <action function="page">main</action>
1448 </action>
1449
1450 <action>
1451 <touch key="back"/>
1452 <action function="page">wipe_type1</action>
1453 </action>
1454 </page>
1455
1456 <page name="formatdata">
1457 <template name="page"/>
1458
1459 <template name="statusbar"/>
1460
1461 <text style="text_m">
1462 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001463 <text>{@wipe_hdr=Wipe} &gt; {@format_data_hdr=Format Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001464 </text>
1465
1466 <text style="text_m_fail">
1467 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001468 <text>{@format_data_wtc1=Format Data will wipe all of your apps,}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001469 </text>
1470
1471 <text style="text_m_fail">
1472 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001473 <text>{@format_data_wtc2=backups and media. This cannot be undone.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001474 </text>
1475
1476 <text style="text_m">
1477 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001478 <text>{@yes_continue=Type yes to continue. Press back to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001479 </text>
1480
1481 <input>
1482 <placement x="%col1_x_left%" y="%row5_y%" w="%content_width%" h="%input_height%"/>
1483 <text>%tw_confirm_formatdata%</text>
1484 <data name="tw_confirm_formatdata"/>
1485 <restrict minlen="3" maxlen="3" allow="yes"/>
1486 <action function="page">formatdata_confirm</action>
1487 </input>
1488
1489 <fill color="%accent_color%">
1490 <placement x="%col1_x_left%" y="row6_input_y" w="%content_width%" h="input_line_width"/>
1491 </fill>
1492
1493 <template name="keyboardtemplate"/>
1494
1495 <action>
1496 <touch key="home"/>
1497 <action function="page">main</action>
1498 </action>
1499
1500 <action>
1501 <touch key="back"/>
1502 <action function="page">wipe_type2</action>
1503 </action>
1504 </page>
1505
1506 <page name="formatdata_confirm">
1507 <action>
1508 <condition var1="tw_confirm_formatdata" op="=" var2="yes"/>
1509 <actions>
1510 <action function="set">tw_back=formatdata</action>
1511 <action function="set">tw_action=wipe</action>
1512 <action function="set">tw_action_param=DATAMEDIA</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001513 <action function="set">tw_action_text1={@formatting_data=Formatting Data...}</action>
1514 <action function="set">tw_complete_text1={@format_data_complete=Data Format Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001515 <action function="page">action_page</action>
1516 </actions>
1517 </action>
1518
1519 <action>
1520 <condition var1="tw_confirm_formatdata" op="!=" var2="yes"/>
1521 <action function="page">formatdata</action>
1522 </action>
1523 </page>
1524
1525 <page name="checkpartitionlist">
1526 <action>
1527 <condition var1="tw_check_partition_list" op="=" var2="1"/>
1528 <actions>
1529 <action function="set">partitionlisterror=0</action>
Ethan Yonker483e9f42016-01-11 22:21:18 -06001530 <action function="getpartitiondetails">tw_wipe_list</action>
z31s1g28f0a922015-11-07 18:50:22 +01001531 <action function="page">partitionoptions</action>
1532 </actions>
1533 </action>
1534
1535 <action>
1536 <condition var1="tw_check_partition_list" op="!=" var2="1"/>
1537 <actions>
1538 <action function="set">partitionlisterror=1</action>
z31s1g28f0a922015-11-07 18:50:22 +01001539 <action function="page">partitionoptions_select</action>
1540 </actions>
1541 </action>
1542 </page>
1543
1544 <page name="partitionoptions_select">
1545 <action>
1546 <action function="set">tw_wipe_list=</action>
1547 </action>
1548
1549 <template name="page"/>
1550
1551 <template name="statusbar"/>
1552
1553 <text style="text_m">
1554 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001555 <text>{@wipe_hdr=Wipe} &gt; {@file_sys_opt=File System Options} &gt; {@sel_part_hdr=Select Partitions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001556 </text>
1557
1558 <partitionlist style="partitionlist_headerless_cb">
1559 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
1560 <data name="tw_wipe_list"/>
1561 <listtype name="wipe"/>
1562 </partitionlist>
1563
1564 <fill color="%accent_color%">
1565 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
1566 </fill>
1567
z31s1g28f0a922015-11-07 18:50:22 +01001568 <text style="text_m_fail">
1569 <condition var1="partitionlisterror" var2="1"/>
1570 <placement x="%col1_x_left%" y="%row12_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001571 <text>{@invalid_part_sel=Invalid partition selection}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001572 </text>
1573
1574 <button>
1575 <placement x="%btn4_col4_x%" y="%row11_y%"/>
1576 <highlight color="%highlight_color%"/>
1577 <image resource="q_btn_arrow_right"/><actions>
Ethan Yonker483e9f42016-01-11 22:21:18 -06001578 <action function="checkpartitionlist">tw_wipe_list</action>
z31s1g28f0a922015-11-07 18:50:22 +01001579 <action function="page">checkpartitionlist</action>
1580 </actions>
1581 </button>
1582
1583 <action>
1584 <touch key="home"/>
1585 <action function="page">main</action>
1586 </action>
1587
1588 <action>
1589 <touch key="back"/>
1590 <action function="page">wipe_type2</action>
1591 </action>
1592 </page>
1593
1594 <page name="partitionoptions">
1595
1596 <template name="page"/>
1597
1598 <template name="statusbar"/>
1599
1600 <text style="text_m">
1601 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001602 <text>{@wipe_hdr=Wipe} &gt; {@file_sys_opt=File System Options} &gt; {@sel_act_hdr=Select Action}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001603 </text>
1604
1605 <text style="text_m_accent">
1606 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001607 <text>{@partition=Partition: %tw_partition_name%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001608 </text>
1609
1610 <text style="text_m_accent">
1611 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001612 <text>{@part_curr_fs=File system: %tw_partition_file_system%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001613 </text>
1614
1615 <text style="text_m">
1616 <condition var1="tw_partition_is_present" var2="1"/>
1617 <placement x="%col1_x_left%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001618 <text>{@part_present_yes=Present: Yes}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001619 </text>
1620
1621 <text style="text_m">
1622 <condition var1="tw_partition_is_present" var2="0"/>
1623 <placement x="%col1_x_left%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001624 <text>{@part_present_no=Present: No}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001625 </text>
1626
1627 <text style="text_m">
1628 <condition var1="tw_partition_removable" var2="1"/>
1629 <placement x="%col1_x_right%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001630 <text>{@part_removable_yes=Removable: Yes}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001631 </text>
1632
1633 <text style="text_m">
1634 <condition var1="tw_partition_removable" var2="0"/>
1635 <placement x="%col1_x_right%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001636 <text>{@part_removable_no=Removable: No}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001637 </text>
1638
1639 <text style="text_m">
1640 <placement x="%col1_x_left%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001641 <text>{@part_size=Size: %tw_partition_size%MB}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001642 </text>
1643
1644 <text style="text_m">
1645 <placement x="%col1_x_right%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001646 <text>{@part_used=Used: %tw_partition_used%MB}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001647 </text>
1648
1649 <text style="text_m">
1650 <placement x="%col1_x_left%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001651 <text>{@part_free=Free: %tw_partition_free%MB}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001652 </text>
1653
1654 <text style="text_m">
1655 <placement x="%col1_x_right%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001656 <text>{@part_backup_size=Backup Size: %tw_partition_backup_size%MB}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001657 </text>
1658
1659 <button style="main_button">
1660 <condition var1="tw_partition_can_resize" op="=" var2="1"/>
1661 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001662 <text>{@resize_btn_s=Resize}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001663 <actions>
1664 <action function="set">tw_back=partitionoptions</action>
1665 <action function="set">tw_action=resize</action>
1666 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1667 <action function="set">tw_has_action2=1</action>
1668 <action function="set">tw_action2=getpartitiondetails</action>
Ethan Yonker483e9f42016-01-11 22:21:18 -06001669 <action function="set">tw_action2_param=tw_wipe_list</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001670 <action function="set">tw_text1={@resize_confirm=Resize %tw_partition_name%?}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001671 <action function="set">tw_text2=</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001672 <action function="set">tw_action_text1={@resizing=Resizing...}</action>
1673 <action function="set">tw_complete_text1={@resize_complete=Resize Complete}</action>
1674 <action function="set">tw_slider_text={@swipe_resize_s= Resize}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001675 <action function="page">confirm_action</action>
1676 </actions>
1677 </button>
1678
1679 <button style="main_button">
1680 <condition var1="tw_partition_can_repair" op="=" var2="1"/>
1681 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001682 <text>{@repair_btn_s=Repair}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001683 <actions>
1684 <action function="set">tw_back=partitionoptions</action>
1685 <action function="set">tw_action=repair</action>
1686 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1687 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001688 <action function="set">tw_text1={@repair_confirm=Repair %tw_partition_name%?}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001689 <action function="set">tw_text2=</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001690 <action function="set">tw_action_text1={@repairing=Repairing...}</action>
1691 <action function="set">tw_complete_text1={@repair_complete=Repair Complete}</action>
1692 <action function="set">tw_slider_text={@swipe_repair_s= Repair}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001693 <action function="page">confirm_action</action>
1694 </actions>
1695 </button>
1696
1697 <button>
1698 <placement x="%col1_x_left%" y="%row11_y%"/>
1699 <highlight color="%highlight_color%"/>
1700 <image resource="q_btn_arrow_left"/>
1701 <action function="page">partitionoptions_select</action>
1702 </button>
1703
1704 <button style="main_button">
1705 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001706 <text>{@change_fs_btn_s=Change}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001707 <action function="page">selectfilesystem</action>
1708 </button>
1709
1710 <action>
1711 <touch key="home"/>
1712 <action function="page">main</action>
1713 </action>
1714
1715 <action>
1716 <touch key="back"/>
1717 <action function="page">partitionoptions_select</action>
1718 </action>
1719 </page>
1720
1721 <page name="refreshfilesystem">
1722 <action>
1723 <condition var1="tw_check_partition_list" op="=" var2="1"/>
1724 <actions>
1725 <action function="set">partitionlisterror=0</action>
Ethan Yonker483e9f42016-01-11 22:21:18 -06001726 <action function="getpartitiondetails">tw_wipe_list</action>
z31s1g28f0a922015-11-07 18:50:22 +01001727 <action function="page">selectfilesystem</action>
1728 </actions>
1729 </action>
1730
1731 <action>
1732 <condition var1="tw_check_partition_list" op="!=" var2="1"/>
1733 <actions>
1734 <action function="set">partitionlisterror=1</action>
1735 <action function="set">tw_wipe_list=</action>
1736 <action function="page">advancedwipe</action>
1737 </actions>
1738 </action>
1739 </page>
1740
1741 <page name="selectfilesystem">
1742 <template name="page"/>
1743
1744 <template name="statusbar"/>
1745
1746 <text style="text_m">
1747 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001748 <text>{@change_fs_for_hdr_s=Partition: %tw_partition_name% &gt; Select File System}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001749 </text>
1750
1751 <button style="main_button">
1752 <condition var1="tw_partition_ext" op="=" var2="1"/>
1753 <placement x="%col1_x_left%" y="%row1_y%"/>
1754 <text>EXT2</text>
1755 <actions>
1756 <action function="set">tw_back=refreshfilesystem</action>
1757 <action function="set">tw_action=changefilesystem</action>
1758 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1759 <action function="set">tw_action_new_file_system=ext2</action>
1760 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001761 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1762 <action function="set">tw_text2=EXT2</action>
1763 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1764 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1765 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1766 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1767 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001768 <action function="page">confirm_action</action>
1769 </actions>
1770 </button>
1771
1772 <button style="main_button">
1773 <condition var1="tw_partition_ext" op="=" var2="1"/>
1774 <placement x="%col1_x_left%" y="%row6_y%"/>
1775 <text>EXT3</text>
1776 <actions>
1777 <action function="set">tw_back=refreshfilesystem</action>
1778 <action function="set">tw_action=changefilesystem</action>
1779 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1780 <action function="set">tw_action_new_file_system=ext3</action>
1781 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001782 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1783 <action function="set">tw_text2=EXT3</action>
1784 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1785 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1786 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1787 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1788 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001789 <action function="page">confirm_action</action>
1790 </actions>
1791 </button>
1792
1793 <button style="main_button">
1794 <condition var1="tw_partition_ext" op="=" var2="1"/>
1795 <placement x="%col1_x_left%" y="%row11_y%"/>
1796 <text>EXT4</text>
1797 <actions>
1798 <action function="set">tw_back=refreshfilesystem</action>
1799 <action function="set">tw_action=changefilesystem</action>
1800 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1801 <action function="set">tw_action_new_file_system=ext4</action>
1802 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001803 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1804 <action function="set">tw_text2=EXT4</action>
1805 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1806 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1807 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1808 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1809 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001810 <action function="page">confirm_action</action>
1811 </actions>
1812 </button>
1813
1814 <button style="main_button">
1815 <condition var1="tw_partition_vfat" op="=" var2="1"/>
1816 <placement x="%col1_x_right%" y="%row1_y%"/>
1817 <text>FAT</text>
1818 <actions>
1819 <action function="set">tw_back=refreshfilesystem</action>
1820 <action function="set">tw_action=changefilesystem</action>
1821 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1822 <action function="set">tw_action_new_file_system=vfat</action>
1823 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001824 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1825 <action function="set">tw_text2=FAT</action>
1826 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1827 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1828 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1829 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1830 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001831 <action function="page">confirm_action</action>
1832 </actions>
1833 </button>
1834
1835 <button style="main_button">
1836 <condition var1="tw_partition_exfat" op="=" var2="1"/>
1837 <placement x="%col1_x_right%" y="%row6_y%"/>
1838 <text>exFAT</text>
1839 <actions>
1840 <action function="set">tw_back=refreshfilesystem</action>
1841 <action function="set">tw_action=changefilesystem</action>
1842 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1843 <action function="set">tw_action_new_file_system=exfat</action>
1844 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001845 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1846 <action function="set">tw_text2=exFAT</action>
1847 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1848 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1849 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1850 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1851 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001852 <action function="page">confirm_action</action>
1853 </actions>
1854 </button>
1855
1856 <button style="main_button">
1857 <condition var1="tw_partition_f2fs" op="=" var2="1"/>
1858 <placement x="%col1_x_right%" y="%row11_y%"/>
1859 <text>F2FS</text>
1860 <actions>
1861 <action function="set">tw_back=refreshfilesystem</action>
1862 <action function="set">tw_action=changefilesystem</action>
1863 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1864 <action function="set">tw_action_new_file_system=f2fs</action>
1865 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001866 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1867 <action function="set">tw_text2=F2FS</action>
1868 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1869 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1870 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1871 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1872 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001873 <action function="page">confirm_action</action>
1874 </actions>
1875 </button>
1876
1877 <action>
1878 <touch key="home"/>
1879 <action function="page">main</action>
1880 </action>
1881
1882 <action>
1883 <touch key="back"/>
1884 <action function="page">partitionoptions</action>
1885 </action>
1886 </page>
1887
bigbiffce8f83c2015-12-12 18:30:21 -05001888 <page name="backup">
z31s1g28f0a922015-11-07 18:50:22 +01001889 <template name="page"/>
1890
1891 <template name="statusbar"/>
1892
1893 <text style="text_m">
1894 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001895 <text>{@backup_hdr=Backup} &gt; {@select_storage_hdr=Select Storage}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001896 </text>
1897
1898 <partitionlist style="partitionlist_headerless_rb">
1899 <data name="tw_storage_path"/>
1900 <listtype name="storage"/>
1901 </partitionlist>
1902
1903 <button>
1904 <placement x="%btn4_col2_x%" y="%row11_y%"/>
1905 <highlight color="%highlight_color%"/>
1906 <image resource="q_btn_refresh"/>
1907 <actions>
1908 <action function="refreshsizes"/>
bigbiffce8f83c2015-12-12 18:30:21 -05001909 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01001910 </actions>
1911 </button>
1912
1913 <button>
1914 <condition var1="tw_back" var2="backup_confirm"/>
1915 <placement x="%btn4_col3_x%" y="%row11_y%"/>
1916 <highlight color="%highlight_color%"/>
1917 <image resource="q_btn_accept"/>
1918 <action function="page">backup_confirm</action>
1919 </button>
1920
1921 <button>
1922 <placement x="%btn4_col4_x%" y="%row11_y%"/>
1923 <highlight color="%highlight_color%"/>
1924 <image resource="q_btn_arrow_right"/>
1925 <actions>
bigbiffce8f83c2015-12-12 18:30:21 -05001926 <action function="set">tw_back=backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01001927 <action function="page">backup_selectpartitions</action>
1928 </actions>
1929 </button>
1930
1931 <action>
1932 <touch key="home"/>
1933 <action function="page">main</action>
1934 </action>
1935
1936 <action>
1937 <touch key="back"/>
1938 <action function="page">%tw_back%</action>
1939 </action>
1940
1941 <action>
1942 <touch key="power+voldown"/>
1943 <action function="screenshot"/>
1944 </action>
1945 </page>
1946
1947 <page name="backup_selectpartitions">
1948 <template name="page"/>
1949
1950 <template name="statusbar"/>
1951
1952 <text style="text_m">
1953 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001954 <text>{@backup_hdr=Backup} &gt; {@sel_part_hdr=Select Partitions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001955 </text>
1956
1957 <partitionlist style="partitionlist_headerless_cb">
1958 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
1959 <data name="tw_backup_list"/>
1960 <listtype name="backup"/>
1961 </partitionlist>
1962
1963 <fill color="%accent_color%">
1964 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
1965 </fill>
1966
1967 <button>
1968 <placement x="%col1_x_left%" y="%row11_y%"/>
1969 <highlight color="%highlight_color%"/>
1970 <image resource="q_btn_arrow_left"/>
bigbiffce8f83c2015-12-12 18:30:21 -05001971 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01001972 </button>
1973
1974 <button>
1975 <placement x="%btn4_col2_x%" y="%row11_y%"/>
1976 <highlight color="%highlight_color%"/>
1977 <image resource="q_btn_refresh"/>
1978 <action function="page">backup_selectpartitions</action>
1979 </button>
1980
1981 <button>
1982 <placement x="%btn4_col3_x%" y="%row11_y%"/>
1983 <highlight color="%highlight_color%"/>
1984 <image resource="q_btn_accept"/>
1985 <action function="page">backup_confirm</action>
1986 </button>
1987
1988 <button>
1989 <placement x="%btn4_col4_x%" y="%row11_y%"/>
1990 <highlight color="%highlight_color%"/>
1991 <image resource="q_btn_arrow_right"/>
1992 <actions>
1993 <action function="set">tw_back=backup_selectpartitions</action>
1994 <action function="page">backup_options</action>
1995 </actions>
1996 </button>
1997
1998 <action>
1999 <touch key="home"/>
2000 <action function="page">main</action>
2001 </action>
2002
2003 <action>
2004 <touch key="back"/>
2005 <action function="page">%tw_back%</action>
2006 </action>
2007
2008 <action>
2009 <touch key="power+voldown"/>
2010 <action function="screenshot"/>
2011 </action>
2012 </page>
2013
2014 <page name="backup_options">
2015 <template name="page"/>
2016
2017 <template name="statusbar"/>
2018
2019 <text style="text_m">
2020 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002021 <text>{@backup_hdr=Backup} &gt; {@options_hdr=Options}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002022 </text>
2023
2024 <listbox style="scrolllist">
2025 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002026 <listitem name="{@enable_backup_comp_chk=Enable compression}">
z31s1g28f0a922015-11-07 18:50:22 +01002027 <data variable="tw_use_compression"/>
2028 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04002029 <listitem name="{@skip_digest_backup_chk=Skip Digest generation during backup}">
2030 <data variable="tw_skip_digest_generate"/>
z31s1g28f0a922015-11-07 18:50:22 +01002031 </listitem>
Matt Mowerbfccfb82016-04-25 23:22:31 -05002032 <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
z31s1g28f0a922015-11-07 18:50:22 +01002033 <data variable="tw_disable_free_space"/>
2034 </listitem>
2035 </listbox>
2036
2037 <button>
2038 <placement x="%col1_x_left%" y="%row11_y%"/>
2039 <highlight color="%highlight_color%"/>
2040 <image resource="q_btn_arrow_left"/>
2041 <action function="page">backup_selectpartitions</action>
2042 </button>
2043
2044 <button>
2045 <conditions>
2046 <condition var1="tw_include_encrypted_backup" var2="1"/>
2047 <condition var1="tw_encrypt_backup" var2="0"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002048 <condition var1="tw_enable_adb_backup" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01002049 </conditions>
2050 <placement x="%btn4_col2_x%" y="%row11_y%"/>
2051 <highlight color="%highlight_color%"/>
2052 <image resource="q_btn_encryption_dis"/>
2053 <actions>
2054 <action function="set">tw_password_not_match=0</action>
2055 <action function="set">tw_back=backup_options</action>
2056 <action function="page">backupencryption</action>
2057 </actions>
2058 </button>
2059
2060 <button>
2061 <conditions>
2062 <condition var1="tw_include_encrypted_backup" var2="1"/>
2063 <condition var1="tw_encrypt_backup" var2="1"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002064 <condition var1="tw_enable_adb_backup" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01002065 </conditions>
2066 <placement x="%btn4_col2_x%" y="%row11_y%"/>
2067 <highlight color="%highlight_color%"/>
2068 <image resource="q_btn_encryption_en"/>
2069 <actions>
2070 <action function="set">tw_password_not_match=0</action>
2071 <action function="set">tw_back=backup_options</action>
2072 <action function="page">backupencryption</action>
2073 </actions>
2074 </button>
2075
2076 <button>
2077 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2078 <highlight color="%highlight_color%"/>
2079 <image resource="q_btn_accept_transp"/>
2080 <actions>
2081 <action function="set">tw_back=backup_options</action>
2082 <action function="page">backup_confirm</action>
2083 </actions>
2084 </button>
2085
2086 <action>
2087 <touch key="home"/>
2088 <action function="page">main</action>
2089 </action>
2090
2091 <action>
2092 <touch key="back"/>
2093 <action function="page">%tw_back%</action>
2094 </action>
2095
2096 <action>
2097 <touch key="power+voldown"/>
2098 <action function="screenshot"/>
2099 </action>
2100 </page>
2101
2102 <page name="backup_confirm">
2103 <template name="page"/>
2104
2105 <template name="statusbar"/>
2106
2107 <text style="text_m">
2108 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker090751a2016-01-23 16:31:41 -06002109 <text>{@backup_hdr=Backup} &gt; {@backup_confirm_hdr=Confirm Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002110 </text>
2111
2112 <text style="text_m_accent">
2113 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002114 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002115 </text>
2116
2117 <text style="text_m">
2118 <placement x="%col1_x_left%" y="%row2_y%"/>
2119 <text>%tw_backup_name%</text>
2120 </text>
2121
2122 <fill color="%accent_color%">
2123 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_half_width%" h="input_line_width" placement="1"/>
2124 </fill>
2125
2126 <button>
2127 <fill color="%transparent%"/>
2128 <placement x="0" y="%row2_header_y%" w="%screen_half_width%" h="48"/>
2129 <actions>
2130 <action function="set">tw_back=backup_confirm</action>
2131 <action function="set">tw_fileexists=0</action>
2132 <action function="page">backup_name1</action>
2133 </actions>
2134 </button>
2135
2136 <fill color="%background_color%">
2137 <placement x="%col1_x_left_negative%" y="%row2_header_y%" w="%screen_half_width%" h="48"/>
2138 </fill>
2139
2140 <text style="text_m_accent">
2141 <placement x="%col1_x_left%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002142 <text>{@partitions=Partitions:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002143 </text>
2144
2145 <partitionlist style="partitionlist_summary">
2146 <placement x="%col1_x_left%" y="%row4a_y%" w="%content_half_width%" h="96"/>
2147 <data name="tw_backup_list"/>
2148 <listtype name="backup"/>
2149 </partitionlist>
2150
2151 <button>
2152 <fill color="%transparent%"/>
2153 <placement x="0" y="%row3a_y%" w="%screen_half_width%" h="112"/>
2154 <actions>
2155 <action function="set">tw_back=backup_confirm</action>
2156 <action function="page">backup_selectpartitions</action>
2157 </actions>
2158 </button>
2159
2160 <text style="text_m_accent">
2161 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002162 <text>{@storage=Storage:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002163 </text>
2164
2165 <text style="text_m">
2166 <placement x="%col1_x_right%" y="%row2_y%"/>
2167 <text>%tw_storage_display_name%</text>
2168 </text>
2169
2170 <button>
2171 <fill color="%transparent%"/>
2172 <placement x="%center_x%" y="%row2_header_y%" w="%screen_half_width%" h="48"/>
2173 <actions>
2174 <action function="set">tw_back=backup_confirm</action>
bigbiffce8f83c2015-12-12 18:30:21 -05002175 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01002176 </actions>
2177 </button>
2178
2179 <text style="text_m_accent">
2180 <placement x="%col1_x_right%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002181 <text>{@encryption=Encryption:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002182 </text>
2183
2184 <text style="text_m">
2185 <conditions>
2186 <condition var1="tw_include_encrypted_backup" var2="1"/>
2187 <condition var1="tw_encrypt_backup" var2="0"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002188 <condition var1="tw_enable_adb_backup" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01002189 </conditions>
2190 <placement x="%col1_x_right%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002191 <text>{@disabled=Disabled}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002192 </text>
2193
2194 <text style="text_m">
2195 <conditions>
2196 <condition var1="tw_include_encrypted_backup" var2="1"/>
2197 <condition var1="tw_encrypt_backup" var2="1"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002198 <condition var1="tw_enable_adb_backup" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01002199 </conditions>
2200 <placement x="%col1_x_right%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002201 <text>{@enabled=Enabled}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002202 </text>
2203
2204 <button>
2205 <fill color="%transparent%"/>
2206 <placement x="%center_x%" y="%row3a_y%" w="%screen_half_width%" h="48"/>
2207 <actions>
2208 <action function="set">tw_back=backup_confirm</action>
2209 <action function="page">backupencryption</action>
2210 </actions>
2211 </button>
2212
2213 <listbox style="listbox_options">
2214 <placement x="%col1_x_right%" y="%row7_y%" w="%content_half_width%" h="80"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002215 <listitem name="{@enable_backup_comp_chk=Enable compression}">
z31s1g28f0a922015-11-07 18:50:22 +01002216 <data variable="tw_use_compression"/>
2217 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04002218 <listitem name="{@skip_digest_backup_chk=Skip Digest generation during backup}">
2219 <data variable="tw_skip_digest_generate"/>
z31s1g28f0a922015-11-07 18:50:22 +01002220 </listitem>
Matt Mowerbfccfb82016-04-25 23:22:31 -05002221 <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
z31s1g28f0a922015-11-07 18:50:22 +01002222 <data variable="tw_disable_free_space"/>
2223 </listitem>
2224 </listbox>
2225
2226 <text style="text_m_accent">
2227 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002228 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002229 </text>
2230
2231 <button>
2232 <fill color="%transparent%"/>
2233 <placement x="%center_x%" y="%row6_y%" w="%screen_half_width%" h="64"/>
2234 <actions>
2235 <action function="set">tw_back=backup_confirm</action>
2236 <action function="page">backup_options</action>
2237 </actions>
2238 </button>
2239
2240 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05002241 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002242 <action function="page">backup_run</action>
2243 </slider>
2244
2245 <action>
2246 <touch key="home"/>
2247 <action function="page">main</action>
2248 </action>
2249
2250 <action>
2251 <touch key="back"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002252 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01002253 </action>
2254 </page>
2255
2256 <page name="backup_name1">
2257 <action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002258 <condition var1="tw_backup_name" op="=" var2="{@auto_generate=(Auto Generate)}"/>
z31s1g28f0a922015-11-07 18:50:22 +01002259 <action function="generatebackupname"/>
2260 </action>
2261
2262 <action>
2263 <action function="page">backup_name2</action>
2264 </action>
2265 </page>
2266
2267 <page name="backup_name2">
2268 <template name="page"/>
2269
2270 <template name="statusbar"/>
2271
2272 <text style="text_m">
2273 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002274 <text>{@backup_hdr=Backup} &gt; {@backup_name_hdr=Set Backup Name}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002275 </text>
2276
2277 <text style="text_m_accent">
2278 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002279 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002280 </text>
2281
2282 <input>
2283 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2284 <text>%tw_backup_name%</text>
2285 <data name="tw_backup_name"/>
2286 <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]"/>
2287 <actions>
2288 <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_name%</action>
2289 <action function="set">tw_existpage=backup_name2</action>
2290 <action function="set">tw_notexistpage=backup_confirm</action>
2291 <action function="page">filecheck</action>
2292 </actions>
2293 </input>
2294
2295 <fill color="%accent_color%">
2296 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2297 </fill>
2298
2299 <fill color="%text_fail_color%">
2300 <condition var1="tw_fileexists" var2="1"/>
2301 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2302 </fill>
2303
2304 <text style="text_m_fail">
2305 <condition var1="tw_fileexists" var2="1"/>
2306 <placement x="%col1_x_left%" y="%row3_input_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002307 <text>{@backup_name_exists=A backup with that name already exists!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002308 </text>
2309
2310 <button style="main_button_half_height">
2311 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002312 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002313 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05002314 <action function="set">tw_backup_name={@auto_generate=(Auto Generate)}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002315 <action function="page">backup_confirm</action>
2316 </actions>
2317 </button>
2318
2319 <button style="main_button_half_height">
2320 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002321 <text>{@append_date_btn=Append Date}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002322 <action function="appenddatetobackupname"/>
2323 </button>
2324
2325 <template name="keyboardtemplate"/>
2326
2327 <action>
2328 <touch key="home"/>
2329 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05002330 <action function="set">tw_backup_name={@auto_generate=(Auto Generate)}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002331 <action function="page">main</action>
2332 </actions>
2333 </action>
2334
2335 <action>
2336 <touch key="back"/>
2337 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05002338 <action function="set">tw_backup_name={@auto_generate=(Auto Generate)}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002339 <action function="page">backup_confirm</action>
2340 </actions>
2341 </action>
2342 </page>
2343
2344 <page name="backupencryption">
2345 <template name="page"/>
2346
2347 <template name="statusbar"/>
2348
2349 <text style="text_m">
2350 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002351 <text>{@backup_hdr=Backup} &gt; {@encrypt_backup=Encrypt your Backup?}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002352 </text>
2353
2354 <text style="text_m_accent">
2355 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002356 <text>{@enter_pass=Enter Password:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002357 </text>
2358
2359 <input>
2360 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2361 <text>%tw_backup_encrypt_display%</text>
2362 <data name="tw_backup_password" mask="*" maskvariable="tw_backup_encrypt_display"/>
2363 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_"/>
2364 <action function="page">backupencryption2</action>
2365 </input>
2366
2367 <fill color="%accent_color%">
2368 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2369 </fill>
2370
2371 <fill color="%text_fail_color%">
2372 <condition var1="tw_password_not_match" var2="1"/>
2373 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
2374 </fill>
2375
2376 <text style="text_m_fail">
2377 <condition var1="tw_password_not_match" var2="1"/>
2378 <placement x="%col1_x_left%" y="%row3_input_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002379 <text>{@pass_not_match=Passwords do not match!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002380 </text>
2381
2382 <button style="main_button_half_height">
2383 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002384 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002385 <actions>
2386 <action function="set">tw_encrypt_backup=0</action>
2387 <action function="set">tw_backup_password=</action>
2388 <action function="set">tw_backup_password2=</action>
2389 <action function="set">tw_backup_encrypt_display=</action>
2390 <action function="set">tw_backup_encrypt_display2=</action>
2391 <action function="page">%tw_back%</action>
2392 </actions>
2393 </button>
2394
2395 <template name="keyboardtemplate"/>
2396
2397 <action>
2398 <touch key="home"/>
2399 <action function="page">main</action>
2400 </action>
2401
2402 <action>
2403 <touch key="back"/>
2404 <action function="page">%tw_back%</action>
2405 </action>
2406 </page>
2407
2408 <page name="backupencryption2">
2409 <template name="page"/>
2410
2411 <template name="statusbar"/>
2412
2413 <text style="text_m">
2414 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002415 <text>{@backup_hdr=Backup} &gt; {@encrypt_backup=Encrypt your Backup?}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002416 </text>
2417
2418 <text style="text_m_accent">
2419 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002420 <text>{@enter_pass2=Enter Password again:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002421 </text>
2422
2423 <input>
2424 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2425 <text>%tw_backup_encrypt_display2%</text>
2426 <data name="tw_backup_password2" mask="*" maskvariable="tw_backup_encrypt_display2"/>
2427 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_"/>
2428 <action function="page">checkbackuppassword</action>
2429 </input>
2430
2431 <fill color="%accent_color%">
2432 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2433 </fill>
2434
2435 <button style="main_button_half_height">
2436 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002437 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002438 <actions>
2439 <action function="set">tw_encrypt_backup=0</action>
2440 <action function="set">tw_backup_password=</action>
2441 <action function="set">tw_backup_password2=</action>
2442 <action function="set">tw_backup_encrypt_display=</action>
2443 <action function="set">tw_backup_encrypt_display2=</action>
2444 <action function="page">%tw_back%</action>
2445 </actions>
2446 </button>
2447
2448 <template name="keyboardtemplate"/>
2449
2450 <action>
2451 <touch key="home"/>
2452 <action function="page">main</action>
2453 </action>
2454
2455 <action>
2456 <touch key="back"/>
2457 <action function="page">%tw_back%</action>
2458 </action>
2459 </page>
2460
2461 <page name="checkbackuppassword">
2462 <action>
2463 <condition var1="tw_backup_password2" var2="tw_backup_password"/>
2464 <actions>
2465 <action function="set">tw_encrypt_backup=1</action>
2466 <action function="page">%tw_back%</action>
2467 </actions>
2468 </action>
2469
2470 <action>
2471 <condition var1="tw_backup_password2" op="!=" var2="tw_backup_password"/>
2472 <actions>
2473 <action function="set">tw_encrypt_backup=0</action>
2474 <action function="set">tw_password_not_match=1</action>
2475 <action function="set">tw_backup_password=</action>
2476 <action function="set">tw_backup_password2=</action>
2477 <action function="set">tw_backup_encrypt_display=</action>
2478 <action function="set">tw_backup_encrypt_display2=</action>
2479 <action function="page">backupencryption</action>
2480 </actions>
2481 </action>
2482 </page>
2483
2484 <page name="backup_run">
2485 <template name="page"/>
2486
2487 <template name="statusbar"/>
2488
2489 <text style="text_m">
2490 <placement x="%col1_x_left%" y="%row1_header_y%"/>
2491 <text>%tw_operation% %tw_partition%</text>
2492 </text>
2493
2494 <template name="console"/>
2495
2496 <template name="progress_bar"/>
2497
2498 <text style="text_m">
2499 <placement x="%indent%" y="%row13a_y%"/>
2500 <text>%tw_file_progress%</text>
2501 </text>
2502
2503 <text style="text_m">
2504 <placement x="%indent%" y="%row14a_y%"/>
2505 <text>%tw_size_progress%</text>
2506 </text>
2507
2508 <button style="main_button_half_height">
2509 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002510 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002511 <action function="cancelbackup"/>
2512 </button>
2513
2514 <action>
2515 <action function="nandroid">backup</action>
2516 </action>
2517
2518 <action>
2519 <condition var1="tw_operation_state" var2="1"/>
2520 <condition var1="tw_cancel_backup" var2="0"/>
2521 <actions>
2522 <action function="set">tw_back=backup_selectpartitions</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002523 <action function="set">tw_complete_text1={@backup_complete=Backup Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002524 <action function="set">tw_show_reboot=1</action>
2525 <action function="page">action_complete</action>
2526 </actions>
2527 </action>
2528
2529 <action>
2530 <condition var1="tw_operation_state" var2="1"/>
2531 <condition var1="tw_cancel_backup" var2="1"/>
2532 <actions>
2533 <action function="set">tw_back=backup_selectpartitions</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002534 <action function="set">tw_complete_text1={@backup_cancel=Backup Cancelled}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002535 <action function="set">tw_show_reboot=1</action>
2536 <action function="page">action_complete</action>
2537 </actions>
2538 </action>
2539 </page>
2540
2541 <page name="restore">
2542 <template name="page"/>
2543
2544 <template name="statusbar"/>
2545
2546 <text style="text_m">
2547 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002548 <text>{@restore_hdr=Restore} &gt; {@sel_backup_hdr=Select Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002549 </text>
2550
2551 <fileselector>
2552 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
2553 <text>%tw_storage_display_name%</text>
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04002554 <filter folders="1" files="1" nav="0" extn=".ab"/>
z31s1g28f0a922015-11-07 18:50:22 +01002555 <path name="tw_backups_folder"/>
2556 <data name="tw_restore" default=""/>
2557 <selection name="tw_restore_name"/>
2558 </fileselector>
2559
2560 <button>
2561 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2562 <highlight color="%highlight_color%"/>
2563 <image resource="q_btn_storage"/>
2564 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05002565 <action function="set">tw_storagetext={@restore_btn=Restore} &gt; {@select_storage_btn=Select Storage}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002566 <action function="set">tw_back=restore</action>
2567 <action function="page">select_storage</action>
2568 </actions>
2569 </button>
2570
2571 <action>
2572 <condition var1="tw_restore" op="modified"/>
2573 <actions>
2574 <action function="readBackup"/>
2575 <action function="set">tw_back=restore</action>
2576 <action function="page">restore_read</action>
2577 </actions>
2578 </action>
2579
2580 <action>
2581 <touch key="home"/>
2582 <action function="page">main</action>
2583 </action>
2584
2585 <action>
2586 <touch key="back"/>
2587 <action function="page">main</action>
2588 </action>
2589 </page>
2590
2591 <page name="restore_read">
2592 <action>
2593 <condition var1="tw_restore_encrypted" var2="1"/>
2594 <actions>
2595 <action function="set">tw_password_fail=0</action>
2596 <action function="page">restore_decrypt</action>
2597 </actions>
2598 </action>
2599
2600 <action>
2601 <condition var1="tw_restore_encrypted" var2="0"/>
2602 <actions>
2603 <action function="page">restore_select</action>
2604 </actions>
2605 </action>
2606 </page>
2607
2608 <page name="restore_decrypt">
2609 <template name="page"/>
2610
2611 <template name="statusbar"/>
2612
2613 <text style="text_m">
2614 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002615 <text>{@restore_hdr=Restore} &gt; {@restore_enc_backup_hdr=Encrypted Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002616 </text>
2617
2618 <text style="text_m_accent">
2619 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002620 <text>{@enter_pass=Enter Password:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002621 </text>
2622
2623 <input>
2624 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2625 <text>%tw_restore_display%</text>
2626 <data name="tw_restore_password" mask="*" maskvariable="tw_restore_display"/>
2627 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_"/>
2628 <action function="page">try_restore_decrypt</action>
2629 </input>
2630
2631 <fill color="%accent_color%">
2632 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2633 </fill>
2634
2635 <fill color="%text_fail_color%">
2636 <condition var1="tw_password_fail" var2="1"/>
2637 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
2638 </fill>
2639
2640 <text style="text_m_fail">
2641 <condition var1="tw_password_fail" var2="1"/>
2642 <placement x="%col1_x_left%" y="%row3_input_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002643 <text>{@restore_dec_fail=Password failed, please try again!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002644 </text>
2645
2646 <button style="main_button_half_height">
2647 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002648 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002649 <actions>
2650 <action function="set">tw_page_done=1</action>
2651 <action function="page">restore</action>
2652 </actions>
2653 </button>
2654
2655 <button style="main_button_half_height">
2656 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002657 <text>{@del_backup_btn=Delete Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002658 <actions>
2659 <action function="set">tw_back=restore</action>
2660 <action function="set">tw_action=cmd</action>
2661 <action function="set">tw_action_param=cd %tw_backups_folder% &amp;&amp; rm -rf "%tw_restore_name%"</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002662 <action function="set">tw_text1={@del_backup_confirm=Delete Backup?}</action>
2663 <action function="set">tw_text2=%tw_restore_name%</action>
2664 <action function="set">tw_text4={@del_backup_confirm2=This cannot be undone!}</action>
2665 <action function="set">tw_action_text1={@deleting_backup=Deleting Backup...}</action>
2666 <action function="set">tw_complete_text1={@backup_deleted=Backup Delete Complete}</action>
2667 <action function="set">tw_slider_text={@swipe_delete_s= Delete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002668 <action function="page">confirm_action</action>
2669 </actions>
2670 </button>
2671
2672 <template name="keyboardtemplate"/>
2673
2674 <action>
2675 <touch key="home"/>
2676 <action function="page">main</action>
2677 </action>
2678
2679 <action>
2680 <touch key="back"/>
2681 <action function="page">restore</action>
2682 </action>
2683 </page>
2684
2685 <page name="try_restore_decrypt">
2686 <template name="page"/>
2687
2688 <template name="statusbar"/>
2689
2690 <text style="text_m">
2691 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002692 <text>{@restore_hdr=Restore} &gt; {@restore_try_decrypt_s=Trying Decryption}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002693 </text>
2694
2695 <template name="console"/>
2696
2697 <template name="progress_bar"/>
2698
2699 <action>
2700 <action function="decrypt_backup"/>
2701 </action>
2702
2703 <action>
2704 <conditions>
2705 <condition var1="tw_operation_state" var2="1"/>
2706 <condition var1="tw_operation_status" op="!=" var2="0"/>
2707 </conditions>
2708 <actions>
2709 <action function="set">tw_password_fail=1</action>
2710 <action function="page">restore_decrypt</action>
2711 </actions>
2712 </action>
2713
2714 <action>
2715 <conditions>
2716 <condition var1="tw_operation_state" var2="1"/>
2717 <condition var1="tw_operation_status" op="=" var2="0"/>
2718 </conditions>
2719 <actions>
2720 <action function="set">tw_page_done=1</action>
2721 <action function="page">restore_select</action>
2722 </actions>
2723 </action>
2724 </page>
2725
2726 <page name="restore_select">
2727 <template name="page"/>
2728
2729 <template name="statusbar"/>
2730
2731 <text style="text_m">
2732 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002733 <text>{@restore_hdr=Restore} &gt; {@sel_part_hdr=Select Partitions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002734 </text>
2735
2736 <partitionlist style="partitionlist_headerless_cb">
2737 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
2738 <data name="tw_restore_list" selectedlist="tw_restore_selected"/>
2739 <listtype name="restore"/>
2740 </partitionlist>
2741
2742 <fill color="%accent_color%">
2743 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
2744 </fill>
2745
2746 <button>
2747 <placement x="%col1_x_left%" y="%row11_y%"/>
2748 <highlight color="%highlight_color%"/>
2749 <image resource="q_btn_arrow_left"/>
2750 <action function="page">restore</action>
2751 </button>
2752
2753 <button>
2754 <placement x="%btn4_col2_x%" y="%row11_y%"/>
2755 <highlight color="%highlight_color%"/>
2756 <image resource="q_btn_delete"/>
2757 <actions>
2758 <action function="set">tw_back=restore</action>
2759 <action function="set">tw_action=cmd</action>
2760 <action function="set">tw_action_param=cd %tw_backups_folder% &amp;&amp; rm -rf "%tw_restore_name%"</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002761 <action function="set">tw_text1={@del_backup_confirm=Delete Backup?}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002762 <action function="set">tw_text2=%tw_restore_name%</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002763 <action function="set">tw_text4={@del_backup_confirm2=This cannot be undone!}</action>
2764 <action function="set">tw_action_text1={@deleting_backup=Deleting Backup...}</action>
2765 <action function="set">tw_complete_text1={@backup_deleted=Backup Delete Complete}</action>
2766 <action function="set">tw_slider_text={@swipe_delete_s= Delete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002767 <action function="page">confirm_action</action>
2768 </actions>
2769 </button>
2770
2771 <button>
2772 <placement x="%btn4_col3_x%" y="%row11_y%"/>
2773 <highlight color="%highlight_color%"/>
2774 <image resource="q_btn_accept"/>
2775 <action function="page">restore_confirm</action>
2776 </button>
2777
2778 <button>
2779 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2780 <highlight color="%highlight_color%"/>
2781 <image resource="q_btn_arrow_right"/>
2782 <actions>
2783 <action function="set">tw_back=restore_select</action>
2784 <action function="page">restore_options</action>
2785 </actions>
2786 </button>
2787
2788 <action>
2789 <touch key="home"/>
2790 <action function="page">main</action>
2791 </action>
2792
2793 <action>
2794 <touch key="back"/>
2795 <action function="page">%tw_back%</action>
2796 </action>
2797 </page>
2798
2799 <page name="restore_options">
2800 <template name="page"/>
2801
2802 <template name="statusbar"/>
2803
2804 <text style="text_m">
2805 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002806 <text>{@restore_hdr=Restore} &gt; {@options_hdr=Options}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002807 </text>
2808
2809 <listbox style="scrolllist">
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04002810 <condition var1="tw_enable_adb_backup" op="=" var2="0"/>
z31s1g28f0a922015-11-07 18:50:22 +01002811 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04002812 <listitem name="{@restore_enable_digest_chk=Enable Digest Verification of Backup Files}">
2813 <data variable="tw_skip_digest_check"/>
z31s1g28f0a922015-11-07 18:50:22 +01002814 </listitem>
2815 </listbox>
2816
2817 <button>
2818 <placement x="%col1_x_left%" y="%row11_y%"/>
2819 <highlight color="%highlight_color%"/>
2820 <image resource="q_btn_arrow_left"/>
2821 <action function="page">restore_select</action>
2822 </button>
2823
2824 <button>
2825 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2826 <highlight color="%highlight_color%"/>
2827 <image resource="q_btn_accept_transp"/>
2828 <actions>
2829 <action function="set">tw_back=restore_options</action>
2830 <action function="page">restore_confirm</action>
2831 </actions>
2832 </button>
2833
2834 <action>
2835 <touch key="home"/>
2836 <action function="page">main</action>
2837 </action>
2838
2839 <action>
2840 <touch key="back"/>
2841 <action function="page">%tw_back%</action>
2842 </action>
2843
2844 <action>
2845 <touch key="power+voldown"/>
2846 <action function="screenshot"/>
2847 </action>
2848 </page>
2849
2850 <page name="renamebackup">
2851 <template name="page"/>
2852
2853 <template name="statusbar"/>
2854
2855 <text style="text_m">
2856 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002857 <text>{@restore_hdr=Restore} &gt; {@rename_backup_hdr=Rename Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002858 </text>
2859
2860 <text style="text_m_accent">
2861 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002862 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002863 </text>
2864
2865 <input>
2866 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2867 <text>%tw_backup_rename%</text>
2868 <data name="tw_backup_rename"/>
2869 <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]"/>
2870 <actions>
2871 <action function="set">tw_back=restore</action>
2872 <action function="set">tw_action=cmd</action>
2873 <action function="set">tw_action_param=cd %tw_backups_folder% &amp;&amp; mv "%tw_restore_name%" "%tw_backup_rename%"</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002874 <action function="set">tw_text1={@rename_backup_confirm=Rename Backup?}</action>
2875 <action function="set">tw_text2={@rename_backup_confirm2=This cannot be undone!}</action>
2876 <action function="set">tw_action_text1={@renaming_backup=Renaming Backup...}</action>
2877 <action function="set">tw_complete_text1={@rename_backup_complete=Backup Rename Complete}</action>
2878 <action function="set">tw_slider_text={@swipe_rename= Rename}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002879 <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_rename%</action>
2880 <action function="set">tw_existpage=renamebackup</action>
2881 <action function="set">tw_notexistpage=confirm_action</action>
2882 <action function="page">filecheck</action>
2883 </actions>
2884 </input>
2885
2886 <fill color="%accent_color%">
2887 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2888 </fill>
2889
2890 <fill color="%text_fail_color%">
2891 <condition var1="tw_fileexists" var2="1"/>
2892 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2893 </fill>
2894
2895 <text style="text_m_fail">
2896 <condition var1="tw_fileexists" var2="1"/>
2897 <placement x="%col1_x_left%" y="%row3_input_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002898 <text>{@backup_name_exists=A backup with that name already exists!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002899 </text>
2900
2901 <button style="main_button_half_height">
2902 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002903 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002904 <action function="page">restore_confirm</action>
2905 </button>
2906
2907 <template name="keyboardtemplate"/>
2908
2909 <action>
2910 <touch key="home"/>
2911 <action function="page">main</action>
2912 </action>
2913
2914 <action>
2915 <touch key="back"/>
2916 <action function="page">restore_confirm</action>
2917 </action>
2918 </page>
2919
2920 <page name="restore_confirm">
2921 <template name="page"/>
2922
2923 <template name="statusbar"/>
2924
2925 <text style="text_m">
2926 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002927 <text>{@restore_hdr=Restore} &gt; {@confirm_hdr=Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002928 </text>
2929
2930 <text style="text_m_accent">
2931 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002932 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002933 </text>
2934
2935 <text style="text_m">
2936 <placement x="%indent%" y="%row2_y%"/>
2937 <text>%tw_restore_name%</text>
2938 </text>
2939
2940 <fill color="%accent_color%">
2941 <placement x="%indent%" y="64" w="%content_width%" h="input_line_width" placement="1"/>
2942 </fill>
2943
2944 <button>
2945 <fill color="%transparent%"/>
2946 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="48"/>
2947 <actions>
2948 <action function="set">tw_back=restore_confirm</action>
2949 <action function="set">tw_backup_rename=%tw_restore_name%</action>
2950 <action function="set">tw_fileexists=0</action>
2951 <action function="page">renamebackup</action>
2952 </actions>
2953 </button>
2954
2955 <text style="text_m_accent">
2956 <placement x="%indent%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002957 <text>{@partitions=Partitions:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002958 </text>
2959
2960 <partitionlist style="partitionlist_summary">
2961 <placement x="%col1_x_left%" y="%row4a_y%" w="%content_half_width%" h="96"/>
2962 <data name="tw_restore_list" selectedlist="tw_restore_selected"/>
2963 <listtype name="restore"/>
2964 </partitionlist>
2965
2966 <button>
2967 <fill color="%transparent%"/>
2968 <placement x="0" y="%row3a_y%" w="%screen_half_width%" h="112"/>
2969 <actions>
2970 <action function="set">tw_back=restore_confirm</action>
2971 <action function="page">restore_select</action>
2972 </actions>
2973 </button>
2974
2975 <listbox style="listbox_options">
2976 <placement x="%col1_x_right%" y="%row4a_y%" w="%content_half_width%" h="80"/>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04002977 <listitem name="{@restore_enable_digest_chk=Enable Digest Verification of Backup Files}">
2978 <data variable="tw_skip_digest_check"/>
z31s1g28f0a922015-11-07 18:50:22 +01002979 </listitem>
2980 </listbox>
2981
2982 <text style="text_m_accent">
2983 <placement x="%col1_x_right%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002984 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002985 </text>
2986
2987 <button>
2988 <fill color="%transparent%"/>
2989 <placement x="%center_x%" y="%row3a_y%" w="%screen_half_width%" h="64"/>
2990 <actions>
2991 <action function="set">tw_back=restore_confirm</action>
2992 <action function="page">restore_options</action>
2993 </actions>
2994 </button>
2995
2996 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05002997 <text>{@swipe_restore_s= Restore}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002998 <action function="page">restore_run</action>
2999 </slider>
3000
3001 <action>
3002 <touch key="home"/>
3003 <action function="page">main</action>
3004 </action>
3005
3006 <action>
3007 <touch key="back"/>
3008 <action function="page">restore_options</action>
3009 </action>
3010 </page>
3011
3012 <page name="restore_run">
3013 <template name="page"/>
3014
3015 <template name="statusbar"/>
3016
3017 <text style="text_m">
3018 <placement x="%col1_x_left%" y="%row1_header_y%"/>
3019 <text>%tw_operation% %tw_partition%</text>
3020 </text>
3021
3022 <template name="console"/>
3023
3024 <template name="progress_bar"/>
3025
3026 <text style="text_m">
3027 <placement x="%indent%" y="%row14a_y%"/>
3028 <text>%tw_size_progress%</text>
3029 </text>
3030
3031 <action>
3032 <condition var1="tw_operation_state" var2="1"/>
3033 <actions>
3034 <action function="set">tw_back=restore</action>
Matt Mower3c366972015-12-25 19:28:31 -06003035 <action function="set">tw_complete_text1={@restore_complete=Restore Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003036 <action function="set">tw_show_reboot=1</action>
3037 <action function="page">action_complete</action>
3038 </actions>
3039 </action>
3040
3041 <action>
3042 <action function="nandroid">restore</action>
3043 </action>
3044 </page>
3045
3046 <page name="mount">
3047 <template name="page"/>
3048
3049 <template name="statusbar"/>
3050
3051 <text style="text_m">
3052 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003053 <text>{@mount_hdr=Mount} &gt; %tw_storage_display_name%</text>
z31s1g28f0a922015-11-07 18:50:22 +01003054 </text>
3055
3056 <partitionlist style="partitionlist_headerless_cb">
3057 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
3058 <listtype name="mount"/>
3059 </partitionlist>
3060
3061 <fill color="%accent_color%">
3062 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
3063 </fill>
3064
3065 <button style="checkbox">
3066 <condition var1="tw_mount_system_ro" op="=" var2="0"/>
3067 <placement x="%col1_x_left%" y="%row11_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003068 <text>{@mount_sys_ro_s_chk=Mount System RO}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003069 <image resource="checkbox_false"/>
3070 <action function="mountsystemtoggle">1</action>
3071 </button>
3072
3073 <button style="checkbox">
3074 <condition var1="tw_mount_system_ro" op="!=" var2="0"/>
3075 <placement x="%col1_x_left%" y="%row11_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003076 <text>{@mount_sys_ro_s_chk=Mount System RO}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003077 <image resource="checkbox_true"/>
3078 <actions>
3079 <action function="set">tw_lifetime_writes=2</action>
3080 <action function="page">system_readonly_check</action>
3081 </actions>
3082 </button>
3083
3084 <button style="checkbox">
3085 <conditions>
3086 <condition var1="tw_has_mtp" var2="1"/>
3087 <condition var1="tw_mtp_enabled" var2="0"/>
3088 </conditions>
3089 <placement x="%col1_x_left%" y="%row13_y%" textplacement="6"/>
3090 <image resource="checkbox_false"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003091 <text>{@enable_mtp_btn=Enable MTP}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003092 <action function="startmtp"/>
3093 </button>
3094
3095 <button style="checkbox">
3096 <conditions>
3097 <condition var1="tw_has_mtp" var2="1"/>
3098 <condition var1="tw_mtp_enabled" var2="1"/>
3099 </conditions>
3100 <placement x="%col1_x_left%" y="%row13_y%" textplacement="6"/>
3101 <image resource="checkbox_true"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003102 <text>{@disable_mtp_btn=Disable MTP}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003103 <action function="stopmtp"/>
3104 </button>
3105
3106 <button>
3107 <placement x="%btn4_col3_x%" y="%row11_y%"/>
3108 <highlight color="%highlight_color%"/>
3109 <image resource="q_btn_storage"/>
3110 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05003111 <action function="set">tw_storagetext={@mount_hdr=Mount} &gt; {@select_storage_hdr=Select Storage}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003112 <action function="set">tw_back=mount</action>
3113 <action function="page">select_storage</action>
3114 </actions>
3115 </button>
3116
3117 <button>
3118 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3119 <highlight color="%highlight_color%"/>
3120 <image resource="q_btn_arrow_right"/>
3121 <action function="page">mount_options</action>
3122 </button>
3123
3124 <action>
3125 <touch key="home"/>
3126 <action function="page">main</action>
3127 </action>
3128
3129 <action>
3130 <touch key="back"/>
3131 <action function="page">main</action>
3132 </action>
3133 </page>
3134
3135 <page name="mount_options">
3136 <template name="page"/>
3137
3138 <template name="statusbar"/>
3139
3140 <text style="text_m">
3141 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003142 <text>{@mount_hdr=Mount} &gt; %tw_storage_display_name%</text>
z31s1g28f0a922015-11-07 18:50:22 +01003143 </text>
3144
3145 <button style="main_button_full_width">
3146 <condition var1="tw_has_usb_storage" var2="1"/>
3147 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003148 <text>{@mount_usb_storage_btn=Mount USB Storage}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003149 <action function="page">usb_mount</action>
3150 </button>
3151
3152 <button style="main_button_full_width">
3153 <conditions>
3154 <condition var1="tw_is_encrypted" var2="1"/>
3155 <condition var1="tw_is_decrypted" var2="0"/>
3156 </conditions>
3157 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003158 <text>{@decrypt_data_btn=Decrypt Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003159 <action function="page">decrypt</action>
3160 </button>
3161
3162 <button>
3163 <placement x="%col1_x_left%" y="%row11_y%"/>
3164 <highlight color="%highlight_color%"/>
3165 <image resource="q_btn_arrow_left"/>
3166 <action function="page">mount</action>
3167 </button>
3168
3169 <action>
3170 <touch key="home"/>
3171 <action function="page">main</action>
3172 </action>
3173
3174 <action>
3175 <touch key="back"/>
3176 <action function="page">mount</action>
3177 </action>
3178 </page>
3179
3180 <page name="usb_mount">
3181 <template name="page"/>
3182
3183 <template name="statusbar"/>
3184
3185 <text style="text_m">
3186 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -06003187 <text>{@mount_hdr=Mount} &gt; {@usb_storage_hdr=USB Storage}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003188 </text>
3189
3190 <text style="text_m_accent">
3191 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003192 <text>{@usb_stor_mnt1=USB Storage Mounted}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003193 </text>
3194
3195 <text style="text_m_fail">
3196 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003197 <text>{@usb_stor_mnt2=Be sure to safely remove your device}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003198 </text>
3199
3200 <text style="text_m_fail">
3201 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003202 <text>{@usb_stor_mnt3=from your computer before unmounting!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003203 </text>
3204
3205 <button style="main_button">
3206 <placement x="%btn4_col2_x%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003207 <text>{@unmount_btn=Unmount}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003208 <action function="page">usb_umount</action>
3209 </button>
3210
3211 <action>
3212 <action function="mount">usb</action>
3213 <action function="set">tw_busy=1</action>
3214 </action>
3215 </page>
3216
3217 <page name="usb_umount">
3218 <action>
3219 <action function="unmount">usb</action>
3220 </action>
3221
3222 <action>
3223 <action function="page">mount_options</action>
3224 <action function="set">tw_busy=0</action>
3225 </action>
3226 </page>
3227
3228 <page name="system_readonly_check">
3229 <action>
3230 <action function="checkpartitionlifetimewrites">/system</action>
3231 </action>
3232
3233 <action>
3234 <condition var1="tw_lifetime_writes" var2="1"/>
3235 <actions>
3236 <action function="mountsystemtoggle">0</action>
3237 <action function="page">mount</action>
3238 </actions>
3239 </action>
3240
3241 <action>
3242 <condition var1="tw_lifetime_writes" var2="0"/>
3243 <actions>
3244 <action function="set">tw_back=mount</action>
3245 <action function="page">system_readonly</action>
3246 </actions>
3247 </action>
3248 </page>
3249
3250 <page name="reboot">
3251 <template name="page"/>
3252
3253 <template name="statusbar"/>
3254
3255 <text style="text_m">
3256 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -06003257 <text>{@reboot_hdr=Reboot}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003258 </text>
3259
3260 <button style="main_button">
3261 <condition var1="tw_reboot_system" var2="1"/>
3262 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003263 <text>{@rb_system_btn=System}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003264 <actions>
3265 <action function="set">tw_back=reboot</action>
Matt Mower908dd252016-05-25 02:26:50 -05003266 <action function="page">reboot_system_routine</action>
z31s1g28f0a922015-11-07 18:50:22 +01003267 </actions>
3268 </button>
3269
3270 <button style="main_button">
3271 <condition var1="tw_reboot_poweroff" var2="1"/>
3272 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003273 <text>{@rb_poweroff_btn=Power Off}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003274 <actions>
3275 <action function="set">tw_back=reboot</action>
3276 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003277 <action function="set">tw_action_param=poweroff</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003278 <action function="set">tw_reboot_param=poweroff</action>
z31s1g28f0a922015-11-07 18:50:22 +01003279 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003280 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3281 <action function="set">tw_text2={@no_ospo=sure you wish to power off?}</action>
3282 <action function="set">tw_action_text1={@turning_off=Turning Off...}</action>
3283 <action function="set">tw_complete_text1={@turning_off=Turning Off...}</action>
3284 <action function="set">tw_slider_text={@swipe_power_off_s=Power Off}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003285 <action function="page">rebootcheck</action>
3286 </actions>
3287 </button>
3288
3289 <button style="main_button">
3290 <condition var1="tw_reboot_recovery" var2="1"/>
3291 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003292 <text>{@rb_recovery_btn=Recovery}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003293 <actions>
3294 <action function="set">tw_back=reboot</action>
3295 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003296 <action function="set">tw_action_param=recovery</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003297 <action function="set">tw_reboot_param=recovery</action>
z31s1g28f0a922015-11-07 18:50:22 +01003298 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003299 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3300 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3301 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3302 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3303 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003304 <action function="page">rebootcheck</action>
3305 </actions>
3306 </button>
3307
3308 <button style="main_button">
3309 <condition var1="tw_reboot_bootloader" var2="1"/>
3310 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003311 <text>{@rb_bootloader_btn=Bootloader}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003312 <actions>
3313 <action function="set">tw_back=reboot</action>
3314 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003315 <action function="set">tw_action_param=bootloader</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003316 <action function="set">tw_reboot_param=bootloader</action>
z31s1g28f0a922015-11-07 18:50:22 +01003317 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003318 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3319 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3320 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3321 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3322 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003323 <action function="page">rebootcheck</action>
3324 </actions>
3325 </button>
3326
3327 <button style="main_button">
3328 <condition var1="tw_download_mode" var2="1"/>
3329 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003330 <text>{@rb_download_btn=Download}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003331 <actions>
3332 <action function="set">tw_back=reboot</action>
3333 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003334 <action function="set">tw_action_param=download</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003335 <action function="set">tw_reboot_param=download</action>
z31s1g28f0a922015-11-07 18:50:22 +01003336 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003337 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3338 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3339 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3340 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3341 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003342 <action function="page">rebootcheck</action>
3343 </actions>
3344 </button>
3345
3346 <action>
3347 <touch key="home"/>
3348 <action function="page">main</action>
3349 </action>
3350
3351 <action>
3352 <touch key="back"/>
3353 <action function="page">main</action>
3354 </action>
3355 </page>
3356
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003357 <page name="rebootapp">
3358 <template name="page"/>
3359
3360 <template name="statusbar"/>
3361
3362 <text style="text_m">
3363 <placement x="%col1_x_left%" y="%row1_header_y%"/>
3364 <text>{@reboot_hdr=Reboot} &gt; {@reboot_install_app_hdr=Install TWRP App?}</text>
3365 </text>
3366
3367 <text style="text_m_accent">
3368 <placement x="%center_x%" y="%row1_y%" placement="5"/>
3369 <text>{@reboot_install_app1=Would you like to install the Official TWRP App?}</text>
3370 </text>
3371
3372 <text style="text_m">
3373 <placement x="%center_x%" y="%row2_y%" placement="5"/>
3374 <text>{@reboot_install_app2=The app can check for new TWRP versions.}</text>
3375 </text>
3376
3377 <checkbox>
3378 <placement x="%indent%" y="%row3_y%"/>
3379 <text>{@reboot_install_app_prompt_install=Prompt to install TWRP app if not installed}</text>
3380 <data variable="tw_app_prompt"/>
3381 </checkbox>
3382
3383 <checkbox>
3384 <condition var1="tw_mount_system_ro" var2="0"/>
3385 <placement x="%indent%" y="%row5_y%"/>
3386 <text>{@reboot_install_app_system=Install as a System App}</text>
3387 <data variable="tw_app_install_system"/>
3388 </checkbox>
3389
3390 <button style="main_button_half_height">
3391 <placement x="%indent%" y="%row7_y%"/>
Ethan Yonkerfa67cbf2018-07-20 12:22:33 -05003392 <text>{@install_cancel=Do not Install}</text>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003393 <action function="reboot">%tw_reboot_param%</action>
3394 </button>
3395
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003396 <action>
3397 <touch key="home"/>
3398 <actions>
3399 <action function="set">tw_app_install_status=0</action>
3400 <action function="page">main</action>
3401 </actions>
3402 </action>
3403
3404 <action>
3405 <touch key="back"/>
3406 <actions>
3407 <action function="set">tw_app_install_status=0</action>
3408 <action function="page">reboot</action>
3409 </actions>
3410 </action>
3411 </page>
3412
z31s1g28f0a922015-11-07 18:50:22 +01003413 <page name="system_readonly">
3414 <template name="page"/>
3415
3416 <template name="statusbar"/>
3417
3418 <text style="text_m">
3419 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003420 <text>{@sys_ro_hdr=Unmodified System Partition}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003421 </text>
3422
3423 <text style="text_m_accent">
3424 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003425 <text>{@sys_ro_keep=Keep System Read only?}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003426 </text>
3427
3428 <text style="text_m">
3429 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003430 <text>{@sys_rop1=TWRP can leave your system partition unmodified}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003431 </text>
3432
3433 <text style="text_m">
3434 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003435 <text>{@sys_rop2=to make it easier for you to take official updates.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003436 </text>
3437
3438 <text style="text_m">
3439 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003440 <text>{@sys_rop3=TWRP will be unable to prevent the stock ROM from}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003441 </text>
3442
3443 <text style="text_m">
3444 <placement x="%center_x%" y="%row5_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003445 <text>{@sys_rop4=replacing TWRP and will not offer to root your device.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003446 </text>
3447
3448 <text style="text_m_fail">
z31s1g608d7ff2016-01-18 19:47:25 +01003449 <placement x="%center_x%" y="%row6_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003450 <text>{@sys_rop5=Installing zips or performing adb operations may still}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003451 </text>
3452
3453 <text style="text_m_fail">
z31s1g608d7ff2016-01-18 19:47:25 +01003454 <placement x="%center_x%" y="%row7_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003455 <text>{@sys_rop6=modify the system partition.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003456 </text>
3457
z31s1g608d7ff2016-01-18 19:47:25 +01003458 <button style="main_button_half_height">
3459 <placement x="%col1_x_right%" y="%row8a_y%"/>
3460 <text>{@sel_lang_btn=Select Language}</text>
3461 <action function="page">settings_language</action>
3462 </button>
3463
z31s1g28f0a922015-11-07 18:50:22 +01003464 <checkbox>
3465 <condition var1="tw_is_encrypted" var2="0"/>
z31s1g608d7ff2016-01-18 19:47:25 +01003466 <placement x="%indent%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003467 <text>{@sys_ro_never_show_chk=Never show this screen during boot again}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003468 <data variable="tw_never_show_system_ro_page"/>
3469 </checkbox>
3470
3471 <button style="main_button_half_height">
3472 <placement x="%col1_x_left%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003473 <text>{@sys_ro_keep_ro_btn=Keep Read Only}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003474 <actions>
3475 <action function="mountsystemtoggle">1</action>
3476 <action function="set">tw_page_done=1</action>
3477 <action function="page">%tw_back%</action>
3478 </actions>
3479 </button>
3480
3481 <button style="main_button_half_height">
3482 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003483 <text>{@swipe_allow_mod_s=Allow Modifications}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003484 <actions>
3485 <action function="mountsystemtoggle">0</action>
3486 <action function="set">tw_page_done=1</action>
3487 <action function="page">%tw_back%</action>
3488 </actions>
3489 </button>
3490 </page>
3491
3492 <page name="settings">
3493 <template name="page"/>
3494
3495 <template name="statusbar"/>
3496
3497 <text style="text_m">
3498 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003499 <text>{@settings_hdr=Settings}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003500 </text>
3501
3502 <button style="main_button">
3503 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003504 <text>{@settings_gen_btn=General}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003505 <action function="page">settings_general</action>
3506 </button>
3507
3508 <button style="main_button">
3509 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003510 <text>{@settings_tz_btn=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003511 <action function="page">settings_timezone</action>
3512 </button>
3513
3514 <button style="main_button">
3515 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003516 <text>{@settings_screen_btn=Screen}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003517 <action function="page">settings_screen</action>
3518 </button>
3519
3520 <button style="main_button">
bigbiff bigbiff3ed778a2019-03-12 19:28:31 -04003521 <condition var1="tw_disable_haptics" var2="0"/>
z31s1g28f0a922015-11-07 18:50:22 +01003522 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003523 <text>{@settings_vibration_btn=Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003524 <action function="page">settings_vibration</action>
3525 </button>
3526
3527 <button style="main_button">
3528 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003529 <text>{@settings_language_btn=Language}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003530 <action function="page">settings_language</action>
3531 </button>
3532
3533 <button>
3534 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3535 <highlight color="%highlight_color%"/>
3536 <image resource="q_btn_reset"/>
3537 <action function="restoredefaultsettings"/>
3538 </button>
3539
3540 <action>
3541 <touch key="home"/>
3542 <action function="page">main</action>
3543 </action>
3544
3545 <action>
3546 <touch key="back"/>
3547 <action function="page">main3</action>
3548 </action>
3549 </page>
3550
3551 <page name="settings_general">
3552 <template name="page"/>
3553
3554 <template name="statusbar"/>
3555
3556 <text style="text_m">
3557 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003558 <text>{@settings_hdr=Settings} &gt; {@settings_gen_s_hdr=General}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003559 </text>
3560
3561 <listbox style="scrolllist">
3562 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%listbox_settings_height%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003563 <listitem name="{@zip_sig_chk=Zip signature verification}">
z31s1g28f0a922015-11-07 18:50:22 +01003564 <data variable="tw_signed_zip_verify"/>
3565 </listitem>
Matt Mower8dc25b72016-04-25 23:06:53 -05003566 <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
3567 <data variable="tw_install_reboot"/>
3568 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003569 <listitem name="{@use_rmrf_chk=Use rm -rf instead of formatting}">
z31s1g28f0a922015-11-07 18:50:22 +01003570 <data variable="tw_rm_rf"/>
3571 </listitem>
Matt Mowerbfccfb82016-04-25 23:22:31 -05003572 <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
3573 <data variable="tw_disable_free_space"/>
3574 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04003575 <listitem name="{@skip_digest_backup_chk=Skip Digest generation during backup}">
3576 <data variable="tw_skip_digest_generate"/>
z31s1g28f0a922015-11-07 18:50:22 +01003577 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04003578 <listitem name="{@restore_enable_digest_chk=Enable Digest verification of backup files}">
3579 <data variable="tw_skip_digest_check"/>
z31s1g28f0a922015-11-07 18:50:22 +01003580 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003581 <listitem name="{@use24clock_chk=Use 24-hour clock}">
z31s1g28f0a922015-11-07 18:50:22 +01003582 <data variable="tw_military_time"/>
3583 </listitem>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003584 <listitem name="{@reboot_install_app_prompt_install=Prompt to install TWRP app on every reboot}">
3585 <data variable="tw_app_prompt"/>
3586 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003587 <listitem name="{@simact_chk=Simulate actions for theme testing}">
z31s1g28f0a922015-11-07 18:50:22 +01003588 <data variable="tw_simulate_actions"/>
3589 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003590 <listitem name="{@simfail_chk=Simulate failure for actions}">
z31s1g28f0a922015-11-07 18:50:22 +01003591 <data variable="tw_simulate_fail"/>
3592 <condition var1="tw_simulate_actions" var2="1"/>
3593 </listitem>
bigbiff bigbiff1c01fab2017-08-07 18:41:14 -04003594 <listitem name="{@sha2_chk=Use SHA2 for hashing}">
3595 <condition var1="tw_no_sha2" var2="0"/>
3596 <data variable="tw_use_sha2"/>
3597 </listitem>
z31s1g28f0a922015-11-07 18:50:22 +01003598 </listbox>
3599
3600 <action>
3601 <touch key="home"/>
3602 <action function="page">main</action>
3603 </action>
3604
3605 <action>
3606 <touch key="back"/>
3607 <action function="page">settings</action>
3608 </action>
3609 </page>
3610
3611 <page name="settings_timezone">
3612 <template name="page"/>
3613
3614 <template name="statusbar"/>
3615
3616 <text style="text_m">
3617 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003618 <text>{@settings_hdr=Settings} &gt; {@time_zone_hdr=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003619 </text>
3620
3621 <text color="%text_color%">
3622 <font resource="font_m"/>
3623 <placement x="%indent_right%" y="%row1_header_y%" placement="1"/>
3624 <text>%tw_time%</text>
3625 </text>
3626
3627 <listbox style="listbox_headerless">
3628 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%listbox_timezone_height%"/>
3629 <data name="tw_time_zone_guisel"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003630 <listitem name="{@utcm11=(UTC -11) Samoa, Midway Island}">BST11;BDT</listitem>
3631 <listitem name="{@utcm10=(UTC -10) Hawaii}">HST10;HDT</listitem>
3632 <listitem name="{@utcm9=(UTC -9) Alaska}">AST9;ADT</listitem>
3633 <listitem name="{@utcm8=(UTC -8) Pacific Time}">PST8;PDT,M3.2.0,M11.1.0</listitem>
3634 <listitem name="{@utcm7=(UTC -7) Mountain Time}">MST7;MDT,M3.2.0,M11.1.0</listitem>
3635 <listitem name="{@utcm6=(UTC -6) Central Time}">CST6;CDT,M3.2.0,M11.1.0</listitem>
3636 <listitem name="{@utcm5=(UTC -5) Eastern Time}">EST5;EDT,M3.2.0,M11.1.0</listitem>
3637 <listitem name="{@utcm4=(UTC -4) Atlantic Time}">AST4;ADT</listitem>
3638 <listitem name="{@utcm3=(UTC -3) Brazil, Buenos Aires}">GRNLNDST3;GRNLNDDT</listitem>
3639 <listitem name="{@utcm2=(UTC -2) Mid-Atlantic}">FALKST2;FALKDT</listitem>
3640 <listitem name="{@utcm1=(UTC -1) Azores, Cape Verde}">AZOREST1;AZOREDT</listitem>
3641 <listitem name="{@utc0=(UTC 0) London, Dublin, Lisbon}">GMT0;BST,M3.5.0,M10.5.0</listitem>
3642 <listitem name="{@utcp1=(UTC +1) Berlin, Brussels, Paris}">CET-1;CEST,M3.5.0,M10.5.0</listitem>
3643 <listitem name="{@utcp2=(UTC +2) Athens, Istanbul, South Africa}">WET-2;WET,M3.5.0,M10.5.0</listitem>
3644 <listitem name="{@utcp3=(UTC +3) Moscow, Baghdad}">SAUST-3;SAUDT</listitem>
3645 <listitem name="{@utcp4=(UTC +4) Abu Dhabi, Tbilisi, Muscat}">WST-4;WDT</listitem>
3646 <listitem name="{@utcp5=(UTC +5) Yekaterinburg, Islamabad}">PAKST-5;PAKDT</listitem>
3647 <listitem name="{@utcp6=(UTC +6) Almaty, Dhaka, Colombo}">TASHST-6;TASHDT</listitem>
3648 <listitem name="{@utcp7=(UTC +7) Bangkok, Hanoi, Jakarta}">THAIST-7;THAIDT</listitem>
3649 <listitem name="{@utcp8=(UTC +8) Beijing, Singapore, Hong Kong}">TAIST-8;TAIDT</listitem>
3650 <listitem name="{@utcp9=(UTC +9) Tokyo, Seoul, Yakutsk}">JST-9;JSTDT</listitem>
3651 <listitem name="{@utcp10=(UTC +10) Eastern Australia, Guam}">EET-10;EETDT</listitem>
3652 <listitem name="{@utcp11=(UTC +11) Vladivostok, Solomon Islands}">MET-11;METDT</listitem>
3653 <listitem name="{@utcp12=(UTC +12) Auckland, Wellington, Fiji}">NZST-12;NZDT</listitem>
z31s1g28f0a922015-11-07 18:50:22 +01003654 </listbox>
3655
3656 <button>
3657 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3658 <highlight color="%highlight_color%"/>
3659 <image resource="q_btn_arrow_right"/>
3660 <actions>
3661 <action function="setguitimezone"/>
3662 <action function="page">settings_timezone2</action>
3663 </actions>
3664 </button>
3665
3666 <action>
3667 <condition var1="tw_time_zone_guisel" op="modified"/>
3668 <action function="setguitimezone"/>
3669 </action>
3670
3671 <action>
3672 <touch key="home"/>
3673 <actions>
3674 <action function="page">main</action>
3675 <action function="setguitimezone"/>
3676 </actions>
3677 </action>
3678
3679 <action>
3680 <touch key="back"/>
3681 <actions>
3682 <action function="page">settings</action>
3683 <action function="setguitimezone"/>
3684 </actions>
3685 </action>
3686
3687 <action>
3688 <touch key="power+voldown"/>
3689 <action function="screenshot"/>
3690 </action>
3691 </page>
3692
3693 <page name="settings_timezone2">
3694 <template name="page"/>
3695
3696 <template name="statusbar"/>
3697
3698 <text style="text_m">
3699 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003700 <text>{@settings_hdr=Settings} &gt; {@time_zone_hdr=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003701 </text>
3702
3703 <text color="%text_color%">
3704 <font resource="font_m"/>
3705 <placement x="%indent_right%" y="%row1_header_y%" placement="1"/>
3706 <text>%tw_time%</text>
3707 </text>
3708
3709 <checkbox>
3710 <placement x="%col1_x_left%" y="%row1_y%"/>
3711 <font resource="font_m" color="%text_color%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003712 <text>{@use_dst_chk=Use daylight savings time (DST)}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003713 <data variable="tw_time_zone_guidst"/>
3714 <image checked="checkbox_true" unchecked="checkbox_false"/>
3715 </checkbox>
3716
3717 <text style="text_m_accent">
3718 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003719 <text>{@sel_tz_offset=Select Offset (usually 0): %tw_time_zone_guioffset%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003720 </text>
3721
3722 <button style="main_button_quarter_width">
3723 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003724 <text>{@tz_offset_0=0}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003725 <actions>
3726 <action function="set">tw_time_zone_guioffset=0</action>
3727 <action function="setguitimezone"/>
3728 </actions>
3729 </button>
3730
3731 <button style="main_button_quarter_width">
3732 <placement x="%btn4_col2_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003733 <text>{@tz_offset_15=15}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003734 <actions>
3735 <action function="set">tw_time_zone_guioffset=15</action>
3736 <action function="setguitimezone"/>
3737 </actions>
3738 </button>
3739
3740 <button style="main_button_quarter_width">
3741 <placement x="%btn4_col3_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003742 <text>{@tz_offset_30=30}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003743 <actions>
3744 <action function="set">tw_time_zone_guioffset=30</action>
3745 <action function="setguitimezone"/>
3746 </actions>
3747 </button>
3748
3749 <button style="main_button_quarter_width">
3750 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003751 <text>{@tz_offset_45=45}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003752 <actions>
3753 <action function="set">tw_time_zone_guioffset=45</action>
3754 <action function="setguitimezone"/>
3755 </actions>
3756 </button>
3757
3758 <button>
3759 <placement x="%col1_x_left%" y="%row11_y%"/>
3760 <highlight color="%highlight_color%"/>
3761 <image resource="q_btn_arrow_left"/>
3762 <actions>
3763 <action function="setguitimezone"/>
3764 <action function="page">settings_timezone</action>
3765 </actions>
3766 </button>
3767
3768 <text style="text_m_accent">
3769 <placement x="%btn4_col2_x%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003770 <text>{@curr_tz_s=Current Time Zone:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003771 </text>
3772
3773 <text style="text_m">
3774 <placement x="%btn4_col2_x%" y="%row12a_y%"/>
3775 <text>%tw_time_zone%</text>
3776 </text>
3777
3778 <action>
3779 <condition var1="tw_time_zone_guidst" op="modified"/>
3780 <action function="setguitimezone"/>
3781 </action>
3782
3783 <action>
3784 <touch key="home"/>
3785 <actions>
3786 <action function="setguitimezone"/>
3787 <action function="page">main</action>
3788 </actions>
3789 </action>
3790
3791 <action>
3792 <touch key="back"/>
3793 <actions>
3794 <action function="setguitimezone"/>
3795 <action function="page">settings_timezone</action>
3796 </actions>
3797 </action>
3798 </page>
3799
3800 <page name="settings_screen">
3801 <template name="page"/>
3802
3803 <template name="statusbar"/>
3804
3805 <text style="text_m">
3806 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003807 <text>{@settings_hdr=Settings} &gt; {@settings_screen_timeout_hdr=Screen Timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003808 </text>
3809
3810 <button style="checkbox">
3811 <condition var1="tw_screen_timeout_secs" op="=" var2="0"/>
3812 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
3813 <placement x="%indent%" y="%row1_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003814 <text>{@enable_timeout_chk=Enable screen timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003815 <image resource="checkbox_false"/>
3816 <action function="set">tw_screen_timeout_secs=60</action>
3817 </button>
3818
3819 <button style="checkbox">
3820 <condition var1="tw_screen_timeout_secs" op="!=" var2="0"/>
3821 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
3822 <placement x="%indent%" y="%row1_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003823 <text>{@enable_timeout_chk=Enable screen timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003824 <image resource="checkbox_true"/>
3825 <action function="set">tw_screen_timeout_secs=0</action>
3826 </button>
3827
3828 <slidervalue>
3829 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
3830 <placement x="col1_x_left" y="%row2a_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003831 <text>{@screen_to_slider_s=Screen timeout in seconds (0=disabled): %tw_screen_timeout_secs%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003832 <data variable="tw_screen_timeout_secs" min="15" max="300"/>
3833 </slidervalue>
3834
3835 <text style="text_m_fail">
3836 <condition var1="tw_no_screen_timeout" op="=" var2="1"/>
3837 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003838 <text>{@screen_to_na=Screen timeout setting unavailable}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003839 </text>
3840
3841 <button>
3842 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3843 <highlight color="%highlight_color%"/>
3844 <image resource="q_btn_arrow_right"/>
3845 <action function="page">settings_screen2</action>
3846 </button>
3847
3848 <action>
3849 <touch key="home"/>
3850 <action function="page">main</action>
3851 </action>
3852
3853 <action>
3854 <touch key="back"/>
3855 <action function="page">settings</action>
3856 </action>
3857 </page>
3858
3859 <page name="settings_screen2">
3860 <template name="page"/>
3861
3862 <template name="statusbar"/>
3863
3864 <text style="text_m">
3865 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003866 <text>{@settings_hdr=Settings} &gt; {@settings_screen_bright_btn=Screen Brightness}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003867 </text>
3868
3869 <slidervalue>
3870 <condition var1="tw_has_brightnesss_file" var2="1"/>
3871 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003872 <text>{@screen_bright_slider=Brightness: %tw_brightness_pct%%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003873 <data variable="tw_brightness_pct" min="10" max="100"/>
3874 <actions>
3875 <action function="set">tw_brightness=%tw_brightness_max%</action>
3876 <action function="compute">tw_brightness*%tw_brightness_pct%</action>
3877 <action function="compute">tw_brightness/100</action>
3878 <action function="setbrightness">%tw_brightness%</action>
3879 </actions>
3880 </slidervalue>
3881
3882 <text style="text_m_fail">
3883 <condition var1="tw_has_brightnesss_file" var2="0"/>
3884 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003885 <text>{@screen_bright_na=Brightness setting unavailable}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003886 </text>
3887
3888 <button>
3889 <placement x="%col1_x_left%" y="%row11_y%"/>
3890 <highlight color="%highlight_color%"/>
3891 <image resource="q_btn_arrow_left"/>
3892 <action function="page">settings_screen</action>
3893 </button>
3894
3895 <action>
3896 <touch key="home"/>
3897 <action function="page">main</action>
3898 </action>
3899
3900 <action>
3901 <touch key="back"/>
3902 <action function="page">settings</action>
3903 </action>
3904 </page>
3905
3906 <page name="settings_vibration">
3907 <template name="page"/>
3908
3909 <template name="statusbar"/>
3910
3911 <text style="text_m">
3912 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003913 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@button_vibration_hdr=Button Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003914 </text>
3915
3916 <slidervalue>
3917 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003918 <text>{@button_vibration=Button Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003919 <data variable="tw_button_vibrate" min="0" max="300"/>
3920 </slidervalue>
3921
3922 <button>
3923 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3924 <highlight color="%highlight_color%"/>
3925 <image resource="q_btn_arrow_right"/>
3926 <action function="page">settings_vibration2</action>
3927 </button>
3928
3929 <action>
3930 <touch key="home"/>
3931 <action function="page">main</action>
3932 </action>
3933
3934 <action>
3935 <touch key="back"/>
3936 <action function="page">settings</action>
3937 </action>
3938 </page>
3939
3940 <page name="settings_vibration2">
3941 <template name="page"/>
3942
3943 <template name="statusbar"/>
3944
3945 <text style="text_m">
3946 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003947 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@kb_vibration_hdr=Keyboard Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003948 </text>
3949
3950 <slidervalue>
3951 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003952 <text>{@kb_vibration=Keyboard Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003953 <data variable="tw_keyboard_vibrate" min="0" max="300"/>
3954 </slidervalue>
3955
3956 <button>
3957 <placement x="%col1_x_left%" y="%row11_y%"/>
3958 <highlight color="%highlight_color%"/>
3959 <image resource="q_btn_arrow_left"/>
3960 <action function="page">settings_vibration</action>
3961 </button>
3962
3963 <button>
3964 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3965 <highlight color="%highlight_color%"/>
3966 <image resource="q_btn_arrow_right"/>
3967 <action function="page">settings_vibration3</action>
3968 </button>
3969
3970 <action>
3971 <touch key="home"/>
3972 <action function="page">main</action>
3973 </action>
3974
3975 <action>
3976 <touch key="back"/>
3977 <action function="page">settings</action>
3978 </action>
3979 </page>
3980
3981 <page name="settings_vibration3">
3982 <template name="page"/>
3983
3984 <template name="statusbar"/>
3985
3986 <text style="text_m">
3987 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003988 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@act_vibration_hdr=Action Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003989 </text>
3990
3991 <slidervalue>
3992 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003993 <text>{@act_vibration=Action Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003994 <data variable="tw_action_vibrate" min="0" max="500"/>
3995 </slidervalue>
3996
3997 <button>
3998 <placement x="%col1_x_left%" y="%row11_y%"/>
3999 <highlight color="%highlight_color%"/>
4000 <image resource="q_btn_arrow_left"/>
4001 <action function="page">settings_vibration2</action>
4002 </button>
4003
4004 <action>
4005 <touch key="home"/>
4006 <action function="page">main</action>
4007 </action>
4008
4009 <action>
4010 <touch key="back"/>
4011 <action function="page">settings</action>
4012 </action>
4013 </page>
4014
Ethan Yonker74db1572015-10-28 12:44:49 -05004015 <page name="settings_language">
4016 <template name="page"/>
4017
4018 <template name="statusbar"/>
4019
4020 <text style="text_m">
4021 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4022 <text>{@settings_hdr=Settings} &gt; {@language_hdr=Language} - %tw_language_display%</text>
4023 </text>
4024
z31s1g608d7ff2016-01-18 19:47:25 +01004025 <listbox style="scrolllist">
Ethan Yonker74db1572015-10-28 12:44:49 -05004026 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
4027 <icon selected="radio_true" unselected="radio_false" />
4028 <data name="tw_language" />
z31s1g608d7ff2016-01-18 19:47:25 +01004029 </listbox>
Ethan Yonker74db1572015-10-28 12:44:49 -05004030
4031 <button>
4032 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4033 <highlight color="%highlight_color%"/>
z31s1g608d7ff2016-01-18 19:47:25 +01004034 <image resource="q_btn_accept_transp"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004035 <action function="setlanguage"></action>
4036 </button>
4037
z31s1g608d7ff2016-01-18 19:47:25 +01004038 <action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004039 <touch key="home" />
4040 <action function="page">main</action>
z31s1g608d7ff2016-01-18 19:47:25 +01004041 </action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004042
z31s1g608d7ff2016-01-18 19:47:25 +01004043 <action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004044 <touch key="back" />
4045 <action function="page">settings</action>
z31s1g608d7ff2016-01-18 19:47:25 +01004046 </action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004047 </page>
4048
z31s1g28f0a922015-11-07 18:50:22 +01004049 <page name="advanced">
4050 <template name="page"/>
4051
4052 <template name="statusbar"/>
4053
4054 <text style="text_m">
4055 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004056 <text>{@advanced_hdr=Advanced}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004057 </text>
4058
4059 <button style="main_button">
4060 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004061 <text>{@terminal_btn=Terminal}</text>
z31s1g56189522016-01-13 19:12:40 +01004062 <action function="page">terminalcommand</action>
z31s1g28f0a922015-11-07 18:50:22 +01004063 </button>
4064
4065 <button style="main_button">
Ethan Yonkerb5fab762016-01-28 14:03:33 -06004066 <condition var1="tw_has_data_media" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01004067 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06004068 <text>{@fix_context_btn=Fix Contexts}</text>
4069 <action function="page">fixcontexts</action>
z31s1g28f0a922015-11-07 18:50:22 +01004070 </button>
4071
4072 <button style="main_button">
4073 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004074 <text>{@reload_theme_btn=Reload Theme}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004075 <action function="reload"/>
4076 </button>
4077
4078 <button style="main_button">
4079 <condition var1="tw_allow_partition_sdcard" var2="1"/>
4080 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004081 <text>{@part_sd_s_btn=SD Card}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004082 <actions>
4083 <action function="set">partitionlisterror=0</action>
4084 <action function="page">partsdcardsel</action>
4085 </actions>
z31s1g28f0a922015-11-07 18:50:22 +01004086 </button>
4087
4088 <button style="main_button">
4089 <condition var1="tw_show_dumlock" var2="1"/>
4090 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004091 <text>{@dumlock_btn=HTC Dumlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004092 <action function="page">htcdumlock</action>
4093 </button>
4094
4095 <button style="main_button">
4096 <condition var1="tw_has_injecttwrp" var2="1"/>
4097 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004098 <text>{@inject_twrp_btn=Inject TWRP}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004099 <actions>
4100 <action function="set">tw_back=advanced</action>
4101 <action function="set">tw_action=reinjecttwrp</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004102 <action function="set">tw_text1={@inject_twrp_confirm=Re-Inject TWRP?}</action>
4103 <action function="set">tw_action_text1={@injecting_twrp=Re-Injecting TWRP...}</action>
4104 <action function="set">tw_complete_text1={@inject_twrp_complete=TWRP Injection Complete}</action>
4105 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004106 <action function="page">confirm_action</action>
4107 </actions>
4108 </button>
4109
4110 <action>
4111 <touch key="home"/>
4112 <action function="page">main</action>
4113 </action>
4114
4115 <action>
4116 <touch key="back"/>
4117 <action function="page">main3</action>
4118 </action>
4119 </page>
4120
Ethan Yonker483e9f42016-01-11 22:21:18 -06004121 <page name="partsdcardsel">
4122 <template name="page"/>
4123
4124 <template name="statusbar"/>
4125
4126 <text style="text_m">
4127 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4128 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
4129 </text>
4130
4131 <partitionlist style="partitionlist_headerless_rb">
4132 <data name="tw_storage_path"/>
4133 <listtype name="storage"/>
4134 </partitionlist>
4135
4136 <text style="text_m_fail">
4137 <condition var1="partitionlisterror" var2="1"/>
4138 <placement x="%center_x%" y="%row9_y%" placement="5"/>
4139 <text>{@invalid_partsd_sel=You must select a removable device}</text>
4140 </text>
4141
4142 <button>
4143 <placement x="%btn4_col2_x%" y="%row11_y%"/>
4144 <highlight color="%highlight_color%"/>
4145 <image resource="q_btn_refresh"/>
4146 <action function="refreshsizes"/>
4147 </button>
4148
4149 <button>
4150 <placement x="%btn4_col3_x%" y="%row11_y%"/>
4151 <highlight color="%highlight_color%"/>
4152 <image resource="q_btn_accept"/>
4153 <actions>
4154 <action function="getpartitiondetails">tw_storage_path</action>
4155 <action function="page">partsdcardcheck</action>
4156 </actions>
4157 </button>
4158
4159 <action>
4160 <touch key="home"/>
4161 <action function="page">main</action>
4162 </action>
4163
4164 <action>
4165 <touch key="back"/>
4166 <action function="page">advanced</action>
4167 </action>
4168 </page>
4169
4170 <page name="partsdcardcheck">
4171 <action>
4172 <condition var1="tw_partition_removable" op="=" var2="1"/>
4173 <actions>
4174 <action function="set">partitionlisterror=0</action>
4175 <action function="page">partsdcard</action>
4176 </actions>
4177 </action>
4178
4179 <action>
4180 <condition var1="tw_partition_removable" op="!=" var2="1"/>
4181 <actions>
4182 <action function="set">partitionlisterror=1</action>
4183 <action function="page">partsdcardsel</action>
4184 </actions>
4185 </action>
4186 </page>
4187
z31s1g28f0a922015-11-07 18:50:22 +01004188 <page name="partsdcard">
4189 <template name="page"/>
4190
4191 <template name="statusbar"/>
4192
4193 <text style="text_m">
4194 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004195 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004196 </text>
4197
4198 <text style="text_m_fail">
4199 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004200 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004201 </text>
4202
4203 <text style="text_m_fail">
4204 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004205 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004206 </text>
4207
4208 <text style="text_m_accent">
4209 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004210 <text>{@part_sd_ext_sz=EXT Size:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004211 </text>
4212
4213 <text style="text_m">
4214 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4215 <text>%tw_sdext_size%</text>
4216 </text>
4217
4218 <button style="main_button_quarter_width">
4219 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004220 <text>{@part_sd_m=-}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004221 <action function="addsubtract">tw_sdext_size-256</action>
z31s1g28f0a922015-11-07 18:50:22 +01004222 </button>
4223
4224 <button style="main_button_quarter_width">
4225 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004226 <text>{@part_sd_p=+}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004227 <action function="addsubtract">tw_sdext_size+256</action>
z31s1g28f0a922015-11-07 18:50:22 +01004228 </button>
4229
4230 <button>
4231 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4232 <highlight color="%highlight_color%"/>
4233 <image resource="q_btn_arrow_right"/>
4234 <action function="page">partsdcard2</action>
4235 </button>
4236
4237 <action>
4238 <touch key="home"/>
4239 <action function="page">main</action>
4240 </action>
4241
4242 <action>
4243 <touch key="back"/>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004244 <action function="page">partsdcardsel</action>
z31s1g28f0a922015-11-07 18:50:22 +01004245 </action>
4246 </page>
4247
4248 <page name="partsdcard2">
4249 <template name="page"/>
4250
4251 <template name="statusbar"/>
4252
4253 <text style="text_m">
4254 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004255 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004256 </text>
4257
4258 <text style="text_m_fail">
4259 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004260 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004261 </text>
4262
4263 <text style="text_m_fail">
4264 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004265 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004266 </text>
4267
4268 <text style="text_m_accent">
4269 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004270 <text>{@part_sd_swap_sz=Swap Size:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004271 </text>
4272
4273 <text style="text_m">
4274 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4275 <text>%tw_swap_size%</text>
4276 </text>
4277
4278 <button style="main_button_quarter_width">
4279 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004280 <text>{@part_sd_m=-}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004281 <action function="addsubtract">tw_swap_size-64</action>
z31s1g28f0a922015-11-07 18:50:22 +01004282 </button>
4283
4284 <button style="main_button_quarter_width">
4285 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004286 <text>{@part_sd_p=+}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004287 <action function="addsubtract">tw_swap_size+64</action>
z31s1g28f0a922015-11-07 18:50:22 +01004288 </button>
4289
4290 <button>
4291 <placement x="%col1_x_left%" y="%row11_y%"/>
4292 <highlight color="%highlight_color%"/>
4293 <image resource="q_btn_arrow_left"/>
4294 <action function="page">partsdcard</action>
4295 </button>
4296
4297 <button>
4298 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4299 <highlight color="%highlight_color%"/>
4300 <image resource="q_btn_arrow_right"/>
4301 <action function="page">partsdcard3</action>
4302 </button>
4303
4304 <action>
4305 <touch key="home"/>
4306 <action function="page">main</action>
4307 </action>
4308
4309 <action>
4310 <touch key="back"/>
4311 <action function="page">advanced</action>
4312 </action>
4313 </page>
4314
4315 <page name="partsdcard3">
4316 <template name="page"/>
4317
4318 <template name="statusbar"/>
4319
4320 <text style="text_m">
4321 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004322 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004323 </text>
4324
4325 <text style="text_m_fail">
4326 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004327 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004328 </text>
4329
4330 <text style="text_m_fail">
4331 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004332 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004333 </text>
4334
4335 <text style="text_m_accent">
4336 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004337 <text>{@file_system=File System:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004338 </text>
4339
4340 <text style="text_m">
4341 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4342 <text>%tw_sdpart_file_system%</text>
4343 </text>
4344
4345 <button style="main_button_quarter_width">
4346 <placement x="%indent%" y="%row6_y%"/>
4347 <text>EXT3</text>
4348 <action function="set">tw_sdpart_file_system=ext3</action>
4349 </button>
4350
4351 <button style="main_button_quarter_width">
4352 <placement x="%btn4_col4_x%" y="%row6_y%"/>
4353 <text>EXT4</text>
4354 <action function="set">tw_sdpart_file_system=ext4</action>
4355 </button>
4356
4357 <button>
4358 <placement x="%col1_x_left%" y="%row11_y%"/>
4359 <highlight color="%highlight_color%"/>
4360 <image resource="q_btn_arrow_left"/>
4361 <action function="page">partsdcard2</action>
4362 </button>
4363
4364 <button>
4365 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4366 <highlight color="%highlight_color%"/>
4367 <image resource="q_btn_arrow_right"/>
4368 <action function="page">partsdcard_confirm</action>
4369 </button>
4370
4371 <action>
4372 <touch key="home"/>
4373 <action function="page">main</action>
4374 </action>
4375
4376 <action>
4377 <touch key="back"/>
4378 <action function="page">advanced</action>
4379 </action>
4380 </page>
4381
4382 <page name="partsdcard_confirm">
4383 <template name="page"/>
4384
4385 <template name="statusbar"/>
4386
4387 <text style="text_m">
4388 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004389 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004390 </text>
4391
4392 <text style="text_m_fail">
4393 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004394 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004395 </text>
4396
4397 <text style="text_m_fail">
4398 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004399 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004400 </text>
4401
4402 <text style="text_m_accent">
4403 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004404 <text>{@part_sd_ext_sz=EXT Size:} %tw_sdext_size%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004405 </text>
4406
4407 <text style="text_m_accent">
4408 <placement x="%center_x%" y="%row6_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004409 <text>{@part_sd_swap_sz=Swap Size:} %tw_swap_size%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004410 </text>
4411
4412 <text style="text_m_accent">
4413 <placement x="%center_x%" y="%row8_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004414 <text>{@file_system=File System:} %tw_sdpart_file_system%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004415 </text>
4416
4417 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05004418 <text>{@swipe_part_sd_s=Partition}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004419 <action function="page">partsdcardaction</action>
4420 <actions>
4421 <action function="set">tw_back=partsdcard</action>
4422 <action function="set">tw_action=partitionsd</action>
4423 <action function="set">tw_has_action2=1</action>
4424 <action function="set">tw_action2=set</action>
4425 <action function="set">tw_action2_param=tw_zip_location=/sdcard</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004426 <action function="set">tw_action_text1={@partitioning_sd=Partitioning SD Card...}</action>
4427 <action function="set">tw_action_text2={@partitioning_sd2=This will take a few minutes.}</action>
4428 <action function="set">tw_complete_text1={@part_sd_complete=Partitioning Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004429 <action function="page">action_page</action>
4430 </actions>
4431 </slider>
4432
4433 <action>
4434 <touch key="home"/>
4435 <action function="page">main</action>
4436 </action>
4437
4438 <action>
4439 <touch key="back"/>
4440 <action function="page">advanced</action>
4441 </action>
4442 </page>
4443
4444 <page name="htcdumlock">
4445 <template name="page"/>
4446
4447 <template name="statusbar"/>
4448
4449 <text style="text_m">
4450 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004451 <text>{@advanced_hdr=Advanced} &gt; {@dumlock_hdr=HTC Dumlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004452 </text>
4453
4454 <button style="main_button_full_width">
4455 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004456 <text>{@dumlock_restore_btn=Restore Original Boot}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004457 <actions>
4458 <action function="set">tw_back=htcdumlock</action>
4459 <action function="set">tw_action=htcdumlockrestoreboot</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004460 <action function="set">tw_text1={@dumlock_restore_confirm=Restore original boot image?}</action>
4461 <action function="set">tw_action_text1={@dumlock_restoring=Restoring Original Boot...}</action>
4462 <action function="set">tw_complete_text1={@dumlock_restore_complete=Restore Original Boot Complete}</action>
4463 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004464 <action function="page">confirm_action</action>
4465 </actions>
4466 </button>
4467
4468 <button style="main_button_full_width">
4469 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004470 <text>{@dumlock_reflash_btn=Reflash Recovery}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004471 <actions>
4472 <action function="set">tw_back=htcdumlock</action>
4473 <action function="set">tw_action=htcdumlockreflashrecovery</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004474 <action function="set">tw_text1={@dumlock_reflash_confirm=Reflash recovery to boot?}</action>
4475 <action function="set">tw_action_text1={@dumlock_reflashing=Flashing recovery to boot...}</action>
4476 <action function="set">tw_complete_text1={@dumlock_reflash_complete=Recovery Flash to Boot Complete}</action>
4477 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004478 <action function="page">confirm_action</action>
4479 </actions>
4480 </button>
4481
4482 <button style="main_button_full_width">
4483 <placement x="%indent%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004484 <text>{@dumlock_install_btn=Install HTC Dumlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004485 <actions>
4486 <action function="set">tw_back=htcdumlock</action>
4487 <action function="set">tw_action=installhtcdumlock</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004488 <action function="set">tw_action_text1={@dumlock_installing=Installing HTC Dumlock...}</action>
4489 <action function="set">tw_complete_text1={@dumlock_install_complete=HTC Dumlock Install Complete}</action>
4490 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4491 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004492 <action function="page">confirm_action</action>
4493 </actions>
4494 </button>
4495
4496 <action>
4497 <touch key="home"/>
4498 <action function="page">main</action>
4499 </action>
4500
4501 <action>
4502 <touch key="back"/>
4503 <action function="page">advanced</action>
4504 </action>
4505 </page>
4506
4507 <page name="lock">
4508 <background color="%semi_transparent%"/>
4509
4510 <image>
4511 <image resource="unlock_icon"/>
4512 <placement x="%center_x%" y="%row6_y%" placement="4"/>
4513 </image>
4514
4515 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05004516 <text>{@swipe_unlock= Unlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004517 <action function="overlay"/>
4518 </slider>
Matt Mower9472ba12016-01-20 18:12:47 -06004519
4520 <action>
4521 <touch key="power"/>
4522 <action function="togglebacklight"/>
4523 </action>
z31s1g28f0a922015-11-07 18:50:22 +01004524 </page>
4525
4526 <page name="filemanagerlist">
4527 <template name="page"/>
4528
4529 <template name="statusbar"/>
4530
4531 <text style="text_m">
4532 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004533 <text>{@fm_hdr=File Manager} &gt; {@fm_sel_file=Select a File or Folder}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004534 </text>
4535
4536 <fileselector>
4537 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
4538 <text>%tw_file_location1%</text>
4539 <filter folders="1" files="1"/>
4540 <path name="tw_file_location1" default="/"/>
4541 <data name="tw_filename1"/>
4542 <selection name="tw_selection1"/>
4543 </fileselector>
4544
4545 <button>
4546 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4547 <highlight color="%highlight_color%"/>
4548 <image resource="q_btn_folder"/>
4549 <actions>
4550 <action function="set">tw_filename1=tw_file_location1</action>
4551 <action function="set">tw_fm_isfolder=1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004552 <action function="set">tw_fm_type={@fm_type_folder=Folder}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004553 <action function="page">filemanageroptions</action>
4554 </actions>
4555 </button>
4556
4557 <action>
4558 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05004559 <action function="set">tw_fm_type={@fm_type_file=File}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004560 <action function="set">tw_fm_isfolder=0</action>
4561 </actions>
4562 </action>
4563
4564 <action>
4565 <touch key="home"/>
4566 <action function="page">main</action>
4567 </action>
4568
4569 <action>
4570 <touch key="back"/>
4571 <action function="page">main3</action>
4572 </action>
4573
4574 <action>
4575 <condition var1="tw_filename1" op="modified"/>
4576 <action function="page">filemanageroptions</action>
4577 </action>
4578 </page>
4579
4580 <page name="filemanageroptions">
4581 <template name="page"/>
4582
4583 <template name="statusbar"/>
4584
4585 <text style="text_m">
4586 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004587 <text>%tw_fm_type% &gt; %tw_filename1%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004588 </text>
4589
4590 <button style="main_button">
4591 <condition var1="tw_fm_isfolder" var2="0"/>
4592 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004593 <text>{@fm_copy_btn=Copy}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004594 <actions>
4595 <action function="set">tw_filemanager_command=cp</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004596 <action function="set">tw_fm_text1={@fm_copying=Copying}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004597 <action function="page">choosedestinationfolder</action>
4598 </actions>
4599 </button>
4600
4601 <button style="main_button">
4602 <condition var1="tw_fm_isfolder" var2="1"/>
4603 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004604 <text>{@fm_copy_btn=Copy}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004605 <actions>
4606 <action function="set">tw_filemanager_command=cd "%tw_file_location1%" &amp;&amp; cd .. &amp;&amp; cp -R</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004607 <action function="set">tw_fm_text1={@fm_copying=Copying}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004608 <action function="page">choosedestinationfolder</action>
4609 </actions>
4610 </button>
4611
4612 <button style="main_button">
4613 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004614 <text>{@fm_move_btn=Move}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004615 <actions>
4616 <action function="set">tw_filemanager_command=mv</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004617 <action function="set">tw_fm_text1={@fm_moving=Moving}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004618 <action function="page">choosedestinationfolder</action>
4619 </actions>
4620 </button>
4621
4622 <button style="main_button">
4623 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004624 <text>{@fm_chmod755_btn=chmod 755}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004625 <actions>
4626 <action function="set">tw_filemanager_command=chmod 755</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004627 <action function="set">tw_fm_text1={@fm_chmod755ing=chmod 755}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004628 <action function="set">tw_fm_text2=</action>
4629 <action function="set">tw_fm_text3=</action>
4630 <action function="set">tw_include_text3=0</action>
4631 <action function="set">tw_back=filemanageroptions</action>
4632 <action function="page">filemanagerconfirm</action>
4633 </actions>
4634 </button>
4635
4636 <button style="main_button">
4637 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004638 <text>{@fm_chmod_btn=chmod}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004639 <actions>
4640 <action function="set">tw_filemanager_rename=0000</action>
4641 <action function="set">tw_fm_text2=</action>
4642 <action function="set">tw_fm_text3=</action>
4643 <action function="set">tw_include_text3=0</action>
4644 <action function="set">tw_back=filemanageroptions</action>
4645 <action function="page">filemanagerchmod</action>
4646 </actions>
4647 </button>
4648
4649 <button style="main_button">
4650 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004651 <text>{@fm_delete_btn=Delete}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004652 <actions>
4653 <action function="set">tw_filemanager_command=rm -rf</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004654 <action function="set">tw_fm_text1={@fm_deleting=Deleting}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004655 <action function="set">tw_fm_text2=</action>
4656 <action function="set">tw_fm_text3=</action>
4657 <action function="set">tw_include_text3=0</action>
4658 <action function="set">tw_back=filemanageroptions</action>
4659 <action function="page">filemanagerconfirm</action>
4660 </actions>
4661 </button>
4662
4663 <button style="main_button">
4664 <condition var1="tw_fm_isfolder" var2="0"/>
4665 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004666 <text>{@fm_rename_btn=Rename}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004667 <actions>
4668 <action function="set">tw_filemanager_rename=tw_selection1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004669 <action function="set">tw_fm_text1={@fm_renaming=Renaming}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004670 <action function="set">tw_filemanager_command=mv</action>
4671 <action function="page">filemanagerrenamefile</action>
4672 </actions>
4673 </button>
4674
4675 <button style="main_button">
4676 <condition var1="tw_fm_isfolder" var2="1"/>
4677 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004678 <text>{@fm_rename_btn=Rename}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004679 <actions>
4680 <action function="set">tw_filemanager_rename=tw_selection1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004681 <action function="set">tw_fm_text1={@fm_renaming=Renaming}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004682 <action function="set">tw_filemanager_command=cd "%tw_file_location1%" &amp;&amp; cd .. &amp;&amp; mv</action>
4683 <action function="page">filemanagerrenamefolder</action>
4684 </actions>
4685 </button>
4686
4687 <action>
4688 <touch key="home"/>
4689 <action function="page">main</action>
4690 </action>
4691
4692 <action>
4693 <touch key="back"/>
4694 <action function="page">filemanagerlist</action>
4695 </action>
4696 </page>
4697
4698 <page name="choosedestinationfolder">
4699 <template name="page"/>
4700
4701 <template name="statusbar"/>
4702
4703 <text style="text_m">
4704 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004705 <text>{@fm_hdr=File Manager} &gt; {@fm_sel_dest=Select Destination Folder}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004706 </text>
4707
4708 <fileselector>
4709 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
4710 <text>%tw_file_location2%</text>
4711 <filter folders="1" files="0"/>
4712 <path name="tw_file_location2" default="/"/>
4713 <data name="tw_filename2"/>
4714 <selection name="tw_selection2"/>
4715 </fileselector>
4716
4717 <button>
4718 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4719 <highlight color="%highlight_color%"/>
4720 <image resource="q_btn_folder"/>
4721 <actions>
4722 <action function="set">tw_fm_text2=to</action>
4723 <action function="set">tw_fm_text3=%tw_file_location2%</action>
4724 <action function="set">tw_include_text3=1</action>
4725 <action function="set">tw_back=filemanageroptions</action>
4726 <action function="page">filemanagerconfirm</action>
4727 </actions>
4728 </button>
4729
4730 <action>
4731 <touch key="home"/>
4732 <action function="page">main</action>
4733 </action>
4734
4735 <action>
4736 <touch key="back"/>
4737 <action function="page">filemanageroptions</action>
4738 </action>
4739 </page>
4740
4741 <page name="filemanagerrenamefile">
4742 <template name="page"/>
4743
4744 <template name="statusbar"/>
4745
4746 <text style="text_m">
4747 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004748 <text>{@fm_hdr=File Manager} &gt; {@fm_rename_hdr=Rename} %tw_fm_type%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004749 </text>
4750
4751 <text style="text_m_accent">
4752 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004753 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004754 </text>
4755
4756 <input>
4757 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
4758 <text>%tw_filemanager_rename%</text>
4759 <data name="tw_filemanager_rename"/>
4760 <restrict minlen="1" maxlen="128"/>
4761 <actions>
4762 <action function="set">tw_fm_text2=to</action>
4763 <action function="set">tw_fm_text3="%tw_file_location1%/%tw_filemanager_rename%"</action>
4764 <action function="set">tw_include_text3=1</action>
4765 <action function="set">tw_back=filemanageroptions</action>
4766 <action function="page">filemanagerconfirm</action>
4767 </actions>
4768 </input>
4769
4770 <fill color="%accent_color%">
4771 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
4772 </fill>
4773
4774 <button style="main_button_half_height">
4775 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004776 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004777 <action function="page">filemanageroptions</action>
4778 </button>
4779
4780 <template name="keyboardtemplate"/>
4781
4782 <action>
4783 <touch key="home"/>
4784 <action function="page">main</action>
4785 </action>
4786
4787 <action>
4788 <touch key="back"/>
4789 <action function="page">filemanageroptions</action>
4790 </action>
4791 </page>
4792
4793 <page name="filemanagerrenamefolder">
4794 <template name="page"/>
4795
4796 <template name="statusbar"/>
4797
4798 <text style="text_m">
4799 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004800 <text>{@fm_hdr=File Manager} &gt; {@fm_rename_hdr=Rename} %tw_fm_type%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004801 </text>
4802
4803 <text style="text_m_accent">
4804 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004805 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004806 </text>
4807
4808 <input>
4809 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
4810 <text>%tw_filemanager_rename%</text>
4811 <data name="tw_filemanager_rename"/>
4812 <restrict minlen="1" maxlen="128"/>
4813 <actions>
4814 <action function="set">tw_fm_text2=to</action>
4815 <action function="set">tw_fm_text3=%tw_filemanager_rename%</action>
4816 <action function="set">tw_include_text3=1</action>
4817 <action function="set">tw_back=filemanageroptions</action>
4818 <action function="page">filemanagerconfirm</action>
4819 </actions>
4820 </input>
4821
4822 <fill color="%accent_color%">
4823 <placement x="%col1_x_left%" y="row4_y" w="%content_width%" h="input_line_width" placement="1"/>
4824 </fill>
4825
4826 <button style="main_button_half_height">
4827 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004828 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004829 <action function="page">filemanageroptions</action>
4830 </button>
4831
4832 <template name="keyboardtemplate"/>
4833
4834 <action>
4835 <touch key="home"/>
4836 <action function="page">main</action>
4837 </action>
4838
4839 <action>
4840 <touch key="back"/>
4841 <action function="page">filemanageroptions</action>
4842 </action>
4843 </page>
4844
4845 <page name="filemanagerchmod">
4846 <template name="page"/>
4847
4848 <template name="statusbar"/>
4849
4850 <text style="text_m">
4851 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004852 <text>{@fm_hdr=File Manager} &gt; {@fm_set_perms_hdr=Set Permissions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004853 </text>
4854
4855 <text style="text_m_accent">
4856 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004857 <text>{@fm_perms=Permissions:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004858 </text>
4859
4860 <input>
4861 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
4862 <text>%tw_filemanager_rename%</text>
4863 <data name="tw_filemanager_rename"/>
4864 <restrict minlen="3" maxlen="4" allow="0123456789"/>
4865 <actions>
4866 <action function="set">tw_filemanager_command=chmod %tw_filemanager_rename%</action>
4867 <action function="set">tw_fm_text1=chmod %tw_filemanager_rename%</action>
4868 <action function="set">tw_back=filemanageroptions</action>
4869 <action function="page">filemanagerconfirm</action>
4870 </actions>
4871 </input>
4872
4873 <fill color="%accent_color%">
4874 <placement x="%col1_x_left%" y="row4_y" w="%content_width%" h="input_line_width" placement="1"/>
4875 </fill>
4876
4877 <button style="main_button_half_height">
4878 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004879 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004880 <action function="page">filemanageroptions</action>
4881 </button>
4882
4883 <template name="keyboardtemplate"/>
4884
4885 <action>
4886 <touch key="home"/>
4887 <action function="page">main</action>
4888 </action>
4889
4890 <action>
4891 <touch key="back"/>
4892 <action function="page">filemanageroptions</action>
4893 </action>
4894 </page>
4895
4896 <page name="filemanagerconfirm">
4897 <template name="page"/>
4898
4899 <template name="statusbar"/>
4900
4901 <text style="text_m">
4902 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004903 <text>{@fm_hdr=File Manager} &gt; {@confirm_action=Confirm Action}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004904 </text>
4905
4906 <text style="text_m_accent">
4907 <placement x="%center_x%" y="%row2_y%" placement="5"/>
4908 <text>%tw_fm_text1%</text>
4909 </text>
4910
4911 <text style="text_m">
4912 <placement x="%center_x%" y="%row3_y%" placement="5"/>
4913 <text>%tw_filename1%</text>
4914 </text>
4915
4916 <text style="text_m_accent">
4917 <placement x="%center_x%" y="%row5_y%" placement="5"/>
4918 <text>%tw_fm_text2%</text>
4919 </text>
4920
4921 <text style="text_m">
4922 <placement x="%center_x%" y="%row6_y%" placement="5"/>
4923 <text>%tw_fm_text3%</text>
4924 </text>
4925
4926 <text style="text_m">
4927 <placement x="%center_x%" y="%row8_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004928 <text>{@back_cancel=Press back button to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004929 </text>
4930
4931 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05004932 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004933 <action function="page">filemanageraction</action>
4934 </slider>
4935
4936 <action>
4937 <touch key="back"/>
4938 <action function="page">%tw_back%</action>
4939 </action>
4940
4941 <action>
4942 <touch key="home"/>
4943 <action function="page">main</action>
4944 </action>
4945 </page>
4946
4947 <page name="filemanageraction">
4948 <template name="page"/>
4949
4950 <template name="statusbar"/>
4951
4952 <text style="text_m">
4953 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004954 <text>{@fm_hdr=File Manager} &gt; %tw_fm_text1%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004955 </text>
4956
4957 <template name="console"/>
4958
4959 <template name="progress_bar"/>
4960
4961 <action>
4962 <conditions>
4963 <condition var1="tw_operation_state" var2="1"/>
4964 <condition var1="tw_operation_status" var2="0"/>
4965 </conditions>
4966 <actions>
4967 <action function="set">tw_back=filemanagerlist</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004968 <action function="set">tw_complete_text1={@fm_complete=File Operation Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004969 <action function="page">action_complete</action>
4970 </actions>
4971 </action>
4972
4973 <action>
4974 <conditions>
4975 <condition var1="tw_operation_state" var2="1"/>
4976 <condition var1="tw_operation_status" op="!=" var2="0"/>
4977 </conditions>
4978 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05004979 <action function="set">tw_complete_text1={@fm_complete=File Operation Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004980 <action function="page">action_complete</action>
4981 </actions>
4982 </action>
4983
4984 <action>
4985 <condition var1="tw_include_text3" var2="0"/>
4986 <action function="cmd">%tw_filemanager_command% "%tw_filename1%"</action>
4987 </action>
4988
4989 <action>
4990 <condition var1="tw_include_text3" var2="1"/>
4991 <action function="cmd">%tw_filemanager_command% "%tw_filename1%" "%tw_fm_text3%"</action>
4992 </action>
4993 </page>
4994
4995 <page name="decrypt">
4996 <template name="page"/>
4997
4998 <template name="statusbar"/>
4999
5000 <action>
5001 <condition var1="tw_crypto_pwtype" var2="2"/>
5002 <action function="page">decrypt_pattern</action>
5003 </action>
5004
5005 <text style="text_m">
5006 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005007 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_hdr=Decrypt Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005008 </text>
5009
5010 <text style="text_m_accent">
5011 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005012 <text>{@decrypt_data_enter_pass=Enter Password:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005013 </text>
5014
5015 <input>
5016 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5017 <text>%tw_crypto_display%</text>
5018 <data name="tw_crypto_password" mask="*" maskvariable="tw_crypto_display"/>
5019 <restrict minlen="1" maxlen="254"/>
5020 <action function="page">trydecrypt</action>
5021 </input>
5022
5023 <fill color="%accent_color%">
5024 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5025 </fill>
5026
5027 <fill color="%text_fail_color%">
5028 <condition var1="tw_password_fail" var2="1"/>
5029 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5030 </fill>
5031
5032 <text style="text_m_fail">
5033 <condition var1="tw_password_fail" var2="1"/>
5034 <placement x="%col1_x_left%" y="%row3_input_y%"/>
sndnvaps793ec582016-01-28 19:41:44 +08005035 <text>{@decrypt_data_failed=Password failed, please try again!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005036 </text>
5037
5038 <button style="main_button_half_height">
z31s1g608d7ff2016-01-18 19:47:25 +01005039 <placement x="%col1_x_left%" y="%row4_y%"/>
5040 <text>{@sel_lang_btn=Select Language}</text>
5041 <action function="page">settings_language</action>
5042 </button>
5043
5044 <button style="main_button_half_height">
z31s1g28f0a922015-11-07 18:50:22 +01005045 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005046 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005047 <actions>
5048 <action function="set">tw_page_done=1</action>
5049 <action function="page">main</action>
5050 </actions>
5051 </button>
5052
5053 <template name="keyboardtemplate"/>
5054 </page>
5055
5056 <page name="decrypt_pattern">
5057 <template name="page"/>
5058
5059 <template name="statusbar"/>
5060
Aleksa Saraib25a1832015-12-31 17:36:00 +01005061 <action>
5062 <action function="set">tw_gui_pattern_grid_size=3</action>
5063 </action>
5064
z31s1g28f0a922015-11-07 18:50:22 +01005065 <text style="text_m">
5066 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005067 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_hdr=Decrypt Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005068 </text>
5069
5070 <text style="text_m_accent">
Aleksa Saraib25a1832015-12-31 17:36:00 +01005071 <condition var1="tw_password_fail" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01005072 <placement x="%center_x%" y="%row5_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005073 <text>{@decrypt_data_enter_pattern=Enter Pattern.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005074 </text>
5075
Aleksa Saraib25a1832015-12-31 17:36:00 +01005076 <text style="text_m_fail">
5077 <condition var1="tw_password_fail" var2="1"/>
5078 <placement x="%center_x%" y="%row5_y%" placement="5"/>
sndnvaps793ec582016-01-28 19:41:44 +08005079 <text>{@decrypt_data_failed_pattern=Pattern failed, please try again!}</text>
Aleksa Saraib25a1832015-12-31 17:36:00 +01005080 </text>
5081
z31s1g28f0a922015-11-07 18:50:22 +01005082 <text style="text_m">
5083 <placement x="%center_x%" y="%row10_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005084 <text>{@back_cancel=Press back to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005085 </text>
5086
5087 <patternpassword>
5088 <placement x="%pattern_x%" y="%row2_y%" w="%pattern_size%" h="%pattern_size%"/>
z31s1g28f0a922015-11-07 18:50:22 +01005089 <dot color="%fileselector_linecolor%" activecolor="%accent_color%" radius="%pattern_dot_dia%"/>
5090 <line color="%fileselector_linecolor%" width="%pattern_line_w%"/>
5091 <data name="tw_crypto_password"/>
5092 <action function="page">trydecrypt</action>
5093 </patternpassword>
5094
5095 <fill color="#000000">
5096 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
5097 </fill>
5098
5099 <button>
5100 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4"/>
5101 <image resource="back"/>
5102 <condition var1="tw_busy" var2="0"/>
5103 <actions>
5104 <action function="set">tw_page_done=1</action>
5105 <action function="page">main</action>
5106 </actions>
5107 </button>
Aleksa Saraib25a1832015-12-31 17:36:00 +01005108
5109 <button>
5110 <condition var1="tw_gui_pattern_grid_size" var2="3"/>
5111 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5112 <image resource="grid_less"/>
5113 <action function="set">tw_gui_pattern_grid_size=3</action>
5114 </button>
5115
5116 <button>
5117 <condition var1="tw_gui_pattern_grid_size" var2="4"/>
5118 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5119 <image resource="grid_less"/>
5120 <action function="set">tw_gui_pattern_grid_size=3</action>
5121 </button>
5122
5123 <button>
5124 <condition var1="tw_gui_pattern_grid_size" var2="5"/>
5125 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5126 <image resource="grid_less"/>
5127 <action function="set">tw_gui_pattern_grid_size=4</action>
5128 </button>
5129
5130 <button>
5131 <condition var1="tw_gui_pattern_grid_size" var2="6"/>
5132 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5133 <image resource="grid_less"/>
5134 <action function="set">tw_gui_pattern_grid_size=5</action>
5135 </button>
5136
5137 <button>
5138 <condition var1="tw_gui_pattern_grid_size" var2="3"/>
5139 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5140 <image resource="grid_more"/>
5141 <action function="set">tw_gui_pattern_grid_size=4</action>
5142 </button>
5143
5144 <button>
5145 <condition var1="tw_gui_pattern_grid_size" var2="4"/>
5146 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5147 <image resource="grid_more"/>
5148 <action function="set">tw_gui_pattern_grid_size=5</action>
5149 </button>
5150
5151 <button>
5152 <condition var1="tw_gui_pattern_grid_size" var2="5"/>
5153 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5154 <image resource="grid_more"/>
5155 <action function="set">tw_gui_pattern_grid_size=6</action>
5156 </button>
5157
5158 <button>
5159 <condition var1="tw_gui_pattern_grid_size" var2="6"/>
5160 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5161 <image resource="grid_more"/>
5162 <action function="set">tw_gui_pattern_grid_size=6</action>
5163 </button>
z31s1g28f0a922015-11-07 18:50:22 +01005164 </page>
5165
5166 <page name="trydecrypt">
5167 <template name="page"/>
5168
5169 <template name="statusbar"/>
5170
5171 <text style="text_m">
5172 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005173 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_trying=Trying Decryption}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005174 </text>
5175
5176 <template name="console"/>
5177
5178 <template name="progress_bar"/>
5179
5180 <action>
5181 <action function="decrypt"/>
5182 </action>
5183
5184 <action>
5185 <conditions>
5186 <condition var1="tw_operation_state" var2="1"/>
5187 <condition var1="tw_operation_status" op="!=" var2="0"/>
5188 </conditions>
5189 <actions>
5190 <action function="set">tw_password_fail=1</action>
5191 <action function="page">decrypt</action>
5192 </actions>
5193 </action>
5194
5195 <action>
5196 <conditions>
5197 <condition var1="tw_operation_state" var2="1"/>
5198 <condition var1="tw_operation_status" op="=" var2="0"/>
5199 </conditions>
5200 <actions>
5201 <action function="set">tw_page_done=1</action>
5202 <action function="page">main</action>
5203 </actions>
5204 </action>
5205 </page>
5206
z31s1g28f0a922015-11-07 18:50:22 +01005207 <page name="terminalcommand">
z31s1g56189522016-01-13 19:12:40 +01005208 <terminal>
5209 <condition var1="tw_hide_kb" var2="0"/>
5210 <placement x="0" y="0" w="%screen_width%" h="%console_terminal_s_height%"/>
5211 </terminal>
z31s1g28f0a922015-11-07 18:50:22 +01005212
z31s1g56189522016-01-13 19:12:40 +01005213 <terminal>
5214 <condition var1="tw_hide_kb" var2="1"/>
5215 <placement x="0" y="0" w="%screen_width%" h="%console_terminal_l_height%"/>
5216 </terminal>
z31s1g28f0a922015-11-07 18:50:22 +01005217
z31s1g56189522016-01-13 19:12:40 +01005218 <template name="keyboardterminaltemplate"/>
z31s1g28f0a922015-11-07 18:50:22 +01005219
5220 <template name="keyboardtemplate"/>
5221
z31s1g608d7ff2016-01-18 19:47:25 +01005222 <fill color="#000000">
z31s1g56189522016-01-13 19:12:40 +01005223 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%" />
z31s1g608d7ff2016-01-18 19:47:25 +01005224 </fill>
z31s1g56189522016-01-13 19:12:40 +01005225
z31s1g608d7ff2016-01-18 19:47:25 +01005226 <button>
z31s1g56189522016-01-13 19:12:40 +01005227 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4" />
5228 <image resource="back" />
5229 <condition var1="tw_busy" var2="0" />
5230 <actions>
5231 <action function="set">tw_hide_kb=0</action>
5232 <action function="key">back</action>
5233 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005234 </button>
z31s1g56189522016-01-13 19:12:40 +01005235
z31s1g608d7ff2016-01-18 19:47:25 +01005236 <button>
z31s1g56189522016-01-13 19:12:40 +01005237 <placement x="%center_x%" y="%navbar_btn_y%" placement="4" />
5238 <image resource="home" />
5239 <condition var1="tw_busy" var2="0" />
5240 <actions>
5241 <action function="set">tw_hide_kb=0</action>
5242 <action function="key">home</action>
5243 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005244 </button>
z31s1g56189522016-01-13 19:12:40 +01005245
z31s1g608d7ff2016-01-18 19:47:25 +01005246 <button>
z31s1g56189522016-01-13 19:12:40 +01005247 <condition var1="tw_hide_kb" var2="0"/>
5248 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4" />
5249 <image resource="kb_hide" />
5250 <condition var1="tw_busy" var2="0" />
5251 <actions>
5252 <action function="set">tw_hide_kb=1</action>
5253 <action function="page">terminalcommand</action>
5254 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005255 </button>
z31s1g56189522016-01-13 19:12:40 +01005256
z31s1g608d7ff2016-01-18 19:47:25 +01005257 <button>
z31s1g56189522016-01-13 19:12:40 +01005258 <condition var1="tw_hide_kb" var2="1"/>
5259 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4" />
5260 <image resource="kb_show" />
5261 <condition var1="tw_busy" var2="0" />
5262 <actions>
5263 <action function="set">tw_hide_kb=0</action>
5264 <action function="page">terminalcommand</action>
5265 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005266 </button>
z31s1g56189522016-01-13 19:12:40 +01005267
z31s1g28f0a922015-11-07 18:50:22 +01005268 <action>
5269 <touch key="home"/>
z31s1g56189522016-01-13 19:12:40 +01005270 <actions>
5271 <action function="set">tw_hide_kb=0</action>
5272 <action function="page">main</action>
5273 </actions>
z31s1g28f0a922015-11-07 18:50:22 +01005274 </action>
5275
5276 <action>
5277 <touch key="back"/>
z31s1g56189522016-01-13 19:12:40 +01005278 <actions>
5279 <action function="set">tw_hide_kb=0</action>
5280 <action function="page">advanced</action>
5281 </actions>
z31s1g28f0a922015-11-07 18:50:22 +01005282 </action>
z31s1g56189522016-01-13 19:12:40 +01005283
z31s1g608d7ff2016-01-18 19:47:25 +01005284 <action>
z31s1g56189522016-01-13 19:12:40 +01005285 <touch key="power+voldown" />
5286 <action function="screenshot" />
z31s1g608d7ff2016-01-18 19:47:25 +01005287 </action>
z31s1g28f0a922015-11-07 18:50:22 +01005288 </page>
5289
5290 <page name="sideload">
5291 <template name="page"/>
5292
5293 <template name="statusbar"/>
5294
5295 <text style="text_m">
5296 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005297 <text>{@install_hdr=Install} &gt; {@adb_sideload_hdr=ADB Sideload}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005298 </text>
5299
5300 <text style="text_m_accent">
5301 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005302 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005303 </text>
5304
5305 <checkbox>
5306 <placement x="%indent%" y="%row2_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005307 <text>{@sideload_wipe_dalvik_chk=Wipe Dalvik Cache}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005308 <data variable="tw_wipe_dalvik"/>
5309 </checkbox>
5310
5311 <checkbox>
5312 <placement x="%indent%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005313 <text>{@sideload_wipe_cache_chk=Wipe Cache}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005314 <data variable="tw_wipe_cache"/>
5315 </checkbox>
5316
5317 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05005318 <text>{@swipe_sideload= Start}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005319 <actions>
5320 <action function="set">tw_back=install_type</action>
5321 <action function="set">tw_action=adbsideload</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005322 <action function="set">tw_action_text1={@sideload_confirm=ADB Sideload}</action>
5323 <action function="set">tw_action_text2={@sideload_usage=Usage: adb sideload filename.zip}</action>
5324 <action function="set">tw_complete_text1={@sideload_complete=ADB Sideload Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005325 <action function="set">tw_has_cancel=1</action>
5326 <action function="set">tw_show_reboot=1</action>
5327 <action function="set">tw_cancel_action=adbsideloadcancel</action>
5328 <action function="page">action_page</action>
5329 </actions>
5330 </slider>
5331
5332 <action>
5333 <touch key="home"/>
5334 <action function="page">main</action>
5335 </action>
5336
5337 <action>
5338 <touch key="back"/>
5339 <action function="page">install_type</action>
5340 </action>
5341 </page>
5342
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005343 <page name="fixcontexts">
z31s1g28f0a922015-11-07 18:50:22 +01005344 <template name="page"/>
5345
5346 <template name="statusbar"/>
5347
5348 <text style="text_m">
5349 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005350 <text>{@advanced_hdr=Advanced} &gt; {@fix_contexts_hdr=Fix Contexts}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005351 </text>
5352
5353 <text style="text_m_accent">
5354 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005355 <text>{@fix_contexts_note1=Note: Fixing contexts is rarely needed.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005356 </text>
5357
z31s1g28f0a922015-11-07 18:50:22 +01005358 <text style="text_m_fail">
5359 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005360 <text>{@fix_contexts_note2=Fixing SELinux Contexts may cause}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005361 </text>
5362
5363 <text style="text_m_fail">
5364 <placement x="%center_x%" y="%row7a_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005365 <text>{@fix_contexts_note3=your device to not boot properly.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005366 </text>
5367
5368 <slider>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005369 <text>{@swipe_fix_contexts= Fix Contexts}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005370 <actions>
5371 <action function="set">tw_back=advanced</action>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005372 <action function="set">tw_action=fixcontexts</action>
5373 <action function="set">tw_action_text1={@fixing_contexts=Fixing Contexts...}</action>
5374 <action function="set">tw_complete_text1={@fix_contexts_complete=Fix Contexts Complete}</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005375 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005376 <action function="set">tw_show_reboot=1</action>
5377 <action function="page">action_page</action>
5378 </actions>
5379 </slider>
5380
5381 <action>
5382 <touch key="home"/>
5383 <action function="page">main</action>
5384 </action>
5385
5386 <action>
5387 <touch key="back"/>
5388 <action function="page">advanced</action>
5389 </action>
5390 </page>
5391
z31s1g28f0a922015-11-07 18:50:22 +01005392 <page name="slideout">
5393 <fill color="%background_color%">
5394 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="%slideout_bg_height%"/>
5395 </fill>
5396
5397 <console>
5398 <placement x="%indent%" y="%row1_y%" w="%content_width%" h="%slideout_height%"/>
5399 </console>
5400
5401 <fill color="%fileselector_linecolor%">
5402 <placement x="%indent%" y="row1_y" w="%content_width%" h="input_line_width" placement="1"/>
5403 </fill>
5404
5405 <fill color="%fileselector_linecolor%">
5406 <placement x="%indent%" y="row15a_y" w="%content_width%" h="input_line_width"/>
5407 </fill>
5408
5409 <button>
5410 <fill color="%transparent%"/>
5411 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
5412 <action function="overlay"/>
5413 </button>
5414
5415 <action>
Matt Mower0c347d52016-01-21 23:14:39 -06005416 <touch key="power"/>
5417 <action function="togglebacklight"/>
5418 </action>
5419
5420 <action>
z31s1g28f0a922015-11-07 18:50:22 +01005421 <touch key="power+voldown"/>
5422 <action function="screenshot"/>
5423 </action>
5424 </page>
5425
5426 <page name="select_storage">
5427 <template name="page"/>
5428
5429 <template name="statusbar"/>
5430
5431 <text style="text_m">
5432 <placement x="%col1_x_left%" y="%row1_header_y%"/>
5433 <text>%tw_storagetext%</text>
5434 </text>
5435
5436 <partitionlist style="partitionlist_headerless_rb">
5437 <data name="tw_storage_path"/>
5438 <listtype name="storage"/>
5439 </partitionlist>
5440
5441 <button>
5442 <placement x="%btn4_col2_x%" y="%row11_y%"/>
5443 <highlight color="%highlight_color%"/>
5444 <image resource="q_btn_refresh"/>
5445 <actions>
5446 <action function="refreshsizes"/>
5447 <action function="page">select_storage</action>
5448 </actions>
5449 </button>
5450
5451 <button>
5452 <placement x="%btn4_col3_x%" y="%row11_y%"/>
5453 <highlight color="%highlight_color%"/>
5454 <image resource="q_btn_accept"/>
5455 <actions>
5456 <action function="set">tw_clear_destination=%tw_back%</action>
5457 <action function="page">clear_vars</action>
5458 </actions>
5459 </button>
5460
5461 <action>
5462 <touch key="power+voldown"/>
5463 <action function="screenshot"/>
5464 </action>
5465 </page>
5466 </pages>
5467</recovery>