blob: 3684356109f77faec0c2a076e2f89b89132fb18b [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
Ethan Yonker64e0a652018-07-25 09:52:17 -0500169 <style name="advanced_listbox">
170 <highlight color="%fileselector_highlight_color%"/>
171 <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
172 <separator color="%fileselector_linecolor%" height="%fileselector_separatorheight%"/>
173 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
174 <icon selected="handle" unselected="handle"/>
175 <background color="%background_color%"/>
176 <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
177 </style>
178
epicX40b7f7a2021-03-20 21:58:17 +0530179 <style name="options_listbox">
180 <highlight color="%fileselector_highlight_color%"/>
181 <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
182 <separator color="%background_color%" height="%fileselector_separatorheight%"/>
183 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
184 <background color="%background_color%"/>
185 <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
186 </style>
187
z31s1g28f0a922015-11-07 18:50:22 +0100188 <style name="slider">
189 <placement x="%center_x%" y="%slider_y%"/>
190 <font resource="font_l" color="%text_color%"/>
191 <resource base="slider" used="slider_used" touch="slider_touch"/>
192 </style>
193
194 <style name="slidervalue">
195 <resource handle="handle"/>
196 <font resource="font_m" color="%text_color%"/>
197 <colors line="%fileselector_linecolor%"/>
198 <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
199 </style>
Aleksa Saraib25a1832015-12-31 17:36:00 +0100200
201 <style name="patternpassword">
202 <size name="tw_gui_pattern_grid_size" default="3"/>
203 </style>
z31s1g28f0a922015-11-07 18:50:22 +0100204 </styles>
205
206 <pages>
207 <page name="main">
208 <action>
209 <actions>
210 <action function="set">tw_clear_destination=main2</action>
211 <action function="page">clear_vars</action>
212 </actions>
213 </action>
214 </page>
215
216 <page name="main2">
217 <template name="page"/>
218
219 <button style="main_button">
220 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500221 <text>{@install_btn=Install}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100222 <action function="page">install_type</action>
223 </button>
224
225 <button style="main_button">
226 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500227 <text>{@wipe_btn=Wipe}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100228 <action function="page">wipe_type1</action>
229 </button>
230
231 <button style="main_button">
232 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500233 <text>{@backup_btn=Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100234 <actions>
235 <action function="set">tw_back=main</action>
bigbiffce8f83c2015-12-12 18:30:21 -0500236 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +0100237 </actions>
238 </button>
239
240 <button style="main_button">
241 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500242 <text>{@restore_btn=Restore}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100243 <action function="page">restore</action>
244 </button>
245
246 <button style="main_button">
247 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500248 <text>{@reboot_btn=Reboot}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100249 <action function="page">reboot</action>
250 </button>
251
252 <button>
253 <placement x="%btn4_col4_x%" y="%row11_y%"/>
254 <highlight color="%highlight_color%"/>
255 <image resource="q_btn_arrow_right"/>
256 <action function="page">main3</action>
257 </button>
258 </page>
259
Matt Mower32676622017-01-18 18:56:13 -0600260 <page name="copylog">
261 <template name="page"/>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400262
Matt Mower32676622017-01-18 18:56:13 -0600263 <checkbox>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400264 <placement x="%indent%" y="%row1_y%"/>
Matt Mower32676622017-01-18 18:56:13 -0600265 <text>{@include_kernel_log=Include Kernel Log}</text>
266 <data variable="tw_include_kernel_log" value="1"/>
267 </checkbox>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400268
Captain Throwback202df172021-09-05 15:11:07 -0400269 <checkbox>
270 <condition var1="tw_logcat_exists" var2="1"/>
271 <placement x="%indent%" y="%row2_y%"/>
272 <text>{@include_logcat=Include Logcat}</text>
273 <data variable="tw_include_logcat" value="1"/>
274 </checkbox>
275
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400276 <slider>
277 <text>{@swipe_confirm= Confirm}</text>
278 <actions>
Matt Mower32676622017-01-18 18:56:13 -0600279 <action function="set">tw_back=main3</action>
280 <action function="set">tw_action=copylog</action>
281 <action function="set">tw_action_text1={@copying_log=Copy Logs to SD Card}</action>
282 <action function="set">tw_complete_text1={@copy_log_complete=Logs Copy Completed}</action>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400283 <action function="page">action_page</action>
284 </actions>
285 </slider>
286
287 <action>
288 <touch key="back"/>
289 <action function="page">main2</action>
290 </action>
291
292 <action>
293 <touch key="home"/>
294 <action function="page">main</action>
295 </action>
Matt Mower32676622017-01-18 18:56:13 -0600296 </page>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400297
z31s1g28f0a922015-11-07 18:50:22 +0100298 <page name="main3">
299 <template name="page"/>
300
301 <button style="main_button">
302 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500303 <text>{@mount_btn=Mount}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100304 <action function="page">mount</action>
305 </button>
306
307 <button style="main_button">
308 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500309 <text>{@settings_btn=Settings}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100310 <action function="page">settings</action>
311 </button>
312
313 <button style="main_button">
314 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500315 <text>{@files_btn=Files}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100316 <action function="page">filemanagerlist</action>
317 </button>
318
319 <button style="main_button">
320 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500321 <text>{@copy_log_btn=Copy Log}</text>
bigbiff bigbiffbad332a2016-07-29 21:18:13 -0400322 <action function="page">copylog</action>
z31s1g28f0a922015-11-07 18:50:22 +0100323 </button>
324
325 <button style="main_button">
326 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500327 <text>{@advanced_btn=Advanced}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100328 <action function="page">advanced</action>
329 </button>
330
331 <button>
332 <placement x="%col1_x_left%" y="%row11_y%"/>
333 <highlight color="%highlight_color%"/>
334 <image resource="q_btn_arrow_left"/>
335 <action function="page">main2</action>
336 </button>
337
338 <action>
339 <touch key="back"/>
340 <action function="page">main2</action>
341 </action>
342
343 <action>
344 <touch key="home"/>
345 <action function="page">main</action>
346 </action>
347 </page>
348
349 <page name="install_type">
350 <template name="page"/>
351
352 <template name="statusbar"/>
353
354 <text style="text_m">
355 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500356 <text>{@install_hdr=Install} &gt; {@select_type_hdr=Select Type}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100357 </text>
358
359 <button style="main_button_full_width">
360 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500361 <text>{@install_zip_btn=Install Zip}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100362 <actions>
363 <action function="queueclear"/>
364 <action function="set">tw_selectimage=0</action>
365 <action function="page">install</action>
366 </actions>
367 </button>
368
369 <button style="main_button_full_width">
370 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500371 <text>{@install_image_btn=Install Image}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100372 <actions>
373 <action function="queueclear"/>
374 <action function="set">tw_selectimage=1</action>
375 <action function="page">install</action>
376 </actions>
377 </button>
378
379 <button style="main_button_full_width">
380 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500381 <text>{@adb_sideload_btn=ADB Sideload}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100382 <action function="page">sideload</action>
383 </button>
384
385 <action>
386 <touch key="home"/>
387 <action function="page">main</action>
388 </action>
389
390 <action>
391 <touch key="back"/>
392 <action function="page">main</action>
393 </action>
394 </page>
395
396 <page name="install">
397 <template name="page"/>
398
399 <template name="statusbar"/>
400
401 <text style="text_m">
402 <condition var1="tw_selectimage" var2="0"/>
403 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500404 <text>{@install_zip_hdr=Install Zip} &gt; {@install_select_file_hdr=Select File}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100405 </text>
406
407 <text style="text_m">
408 <condition var1="tw_selectimage" var2="1"/>
409 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500410 <text>{@install_image_hdr=Install Image} &gt; {@install_select_file_hdr=Select File}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100411 </text>
412
413 <fileselector>
414 <condition var1="tw_selectimage" var2="0"/>
415 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
416 <text>%tw_zip_location%</text>
mauronofrio0ff59842019-10-26 19:47:55 +0200417 <filter extn=".zip;.ozip;.ZIP;.OZIP" folders="1" files="1"/>
Ian Macdonald15430b62021-01-23 18:52:28 +0100418 <prfxfilter prfx="Magisk-;Magisk.apk;app-release.apk;app-debug.apk" folders="1" files="1"/>
z31s1g28f0a922015-11-07 18:50:22 +0100419 <path name="tw_zip_location" default="/sdcard"/>
420 <data name="tw_filename"/>
421 <selection name="tw_file"/>
422 </fileselector>
423
424 <fileselector>
425 <condition var1="tw_selectimage" var2="1"/>
426 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
427 <text>%tw_zip_location%</text>
428 <filter extn=".img" folders="1" files="1"/>
429 <path name="tw_zip_location" default="/sdcard"/>
430 <data name="tw_filename"/>
431 <selection name="tw_file"/>
432 </fileselector>
433
434 <button>
435 <placement x="%btn4_col4_x%" y="%row11_y%"/>
436 <highlight color="%highlight_color%"/>
437 <image resource="q_btn_storage"/>
438 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -0500439 <action function="set">tw_storagetext={@install_hdr=Install} &gt; {@select_storage_hdr=Select Storage}</action>
z31s1g28f0a922015-11-07 18:50:22 +0100440 <action function="set">tw_back=install</action>
441 <action function="page">select_storage</action>
442 </actions>
443 </button>
444
445 <action>
446 <conditions>
447 <condition var1="tw_selectimage" var2="0"/>
448 <condition var1="tw_filename" op="modified"/>
449 </conditions>
450 <actions>
451 <action function="queuezip"/>
452 <action function="page">flash_queue</action>
453 </actions>
454 </action>
455
456 <action>
457 <conditions>
458 <condition var1="tw_selectimage" var2="1"/>
459 <condition var1="tw_filename" op="modified"/>
460 </conditions>
epicXb7337372021-02-24 23:12:08 +0530461 <actions>
462 <action function="set">tw_is_slot_part=0</action>
463 <action function="page">flashimage_type</action>
464 </actions>
z31s1g28f0a922015-11-07 18:50:22 +0100465 </action>
466
467 <action>
468 <touch key="back"/>
469 <action function="page">install_type</action>
470 </action>
471
472 <action>
473 <touch key="home"/>
474 <action function="page">main</action>
475 </action>
476 </page>
477
478 <page name="flash_queue">
479 <template name="page"/>
480
481 <template name="statusbar"/>
482
483 <text style="text_m">
484 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500485 <text>{@install_zip_hdr=Install Zip} &gt; {@queue_hdr=Queue}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100486 </text>
487
488 <text style="text_m_accent">
489 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500490 <text>{@zip_queue_count_s=File %tw_zip_queue_count% of 10:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100491 </text>
492
493 <text style="text_m">
494 <placement x="%indent%" y="%row2_y%"/>
495 <text>%tw_file%</text>
496 </text>
497
498 <text style="text_m_accent">
499 <placement x="%indent%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500500 <text>{@folder=Folder:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100501 </text>
502
503 <text style="text_m">
504 <placement x="%indent%" y="%row5_y%"/>
505 <text>%tw_zip_location%</text>
506 </text>
507
508 <text style="text_m">
509 <placement x="%indent%" y="%row8_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500510 <text>{@zip_back_clear=Press back button to clear the queue.}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100511 </text>
512
513 <button>
514 <placement x="%col1_x_left%" y="%row11_y%"/>
515 <highlight color="%highlight_color%"/>
516 <image resource="q_btn_arrow_left"/>
517 <actions>
518 <action function="queueclear"/>
519 <action function="page">install</action>
520 </actions>
521 </button>
522
523 <button>
524 <placement x="%btn4_col2_x%" y="%row11_y%"/>
525 <highlight color="%highlight_color%"/>
526 <image resource="q_btn_addzip"/>
527 <action function="page">install</action>
528 </button>
529
530 <button>
531 <placement x="%btn4_col3_x%" y="%row11_y%"/>
532 <highlight color="%highlight_color%"/>
533 <image resource="q_btn_accept"/>
534 <action function="page">flash_confirm</action>
535 </button>
536
537 <button>
538 <placement x="%btn4_col4_x%" y="%row11_y%"/>
539 <highlight color="%highlight_color%"/>
540 <image resource="q_btn_arrow_right"/>
541 <action function="page">flash_options</action>
542 </button>
543
544 <action>
545 <touch key="back"/>
546 <actions>
547 <action function="queueclear"/>
548 <action function="page">install</action>
549 </actions>
550 </action>
551
552 <action>
553 <touch key="home"/>
554 <action function="page">main</action>
555 </action>
556 </page>
557
558 <page name="flash_options">
559 <template name="page"/>
560
561 <template name="statusbar"/>
562
563 <text style="text_m">
564 <condition var1="tw_selectimage" var2="0"/>
565 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500566 <text>{@install_zip_hdr=Install Zip} &gt; {@options_hdr=Options}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100567 </text>
568
epicX40b7f7a2021-03-20 21:58:17 +0530569 <listbox style="options_listbox">
570 <placement x="%indent%" y="%row1_y%" w="%content_width%" h="%listbox_options_height%"/>
571 <icon selected="checkbox_true" unselected="checkbox_false"/>
572 <listitem name="{@zip_sig_chk=Zip signature verification}">
573 <data variable="tw_signed_zip_verify"/>
574 </listitem>
575 <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
576 <data variable="tw_skip_digest_check_zip"/>
577 </listitem>
nebrassyfe1c2372021-05-20 13:03:30 +0200578 <listitem name="{@auto_reflashtwrp_chk=Automatically Reflash TWRP after flashing a ROM}">
579 <conditions>
580 <condition var1="tw_has_boot_slots" var2="1"/>
581 <condition var1="tw_has_repack_tools" var2="1"/>
582 </conditions>
583 <data variable="tw_auto_reflashtwrp"/>
584 </listitem>
epicX40b7f7a2021-03-20 21:58:17 +0530585 <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
586 <data variable="tw_install_reboot"/>
587 </listitem>
588 <listitem name="{@inject_twrp_chk=Inject TWRP after install}">
589 <condition var1="tw_has_injecttwrp" var2="1"/>
590 <data variable="tw_inject_after_zip"/>
591 </listitem>
592 </listbox>
bigbiffa869fc72016-03-01 19:40:36 -0500593
z31s1g28f0a922015-11-07 18:50:22 +0100594 <button>
595 <placement x="%col1_x_left%" y="%row11_y%"/>
596 <highlight color="%highlight_color%"/>
597 <image resource="q_btn_arrow_left"/>
598 <action function="page">flash_queue</action>
599 </button>
600
601 <button>
602 <placement x="%btn4_col4_x%" y="%row11_y%"/>
603 <highlight color="%highlight_color%"/>
604 <image resource="q_btn_accept_transp"/>
605 <action function="page">flash_confirm</action>
606 </button>
607
608 <action>
609 <touch key="back"/>
610 <action function="page">flash_queue</action>
611 </action>
612
613 <action>
614 <touch key="home"/>
615 <action function="page">main</action>
616 </action>
617 </page>
618
619 <page name="flash_confirm">
620 <template name="page"/>
621
622 <template name="statusbar"/>
623
624 <text style="text_m">
625 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500626 <text>{@install_zip_hdr=Install Zip} &gt; {@confirm_flash_hdr=Confirm Flash}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100627 </text>
628
629 <text style="text_m_accent">
630 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500631 <text>{@file=File:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100632 </text>
633
634 <text style="text_m">
635 <placement x="%indent%" y="%row2_y%"/>
636 <text>%tw_file%</text>
637 </text>
638
639 <button>
640 <fill color="%transparent%"/>
641 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="48"/>
642 <action function="page">flash_queue</action>
643 </button>
644
645 <text style="text_m_accent">
646 <placement x="%indent%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500647 <text>{@zip_queue=Queue:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100648 </text>
649
650 <text style="text_m">
651 <placement x="%indent%" y="%row5_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500652 <text>{@zip_queue_count_s=File %tw_zip_queue_count% of 10:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100653 </text>
654
655 <button>
656 <fill color="%transparent%"/>
657 <placement x="0" y="%row3a_y%" w="%screen_width%" h="48"/>
658 <action function="page">flash_queue</action>
659 </button>
660
661 <listbox style="listbox_options">
662 <placement x="%col1_x_left%" y="%row8_y%" w="%content_width%" h="80"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500663 <listitem name="{@zip_sig_chk=Zip signature verification}">
z31s1g28f0a922015-11-07 18:50:22 +0100664 <data variable="tw_signed_zip_verify"/>
665 </listitem>
666 </listbox>
667
668 <text style="text_m_accent">
669 <placement x="%indent%" y="%row7_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500670 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100671 </text>
672
673 <text style="text_m">
674 <condition var1="tw_has_injecttwrp" var2="1"/>
675 <condition var1="tw_inject_after_zip" var2="1"/>
676 <placement x="%indent%" y="%row9_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500677 <text>{@inject_twrp_chk=Inject TWRP after install}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100678 </text>
679
680 <button>
681 <fill color="%transparent%"/>
682 <placement x="0" y="%row6a_y%" w="%screen_width%" h="64"/>
683 <action function="page">flash_options</action>
684 </button>
685
686 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -0500687 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100688 <action function="flash">flash_zip</action>
689 </slider>
690
691 <action>
692 <touch key="back"/>
693 <actions>
694 <action function="cancelzip"/>
695 <action function="page">install</action>
696 </actions>
697 </action>
698
699 <action>
700 <touch key="home"/>
701 <action function="page">main</action>
702 </action>
703 </page>
704
705 <page name="flash_zip">
706 <template name="page"/>
707
708 <template name="statusbar"/>
709
710 <text style="text_m">
711 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -0600712 <text>{@installing_zip_xml=Installing Zip: %tw_file%}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100713 </text>
714
715 <template name="console"/>
716
717 <template name="progress_bar"/>
718
719 <action>
720 <condition var1="tw_operation_state" var2="1"/>
721 <action function="page">flash_done</action>
722 </action>
723 </page>
724
725 <page name="flash_done">
726 <template name="page"/>
727
728 <template name="statusbar"/>
729
730 <text style="text_m_fail">
731 <condition var1="tw_operation_status" op="!=" var2="0"/>
732 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500733 <text>{@install_failed=Installation Failed}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100734 </text>
735
736 <text style="text_m">
737 <condition var1="tw_operation_status" var2="0"/>
738 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500739 <text>{@install_successful=Installation Successful}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100740 </text>
741
742 <template name="console"/>
743
744 <button style="main_button_half_height">
bigbiff bigbiff19874f12019-01-08 20:06:57 -0500745 <condition var1="tw_ab_device" var2="0"/>
z31s1g28f0a922015-11-07 18:50:22 +0100746 <placement x="%col1_x_left%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500747 <text>{@wipe_cache_dalvik_btn=Wipe cache/dalvik}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100748 <actions>
749 <action function="set">tw_back=flash_done</action>
750 <action function="set">tw_action=wipe</action>
751 <action function="set">tw_action_param=/cache</action>
752 <action function="set">tw_has_action2=1</action>
753 <action function="set">tw_action2=wipe</action>
754 <action function="set">tw_action2_param=dalvik</action>
Ethan Yonker74db1572015-10-28 12:44:49 -0500755 <action function="set">tw_text1={@wipe_cache_dalvik_confirm=Wipe Cache &amp; Dalvik?}</action>
756 <action function="set">tw_action_text1={@wiping_cache_dalvik=Wiping Cache &amp; Dalvik...}</action>
757 <action function="set">tw_complete_text1={@wipe_cache_dalvik_complete=Cache &amp; Dalvik Wipe Complete}</action>
bigbiff bigbiff19874f12019-01-08 20:06:57 -0500758 <action function="set">tw_slider_text={@swipe_wipe=Swipe to Wipe}</action>
759 <action function="page">confirm_action</action>
760 </actions>
761 </button>
762
763 <button style="main_button_half_height">
764 <condition var1="tw_ab_device" var2="1"/>
765 <placement x="%indent%" y="%row21a_y%"/>
766 <text>{@wipe_dalvik_btn=Wipe Dalvik}</text>
767 <actions>
768 <action function="set">tw_back=flash_done</action>
769 <action function="set">tw_action=wipe</action>
770 <action function="set">tw_action_param=dalvik</action>
771 <action function="set">tw_text1={@wipe_dalvik_confirm=Wipe Dalvik?}</action>
772 <action function="set">tw_action_text1={@wiping_cache_dalvik=Wiping Dalvik...}</action>
773 <action function="set">tw_complete_text1={@wipe_dalvik_complete=Dalvik Wipe Complete}</action>
774 <action function="set">tw_slider_text={@swipe_wipe=Swipe to Wipe}</action>
z31s1g28f0a922015-11-07 18:50:22 +0100775 <action function="page">confirm_action</action>
776 </actions>
777 </button>
778
779 <button style="main_button_half_height">
Chaosmaster90df3de2020-02-07 20:33:43 +0100780 <condition var1="tw_ab_device" var2="0"/>
z31s1g28f0a922015-11-07 18:50:22 +0100781 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500782 <text>{@reboot_system_btn=Reboot System}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100783 <actions>
784 <action function="set">tw_back=main2</action>
Matt Mower908dd252016-05-25 02:26:50 -0500785 <action function="page">reboot_system_routine</action>
z31s1g28f0a922015-11-07 18:50:22 +0100786 </actions>
787 </button>
788
Chaosmaster90df3de2020-02-07 20:33:43 +0100789 <button style="main_button_half_height">
790 <condition var1="tw_ab_device" var2="1"/>
791 <placement x="%col1_x_right%" y="%row13_y%"/>
792 <text>{@reboot_btn=Reboot}</text>
793 <actions>
794 <action function="set">tw_back=main2</action>
795 <action function="page">reboot</action>
796 </actions>
797 </button>
798
z31s1g28f0a922015-11-07 18:50:22 +0100799 <action>
800 <touch key="back"/>
801 <actions>
802 <action function="set">tw_clear_destination=install_type</action>
803 <action function="page">clear_vars</action>
804 </actions>
805 </action>
806
807 <action>
808 <touch key="home"/>
809 <actions>
810 <action function="set">tw_clear_destination=main2</action>
811 <action function="page">clear_vars</action>
812 </actions>
813 </action>
Matt Mower9a2a2052016-05-31 21:31:22 -0500814
815 <action>
816 <conditions>
817 <condition var1="tw_install_reboot" var2="1"/>
818 <condition var1="tw_operation_status" var2="0"/>
819 <condition var1="tw_reboot_system" var2="1"/>
820 </conditions>
821 <actions>
822 <action function="set">tw_sleep=%tw_sleep_total%</action>
823 <action function="page">flash_sleep_and_reboot</action>
824 </actions>
825 </action>
826 </page>
827
828 <page name="flash_sleep_and_reboot">
829 <template name="page"/>
830
831 <template name="statusbar"/>
832
833 <text style="text_m">
834 <placement x="%col1_x_left%" y="%row1_header_y%"/>
835 <text>{@install_reboot=Rebooting in %tw_sleep% second(s)}</text>
836 </text>
837
838 <template name="console"/>
839
840 <template name="progress_bar"/>
841
842 <button style="main_button_half_height">
843 <condition var1="tw_sleep" op="&gt;" var2="0"/>
844 <placement x="%col1_x_right%" y="%row13_y%"/>
845 <text>{@cancel_btn=Cancel}</text>
846 <actions>
847 <action function="set">tw_install_reboot=0</action>
848 <action function="page">flash_done</action>
849 </actions>
850 </button>
851
852 <action>
853 <conditions>
854 <condition var1="tw_sleep" var2="tw_sleep_total"/>
855 <condition var1="tw_install_reboot" var2="1"/>
856 </conditions>
857 <action function="sleepcounter">%tw_sleep_total%</action>
858 </action>
859
860 <action>
861 <conditions>
862 <condition var1="tw_sleep" var2="0"/>
863 <condition var1="tw_install_reboot" var2="1"/>
864 </conditions>
865 <actions>
866 <action function="sleep">50000</action>
867 <action function="set">tw_back=main2</action>
868 <action function="page">reboot_system_routine</action>
869 </actions>
870 </action>
z31s1g28f0a922015-11-07 18:50:22 +0100871 </page>
872
873 <page name="flashimage_type">
874 <template name="page"/>
875
876 <template name="statusbar"/>
877
878 <text style="text_m">
879 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -0600880 <text>{@install_image_hdr=Install Image} &gt; {@install_sel_target=Select Target Partition}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100881 </text>
882
883 <partitionlist style="partitionlist_headerless_rb">
884 <data name="tw_flash_partition"/>
885 <listtype name="flashimg"/>
886 </partitionlist>
887
epicXb7337372021-02-24 23:12:08 +0530888 <button style="checkbox">
889 <conditions>
890 <condition var1="tw_is_slot_part" op="=" var2="1"/>
891 <condition var1="tw_flash_both_slots" op="=" var2="0"/>
892 <condition var1="tw_has_boot_slots" var2="1"/>
893 </conditions>
894 <placement x="%col2_x_left%" y="%row11_y%" textplacement="6"/>
895 <text>{@flash_ab_both_slots=Flash to both slots}</text>
896 <image resource="checkbox_false"/>
897 <action function="set">tw_flash_both_slots=1</action>
898 </button>
899
900 <button style="checkbox">
901 <conditions>
902 <condition var1="tw_is_slot_part" op="=" var2="1"/>
903 <condition var1="tw_flash_both_slots" op="=" var2="1"/>
904 <condition var1="tw_has_boot_slots" var2="1"/>
905 </conditions>
906 <placement x="%col2_x_left%" y="%row11_y%" textplacement="6"/>
907 <text>{@flash_ab_both_slots=Flash to both slots}</text>
908 <image resource="checkbox_true"/>
909 <action function="set">tw_flash_both_slots=0</action>
910 </button>
911
z31s1g28f0a922015-11-07 18:50:22 +0100912 <button>
913 <placement x="%col1_x_left%" y="%row11_y%"/>
914 <highlight color="%highlight_color%"/>
915 <image resource="q_btn_arrow_left"/>
916 <action function="page">install</action>
917 </button>
918
919 <button>
920 <placement x="%btn4_col4_x%" y="%row11_y%"/>
921 <highlight color="%highlight_color%"/>
922 <image resource="q_btn_accept_transp"/>
923 <action function="page">flashimage_confirm</action>
924 </button>
925
926 <action>
927 <touch key="back"/>
928 <action function="page">install</action>
929 </action>
930
931 <action>
932 <touch key="home"/>
933 <action function="page">main</action>
934 </action>
935 </page>
936
937 <page name="flashimage_confirm">
938 <template name="page"/>
939
940 <template name="statusbar"/>
941
942 <text style="text_m">
943 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500944 <text>{@install_image_hdr=Install Image} &gt; {@confirm_flash_hdr=Confirm Flash}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100945 </text>
946
947 <text style="text_m_accent">
948 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500949 <text>{@file=File:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100950 </text>
951
952 <text style="text_m">
953 <placement x="%indent%" y="%row2_y%"/>
954 <text>%tw_file%</text>
955 </text>
956
957 <button>
958 <fill color="%transparent%"/>
959 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="48"/>
960 <action function="page">install</action>
961 </button>
962
963 <text style="text_m_accent">
964 <placement x="%indent%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -0500965 <text>{@target_partition=Target Partition:}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100966 </text>
967
968 <text style="text_m">
969 <placement x="%indent%" y="%row5_y%"/>
970 <text>%tw_flash_partition%</text>
971 </text>
972
973 <button>
974 <fill color="%transparent%"/>
975 <placement x="0" y="%row3a_y%" w="%screen_width%" h="48"/>
976 <action function="page">flashimage_type</action>
977 </button>
978
979 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -0500980 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +0100981 <actions>
982 <action function="set">tw_back=flashimage_confirm</action>
983 <action function="set">tw_action=flashimage</action>
984 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -0500985 <action function="set">tw_action_text1={@flashing_image=Flashing Image...}</action>
z31s1g28f0a922015-11-07 18:50:22 +0100986 <action function="set">tw_action_text2=</action>
Ethan Yonker74db1572015-10-28 12:44:49 -0500987 <action function="set">tw_complete_text1={@image_flashed=Image Flashed}</action>
z31s1g28f0a922015-11-07 18:50:22 +0100988 <action function="page">action_page</action>
989 </actions>
990 <action function="flashimage"/>
991 </slider>
992
993 <action>
994 <touch key="back"/>
995 <actions>
996 <action function="set">tw_clear_destination=install</action>
997 <action function="page">clear_vars</action>
998 </actions>
999 </action>
1000
1001 <action>
1002 <touch key="home"/>
1003 <actions>
1004 <action function="set">tw_clear_destination=main2</action>
1005 <action function="page">clear_vars</action>
1006 </actions>
1007 </action>
1008 </page>
1009
1010 <page name="clear_vars">
1011 <action>
1012 <action function="set">tw_operation_state=0</action>
1013 <action function="set">tw_text1=</action>
1014 <action function="set">tw_text2=</action>
1015 <action function="set">tw_text3=</action>
1016 <action function="set">tw_text4=</action>
1017 <action function="set">tw_action_text1=</action>
1018 <action function="set">tw_action_text2=</action>
1019 <action function="set">tw_action_param=</action>
1020 <action function="set">tw_has_action2=0</action>
1021 <action function="set">tw_action2=</action>
1022 <action function="set">tw_action2_param=</action>
1023 <action function="set">tw_has_cancel=0</action>
1024 <action function="set">tw_cancel_action=</action>
1025 <action function="set">tw_cancel_param=</action>
1026 <action function="set">tw_show_exclamation=0</action>
1027 <action function="set">tw_show_reboot=0</action>
Noah Jacobson5a79f672019-04-28 00:10:07 -04001028 <action function="set">tw_crypto_user_id=</action>
Noah Jacobson3ad80f42020-07-21 01:28:22 -04001029 <action function="set">tw_multiuser_warning_accepted=</action>
1030 <action function="set">tw_multiuser_warning_destination=</action>
z31s1g28f0a922015-11-07 18:50:22 +01001031 <action function="page">%tw_clear_destination%</action>
1032 </action>
1033 </page>
1034
Matt Mower908dd252016-05-25 02:26:50 -05001035 <page name="reboot_system_routine">
1036 <action>
1037 <action function="set">tw_back=main2</action>
1038 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05001039 <action function="set">tw_action_param=system</action>
Matt Mower908dd252016-05-25 02:26:50 -05001040 <action function="set">tw_has_action2=0</action>
1041 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
1042 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
1043 <action function="set">tw_text3=</action>
1044 <action function="set">tw_text4=</action>
1045 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
1046 <action function="set">tw_action_text2=</action>
1047 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
1048 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
1049 <action function="page">rebootcheck</action>
1050 </action>
1051 </page>
1052
z31s1g28f0a922015-11-07 18:50:22 +01001053 <page name="confirm_action">
1054 <template name="page"/>
1055
1056 <template name="statusbar"/>
1057
1058 <text style="text_m">
1059 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001060 <text>{@confirm_action=Confirm Action}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001061 </text>
1062
1063 <text style="text_m_accent">
1064 <placement x="%center_x%" y="%row2_y%" placement="5"/>
1065 <text>%tw_text1%</text>
1066 </text>
1067
1068 <text style="text_m_accent">
1069 <placement x="%center_x%" y="%row3_y%" placement="5"/>
1070 <text>%tw_text2%</text>
1071 </text>
1072
1073 <text style="text_m">
1074 <condition var1="tw_action" op="!=" var2="changefilesystem"/>
1075 <placement x="%center_x%" y="%row5_y%" placement="5"/>
1076 <text>%tw_text3%</text>
1077 </text>
1078
1079 <text style="text_m">
1080 <condition var1="tw_action" op="!=" var2="changefilesystem"/>
1081 <placement x="%center_x%" y="%row6_y%" placement="5"/>
1082 <text>%tw_text4%</text>
1083 </text>
1084
1085 <text style="text_m_fail">
1086 <condition var1="tw_action" var2="changefilesystem"/>
1087 <placement x="%center_x%" y="%row5_y%" placement="5"/>
1088 <text>%tw_text3%</text>
1089 </text>
1090
1091 <text style="text_m_fail">
1092 <condition var1="tw_action" var2="changefilesystem"/>
1093 <placement x="%center_x%" y="%row6_y%" placement="5"/>
1094 <text>%tw_text4%</text>
1095 </text>
1096
1097 <text style="text_m">
1098 <placement x="%center_x%" y="%row8_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001099 <text>{@back_cancel=Press back button to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001100 </text>
1101
1102 <slider>
1103 <text>%tw_slider_text%</text>
1104 <action function="page">action_page</action>
1105 </slider>
1106
1107 <action>
1108 <touch key="back"/>
1109 <actions>
1110 <action function="set">tw_clear_destination=%tw_back%</action>
1111 <action function="page">clear_vars</action>
1112 </actions>
1113 </action>
1114
1115 <action>
1116 <touch key="home"/>
1117 <action function="page">main</action>
1118 </action>
1119 </page>
1120
1121 <page name="action_page">
1122 <template name="page"/>
1123
1124 <template name="statusbar"/>
1125
1126 <text style="text_m">
1127 <placement x="%col1_x_left%" y="%row1_header_y%"/>
1128 <text>%tw_action_text1% %tw_action_text2%</text>
1129 </text>
1130
1131 <template name="console"/>
1132
1133 <template name="progress_bar"/>
1134
1135 <button style="main_button_half_height">
1136 <condition var1="tw_has_cancel" var2="1"/>
1137 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001138 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001139 <action function="%tw_cancel_action%">%tw_cancel_param%</action>
1140 </button>
1141
1142 <action>
1143 <condition var1="tw_operation_state" var2="1"/>
1144 <actions>
1145 <action function="page">action_complete</action>
1146 </actions>
1147 </action>
1148
1149 <action>
1150 <condition var1="tw_has_action2" var2="0"/>
1151 <actions>
1152 <action function="%tw_action%">%tw_action_param%</action>
1153 </actions>
1154 </action>
1155
1156 <action>
1157 <condition var1="tw_has_action2" var2="1"/>
1158 <actions>
1159 <action function="%tw_action%">%tw_action_param%</action>
1160 <action function="%tw_action2%">%tw_action2_param%</action>
1161 </actions>
1162 </action>
1163 </page>
1164
1165 <page name="singleaction_page">
1166 <template name="page"/>
1167
1168 <template name="statusbar"/>
1169
1170 <text style="text_m">
1171 <placement x="%col1_x_left%" y="%row1_header_y%"/>
1172 <text>%tw_action_text1% %tw_action_text2%</text>
1173 </text>
1174
1175 <template name="console"/>
1176
1177 <template name="progress_bar"/>
1178
1179 <action>
1180 <condition var1="tw_operation_state" var2="1"/>
1181 <actions>
1182 <action function="set">tw_page_done=1</action>
1183 </actions>
1184 </action>
1185
1186 <action>
1187 <condition var1="tw_has_action2" var2="0"/>
1188 <actions>
1189 <action function="%tw_action%">%tw_action_param%</action>
1190 </actions>
1191 </action>
1192
1193 <action>
1194 <condition var1="tw_has_action2" var2="1"/>
1195 <actions>
1196 <action function="%tw_action%">%tw_action_param%</action>
1197 <action function="%tw_action2%">%tw_action2_param%</action>
1198 </actions>
1199 </action>
1200 </page>
1201
1202 <page name="action_complete">
1203 <template name="page"/>
1204
1205 <template name="statusbar"/>
1206
1207 <text style="text_m_fail">
1208 <condition var1="tw_operation_status" op="!=" var2="0"/>
1209 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001210 <text>%tw_complete_text1% {@failed=Failed}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001211 </text>
1212
1213 <text style="text_m">
1214 <condition var1="tw_operation_status" var2="0"/>
1215 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001216 <text>%tw_complete_text1% {@successful=Successful}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001217 </text>
1218
1219 <template name="console"/>
1220
1221 <button style="main_button_half_height">
1222 <placement x="%col1_x_left%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001223 <text>{@back_btn=Back}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001224 <actions>
1225 <action function="set">tw_clear_destination=%tw_back%</action>
1226 <action function="page">clear_vars</action>
1227 </actions>
1228 </button>
1229
1230 <button style="main_button_half_height">
1231 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001232 <text>{@reboot_system_btn=Reboot System}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001233 <actions>
1234 <action function="set">tw_back=main2</action>
Matt Mower908dd252016-05-25 02:26:50 -05001235 <action function="page">reboot_system_routine</action>
z31s1g28f0a922015-11-07 18:50:22 +01001236 </actions>
1237 </button>
1238
1239 <action>
1240 <touch key="home"/>
1241 <actions>
1242 <action function="set">tw_clear_destination=main2</action>
1243 <action function="page">clear_vars</action>
1244 </actions>
1245 </action>
1246
1247 <action>
1248 <touch key="back"/>
1249 <actions>
1250 <action function="set">tw_clear_destination=%tw_back%</action>
1251 <action function="page">clear_vars</action>
1252 </actions>
1253 </action>
1254 </page>
1255
1256 <page name="filecheck">
1257 <action>
1258 <action function="fileexists">%tw_filecheck%</action>
1259 </action>
1260
1261 <action>
1262 <conditions>
1263 <condition var1="tw_operation_state" var2="1"/>
1264 <condition var1="tw_operation_status" var2="0"/>
1265 </conditions>
1266 <actions>
1267 <action function="set">tw_fileexists=1</action>
1268 <action function="page">%tw_existpage%</action>
1269 </actions>
1270 </action>
1271
1272 <action>
1273 <conditions>
1274 <condition var1="tw_operation_state" var2="1"/>
1275 <condition var1="tw_operation_status" var2="1"/>
1276 </conditions>
1277 <actions>
1278 <action function="set">tw_fileexists=0</action>
1279 <action function="page">%tw_notexistpage%</action>
1280 </actions>
1281 </action>
1282 </page>
1283
1284 <page name="rebootcheck">
1285 <action>
1286 <condition var1="tw_backup_system_size" op="&gt;=" var2="%tw_min_system%"/>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06001287 <action function="reboot">%tw_reboot_param%</action>
z31s1g28f0a922015-11-07 18:50:22 +01001288 </action>
1289
1290 <action>
1291 <condition var1="tw_backup_system_size" op="&lt;" var2="%tw_min_system%"/>
1292 <action function="page">confirm_action</action>
1293 </action>
1294 </page>
1295
1296 <page name="wipe_type1">
1297 <template name="page"/>
1298
1299 <template name="statusbar"/>
1300
1301 <text style="text_m">
1302 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001303 <text>{@wipe_hdr=Wipe} &gt; {@select_type_hdr=Select Type}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001304 </text>
1305
1306 <button style="main_button_full_width">
1307 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001308 <text>{@factory_reset_btn=Factory Reset}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001309 <action function="page">wipe</action>
1310 </button>
1311
1312 <button style="main_button_full_width">
1313 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001314 <text>{@advanced_wipe_btn=Advanced Wipe}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001315 <actions>
1316 <action function="set">partitionlisterror=0</action>
1317 <action function="page">advancedwipe</action>
1318 </actions>
1319 </button>
1320
1321 <button>
1322 <placement x="%btn4_col4_x%" y="%row11_y%"/>
1323 <highlight color="%highlight_color%"/>
1324 <image resource="q_btn_arrow_right"/>
1325 <action function="page">wipe_type2</action>
1326 </button>
1327
1328 <action>
1329 <touch key="home"/>
1330 <action function="page">main</action>
1331 </action>
1332
1333 <action>
1334 <touch key="back"/>
1335 <action function="page">main</action>
1336 </action>
1337 </page>
1338
1339 <page name="wipe_type2">
1340 <template name="page"/>
1341
1342 <template name="statusbar"/>
1343
1344 <text style="text_m">
1345 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001346 <text>{@wipe_hdr=Wipe} &gt; {@select_type_hdr=Select Type}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001347 </text>
1348
1349 <button style="main_button_full_width">
1350 <condition var1="tw_has_data_media" var2="1"/>
1351 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001352 <text>{@format_data_btn=Format Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001353 <action function="page">formatdata</action>
1354 </button>
1355
1356 <button style="main_button_full_width">
1357 <conditions>
1358 <condition var1="tw_is_encrypted" var2="1"/>
1359 <condition var1="tw_has_data_media" var2="0"/>
1360 </conditions>
1361 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001362 <text>{@wipe_enc_btn=Wipe Encryption}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001363 <actions>
1364 <action function="set">tw_back=wipe</action>
1365 <action function="set">tw_action=wipe</action>
1366 <action function="set">tw_action_param=DATAMEDIA</action>
1367 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001368 <action function="set">tw_text1={@wipe_enc_confirm=Wipe Encryption from Data?}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001369 <action function="set">tw_text2=</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001370 <action function="set">tw_action_text1={@formatting_data=Formatting Data...}</action>
1371 <action function="set">tw_complete_text1={@format_data_complete=Data Format Complete}</action>
1372 <action function="set">tw_slider_text={@swipe_format_data_s= Format Data}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001373 <action function="page">confirm_action</action>
1374 </actions>
1375 </button>
1376
1377 <button style="main_button_full_width">
1378 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001379 <text>{@file_sys_opt=File System Options}</text><actions>
z31s1g28f0a922015-11-07 18:50:22 +01001380 <action function="set">partitionlisterror=0</action>
1381 <action function="page">partitionoptions_select</action>
1382 </actions>
1383 </button>
1384
1385 <button>
1386 <placement x="%col1_x_left%" y="%row11_y%"/>
1387 <highlight color="%highlight_color%"/>
1388 <image resource="q_btn_arrow_left"/>
1389 <action function="page">wipe_type1</action>
1390 </button>
1391
1392 <action>
1393 <touch key="home"/>
1394 <action function="page">main</action>
1395 </action>
1396
1397 <action>
1398 <touch key="back"/>
1399 <action function="page">main</action>
1400 </action>
1401 </page>
1402
1403 <page name="wipe">
1404 <template name="page"/>
1405
1406 <template name="statusbar"/>
1407
1408 <text style="text_m">
1409 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001410 <text>{@wipe_hdr=Wipe} &gt; {@factory_reset_hdr=Factory Reset}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001411 </text>
1412
1413 <text style="text_m_accent">
1414 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001415 <text>{@factory_reset1=Wipes Data, Cache, and Dalvik}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001416 </text>
1417
1418 <text style="text_m_accent">
z31s1g28f0a922015-11-07 18:50:22 +01001419 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Noah Jacobson5a79f672019-04-28 00:10:07 -04001420 <text>{@factory_reset5=(not including users/lockscreen)}</text>
1421 </text>
1422
1423 <text style="text_m_accent">
1424 <condition var1="tw_has_data_media" var2="1"/>
1425 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001426 <text>{@factory_reset2=(not including internal storage)}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001427 </text>
1428
1429 <text style="text_m_accent">
1430 <conditions>
1431 <condition var1="tw_has_android_secure" var2="1"/>
1432 <condition var1="fileexists" var2="/and-sec"/>
1433 </conditions>
1434 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001435 <text>{@android_secure=Android Secure}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001436 </text>
1437
1438 <text style="text_m_accent">
1439 <condition var1="tw_has_sdext_partition" var2="1"/>
1440 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001441 <text>{@sdext=SD-EXT}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001442 </text>
1443
1444 <text style="text_m">
1445 <placement x="%center_x%" y="%row6_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001446 <text>{@factory_reset3=Most of the time this is}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001447 </text>
1448
1449 <text style="text_m">
1450 <placement x="%center_x%" y="%row7_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001451 <text>{@factory_reset4=the only wipe that you need.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001452 </text>
1453
1454 <text style="text_m">
1455 <placement x="%center_x%" y="%row9_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001456 <text>{@back_cancel=Press back button to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001457 </text>
1458
1459 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05001460 <text>{@swipe_wipe_s= Wipe}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001461 <actions>
1462 <action function="set">tw_back=wipe</action>
1463 <action function="set">tw_action=wipe</action>
1464 <action function="set">tw_action_param=data</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001465 <action function="set">tw_action_text1={@factory_resetting=Factory Reset...}</action>
1466 <action function="set">tw_complete_text1={@factory_reset_complete=Factory Reset Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001467 <action function="page">action_page</action>
1468 </actions>
1469 </slider>
1470
1471 <action>
1472 <touch key="back"/>
1473 <action function="page">wipe_type1</action>
1474 </action>
1475
1476 <action>
1477 <touch key="home"/>
1478 <action function="page">main</action>
1479 </action>
1480 </page>
1481
1482 <page name="advancedwipe">
1483 <action>
1484 <action function="set">tw_wipe_list=</action>
1485 </action>
1486
1487 <template name="page"/>
1488
1489 <template name="statusbar"/>
1490
1491 <text style="text_m">
1492 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001493 <text>{@wipe_hdr=Wipe} &gt; {@advanced_wipe_hdr=Advanced Wipe} &gt; {@sel_part_hdr=Select Partitions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001494 </text>
1495
1496 <partitionlist style="partitionlist_headerless_cb">
1497 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
1498 <data name="tw_wipe_list"/>
1499 <listtype name="wipe"/>
1500 </partitionlist>
1501
1502 <fill color="%accent_color%">
1503 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
1504 </fill>
1505
1506 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05001507 <text>{@swipe_wipe_s= Wipe}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001508 <actions>
1509 <action function="set">tw_back=advancedwipe</action>
1510 <action function="set">tw_action=wipe</action>
1511 <action function="set">tw_action_param=LIST</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001512 <action function="set">tw_text1={@wipe_sel_confirm=Wipe Selected Partition(s)?}</action>
1513 <action function="set">tw_action_text1={@wiping_part=Wiping Partition(s)...}</action>
1514 <action function="set">tw_complete_text1={@wipe_complete=Wipe Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001515 <action function="page">action_page</action>
1516 </actions>
1517 </slider>
1518
1519 <action>
1520 <touch key="home"/>
1521 <action function="page">main</action>
1522 </action>
1523
1524 <action>
1525 <touch key="back"/>
1526 <action function="page">wipe_type1</action>
1527 </action>
1528 </page>
1529
1530 <page name="formatdata">
1531 <template name="page"/>
1532
1533 <template name="statusbar"/>
1534
1535 <text style="text_m">
1536 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001537 <text>{@wipe_hdr=Wipe} &gt; {@format_data_hdr=Format Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001538 </text>
1539
1540 <text style="text_m_fail">
1541 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001542 <text>{@format_data_wtc1=Format Data will wipe all of your apps,}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001543 </text>
1544
1545 <text style="text_m_fail">
1546 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001547 <text>{@format_data_wtc2=backups and media. This cannot be undone.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001548 </text>
1549
1550 <text style="text_m">
1551 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001552 <text>{@yes_continue=Type yes to continue. Press back to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001553 </text>
1554
1555 <input>
1556 <placement x="%col1_x_left%" y="%row5_y%" w="%content_width%" h="%input_height%"/>
1557 <text>%tw_confirm_formatdata%</text>
1558 <data name="tw_confirm_formatdata"/>
1559 <restrict minlen="3" maxlen="3" allow="yes"/>
1560 <action function="page">formatdata_confirm</action>
1561 </input>
1562
1563 <fill color="%accent_color%">
1564 <placement x="%col1_x_left%" y="row6_input_y" w="%content_width%" h="input_line_width"/>
1565 </fill>
1566
1567 <template name="keyboardtemplate"/>
1568
1569 <action>
1570 <touch key="home"/>
1571 <action function="page">main</action>
1572 </action>
1573
1574 <action>
1575 <touch key="back"/>
1576 <action function="page">wipe_type2</action>
1577 </action>
1578 </page>
1579
1580 <page name="formatdata_confirm">
1581 <action>
1582 <condition var1="tw_confirm_formatdata" op="=" var2="yes"/>
1583 <actions>
1584 <action function="set">tw_back=formatdata</action>
1585 <action function="set">tw_action=wipe</action>
1586 <action function="set">tw_action_param=DATAMEDIA</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001587 <action function="set">tw_action_text1={@formatting_data=Formatting Data...}</action>
1588 <action function="set">tw_complete_text1={@format_data_complete=Data Format Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001589 <action function="page">action_page</action>
1590 </actions>
1591 </action>
1592
1593 <action>
1594 <condition var1="tw_confirm_formatdata" op="!=" var2="yes"/>
1595 <action function="page">formatdata</action>
1596 </action>
1597 </page>
1598
1599 <page name="checkpartitionlist">
1600 <action>
1601 <condition var1="tw_check_partition_list" op="=" var2="1"/>
1602 <actions>
1603 <action function="set">partitionlisterror=0</action>
Ethan Yonker483e9f42016-01-11 22:21:18 -06001604 <action function="getpartitiondetails">tw_wipe_list</action>
z31s1g28f0a922015-11-07 18:50:22 +01001605 <action function="page">partitionoptions</action>
1606 </actions>
1607 </action>
1608
1609 <action>
1610 <condition var1="tw_check_partition_list" op="!=" var2="1"/>
1611 <actions>
1612 <action function="set">partitionlisterror=1</action>
z31s1g28f0a922015-11-07 18:50:22 +01001613 <action function="page">partitionoptions_select</action>
1614 </actions>
1615 </action>
1616 </page>
1617
1618 <page name="partitionoptions_select">
1619 <action>
1620 <action function="set">tw_wipe_list=</action>
1621 </action>
1622
1623 <template name="page"/>
1624
1625 <template name="statusbar"/>
1626
1627 <text style="text_m">
1628 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001629 <text>{@wipe_hdr=Wipe} &gt; {@file_sys_opt=File System Options} &gt; {@sel_part_hdr=Select Partitions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001630 </text>
1631
1632 <partitionlist style="partitionlist_headerless_cb">
1633 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
1634 <data name="tw_wipe_list"/>
1635 <listtype name="wipe"/>
1636 </partitionlist>
1637
1638 <fill color="%accent_color%">
1639 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
1640 </fill>
1641
z31s1g28f0a922015-11-07 18:50:22 +01001642 <text style="text_m_fail">
1643 <condition var1="partitionlisterror" var2="1"/>
1644 <placement x="%col1_x_left%" y="%row12_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001645 <text>{@invalid_part_sel=Invalid partition selection}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001646 </text>
1647
1648 <button>
1649 <placement x="%btn4_col4_x%" y="%row11_y%"/>
1650 <highlight color="%highlight_color%"/>
1651 <image resource="q_btn_arrow_right"/><actions>
Ethan Yonker483e9f42016-01-11 22:21:18 -06001652 <action function="checkpartitionlist">tw_wipe_list</action>
z31s1g28f0a922015-11-07 18:50:22 +01001653 <action function="page">checkpartitionlist</action>
1654 </actions>
1655 </button>
1656
1657 <action>
1658 <touch key="home"/>
1659 <action function="page">main</action>
1660 </action>
1661
1662 <action>
1663 <touch key="back"/>
1664 <action function="page">wipe_type2</action>
1665 </action>
1666 </page>
1667
1668 <page name="partitionoptions">
1669
1670 <template name="page"/>
1671
1672 <template name="statusbar"/>
1673
1674 <text style="text_m">
1675 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001676 <text>{@wipe_hdr=Wipe} &gt; {@file_sys_opt=File System Options} &gt; {@sel_act_hdr=Select Action}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001677 </text>
1678
1679 <text style="text_m_accent">
1680 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001681 <text>{@partition=Partition: %tw_partition_name%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001682 </text>
1683
1684 <text style="text_m_accent">
1685 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001686 <text>{@part_curr_fs=File system: %tw_partition_file_system%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001687 </text>
1688
1689 <text style="text_m">
1690 <condition var1="tw_partition_is_present" var2="1"/>
1691 <placement x="%col1_x_left%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001692 <text>{@part_present_yes=Present: Yes}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001693 </text>
1694
1695 <text style="text_m">
1696 <condition var1="tw_partition_is_present" var2="0"/>
1697 <placement x="%col1_x_left%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001698 <text>{@part_present_no=Present: No}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001699 </text>
1700
1701 <text style="text_m">
1702 <condition var1="tw_partition_removable" var2="1"/>
1703 <placement x="%col1_x_right%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001704 <text>{@part_removable_yes=Removable: Yes}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001705 </text>
1706
1707 <text style="text_m">
1708 <condition var1="tw_partition_removable" var2="0"/>
1709 <placement x="%col1_x_right%" y="%row2a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001710 <text>{@part_removable_no=Removable: No}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001711 </text>
1712
1713 <text style="text_m">
1714 <placement x="%col1_x_left%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001715 <text>{@part_size=Size: %tw_partition_size%MB}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001716 </text>
1717
1718 <text style="text_m">
1719 <placement x="%col1_x_right%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001720 <text>{@part_used=Used: %tw_partition_used%MB}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001721 </text>
1722
1723 <text style="text_m">
1724 <placement x="%col1_x_left%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001725 <text>{@part_free=Free: %tw_partition_free%MB}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001726 </text>
1727
1728 <text style="text_m">
1729 <placement x="%col1_x_right%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001730 <text>{@part_backup_size=Backup Size: %tw_partition_backup_size%MB}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001731 </text>
1732
1733 <button style="main_button">
1734 <condition var1="tw_partition_can_resize" op="=" var2="1"/>
1735 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001736 <text>{@resize_btn_s=Resize}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001737 <actions>
1738 <action function="set">tw_back=partitionoptions</action>
1739 <action function="set">tw_action=resize</action>
1740 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1741 <action function="set">tw_has_action2=1</action>
1742 <action function="set">tw_action2=getpartitiondetails</action>
Ethan Yonker483e9f42016-01-11 22:21:18 -06001743 <action function="set">tw_action2_param=tw_wipe_list</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001744 <action function="set">tw_text1={@resize_confirm=Resize %tw_partition_name%?}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001745 <action function="set">tw_text2=</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001746 <action function="set">tw_action_text1={@resizing=Resizing...}</action>
1747 <action function="set">tw_complete_text1={@resize_complete=Resize Complete}</action>
1748 <action function="set">tw_slider_text={@swipe_resize_s= Resize}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001749 <action function="page">confirm_action</action>
1750 </actions>
1751 </button>
1752
1753 <button style="main_button">
1754 <condition var1="tw_partition_can_repair" op="=" var2="1"/>
1755 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001756 <text>{@repair_btn_s=Repair}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001757 <actions>
1758 <action function="set">tw_back=partitionoptions</action>
1759 <action function="set">tw_action=repair</action>
1760 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1761 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001762 <action function="set">tw_text1={@repair_confirm=Repair %tw_partition_name%?}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001763 <action function="set">tw_text2=</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001764 <action function="set">tw_action_text1={@repairing=Repairing...}</action>
1765 <action function="set">tw_complete_text1={@repair_complete=Repair Complete}</action>
1766 <action function="set">tw_slider_text={@swipe_repair_s= Repair}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001767 <action function="page">confirm_action</action>
1768 </actions>
1769 </button>
1770
1771 <button>
1772 <placement x="%col1_x_left%" y="%row11_y%"/>
1773 <highlight color="%highlight_color%"/>
1774 <image resource="q_btn_arrow_left"/>
1775 <action function="page">partitionoptions_select</action>
1776 </button>
1777
1778 <button style="main_button">
1779 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001780 <text>{@change_fs_btn_s=Change}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001781 <action function="page">selectfilesystem</action>
1782 </button>
1783
1784 <action>
1785 <touch key="home"/>
1786 <action function="page">main</action>
1787 </action>
1788
1789 <action>
1790 <touch key="back"/>
1791 <action function="page">partitionoptions_select</action>
1792 </action>
1793 </page>
1794
1795 <page name="refreshfilesystem">
1796 <action>
1797 <condition var1="tw_check_partition_list" op="=" var2="1"/>
1798 <actions>
1799 <action function="set">partitionlisterror=0</action>
Ethan Yonker483e9f42016-01-11 22:21:18 -06001800 <action function="getpartitiondetails">tw_wipe_list</action>
z31s1g28f0a922015-11-07 18:50:22 +01001801 <action function="page">selectfilesystem</action>
1802 </actions>
1803 </action>
1804
1805 <action>
1806 <condition var1="tw_check_partition_list" op="!=" var2="1"/>
1807 <actions>
1808 <action function="set">partitionlisterror=1</action>
1809 <action function="set">tw_wipe_list=</action>
1810 <action function="page">advancedwipe</action>
1811 </actions>
1812 </action>
1813 </page>
1814
1815 <page name="selectfilesystem">
1816 <template name="page"/>
1817
1818 <template name="statusbar"/>
1819
1820 <text style="text_m">
1821 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001822 <text>{@change_fs_for_hdr_s=Partition: %tw_partition_name% &gt; Select File System}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001823 </text>
1824
1825 <button style="main_button">
1826 <condition var1="tw_partition_ext" op="=" var2="1"/>
1827 <placement x="%col1_x_left%" y="%row1_y%"/>
1828 <text>EXT2</text>
1829 <actions>
1830 <action function="set">tw_back=refreshfilesystem</action>
1831 <action function="set">tw_action=changefilesystem</action>
1832 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1833 <action function="set">tw_action_new_file_system=ext2</action>
1834 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001835 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1836 <action function="set">tw_text2=EXT2</action>
1837 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1838 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1839 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1840 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1841 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001842 <action function="page">confirm_action</action>
1843 </actions>
1844 </button>
1845
1846 <button style="main_button">
1847 <condition var1="tw_partition_ext" op="=" var2="1"/>
1848 <placement x="%col1_x_left%" y="%row6_y%"/>
1849 <text>EXT3</text>
1850 <actions>
1851 <action function="set">tw_back=refreshfilesystem</action>
1852 <action function="set">tw_action=changefilesystem</action>
1853 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1854 <action function="set">tw_action_new_file_system=ext3</action>
1855 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001856 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1857 <action function="set">tw_text2=EXT3</action>
1858 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1859 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1860 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1861 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1862 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001863 <action function="page">confirm_action</action>
1864 </actions>
1865 </button>
1866
1867 <button style="main_button">
1868 <condition var1="tw_partition_ext" op="=" var2="1"/>
1869 <placement x="%col1_x_left%" y="%row11_y%"/>
1870 <text>EXT4</text>
1871 <actions>
1872 <action function="set">tw_back=refreshfilesystem</action>
1873 <action function="set">tw_action=changefilesystem</action>
1874 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1875 <action function="set">tw_action_new_file_system=ext4</action>
1876 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001877 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1878 <action function="set">tw_text2=EXT4</action>
1879 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1880 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1881 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1882 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1883 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001884 <action function="page">confirm_action</action>
1885 </actions>
1886 </button>
1887
1888 <button style="main_button">
1889 <condition var1="tw_partition_vfat" op="=" var2="1"/>
1890 <placement x="%col1_x_right%" y="%row1_y%"/>
1891 <text>FAT</text>
1892 <actions>
1893 <action function="set">tw_back=refreshfilesystem</action>
1894 <action function="set">tw_action=changefilesystem</action>
1895 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1896 <action function="set">tw_action_new_file_system=vfat</action>
1897 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001898 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1899 <action function="set">tw_text2=FAT</action>
1900 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1901 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1902 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1903 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1904 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001905 <action function="page">confirm_action</action>
1906 </actions>
1907 </button>
1908
1909 <button style="main_button">
1910 <condition var1="tw_partition_exfat" op="=" var2="1"/>
1911 <placement x="%col1_x_right%" y="%row6_y%"/>
1912 <text>exFAT</text>
1913 <actions>
1914 <action function="set">tw_back=refreshfilesystem</action>
1915 <action function="set">tw_action=changefilesystem</action>
1916 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1917 <action function="set">tw_action_new_file_system=exfat</action>
1918 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001919 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1920 <action function="set">tw_text2=exFAT</action>
1921 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1922 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1923 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1924 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1925 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001926 <action function="page">confirm_action</action>
1927 </actions>
1928 </button>
1929
1930 <button style="main_button">
1931 <condition var1="tw_partition_f2fs" op="=" var2="1"/>
1932 <placement x="%col1_x_right%" y="%row11_y%"/>
1933 <text>F2FS</text>
1934 <actions>
1935 <action function="set">tw_back=refreshfilesystem</action>
1936 <action function="set">tw_action=changefilesystem</action>
1937 <action function="set">tw_action_param=%tw_partition_mount_point%</action>
1938 <action function="set">tw_action_new_file_system=f2fs</action>
1939 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05001940 <action function="set">tw_text1={@change_fs_confirm=Change %tw_partition_name%?}</action>
1941 <action function="set">tw_text2=F2FS</action>
1942 <action function="set">tw_text3={@change_fs_warn1=Some ROMs or kernels may not support some}</action>
1943 <action function="set">tw_text4={@change_fs_warn2=file systems. Proceed with caution!}</action>
1944 <action function="set">tw_action_text1={@formatting=Formatting...}</action>
1945 <action function="set">tw_complete_text1={@format_complete=Format Complete}</action>
1946 <action function="set">tw_slider_text={@swipe_change_s= Change}</action>
z31s1g28f0a922015-11-07 18:50:22 +01001947 <action function="page">confirm_action</action>
1948 </actions>
1949 </button>
1950
1951 <action>
1952 <touch key="home"/>
1953 <action function="page">main</action>
1954 </action>
1955
1956 <action>
1957 <touch key="back"/>
1958 <action function="page">partitionoptions</action>
1959 </action>
1960 </page>
1961
bigbiffce8f83c2015-12-12 18:30:21 -05001962 <page name="backup">
z31s1g28f0a922015-11-07 18:50:22 +01001963 <template name="page"/>
1964
Noah Jacobson3ad80f42020-07-21 01:28:22 -04001965 <action>
1966 <conditions>
1967 <condition var1="tw_is_fbe" var2="1"/>
1968 <condition var1="tw_all_users_decrypted" var2="0"/>
1969 <condition var1="tw_multiuser_warning_accepted" op="!=" var2="1"/>
1970 </conditions>
1971 <actions>
1972 <action function="set">tw_multiuser_warning_destination=backup</action>
1973 <action function="page">multiuser_warning</action>
1974 </actions>
1975 </action>
1976
z31s1g28f0a922015-11-07 18:50:22 +01001977 <template name="statusbar"/>
1978
1979 <text style="text_m">
1980 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05001981 <text>{@backup_hdr=Backup} &gt; {@select_storage_hdr=Select Storage}</text>
z31s1g28f0a922015-11-07 18:50:22 +01001982 </text>
1983
1984 <partitionlist style="partitionlist_headerless_rb">
1985 <data name="tw_storage_path"/>
1986 <listtype name="storage"/>
1987 </partitionlist>
1988
1989 <button>
1990 <placement x="%btn4_col2_x%" y="%row11_y%"/>
1991 <highlight color="%highlight_color%"/>
1992 <image resource="q_btn_refresh"/>
1993 <actions>
1994 <action function="refreshsizes"/>
bigbiffce8f83c2015-12-12 18:30:21 -05001995 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01001996 </actions>
1997 </button>
1998
1999 <button>
2000 <condition var1="tw_back" var2="backup_confirm"/>
2001 <placement x="%btn4_col3_x%" y="%row11_y%"/>
2002 <highlight color="%highlight_color%"/>
2003 <image resource="q_btn_accept"/>
2004 <action function="page">backup_confirm</action>
2005 </button>
2006
2007 <button>
2008 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2009 <highlight color="%highlight_color%"/>
2010 <image resource="q_btn_arrow_right"/>
2011 <actions>
bigbiffce8f83c2015-12-12 18:30:21 -05002012 <action function="set">tw_back=backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01002013 <action function="page">backup_selectpartitions</action>
2014 </actions>
2015 </button>
2016
2017 <action>
2018 <touch key="home"/>
2019 <action function="page">main</action>
2020 </action>
2021
2022 <action>
2023 <touch key="back"/>
2024 <action function="page">%tw_back%</action>
2025 </action>
2026
2027 <action>
2028 <touch key="power+voldown"/>
2029 <action function="screenshot"/>
2030 </action>
2031 </page>
2032
2033 <page name="backup_selectpartitions">
2034 <template name="page"/>
2035
2036 <template name="statusbar"/>
2037
2038 <text style="text_m">
2039 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002040 <text>{@backup_hdr=Backup} &gt; {@sel_part_hdr=Select Partitions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002041 </text>
2042
2043 <partitionlist style="partitionlist_headerless_cb">
2044 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
2045 <data name="tw_backup_list"/>
2046 <listtype name="backup"/>
2047 </partitionlist>
2048
2049 <fill color="%accent_color%">
2050 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
2051 </fill>
2052
2053 <button>
2054 <placement x="%col1_x_left%" y="%row11_y%"/>
2055 <highlight color="%highlight_color%"/>
2056 <image resource="q_btn_arrow_left"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002057 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01002058 </button>
2059
2060 <button>
2061 <placement x="%btn4_col2_x%" y="%row11_y%"/>
2062 <highlight color="%highlight_color%"/>
2063 <image resource="q_btn_refresh"/>
2064 <action function="page">backup_selectpartitions</action>
2065 </button>
2066
2067 <button>
2068 <placement x="%btn4_col3_x%" y="%row11_y%"/>
2069 <highlight color="%highlight_color%"/>
2070 <image resource="q_btn_accept"/>
2071 <action function="page">backup_confirm</action>
2072 </button>
2073
2074 <button>
2075 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2076 <highlight color="%highlight_color%"/>
2077 <image resource="q_btn_arrow_right"/>
2078 <actions>
2079 <action function="set">tw_back=backup_selectpartitions</action>
2080 <action function="page">backup_options</action>
2081 </actions>
2082 </button>
2083
2084 <action>
2085 <touch key="home"/>
2086 <action function="page">main</action>
2087 </action>
2088
2089 <action>
2090 <touch key="back"/>
2091 <action function="page">%tw_back%</action>
2092 </action>
2093
2094 <action>
2095 <touch key="power+voldown"/>
2096 <action function="screenshot"/>
2097 </action>
2098 </page>
2099
Noah Jacobson3ad80f42020-07-21 01:28:22 -04002100 <page name="multiuser_warning">
2101 <template name="page"/>
2102
2103 <text style="text_m">
2104 <placement x="%col1_x_left%" y="%row1_header_y%"/>
2105 <text>{@multiuser_warning_hdr=Multiuser Warning}</text>
2106 </text>
2107
2108 <text style="text_m_fail">
2109 <placement x="%center_x%" y="%row6_y%" placement="5"/>
2110 <text>{@multiuser_warning1=Not all users decrypted!}</text>
2111 </text>
2112
2113 <text style="text_m_fail">
2114 <placement x="%center_x%" y="%row7_y%" placement="5"/>
2115 <text>{@multiuser_warning2=Backup/restore operations may fail!}</text>
2116 </text>
2117
2118 <button style="main_button_full_width">
2119 <placement x="%col1_x_left%" y="%row6_y%"/>
2120 <text>{@decrypt_users=Decrypt Users}</text>
2121 <action function="page">decrypt_users</action>
2122 </button>
2123
2124 <slider>
2125 <text>{@multiuser_warning_accept=Continue Anyway}</text>
2126 <actions>
2127 <action function="set">tw_multiuser_warning_accepted=1</action>
2128 <action function="page">%tw_multiuser_warning_destination%</action>
2129 </actions>
2130 </slider>
2131
2132 <action>
2133 <touch key="home"/>
2134 <action function="page">main</action>
2135 </action>
2136
2137 <action>
2138 <touch key="back"/>
2139 <action function="page">main</action>
2140 </action>
2141 </page>
2142
z31s1g28f0a922015-11-07 18:50:22 +01002143 <page name="backup_options">
2144 <template name="page"/>
2145
2146 <template name="statusbar"/>
2147
2148 <text style="text_m">
2149 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002150 <text>{@backup_hdr=Backup} &gt; {@options_hdr=Options}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002151 </text>
2152
2153 <listbox style="scrolllist">
2154 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002155 <listitem name="{@enable_backup_comp_chk=Enable compression}">
z31s1g28f0a922015-11-07 18:50:22 +01002156 <data variable="tw_use_compression"/>
2157 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04002158 <listitem name="{@skip_digest_backup_chk=Skip Digest generation during backup}">
2159 <data variable="tw_skip_digest_generate"/>
z31s1g28f0a922015-11-07 18:50:22 +01002160 </listitem>
Matt Mowerbfccfb82016-04-25 23:22:31 -05002161 <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
z31s1g28f0a922015-11-07 18:50:22 +01002162 <data variable="tw_disable_free_space"/>
2163 </listitem>
2164 </listbox>
2165
2166 <button>
2167 <placement x="%col1_x_left%" y="%row11_y%"/>
2168 <highlight color="%highlight_color%"/>
2169 <image resource="q_btn_arrow_left"/>
2170 <action function="page">backup_selectpartitions</action>
2171 </button>
2172
2173 <button>
2174 <conditions>
2175 <condition var1="tw_include_encrypted_backup" var2="1"/>
2176 <condition var1="tw_encrypt_backup" var2="0"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002177 <condition var1="tw_enable_adb_backup" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01002178 </conditions>
2179 <placement x="%btn4_col2_x%" y="%row11_y%"/>
2180 <highlight color="%highlight_color%"/>
2181 <image resource="q_btn_encryption_dis"/>
2182 <actions>
2183 <action function="set">tw_password_not_match=0</action>
2184 <action function="set">tw_back=backup_options</action>
2185 <action function="page">backupencryption</action>
2186 </actions>
2187 </button>
2188
2189 <button>
2190 <conditions>
2191 <condition var1="tw_include_encrypted_backup" var2="1"/>
2192 <condition var1="tw_encrypt_backup" var2="1"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002193 <condition var1="tw_enable_adb_backup" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01002194 </conditions>
2195 <placement x="%btn4_col2_x%" y="%row11_y%"/>
2196 <highlight color="%highlight_color%"/>
2197 <image resource="q_btn_encryption_en"/>
2198 <actions>
2199 <action function="set">tw_password_not_match=0</action>
2200 <action function="set">tw_back=backup_options</action>
2201 <action function="page">backupencryption</action>
2202 </actions>
2203 </button>
2204
2205 <button>
2206 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2207 <highlight color="%highlight_color%"/>
2208 <image resource="q_btn_accept_transp"/>
2209 <actions>
2210 <action function="set">tw_back=backup_options</action>
2211 <action function="page">backup_confirm</action>
2212 </actions>
2213 </button>
2214
2215 <action>
2216 <touch key="home"/>
2217 <action function="page">main</action>
2218 </action>
2219
2220 <action>
2221 <touch key="back"/>
2222 <action function="page">%tw_back%</action>
2223 </action>
2224
2225 <action>
2226 <touch key="power+voldown"/>
2227 <action function="screenshot"/>
2228 </action>
2229 </page>
2230
2231 <page name="backup_confirm">
2232 <template name="page"/>
2233
2234 <template name="statusbar"/>
2235
2236 <text style="text_m">
2237 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker090751a2016-01-23 16:31:41 -06002238 <text>{@backup_hdr=Backup} &gt; {@backup_confirm_hdr=Confirm Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002239 </text>
2240
2241 <text style="text_m_accent">
2242 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002243 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002244 </text>
2245
2246 <text style="text_m">
2247 <placement x="%col1_x_left%" y="%row2_y%"/>
2248 <text>%tw_backup_name%</text>
2249 </text>
2250
2251 <fill color="%accent_color%">
2252 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_half_width%" h="input_line_width" placement="1"/>
2253 </fill>
2254
2255 <button>
2256 <fill color="%transparent%"/>
2257 <placement x="0" y="%row2_header_y%" w="%screen_half_width%" h="48"/>
2258 <actions>
2259 <action function="set">tw_back=backup_confirm</action>
2260 <action function="set">tw_fileexists=0</action>
2261 <action function="page">backup_name1</action>
2262 </actions>
2263 </button>
2264
2265 <fill color="%background_color%">
2266 <placement x="%col1_x_left_negative%" y="%row2_header_y%" w="%screen_half_width%" h="48"/>
2267 </fill>
2268
2269 <text style="text_m_accent">
2270 <placement x="%col1_x_left%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002271 <text>{@partitions=Partitions:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002272 </text>
2273
2274 <partitionlist style="partitionlist_summary">
2275 <placement x="%col1_x_left%" y="%row4a_y%" w="%content_half_width%" h="96"/>
2276 <data name="tw_backup_list"/>
2277 <listtype name="backup"/>
2278 </partitionlist>
2279
2280 <button>
2281 <fill color="%transparent%"/>
2282 <placement x="0" y="%row3a_y%" w="%screen_half_width%" h="112"/>
2283 <actions>
2284 <action function="set">tw_back=backup_confirm</action>
2285 <action function="page">backup_selectpartitions</action>
2286 </actions>
2287 </button>
2288
2289 <text style="text_m_accent">
2290 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002291 <text>{@storage=Storage:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002292 </text>
2293
2294 <text style="text_m">
2295 <placement x="%col1_x_right%" y="%row2_y%"/>
2296 <text>%tw_storage_display_name%</text>
2297 </text>
2298
2299 <button>
2300 <fill color="%transparent%"/>
2301 <placement x="%center_x%" y="%row2_header_y%" w="%screen_half_width%" h="48"/>
2302 <actions>
2303 <action function="set">tw_back=backup_confirm</action>
bigbiffce8f83c2015-12-12 18:30:21 -05002304 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01002305 </actions>
2306 </button>
2307
2308 <text style="text_m_accent">
2309 <placement x="%col1_x_right%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002310 <text>{@encryption=Encryption:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002311 </text>
2312
2313 <text style="text_m">
2314 <conditions>
2315 <condition var1="tw_include_encrypted_backup" var2="1"/>
2316 <condition var1="tw_encrypt_backup" var2="0"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002317 <condition var1="tw_enable_adb_backup" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01002318 </conditions>
2319 <placement x="%col1_x_right%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002320 <text>{@disabled=Disabled}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002321 </text>
2322
2323 <text style="text_m">
2324 <conditions>
2325 <condition var1="tw_include_encrypted_backup" var2="1"/>
2326 <condition var1="tw_encrypt_backup" var2="1"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002327 <condition var1="tw_enable_adb_backup" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01002328 </conditions>
2329 <placement x="%col1_x_right%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002330 <text>{@enabled=Enabled}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002331 </text>
2332
2333 <button>
2334 <fill color="%transparent%"/>
2335 <placement x="%center_x%" y="%row3a_y%" w="%screen_half_width%" h="48"/>
2336 <actions>
2337 <action function="set">tw_back=backup_confirm</action>
2338 <action function="page">backupencryption</action>
2339 </actions>
2340 </button>
2341
2342 <listbox style="listbox_options">
2343 <placement x="%col1_x_right%" y="%row7_y%" w="%content_half_width%" h="80"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002344 <listitem name="{@enable_backup_comp_chk=Enable compression}">
z31s1g28f0a922015-11-07 18:50:22 +01002345 <data variable="tw_use_compression"/>
2346 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04002347 <listitem name="{@skip_digest_backup_chk=Skip Digest generation during backup}">
2348 <data variable="tw_skip_digest_generate"/>
z31s1g28f0a922015-11-07 18:50:22 +01002349 </listitem>
Matt Mowerbfccfb82016-04-25 23:22:31 -05002350 <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
z31s1g28f0a922015-11-07 18:50:22 +01002351 <data variable="tw_disable_free_space"/>
2352 </listitem>
2353 </listbox>
2354
2355 <text style="text_m_accent">
2356 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002357 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002358 </text>
2359
2360 <button>
2361 <fill color="%transparent%"/>
2362 <placement x="%center_x%" y="%row6_y%" w="%screen_half_width%" h="64"/>
2363 <actions>
2364 <action function="set">tw_back=backup_confirm</action>
2365 <action function="page">backup_options</action>
2366 </actions>
2367 </button>
2368
2369 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05002370 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002371 <action function="page">backup_run</action>
2372 </slider>
2373
2374 <action>
2375 <touch key="home"/>
2376 <action function="page">main</action>
2377 </action>
2378
2379 <action>
2380 <touch key="back"/>
bigbiffce8f83c2015-12-12 18:30:21 -05002381 <action function="page">backup</action>
z31s1g28f0a922015-11-07 18:50:22 +01002382 </action>
2383 </page>
2384
2385 <page name="backup_name1">
2386 <action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002387 <condition var1="tw_backup_name" op="=" var2="{@auto_generate=(Auto Generate)}"/>
z31s1g28f0a922015-11-07 18:50:22 +01002388 <action function="generatebackupname"/>
2389 </action>
2390
2391 <action>
2392 <action function="page">backup_name2</action>
2393 </action>
2394 </page>
2395
2396 <page name="backup_name2">
2397 <template name="page"/>
2398
2399 <template name="statusbar"/>
2400
2401 <text style="text_m">
2402 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002403 <text>{@backup_hdr=Backup} &gt; {@backup_name_hdr=Set Backup Name}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002404 </text>
2405
2406 <text style="text_m_accent">
2407 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002408 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002409 </text>
2410
2411 <input>
2412 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2413 <text>%tw_backup_name%</text>
2414 <data name="tw_backup_name"/>
2415 <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]"/>
2416 <actions>
2417 <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_name%</action>
2418 <action function="set">tw_existpage=backup_name2</action>
2419 <action function="set">tw_notexistpage=backup_confirm</action>
2420 <action function="page">filecheck</action>
2421 </actions>
2422 </input>
2423
2424 <fill color="%accent_color%">
2425 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2426 </fill>
2427
2428 <fill color="%text_fail_color%">
2429 <condition var1="tw_fileexists" var2="1"/>
2430 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2431 </fill>
2432
2433 <text style="text_m_fail">
2434 <condition var1="tw_fileexists" var2="1"/>
2435 <placement x="%col1_x_left%" y="%row3_input_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002436 <text>{@backup_name_exists=A backup with that name already exists!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002437 </text>
2438
2439 <button style="main_button_half_height">
2440 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002441 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002442 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05002443 <action function="set">tw_backup_name={@auto_generate=(Auto Generate)}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002444 <action function="page">backup_confirm</action>
2445 </actions>
2446 </button>
2447
2448 <button style="main_button_half_height">
2449 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002450 <text>{@append_date_btn=Append Date}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002451 <action function="appenddatetobackupname"/>
2452 </button>
2453
2454 <template name="keyboardtemplate"/>
2455
2456 <action>
2457 <touch key="home"/>
2458 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05002459 <action function="set">tw_backup_name={@auto_generate=(Auto Generate)}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002460 <action function="page">main</action>
2461 </actions>
2462 </action>
2463
2464 <action>
2465 <touch key="back"/>
2466 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05002467 <action function="set">tw_backup_name={@auto_generate=(Auto Generate)}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002468 <action function="page">backup_confirm</action>
2469 </actions>
2470 </action>
2471 </page>
2472
2473 <page name="backupencryption">
2474 <template name="page"/>
2475
2476 <template name="statusbar"/>
2477
2478 <text style="text_m">
2479 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002480 <text>{@backup_hdr=Backup} &gt; {@encrypt_backup=Encrypt your Backup?}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002481 </text>
2482
2483 <text style="text_m_accent">
2484 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002485 <text>{@enter_pass=Enter Password:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002486 </text>
2487
2488 <input>
2489 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2490 <text>%tw_backup_encrypt_display%</text>
2491 <data name="tw_backup_password" mask="*" maskvariable="tw_backup_encrypt_display"/>
2492 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_"/>
2493 <action function="page">backupencryption2</action>
2494 </input>
2495
2496 <fill color="%accent_color%">
2497 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2498 </fill>
2499
2500 <fill color="%text_fail_color%">
2501 <condition var1="tw_password_not_match" var2="1"/>
2502 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
2503 </fill>
2504
2505 <text style="text_m_fail">
2506 <condition var1="tw_password_not_match" var2="1"/>
2507 <placement x="%col1_x_left%" y="%row3_input_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002508 <text>{@pass_not_match=Passwords do not match!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002509 </text>
2510
2511 <button style="main_button_half_height">
2512 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002513 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002514 <actions>
2515 <action function="set">tw_encrypt_backup=0</action>
2516 <action function="set">tw_backup_password=</action>
2517 <action function="set">tw_backup_password2=</action>
2518 <action function="set">tw_backup_encrypt_display=</action>
2519 <action function="set">tw_backup_encrypt_display2=</action>
2520 <action function="page">%tw_back%</action>
2521 </actions>
2522 </button>
2523
2524 <template name="keyboardtemplate"/>
2525
2526 <action>
2527 <touch key="home"/>
2528 <action function="page">main</action>
2529 </action>
2530
2531 <action>
2532 <touch key="back"/>
2533 <action function="page">%tw_back%</action>
2534 </action>
2535 </page>
2536
2537 <page name="backupencryption2">
2538 <template name="page"/>
2539
2540 <template name="statusbar"/>
2541
2542 <text style="text_m">
2543 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002544 <text>{@backup_hdr=Backup} &gt; {@encrypt_backup=Encrypt your Backup?}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002545 </text>
2546
2547 <text style="text_m_accent">
2548 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002549 <text>{@enter_pass2=Enter Password again:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002550 </text>
2551
2552 <input>
2553 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2554 <text>%tw_backup_encrypt_display2%</text>
2555 <data name="tw_backup_password2" mask="*" maskvariable="tw_backup_encrypt_display2"/>
2556 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_"/>
2557 <action function="page">checkbackuppassword</action>
2558 </input>
2559
2560 <fill color="%accent_color%">
2561 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2562 </fill>
2563
2564 <button style="main_button_half_height">
2565 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002566 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002567 <actions>
2568 <action function="set">tw_encrypt_backup=0</action>
2569 <action function="set">tw_backup_password=</action>
2570 <action function="set">tw_backup_password2=</action>
2571 <action function="set">tw_backup_encrypt_display=</action>
2572 <action function="set">tw_backup_encrypt_display2=</action>
2573 <action function="page">%tw_back%</action>
2574 </actions>
2575 </button>
2576
2577 <template name="keyboardtemplate"/>
2578
2579 <action>
2580 <touch key="home"/>
2581 <action function="page">main</action>
2582 </action>
2583
2584 <action>
2585 <touch key="back"/>
2586 <action function="page">%tw_back%</action>
2587 </action>
2588 </page>
2589
2590 <page name="checkbackuppassword">
2591 <action>
2592 <condition var1="tw_backup_password2" var2="tw_backup_password"/>
2593 <actions>
2594 <action function="set">tw_encrypt_backup=1</action>
2595 <action function="page">%tw_back%</action>
2596 </actions>
2597 </action>
2598
2599 <action>
2600 <condition var1="tw_backup_password2" op="!=" var2="tw_backup_password"/>
2601 <actions>
2602 <action function="set">tw_encrypt_backup=0</action>
2603 <action function="set">tw_password_not_match=1</action>
2604 <action function="set">tw_backup_password=</action>
2605 <action function="set">tw_backup_password2=</action>
2606 <action function="set">tw_backup_encrypt_display=</action>
2607 <action function="set">tw_backup_encrypt_display2=</action>
2608 <action function="page">backupencryption</action>
2609 </actions>
2610 </action>
2611 </page>
2612
2613 <page name="backup_run">
2614 <template name="page"/>
2615
2616 <template name="statusbar"/>
2617
2618 <text style="text_m">
2619 <placement x="%col1_x_left%" y="%row1_header_y%"/>
2620 <text>%tw_operation% %tw_partition%</text>
2621 </text>
2622
2623 <template name="console"/>
2624
2625 <template name="progress_bar"/>
2626
2627 <text style="text_m">
2628 <placement x="%indent%" y="%row13a_y%"/>
2629 <text>%tw_file_progress%</text>
2630 </text>
2631
2632 <text style="text_m">
2633 <placement x="%indent%" y="%row14a_y%"/>
2634 <text>%tw_size_progress%</text>
2635 </text>
2636
2637 <button style="main_button_half_height">
2638 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002639 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002640 <action function="cancelbackup"/>
2641 </button>
2642
2643 <action>
2644 <action function="nandroid">backup</action>
2645 </action>
2646
2647 <action>
2648 <condition var1="tw_operation_state" var2="1"/>
2649 <condition var1="tw_cancel_backup" var2="0"/>
2650 <actions>
2651 <action function="set">tw_back=backup_selectpartitions</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002652 <action function="set">tw_complete_text1={@backup_complete=Backup Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002653 <action function="set">tw_show_reboot=1</action>
2654 <action function="page">action_complete</action>
2655 </actions>
2656 </action>
2657
2658 <action>
2659 <condition var1="tw_operation_state" var2="1"/>
2660 <condition var1="tw_cancel_backup" var2="1"/>
2661 <actions>
2662 <action function="set">tw_back=backup_selectpartitions</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002663 <action function="set">tw_complete_text1={@backup_cancel=Backup Cancelled}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002664 <action function="set">tw_show_reboot=1</action>
2665 <action function="page">action_complete</action>
2666 </actions>
2667 </action>
2668 </page>
2669
2670 <page name="restore">
2671 <template name="page"/>
2672
Noah Jacobson3ad80f42020-07-21 01:28:22 -04002673 <action>
2674 <conditions>
2675 <condition var1="tw_is_fbe" var2="1"/>
2676 <condition var1="tw_all_users_decrypted" var2="0"/>
2677 <condition var1="tw_multiuser_warning_accepted" op="!=" var2="1"/>
2678 </conditions>
2679 <actions>
2680 <action function="set">tw_multiuser_warning_destination=restore</action>
2681 <action function="page">multiuser_warning</action>
2682 </actions>
2683 </action>
2684
z31s1g28f0a922015-11-07 18:50:22 +01002685 <template name="statusbar"/>
2686
2687 <text style="text_m">
2688 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002689 <text>{@restore_hdr=Restore} &gt; {@sel_backup_hdr=Select Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002690 </text>
2691
2692 <fileselector>
2693 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
2694 <text>%tw_storage_display_name%</text>
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04002695 <filter folders="1" files="1" nav="0" extn=".ab"/>
z31s1g28f0a922015-11-07 18:50:22 +01002696 <path name="tw_backups_folder"/>
2697 <data name="tw_restore" default=""/>
2698 <selection name="tw_restore_name"/>
2699 </fileselector>
2700
2701 <button>
2702 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2703 <highlight color="%highlight_color%"/>
2704 <image resource="q_btn_storage"/>
2705 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05002706 <action function="set">tw_storagetext={@restore_btn=Restore} &gt; {@select_storage_btn=Select Storage}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002707 <action function="set">tw_back=restore</action>
2708 <action function="page">select_storage</action>
2709 </actions>
2710 </button>
2711
2712 <action>
2713 <condition var1="tw_restore" op="modified"/>
2714 <actions>
2715 <action function="readBackup"/>
2716 <action function="set">tw_back=restore</action>
2717 <action function="page">restore_read</action>
2718 </actions>
2719 </action>
2720
2721 <action>
2722 <touch key="home"/>
2723 <action function="page">main</action>
2724 </action>
2725
2726 <action>
2727 <touch key="back"/>
2728 <action function="page">main</action>
2729 </action>
2730 </page>
2731
2732 <page name="restore_read">
2733 <action>
2734 <condition var1="tw_restore_encrypted" var2="1"/>
2735 <actions>
2736 <action function="set">tw_password_fail=0</action>
2737 <action function="page">restore_decrypt</action>
2738 </actions>
2739 </action>
2740
2741 <action>
2742 <condition var1="tw_restore_encrypted" var2="0"/>
2743 <actions>
2744 <action function="page">restore_select</action>
2745 </actions>
2746 </action>
2747 </page>
2748
2749 <page name="restore_decrypt">
2750 <template name="page"/>
2751
2752 <template name="statusbar"/>
2753
2754 <text style="text_m">
2755 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002756 <text>{@restore_hdr=Restore} &gt; {@restore_enc_backup_hdr=Encrypted Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002757 </text>
2758
2759 <text style="text_m_accent">
2760 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002761 <text>{@enter_pass=Enter Password:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002762 </text>
2763
2764 <input>
2765 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
2766 <text>%tw_restore_display%</text>
2767 <data name="tw_restore_password" mask="*" maskvariable="tw_restore_display"/>
2768 <restrict minlen="1" maxlen="32" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_"/>
2769 <action function="page">try_restore_decrypt</action>
2770 </input>
2771
2772 <fill color="%accent_color%">
2773 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
2774 </fill>
2775
2776 <fill color="%text_fail_color%">
2777 <condition var1="tw_password_fail" var2="1"/>
2778 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
2779 </fill>
2780
2781 <text style="text_m_fail">
2782 <condition var1="tw_password_fail" var2="1"/>
2783 <placement x="%col1_x_left%" y="%row3_input_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002784 <text>{@restore_dec_fail=Password failed, please try again!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002785 </text>
2786
2787 <button style="main_button_half_height">
2788 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002789 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002790 <actions>
2791 <action function="set">tw_page_done=1</action>
2792 <action function="page">restore</action>
2793 </actions>
2794 </button>
2795
2796 <button style="main_button_half_height">
2797 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002798 <text>{@del_backup_btn=Delete Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002799 <actions>
2800 <action function="set">tw_back=restore</action>
2801 <action function="set">tw_action=cmd</action>
2802 <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 -05002803 <action function="set">tw_text1={@del_backup_confirm=Delete Backup?}</action>
2804 <action function="set">tw_text2=%tw_restore_name%</action>
2805 <action function="set">tw_text4={@del_backup_confirm2=This cannot be undone!}</action>
2806 <action function="set">tw_action_text1={@deleting_backup=Deleting Backup...}</action>
2807 <action function="set">tw_complete_text1={@backup_deleted=Backup Delete Complete}</action>
2808 <action function="set">tw_slider_text={@swipe_delete_s= Delete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002809 <action function="page">confirm_action</action>
2810 </actions>
2811 </button>
2812
2813 <template name="keyboardtemplate"/>
2814
2815 <action>
2816 <touch key="home"/>
2817 <action function="page">main</action>
2818 </action>
2819
2820 <action>
2821 <touch key="back"/>
2822 <action function="page">restore</action>
2823 </action>
2824 </page>
2825
2826 <page name="try_restore_decrypt">
2827 <template name="page"/>
2828
2829 <template name="statusbar"/>
2830
2831 <text style="text_m">
2832 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002833 <text>{@restore_hdr=Restore} &gt; {@restore_try_decrypt_s=Trying Decryption}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002834 </text>
2835
2836 <template name="console"/>
2837
2838 <template name="progress_bar"/>
2839
2840 <action>
2841 <action function="decrypt_backup"/>
2842 </action>
2843
2844 <action>
2845 <conditions>
2846 <condition var1="tw_operation_state" var2="1"/>
2847 <condition var1="tw_operation_status" op="!=" var2="0"/>
2848 </conditions>
2849 <actions>
2850 <action function="set">tw_password_fail=1</action>
2851 <action function="page">restore_decrypt</action>
2852 </actions>
2853 </action>
2854
2855 <action>
2856 <conditions>
2857 <condition var1="tw_operation_state" var2="1"/>
2858 <condition var1="tw_operation_status" op="=" var2="0"/>
2859 </conditions>
2860 <actions>
2861 <action function="set">tw_page_done=1</action>
2862 <action function="page">restore_select</action>
2863 </actions>
2864 </action>
2865 </page>
2866
2867 <page name="restore_select">
2868 <template name="page"/>
2869
2870 <template name="statusbar"/>
2871
2872 <text style="text_m">
2873 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002874 <text>{@restore_hdr=Restore} &gt; {@sel_part_hdr=Select Partitions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002875 </text>
2876
2877 <partitionlist style="partitionlist_headerless_cb">
2878 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
2879 <data name="tw_restore_list" selectedlist="tw_restore_selected"/>
2880 <listtype name="restore"/>
2881 </partitionlist>
2882
2883 <fill color="%accent_color%">
2884 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
2885 </fill>
2886
2887 <button>
2888 <placement x="%col1_x_left%" y="%row11_y%"/>
2889 <highlight color="%highlight_color%"/>
2890 <image resource="q_btn_arrow_left"/>
2891 <action function="page">restore</action>
2892 </button>
2893
2894 <button>
2895 <placement x="%btn4_col2_x%" y="%row11_y%"/>
2896 <highlight color="%highlight_color%"/>
2897 <image resource="q_btn_delete"/>
2898 <actions>
2899 <action function="set">tw_back=restore</action>
2900 <action function="set">tw_action=cmd</action>
2901 <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 -05002902 <action function="set">tw_text1={@del_backup_confirm=Delete Backup?}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002903 <action function="set">tw_text2=%tw_restore_name%</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05002904 <action function="set">tw_text4={@del_backup_confirm2=This cannot be undone!}</action>
2905 <action function="set">tw_action_text1={@deleting_backup=Deleting Backup...}</action>
2906 <action function="set">tw_complete_text1={@backup_deleted=Backup Delete Complete}</action>
2907 <action function="set">tw_slider_text={@swipe_delete_s= Delete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01002908 <action function="page">confirm_action</action>
2909 </actions>
2910 </button>
2911
2912 <button>
2913 <placement x="%btn4_col3_x%" y="%row11_y%"/>
2914 <highlight color="%highlight_color%"/>
2915 <image resource="q_btn_accept"/>
2916 <action function="page">restore_confirm</action>
2917 </button>
2918
2919 <button>
2920 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2921 <highlight color="%highlight_color%"/>
2922 <image resource="q_btn_arrow_right"/>
2923 <actions>
2924 <action function="set">tw_back=restore_select</action>
2925 <action function="page">restore_options</action>
2926 </actions>
2927 </button>
2928
2929 <action>
2930 <touch key="home"/>
2931 <action function="page">main</action>
2932 </action>
2933
2934 <action>
2935 <touch key="back"/>
2936 <action function="page">%tw_back%</action>
2937 </action>
2938 </page>
2939
2940 <page name="restore_options">
2941 <template name="page"/>
2942
2943 <template name="statusbar"/>
2944
2945 <text style="text_m">
2946 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002947 <text>{@restore_hdr=Restore} &gt; {@options_hdr=Options}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002948 </text>
2949
2950 <listbox style="scrolllist">
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04002951 <condition var1="tw_enable_adb_backup" op="=" var2="0"/>
z31s1g28f0a922015-11-07 18:50:22 +01002952 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04002953 <listitem name="{@restore_enable_digest_chk=Enable Digest Verification of Backup Files}">
2954 <data variable="tw_skip_digest_check"/>
z31s1g28f0a922015-11-07 18:50:22 +01002955 </listitem>
2956 </listbox>
2957
2958 <button>
2959 <placement x="%col1_x_left%" y="%row11_y%"/>
2960 <highlight color="%highlight_color%"/>
2961 <image resource="q_btn_arrow_left"/>
2962 <action function="page">restore_select</action>
2963 </button>
2964
2965 <button>
2966 <placement x="%btn4_col4_x%" y="%row11_y%"/>
2967 <highlight color="%highlight_color%"/>
2968 <image resource="q_btn_accept_transp"/>
2969 <actions>
2970 <action function="set">tw_back=restore_options</action>
2971 <action function="page">restore_confirm</action>
2972 </actions>
2973 </button>
2974
2975 <action>
2976 <touch key="home"/>
2977 <action function="page">main</action>
2978 </action>
2979
2980 <action>
2981 <touch key="back"/>
2982 <action function="page">%tw_back%</action>
2983 </action>
2984
2985 <action>
2986 <touch key="power+voldown"/>
2987 <action function="screenshot"/>
2988 </action>
2989 </page>
2990
2991 <page name="renamebackup">
2992 <template name="page"/>
2993
2994 <template name="statusbar"/>
2995
2996 <text style="text_m">
2997 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05002998 <text>{@restore_hdr=Restore} &gt; {@rename_backup_hdr=Rename Backup}</text>
z31s1g28f0a922015-11-07 18:50:22 +01002999 </text>
3000
3001 <text style="text_m_accent">
3002 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003003 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003004 </text>
3005
3006 <input>
3007 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
3008 <text>%tw_backup_rename%</text>
3009 <data name="tw_backup_rename"/>
3010 <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]"/>
3011 <actions>
3012 <action function="set">tw_back=restore</action>
3013 <action function="set">tw_action=cmd</action>
3014 <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 -05003015 <action function="set">tw_text1={@rename_backup_confirm=Rename Backup?}</action>
3016 <action function="set">tw_text2={@rename_backup_confirm2=This cannot be undone!}</action>
3017 <action function="set">tw_action_text1={@renaming_backup=Renaming Backup...}</action>
3018 <action function="set">tw_complete_text1={@rename_backup_complete=Backup Rename Complete}</action>
3019 <action function="set">tw_slider_text={@swipe_rename= Rename}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003020 <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_rename%</action>
3021 <action function="set">tw_existpage=renamebackup</action>
3022 <action function="set">tw_notexistpage=confirm_action</action>
3023 <action function="page">filecheck</action>
3024 </actions>
3025 </input>
3026
3027 <fill color="%accent_color%">
3028 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
3029 </fill>
3030
3031 <fill color="%text_fail_color%">
3032 <condition var1="tw_fileexists" var2="1"/>
3033 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
3034 </fill>
3035
3036 <text style="text_m_fail">
3037 <condition var1="tw_fileexists" var2="1"/>
3038 <placement x="%col1_x_left%" y="%row3_input_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003039 <text>{@backup_name_exists=A backup with that name already exists!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003040 </text>
3041
3042 <button style="main_button_half_height">
3043 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003044 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003045 <action function="page">restore_confirm</action>
3046 </button>
3047
3048 <template name="keyboardtemplate"/>
3049
3050 <action>
3051 <touch key="home"/>
3052 <action function="page">main</action>
3053 </action>
3054
3055 <action>
3056 <touch key="back"/>
3057 <action function="page">restore_confirm</action>
3058 </action>
3059 </page>
3060
3061 <page name="restore_confirm">
3062 <template name="page"/>
3063
3064 <template name="statusbar"/>
3065
3066 <text style="text_m">
3067 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003068 <text>{@restore_hdr=Restore} &gt; {@confirm_hdr=Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003069 </text>
3070
3071 <text style="text_m_accent">
3072 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003073 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003074 </text>
3075
3076 <text style="text_m">
3077 <placement x="%indent%" y="%row2_y%"/>
3078 <text>%tw_restore_name%</text>
3079 </text>
3080
3081 <fill color="%accent_color%">
3082 <placement x="%indent%" y="64" w="%content_width%" h="input_line_width" placement="1"/>
3083 </fill>
3084
3085 <button>
3086 <fill color="%transparent%"/>
3087 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="48"/>
3088 <actions>
3089 <action function="set">tw_back=restore_confirm</action>
3090 <action function="set">tw_backup_rename=%tw_restore_name%</action>
3091 <action function="set">tw_fileexists=0</action>
3092 <action function="page">renamebackup</action>
3093 </actions>
3094 </button>
3095
3096 <text style="text_m_accent">
3097 <placement x="%indent%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003098 <text>{@partitions=Partitions:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003099 </text>
3100
3101 <partitionlist style="partitionlist_summary">
3102 <placement x="%col1_x_left%" y="%row4a_y%" w="%content_half_width%" h="96"/>
3103 <data name="tw_restore_list" selectedlist="tw_restore_selected"/>
3104 <listtype name="restore"/>
3105 </partitionlist>
3106
3107 <button>
3108 <fill color="%transparent%"/>
3109 <placement x="0" y="%row3a_y%" w="%screen_half_width%" h="112"/>
3110 <actions>
3111 <action function="set">tw_back=restore_confirm</action>
3112 <action function="page">restore_select</action>
3113 </actions>
3114 </button>
3115
3116 <listbox style="listbox_options">
3117 <placement x="%col1_x_right%" y="%row4a_y%" w="%content_half_width%" h="80"/>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04003118 <listitem name="{@restore_enable_digest_chk=Enable Digest Verification of Backup Files}">
3119 <data variable="tw_skip_digest_check"/>
z31s1g28f0a922015-11-07 18:50:22 +01003120 </listitem>
3121 </listbox>
3122
3123 <text style="text_m_accent">
3124 <placement x="%col1_x_right%" y="%row3a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003125 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003126 </text>
3127
3128 <button>
3129 <fill color="%transparent%"/>
3130 <placement x="%center_x%" y="%row3a_y%" w="%screen_half_width%" h="64"/>
3131 <actions>
3132 <action function="set">tw_back=restore_confirm</action>
3133 <action function="page">restore_options</action>
3134 </actions>
3135 </button>
3136
3137 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05003138 <text>{@swipe_restore_s= Restore}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003139 <action function="page">restore_run</action>
3140 </slider>
3141
3142 <action>
3143 <touch key="home"/>
3144 <action function="page">main</action>
3145 </action>
3146
3147 <action>
3148 <touch key="back"/>
3149 <action function="page">restore_options</action>
3150 </action>
3151 </page>
3152
3153 <page name="restore_run">
3154 <template name="page"/>
3155
3156 <template name="statusbar"/>
3157
3158 <text style="text_m">
3159 <placement x="%col1_x_left%" y="%row1_header_y%"/>
3160 <text>%tw_operation% %tw_partition%</text>
3161 </text>
3162
3163 <template name="console"/>
3164
3165 <template name="progress_bar"/>
3166
3167 <text style="text_m">
3168 <placement x="%indent%" y="%row14a_y%"/>
3169 <text>%tw_size_progress%</text>
3170 </text>
3171
3172 <action>
3173 <condition var1="tw_operation_state" var2="1"/>
3174 <actions>
3175 <action function="set">tw_back=restore</action>
Matt Mower3c366972015-12-25 19:28:31 -06003176 <action function="set">tw_complete_text1={@restore_complete=Restore Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003177 <action function="set">tw_show_reboot=1</action>
3178 <action function="page">action_complete</action>
3179 </actions>
3180 </action>
3181
3182 <action>
3183 <action function="nandroid">restore</action>
3184 </action>
3185 </page>
3186
3187 <page name="mount">
3188 <template name="page"/>
3189
3190 <template name="statusbar"/>
3191
3192 <text style="text_m">
3193 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003194 <text>{@mount_hdr=Mount} &gt; %tw_storage_display_name%</text>
z31s1g28f0a922015-11-07 18:50:22 +01003195 </text>
3196
3197 <partitionlist style="partitionlist_headerless_cb">
3198 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
3199 <listtype name="mount"/>
3200 </partitionlist>
3201
3202 <fill color="%accent_color%">
3203 <placement x="%col1_x_left%" y="row10a_y" w="%content_width%" h="input_line_width"/>
3204 </fill>
3205
3206 <button style="checkbox">
3207 <condition var1="tw_mount_system_ro" op="=" var2="0"/>
3208 <placement x="%col1_x_left%" y="%row11_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003209 <text>{@mount_sys_ro_s_chk=Mount System RO}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003210 <image resource="checkbox_false"/>
3211 <action function="mountsystemtoggle">1</action>
3212 </button>
3213
3214 <button style="checkbox">
3215 <condition var1="tw_mount_system_ro" op="!=" var2="0"/>
3216 <placement x="%col1_x_left%" y="%row11_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003217 <text>{@mount_sys_ro_s_chk=Mount System RO}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003218 <image resource="checkbox_true"/>
3219 <actions>
3220 <action function="set">tw_lifetime_writes=2</action>
3221 <action function="page">system_readonly_check</action>
3222 </actions>
3223 </button>
3224
3225 <button style="checkbox">
3226 <conditions>
3227 <condition var1="tw_has_mtp" var2="1"/>
3228 <condition var1="tw_mtp_enabled" var2="0"/>
3229 </conditions>
3230 <placement x="%col1_x_left%" y="%row13_y%" textplacement="6"/>
3231 <image resource="checkbox_false"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003232 <text>{@enable_mtp_btn=Enable MTP}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003233 <action function="startmtp"/>
3234 </button>
3235
3236 <button style="checkbox">
3237 <conditions>
3238 <condition var1="tw_has_mtp" var2="1"/>
3239 <condition var1="tw_mtp_enabled" var2="1"/>
3240 </conditions>
3241 <placement x="%col1_x_left%" y="%row13_y%" textplacement="6"/>
3242 <image resource="checkbox_true"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003243 <text>{@disable_mtp_btn=Disable MTP}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003244 <action function="stopmtp"/>
3245 </button>
3246
3247 <button>
3248 <placement x="%btn4_col3_x%" y="%row11_y%"/>
3249 <highlight color="%highlight_color%"/>
3250 <image resource="q_btn_storage"/>
3251 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05003252 <action function="set">tw_storagetext={@mount_hdr=Mount} &gt; {@select_storage_hdr=Select Storage}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003253 <action function="set">tw_back=mount</action>
3254 <action function="page">select_storage</action>
3255 </actions>
3256 </button>
3257
3258 <button>
3259 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3260 <highlight color="%highlight_color%"/>
3261 <image resource="q_btn_arrow_right"/>
3262 <action function="page">mount_options</action>
3263 </button>
3264
3265 <action>
3266 <touch key="home"/>
3267 <action function="page">main</action>
3268 </action>
3269
3270 <action>
3271 <touch key="back"/>
3272 <action function="page">main</action>
3273 </action>
3274 </page>
3275
3276 <page name="mount_options">
3277 <template name="page"/>
3278
3279 <template name="statusbar"/>
3280
3281 <text style="text_m">
3282 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003283 <text>{@mount_hdr=Mount} &gt; %tw_storage_display_name%</text>
z31s1g28f0a922015-11-07 18:50:22 +01003284 </text>
3285
3286 <button style="main_button_full_width">
3287 <condition var1="tw_has_usb_storage" var2="1"/>
3288 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003289 <text>{@mount_usb_storage_btn=Mount USB Storage}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003290 <action function="page">usb_mount</action>
3291 </button>
3292
3293 <button style="main_button_full_width">
3294 <conditions>
3295 <condition var1="tw_is_encrypted" var2="1"/>
3296 <condition var1="tw_is_decrypted" var2="0"/>
3297 </conditions>
3298 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003299 <text>{@decrypt_data_btn=Decrypt Data}</text>
Noah Jacobson5a79f672019-04-28 00:10:07 -04003300 <action function="set">tw_crypto_user_id=0</action>
3301 <action function="set">tw_crypto_password=</action>
3302 <action function="set">tw_password_fail=0</action>
3303 <action function="set">tw_crypto_pwtype=%tw_crypto_pwtype_0%</action>
z31s1g28f0a922015-11-07 18:50:22 +01003304 <action function="page">decrypt</action>
3305 </button>
3306
3307 <button>
3308 <placement x="%col1_x_left%" y="%row11_y%"/>
3309 <highlight color="%highlight_color%"/>
3310 <image resource="q_btn_arrow_left"/>
3311 <action function="page">mount</action>
3312 </button>
3313
3314 <action>
3315 <touch key="home"/>
3316 <action function="page">main</action>
3317 </action>
3318
3319 <action>
3320 <touch key="back"/>
3321 <action function="page">mount</action>
3322 </action>
3323 </page>
3324
3325 <page name="usb_mount">
3326 <template name="page"/>
3327
3328 <template name="statusbar"/>
3329
3330 <text style="text_m">
3331 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -06003332 <text>{@mount_hdr=Mount} &gt; {@usb_storage_hdr=USB Storage}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003333 </text>
3334
3335 <text style="text_m_accent">
3336 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003337 <text>{@usb_stor_mnt1=USB Storage Mounted}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003338 </text>
3339
3340 <text style="text_m_fail">
3341 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003342 <text>{@usb_stor_mnt2=Be sure to safely remove your device}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003343 </text>
3344
3345 <text style="text_m_fail">
3346 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003347 <text>{@usb_stor_mnt3=from your computer before unmounting!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003348 </text>
3349
3350 <button style="main_button">
3351 <placement x="%btn4_col2_x%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003352 <text>{@unmount_btn=Unmount}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003353 <action function="page">usb_umount</action>
3354 </button>
3355
3356 <action>
3357 <action function="mount">usb</action>
3358 <action function="set">tw_busy=1</action>
3359 </action>
3360 </page>
3361
3362 <page name="usb_umount">
3363 <action>
3364 <action function="unmount">usb</action>
3365 </action>
3366
3367 <action>
3368 <action function="page">mount_options</action>
3369 <action function="set">tw_busy=0</action>
3370 </action>
3371 </page>
3372
3373 <page name="system_readonly_check">
3374 <action>
3375 <action function="checkpartitionlifetimewrites">/system</action>
3376 </action>
3377
3378 <action>
3379 <condition var1="tw_lifetime_writes" var2="1"/>
3380 <actions>
3381 <action function="mountsystemtoggle">0</action>
3382 <action function="page">mount</action>
3383 </actions>
3384 </action>
3385
3386 <action>
3387 <condition var1="tw_lifetime_writes" var2="0"/>
3388 <actions>
3389 <action function="set">tw_back=mount</action>
3390 <action function="page">system_readonly</action>
3391 </actions>
3392 </action>
3393 </page>
3394
3395 <page name="reboot">
3396 <template name="page"/>
3397
3398 <template name="statusbar"/>
3399
3400 <text style="text_m">
3401 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -06003402 <text>{@reboot_hdr=Reboot}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003403 </text>
3404
3405 <button style="main_button">
3406 <condition var1="tw_reboot_system" var2="1"/>
3407 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003408 <text>{@rb_system_btn=System}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003409 <actions>
3410 <action function="set">tw_back=reboot</action>
Matt Mower908dd252016-05-25 02:26:50 -05003411 <action function="page">reboot_system_routine</action>
z31s1g28f0a922015-11-07 18:50:22 +01003412 </actions>
3413 </button>
3414
3415 <button style="main_button">
3416 <condition var1="tw_reboot_poweroff" var2="1"/>
3417 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003418 <text>{@rb_poweroff_btn=Power Off}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003419 <actions>
3420 <action function="set">tw_back=reboot</action>
3421 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003422 <action function="set">tw_action_param=poweroff</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003423 <action function="set">tw_reboot_param=poweroff</action>
z31s1g28f0a922015-11-07 18:50:22 +01003424 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003425 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3426 <action function="set">tw_text2={@no_ospo=sure you wish to power off?}</action>
3427 <action function="set">tw_action_text1={@turning_off=Turning Off...}</action>
3428 <action function="set">tw_complete_text1={@turning_off=Turning Off...}</action>
3429 <action function="set">tw_slider_text={@swipe_power_off_s=Power Off}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003430 <action function="page">rebootcheck</action>
3431 </actions>
3432 </button>
3433
3434 <button style="main_button">
3435 <condition var1="tw_reboot_recovery" var2="1"/>
3436 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003437 <text>{@rb_recovery_btn=Recovery}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003438 <actions>
3439 <action function="set">tw_back=reboot</action>
3440 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003441 <action function="set">tw_action_param=recovery</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003442 <action function="set">tw_reboot_param=recovery</action>
z31s1g28f0a922015-11-07 18:50:22 +01003443 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003444 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3445 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3446 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3447 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3448 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003449 <action function="page">rebootcheck</action>
3450 </actions>
3451 </button>
3452
3453 <button style="main_button">
3454 <condition var1="tw_reboot_bootloader" var2="1"/>
3455 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003456 <text>{@rb_bootloader_btn=Bootloader}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003457 <actions>
3458 <action function="set">tw_back=reboot</action>
3459 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003460 <action function="set">tw_action_param=bootloader</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003461 <action function="set">tw_reboot_param=bootloader</action>
z31s1g28f0a922015-11-07 18:50:22 +01003462 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003463 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3464 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3465 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3466 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3467 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003468 <action function="page">rebootcheck</action>
3469 </actions>
3470 </button>
3471
3472 <button style="main_button">
3473 <condition var1="tw_download_mode" var2="1"/>
3474 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003475 <text>{@rb_download_btn=Download}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003476 <actions>
3477 <action function="set">tw_back=reboot</action>
3478 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003479 <action function="set">tw_action_param=download</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003480 <action function="set">tw_reboot_param=download</action>
z31s1g28f0a922015-11-07 18:50:22 +01003481 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003482 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3483 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3484 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3485 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3486 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003487 <action function="page">rebootcheck</action>
3488 </actions>
3489 </button>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003490
mauronofrioe9a49ef2018-10-03 13:38:16 +02003491 <button style="main_button">
3492 <condition var1="tw_edl_mode" var2="1"/>
3493 <placement x="%col1_x_right%" y="%row11_y%"/>
Aseem Athale0b77d462021-11-08 13:12:30 +05303494 <text>{@rb_edl_btn=EDL}</text>
mauronofrioe9a49ef2018-10-03 13:38:16 +02003495 <actions>
3496 <action function="set">tw_back=reboot</action>
3497 <action function="set">tw_action=reboot</action>
3498 <action function="set">tw_action_param=edl</action>
3499 <action function="set">tw_reboot_param=edl</action>
3500 <action function="set">tw_has_action2=0</action>
3501 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3502 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3503 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3504 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3505 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
3506 <action function="page">rebootcheck</action>
3507 </actions>
3508 </button>
z31s1g28f0a922015-11-07 18:50:22 +01003509
3510 <action>
3511 <touch key="home"/>
3512 <action function="page">main</action>
3513 </action>
3514
3515 <action>
3516 <touch key="back"/>
3517 <action function="page">main</action>
3518 </action>
3519 </page>
3520
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003521 <page name="installapp">
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003522 <template name="page"/>
3523
3524 <template name="statusbar"/>
3525
3526 <text style="text_m">
3527 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003528 <text>%tw_appinstall_title% &gt; {@reboot_install_app_hdr=Install TWRP App}</text>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003529 </text>
3530
3531 <text style="text_m_accent">
3532 <placement x="%center_x%" y="%row1_y%" placement="5"/>
3533 <text>{@reboot_install_app1=Would you like to install the Official TWRP App?}</text>
3534 </text>
3535
3536 <text style="text_m">
3537 <placement x="%center_x%" y="%row2_y%" placement="5"/>
3538 <text>{@reboot_install_app2=The app can check for new TWRP versions.}</text>
3539 </text>
3540
3541 <checkbox>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003542 <condition var1="tw_mount_system_ro" var2="0"/>
3543 <placement x="%indent%" y="%row5_y%"/>
3544 <text>{@reboot_install_app_system=Install as a System App}</text>
3545 <data variable="tw_app_install_system"/>
3546 </checkbox>
3547
3548 <button style="main_button_half_height">
3549 <placement x="%indent%" y="%row7_y%"/>
Ethan Yonkerfa67cbf2018-07-20 12:22:33 -05003550 <text>{@install_cancel=Do not Install}</text>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003551 <action function="page">%tw_back%</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003552 </button>
3553
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003554 <slider>
3555 <text>{@swipe_confirm= Confirm}</text>
3556 <actions>
3557 <action function="set">tw_action=installapp</action>
3558 <action function="set">tw_action_text1={@reboot_installing_app=Installing App...}</action>
3559 <action function="set">tw_action_text2=</action>
3560 <action function="set">tw_complete_text1={@successful=Successful}</action>
3561 <action function="page">action_page</action>
3562 </actions>
3563 </slider>
3564
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003565 <action>
3566 <touch key="home"/>
3567 <actions>
3568 <action function="set">tw_app_install_status=0</action>
3569 <action function="page">main</action>
3570 </actions>
3571 </action>
3572
3573 <action>
3574 <touch key="back"/>
3575 <actions>
3576 <action function="set">tw_app_install_status=0</action>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003577 <action function="page">%tw_back%</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003578 </actions>
3579 </action>
3580 </page>
3581
z31s1g28f0a922015-11-07 18:50:22 +01003582 <page name="system_readonly">
3583 <template name="page"/>
3584
3585 <template name="statusbar"/>
3586
3587 <text style="text_m">
3588 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003589 <text>{@sys_ro_hdr=Unmodified System Partition}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003590 </text>
3591
3592 <text style="text_m_accent">
3593 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003594 <text>{@sys_ro_keep=Keep System Read only?}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003595 </text>
3596
3597 <text style="text_m">
3598 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003599 <text>{@sys_rop1=TWRP can leave your system partition unmodified}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003600 </text>
3601
3602 <text style="text_m">
3603 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003604 <text>{@sys_rop2=to make it easier for you to take official updates.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003605 </text>
3606
3607 <text style="text_m">
3608 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003609 <text>{@sys_rop3=TWRP will be unable to prevent the stock ROM from}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003610 </text>
3611
3612 <text style="text_m">
3613 <placement x="%center_x%" y="%row5_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003614 <text>{@sys_rop4=replacing TWRP and will not offer to root your device.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003615 </text>
3616
3617 <text style="text_m_fail">
z31s1g608d7ff2016-01-18 19:47:25 +01003618 <placement x="%center_x%" y="%row6_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003619 <text>{@sys_rop5=Installing zips or performing adb operations may still}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003620 </text>
3621
3622 <text style="text_m_fail">
z31s1g608d7ff2016-01-18 19:47:25 +01003623 <placement x="%center_x%" y="%row7_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003624 <text>{@sys_rop6=modify the system partition.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003625 </text>
3626
z31s1g608d7ff2016-01-18 19:47:25 +01003627 <button style="main_button_half_height">
3628 <placement x="%col1_x_right%" y="%row8a_y%"/>
3629 <text>{@sel_lang_btn=Select Language}</text>
3630 <action function="page">settings_language</action>
3631 </button>
3632
z31s1g28f0a922015-11-07 18:50:22 +01003633 <checkbox>
3634 <condition var1="tw_is_encrypted" var2="0"/>
z31s1g608d7ff2016-01-18 19:47:25 +01003635 <placement x="%indent%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003636 <text>{@sys_ro_never_show_chk=Never show this screen during boot again}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003637 <data variable="tw_never_show_system_ro_page"/>
3638 </checkbox>
3639
3640 <button style="main_button_half_height">
3641 <placement x="%col1_x_left%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003642 <text>{@sys_ro_keep_ro_btn=Keep Read Only}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003643 <actions>
3644 <action function="mountsystemtoggle">1</action>
3645 <action function="set">tw_page_done=1</action>
3646 <action function="page">%tw_back%</action>
3647 </actions>
3648 </button>
3649
3650 <button style="main_button_half_height">
3651 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003652 <text>{@swipe_allow_mod_s=Allow Modifications}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003653 <actions>
3654 <action function="mountsystemtoggle">0</action>
3655 <action function="set">tw_page_done=1</action>
3656 <action function="page">%tw_back%</action>
3657 </actions>
3658 </button>
3659 </page>
3660
3661 <page name="settings">
3662 <template name="page"/>
3663
3664 <template name="statusbar"/>
3665
3666 <text style="text_m">
3667 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003668 <text>{@settings_hdr=Settings}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003669 </text>
3670
3671 <button style="main_button">
3672 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003673 <text>{@settings_gen_btn=General}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003674 <action function="page">settings_general</action>
3675 </button>
3676
3677 <button style="main_button">
3678 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003679 <text>{@settings_tz_btn=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003680 <action function="page">settings_timezone</action>
3681 </button>
3682
3683 <button style="main_button">
3684 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003685 <text>{@settings_screen_btn=Screen}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003686 <action function="page">settings_screen</action>
3687 </button>
3688
3689 <button style="main_button">
bigbiff bigbiff3ed778a2019-03-12 19:28:31 -04003690 <condition var1="tw_disable_haptics" var2="0"/>
z31s1g28f0a922015-11-07 18:50:22 +01003691 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003692 <text>{@settings_vibration_btn=Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003693 <action function="page">settings_vibration</action>
3694 </button>
3695
3696 <button style="main_button">
3697 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003698 <text>{@settings_language_btn=Language}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003699 <action function="page">settings_language</action>
3700 </button>
3701
3702 <button>
3703 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3704 <highlight color="%highlight_color%"/>
3705 <image resource="q_btn_reset"/>
3706 <action function="restoredefaultsettings"/>
3707 </button>
3708
3709 <action>
3710 <touch key="home"/>
3711 <action function="page">main</action>
3712 </action>
3713
3714 <action>
3715 <touch key="back"/>
3716 <action function="page">main3</action>
3717 </action>
3718 </page>
3719
3720 <page name="settings_general">
3721 <template name="page"/>
3722
3723 <template name="statusbar"/>
3724
3725 <text style="text_m">
3726 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003727 <text>{@settings_hdr=Settings} &gt; {@settings_gen_s_hdr=General}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003728 </text>
3729
3730 <listbox style="scrolllist">
3731 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%listbox_settings_height%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003732 <listitem name="{@zip_sig_chk=Zip signature verification}">
z31s1g28f0a922015-11-07 18:50:22 +01003733 <data variable="tw_signed_zip_verify"/>
3734 </listitem>
Matt Mower8dc25b72016-04-25 23:06:53 -05003735 <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
3736 <data variable="tw_install_reboot"/>
3737 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003738 <listitem name="{@use_rmrf_chk=Use rm -rf instead of formatting}">
z31s1g28f0a922015-11-07 18:50:22 +01003739 <data variable="tw_rm_rf"/>
3740 </listitem>
Matt Mowerbfccfb82016-04-25 23:22:31 -05003741 <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
3742 <data variable="tw_disable_free_space"/>
3743 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04003744 <listitem name="{@skip_digest_backup_chk=Skip Digest generation during backup}">
3745 <data variable="tw_skip_digest_generate"/>
z31s1g28f0a922015-11-07 18:50:22 +01003746 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04003747 <listitem name="{@restore_enable_digest_chk=Enable Digest verification of backup files}">
3748 <data variable="tw_skip_digest_check"/>
z31s1g28f0a922015-11-07 18:50:22 +01003749 </listitem>
epicX40b7f7a2021-03-20 21:58:17 +05303750 <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
3751 <data variable="tw_skip_digest_check_zip"/>
3752 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003753 <listitem name="{@use24clock_chk=Use 24-hour clock}">
z31s1g28f0a922015-11-07 18:50:22 +01003754 <data variable="tw_military_time"/>
3755 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003756 <listitem name="{@simact_chk=Simulate actions for theme testing}">
z31s1g28f0a922015-11-07 18:50:22 +01003757 <data variable="tw_simulate_actions"/>
3758 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003759 <listitem name="{@simfail_chk=Simulate failure for actions}">
z31s1g28f0a922015-11-07 18:50:22 +01003760 <data variable="tw_simulate_fail"/>
3761 <condition var1="tw_simulate_actions" var2="1"/>
3762 </listitem>
bigbiff bigbiff1c01fab2017-08-07 18:41:14 -04003763 <listitem name="{@sha2_chk=Use SHA2 for hashing}">
3764 <condition var1="tw_no_sha2" var2="0"/>
3765 <data variable="tw_use_sha2"/>
3766 </listitem>
Chaosmasterff4f9582020-01-26 15:38:11 +01003767 <listitem name="{@unmount_sys_install=Unmount System before installing a ZIP}">
3768 <data variable="tw_unmount_system"/>
3769 </listitem>
nebrassyfe1c2372021-05-20 13:03:30 +02003770 <listitem name="{@auto_reflashtwrp_chk=Automatically Reflash TWRP after flashing a ROM}">
3771 <conditions>
3772 <condition var1="tw_has_boot_slots" var2="1"/>
3773 <condition var1="tw_has_repack_tools" var2="1"/>
3774 </conditions>
3775 <data variable="tw_auto_reflashtwrp"/>
3776 </listitem>
z31s1g28f0a922015-11-07 18:50:22 +01003777 </listbox>
3778
3779 <action>
3780 <touch key="home"/>
3781 <action function="page">main</action>
3782 </action>
3783
3784 <action>
3785 <touch key="back"/>
3786 <action function="page">settings</action>
3787 </action>
3788 </page>
3789
3790 <page name="settings_timezone">
3791 <template name="page"/>
3792
3793 <template name="statusbar"/>
3794
3795 <text style="text_m">
3796 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003797 <text>{@settings_hdr=Settings} &gt; {@time_zone_hdr=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003798 </text>
3799
3800 <text color="%text_color%">
3801 <font resource="font_m"/>
3802 <placement x="%indent_right%" y="%row1_header_y%" placement="1"/>
3803 <text>%tw_time%</text>
3804 </text>
3805
3806 <listbox style="listbox_headerless">
3807 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%listbox_timezone_height%"/>
3808 <data name="tw_time_zone_guisel"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003809 <listitem name="{@utcm11=(UTC -11) Samoa, Midway Island}">BST11;BDT</listitem>
3810 <listitem name="{@utcm10=(UTC -10) Hawaii}">HST10;HDT</listitem>
3811 <listitem name="{@utcm9=(UTC -9) Alaska}">AST9;ADT</listitem>
3812 <listitem name="{@utcm8=(UTC -8) Pacific Time}">PST8;PDT,M3.2.0,M11.1.0</listitem>
3813 <listitem name="{@utcm7=(UTC -7) Mountain Time}">MST7;MDT,M3.2.0,M11.1.0</listitem>
3814 <listitem name="{@utcm6=(UTC -6) Central Time}">CST6;CDT,M3.2.0,M11.1.0</listitem>
3815 <listitem name="{@utcm5=(UTC -5) Eastern Time}">EST5;EDT,M3.2.0,M11.1.0</listitem>
3816 <listitem name="{@utcm4=(UTC -4) Atlantic Time}">AST4;ADT</listitem>
3817 <listitem name="{@utcm3=(UTC -3) Brazil, Buenos Aires}">GRNLNDST3;GRNLNDDT</listitem>
3818 <listitem name="{@utcm2=(UTC -2) Mid-Atlantic}">FALKST2;FALKDT</listitem>
3819 <listitem name="{@utcm1=(UTC -1) Azores, Cape Verde}">AZOREST1;AZOREDT</listitem>
3820 <listitem name="{@utc0=(UTC 0) London, Dublin, Lisbon}">GMT0;BST,M3.5.0,M10.5.0</listitem>
3821 <listitem name="{@utcp1=(UTC +1) Berlin, Brussels, Paris}">CET-1;CEST,M3.5.0,M10.5.0</listitem>
3822 <listitem name="{@utcp2=(UTC +2) Athens, Istanbul, South Africa}">WET-2;WET,M3.5.0,M10.5.0</listitem>
3823 <listitem name="{@utcp3=(UTC +3) Moscow, Baghdad}">SAUST-3;SAUDT</listitem>
3824 <listitem name="{@utcp4=(UTC +4) Abu Dhabi, Tbilisi, Muscat}">WST-4;WDT</listitem>
3825 <listitem name="{@utcp5=(UTC +5) Yekaterinburg, Islamabad}">PAKST-5;PAKDT</listitem>
3826 <listitem name="{@utcp6=(UTC +6) Almaty, Dhaka, Colombo}">TASHST-6;TASHDT</listitem>
3827 <listitem name="{@utcp7=(UTC +7) Bangkok, Hanoi, Jakarta}">THAIST-7;THAIDT</listitem>
3828 <listitem name="{@utcp8=(UTC +8) Beijing, Singapore, Hong Kong}">TAIST-8;TAIDT</listitem>
3829 <listitem name="{@utcp9=(UTC +9) Tokyo, Seoul, Yakutsk}">JST-9;JSTDT</listitem>
3830 <listitem name="{@utcp10=(UTC +10) Eastern Australia, Guam}">EET-10;EETDT</listitem>
3831 <listitem name="{@utcp11=(UTC +11) Vladivostok, Solomon Islands}">MET-11;METDT</listitem>
3832 <listitem name="{@utcp12=(UTC +12) Auckland, Wellington, Fiji}">NZST-12;NZDT</listitem>
z31s1g28f0a922015-11-07 18:50:22 +01003833 </listbox>
3834
3835 <button>
3836 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3837 <highlight color="%highlight_color%"/>
3838 <image resource="q_btn_arrow_right"/>
3839 <actions>
3840 <action function="setguitimezone"/>
3841 <action function="page">settings_timezone2</action>
3842 </actions>
3843 </button>
3844
3845 <action>
3846 <condition var1="tw_time_zone_guisel" op="modified"/>
3847 <action function="setguitimezone"/>
3848 </action>
3849
3850 <action>
3851 <touch key="home"/>
3852 <actions>
3853 <action function="page">main</action>
3854 <action function="setguitimezone"/>
3855 </actions>
3856 </action>
3857
3858 <action>
3859 <touch key="back"/>
3860 <actions>
3861 <action function="page">settings</action>
3862 <action function="setguitimezone"/>
3863 </actions>
3864 </action>
3865
3866 <action>
3867 <touch key="power+voldown"/>
3868 <action function="screenshot"/>
3869 </action>
3870 </page>
3871
3872 <page name="settings_timezone2">
3873 <template name="page"/>
3874
3875 <template name="statusbar"/>
3876
3877 <text style="text_m">
3878 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003879 <text>{@settings_hdr=Settings} &gt; {@time_zone_hdr=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003880 </text>
3881
3882 <text color="%text_color%">
3883 <font resource="font_m"/>
3884 <placement x="%indent_right%" y="%row1_header_y%" placement="1"/>
3885 <text>%tw_time%</text>
3886 </text>
3887
3888 <checkbox>
3889 <placement x="%col1_x_left%" y="%row1_y%"/>
3890 <font resource="font_m" color="%text_color%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003891 <text>{@use_dst_chk=Use daylight savings time (DST)}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003892 <data variable="tw_time_zone_guidst"/>
3893 <image checked="checkbox_true" unchecked="checkbox_false"/>
3894 </checkbox>
3895
3896 <text style="text_m_accent">
3897 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003898 <text>{@sel_tz_offset=Select Offset (usually 0): %tw_time_zone_guioffset%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003899 </text>
3900
3901 <button style="main_button_quarter_width">
3902 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003903 <text>{@tz_offset_0=0}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003904 <actions>
3905 <action function="set">tw_time_zone_guioffset=0</action>
3906 <action function="setguitimezone"/>
3907 </actions>
3908 </button>
3909
3910 <button style="main_button_quarter_width">
3911 <placement x="%btn4_col2_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003912 <text>{@tz_offset_15=15}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003913 <actions>
3914 <action function="set">tw_time_zone_guioffset=15</action>
3915 <action function="setguitimezone"/>
3916 </actions>
3917 </button>
3918
3919 <button style="main_button_quarter_width">
3920 <placement x="%btn4_col3_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003921 <text>{@tz_offset_30=30}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003922 <actions>
3923 <action function="set">tw_time_zone_guioffset=30</action>
3924 <action function="setguitimezone"/>
3925 </actions>
3926 </button>
3927
3928 <button style="main_button_quarter_width">
3929 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003930 <text>{@tz_offset_45=45}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003931 <actions>
3932 <action function="set">tw_time_zone_guioffset=45</action>
3933 <action function="setguitimezone"/>
3934 </actions>
3935 </button>
3936
3937 <button>
3938 <placement x="%col1_x_left%" y="%row11_y%"/>
3939 <highlight color="%highlight_color%"/>
3940 <image resource="q_btn_arrow_left"/>
3941 <actions>
3942 <action function="setguitimezone"/>
3943 <action function="page">settings_timezone</action>
3944 </actions>
3945 </button>
3946
3947 <text style="text_m_accent">
3948 <placement x="%btn4_col2_x%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003949 <text>{@curr_tz_s=Current Time Zone:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003950 </text>
3951
3952 <text style="text_m">
3953 <placement x="%btn4_col2_x%" y="%row12a_y%"/>
3954 <text>%tw_time_zone%</text>
3955 </text>
3956
3957 <action>
3958 <condition var1="tw_time_zone_guidst" op="modified"/>
3959 <action function="setguitimezone"/>
3960 </action>
3961
3962 <action>
3963 <touch key="home"/>
3964 <actions>
3965 <action function="setguitimezone"/>
3966 <action function="page">main</action>
3967 </actions>
3968 </action>
3969
3970 <action>
3971 <touch key="back"/>
3972 <actions>
3973 <action function="setguitimezone"/>
3974 <action function="page">settings_timezone</action>
3975 </actions>
3976 </action>
3977 </page>
3978
3979 <page name="settings_screen">
3980 <template name="page"/>
3981
3982 <template name="statusbar"/>
3983
3984 <text style="text_m">
3985 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003986 <text>{@settings_hdr=Settings} &gt; {@settings_screen_timeout_hdr=Screen Timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003987 </text>
3988
3989 <button style="checkbox">
3990 <condition var1="tw_screen_timeout_secs" op="=" var2="0"/>
3991 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
3992 <placement x="%indent%" y="%row1_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003993 <text>{@enable_timeout_chk=Enable screen timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003994 <image resource="checkbox_false"/>
3995 <action function="set">tw_screen_timeout_secs=60</action>
3996 </button>
3997
3998 <button style="checkbox">
3999 <condition var1="tw_screen_timeout_secs" op="!=" var2="0"/>
4000 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
4001 <placement x="%indent%" y="%row1_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004002 <text>{@enable_timeout_chk=Enable screen timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004003 <image resource="checkbox_true"/>
4004 <action function="set">tw_screen_timeout_secs=0</action>
4005 </button>
4006
4007 <slidervalue>
4008 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
4009 <placement x="col1_x_left" y="%row2a_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004010 <text>{@screen_to_slider_s=Screen timeout in seconds (0=disabled): %tw_screen_timeout_secs%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004011 <data variable="tw_screen_timeout_secs" min="15" max="300"/>
4012 </slidervalue>
4013
4014 <text style="text_m_fail">
4015 <condition var1="tw_no_screen_timeout" op="=" var2="1"/>
4016 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004017 <text>{@screen_to_na=Screen timeout setting unavailable}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004018 </text>
4019
4020 <button>
4021 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4022 <highlight color="%highlight_color%"/>
4023 <image resource="q_btn_arrow_right"/>
4024 <action function="page">settings_screen2</action>
4025 </button>
4026
4027 <action>
4028 <touch key="home"/>
4029 <action function="page">main</action>
4030 </action>
4031
4032 <action>
4033 <touch key="back"/>
4034 <action function="page">settings</action>
4035 </action>
4036 </page>
4037
4038 <page name="settings_screen2">
4039 <template name="page"/>
4040
4041 <template name="statusbar"/>
4042
4043 <text style="text_m">
4044 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004045 <text>{@settings_hdr=Settings} &gt; {@settings_screen_bright_btn=Screen Brightness}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004046 </text>
4047
4048 <slidervalue>
4049 <condition var1="tw_has_brightnesss_file" var2="1"/>
4050 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004051 <text>{@screen_bright_slider=Brightness: %tw_brightness_pct%%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004052 <data variable="tw_brightness_pct" min="10" max="100"/>
4053 <actions>
4054 <action function="set">tw_brightness=%tw_brightness_max%</action>
4055 <action function="compute">tw_brightness*%tw_brightness_pct%</action>
4056 <action function="compute">tw_brightness/100</action>
4057 <action function="setbrightness">%tw_brightness%</action>
4058 </actions>
4059 </slidervalue>
4060
4061 <text style="text_m_fail">
4062 <condition var1="tw_has_brightnesss_file" var2="0"/>
4063 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004064 <text>{@screen_bright_na=Brightness setting unavailable}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004065 </text>
4066
4067 <button>
4068 <placement x="%col1_x_left%" y="%row11_y%"/>
4069 <highlight color="%highlight_color%"/>
4070 <image resource="q_btn_arrow_left"/>
4071 <action function="page">settings_screen</action>
4072 </button>
4073
4074 <action>
4075 <touch key="home"/>
4076 <action function="page">main</action>
4077 </action>
4078
4079 <action>
4080 <touch key="back"/>
4081 <action function="page">settings</action>
4082 </action>
4083 </page>
4084
4085 <page name="settings_vibration">
4086 <template name="page"/>
4087
4088 <template name="statusbar"/>
4089
4090 <text style="text_m">
4091 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004092 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@button_vibration_hdr=Button Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004093 </text>
4094
4095 <slidervalue>
4096 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004097 <text>{@button_vibration=Button Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004098 <data variable="tw_button_vibrate" min="0" max="300"/>
4099 </slidervalue>
4100
4101 <button>
4102 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4103 <highlight color="%highlight_color%"/>
4104 <image resource="q_btn_arrow_right"/>
4105 <action function="page">settings_vibration2</action>
4106 </button>
4107
4108 <action>
4109 <touch key="home"/>
4110 <action function="page">main</action>
4111 </action>
4112
4113 <action>
4114 <touch key="back"/>
4115 <action function="page">settings</action>
4116 </action>
4117 </page>
4118
4119 <page name="settings_vibration2">
4120 <template name="page"/>
4121
4122 <template name="statusbar"/>
4123
4124 <text style="text_m">
4125 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004126 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@kb_vibration_hdr=Keyboard Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004127 </text>
4128
4129 <slidervalue>
4130 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004131 <text>{@kb_vibration=Keyboard Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004132 <data variable="tw_keyboard_vibrate" min="0" max="300"/>
4133 </slidervalue>
4134
4135 <button>
4136 <placement x="%col1_x_left%" y="%row11_y%"/>
4137 <highlight color="%highlight_color%"/>
4138 <image resource="q_btn_arrow_left"/>
4139 <action function="page">settings_vibration</action>
4140 </button>
4141
4142 <button>
4143 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4144 <highlight color="%highlight_color%"/>
4145 <image resource="q_btn_arrow_right"/>
4146 <action function="page">settings_vibration3</action>
4147 </button>
4148
4149 <action>
4150 <touch key="home"/>
4151 <action function="page">main</action>
4152 </action>
4153
4154 <action>
4155 <touch key="back"/>
4156 <action function="page">settings</action>
4157 </action>
4158 </page>
4159
4160 <page name="settings_vibration3">
4161 <template name="page"/>
4162
4163 <template name="statusbar"/>
4164
4165 <text style="text_m">
4166 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004167 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@act_vibration_hdr=Action Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004168 </text>
4169
4170 <slidervalue>
4171 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004172 <text>{@act_vibration=Action Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004173 <data variable="tw_action_vibrate" min="0" max="500"/>
4174 </slidervalue>
4175
4176 <button>
4177 <placement x="%col1_x_left%" y="%row11_y%"/>
4178 <highlight color="%highlight_color%"/>
4179 <image resource="q_btn_arrow_left"/>
4180 <action function="page">settings_vibration2</action>
4181 </button>
4182
4183 <action>
4184 <touch key="home"/>
4185 <action function="page">main</action>
4186 </action>
4187
4188 <action>
4189 <touch key="back"/>
4190 <action function="page">settings</action>
4191 </action>
4192 </page>
4193
Ethan Yonker74db1572015-10-28 12:44:49 -05004194 <page name="settings_language">
4195 <template name="page"/>
4196
4197 <template name="statusbar"/>
4198
4199 <text style="text_m">
4200 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4201 <text>{@settings_hdr=Settings} &gt; {@language_hdr=Language} - %tw_language_display%</text>
4202 </text>
4203
z31s1g608d7ff2016-01-18 19:47:25 +01004204 <listbox style="scrolllist">
Ethan Yonker74db1572015-10-28 12:44:49 -05004205 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
4206 <icon selected="radio_true" unselected="radio_false" />
4207 <data name="tw_language" />
z31s1g608d7ff2016-01-18 19:47:25 +01004208 </listbox>
Ethan Yonker74db1572015-10-28 12:44:49 -05004209
4210 <button>
4211 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4212 <highlight color="%highlight_color%"/>
z31s1g608d7ff2016-01-18 19:47:25 +01004213 <image resource="q_btn_accept_transp"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004214 <action function="setlanguage"></action>
4215 </button>
4216
z31s1g608d7ff2016-01-18 19:47:25 +01004217 <action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004218 <touch key="home" />
4219 <action function="page">main</action>
z31s1g608d7ff2016-01-18 19:47:25 +01004220 </action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004221
z31s1g608d7ff2016-01-18 19:47:25 +01004222 <action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004223 <touch key="back" />
4224 <action function="page">settings</action>
z31s1g608d7ff2016-01-18 19:47:25 +01004225 </action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004226 </page>
4227
z31s1g28f0a922015-11-07 18:50:22 +01004228 <page name="advanced">
4229 <template name="page"/>
4230
4231 <template name="statusbar"/>
4232
4233 <text style="text_m">
4234 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004235 <text>{@advanced_hdr=Advanced}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004236 </text>
4237
4238 <button style="main_button">
4239 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004240 <text>{@terminal_btn=Terminal}</text>
z31s1g56189522016-01-13 19:12:40 +01004241 <action function="page">terminalcommand</action>
z31s1g28f0a922015-11-07 18:50:22 +01004242 </button>
4243
4244 <button style="main_button">
Ethan Yonkerb5fab762016-01-28 14:03:33 -06004245 <condition var1="tw_has_data_media" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01004246 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06004247 <text>{@fix_context_btn=Fix Contexts}</text>
4248 <action function="page">fixcontexts</action>
z31s1g28f0a922015-11-07 18:50:22 +01004249 </button>
4250
Ethan Yonker64e0a652018-07-25 09:52:17 -05004251 <button>
4252 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4253 <highlight color="%highlight_color%"/>
4254 <image resource="q_btn_arrow_right"/>
4255 <action function="page">advanced2</action>
z31s1g28f0a922015-11-07 18:50:22 +01004256 </button>
4257
Ethan Yonker64e0a652018-07-25 09:52:17 -05004258 <action>
4259 <touch key="home"/>
4260 <action function="page">main</action>
4261 </action>
z31s1g28f0a922015-11-07 18:50:22 +01004262
Ethan Yonker64e0a652018-07-25 09:52:17 -05004263 <action>
4264 <touch key="back"/>
4265 <action function="page">main3</action>
4266 </action>
4267 </page>
4268
4269 <page name="advanced2">
4270 <template name="page"/>
4271
4272 <template name="statusbar"/>
4273
4274 <text style="text_m">
4275 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4276 <text>{@advanced_hdr=Advanced}</text>
4277 </text>
4278
4279 <listbox style="advanced_listbox">
4280 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
epicX98053c32021-01-04 13:01:31 +05304281 <listitem name="{@change_twrp_folder_btn=Change TWRP folder}">
4282 <condition var1="tw_is_encrypted" var2="0"/>
4283 <action function="page">changeTwrpFolder</action>
4284 </listitem>
Noah Jacobson5a79f672019-04-28 00:10:07 -04004285 <listitem name="{@decrypt_users=Decrypt Users}">
4286 <conditions>
4287 <condition var1="tw_is_fbe" var2="1"/>
4288 <condition var1="tw_all_users_decrypted" var2="0"/>
4289 </conditions>
4290 <actions>
4291 <action function="set">tw_crypto_user_id=</action>
4292 <action function="page">decrypt_users</action>
4293 </actions>
4294 </listitem>
Ethan Yonker64e0a652018-07-25 09:52:17 -05004295 <listitem name="{@reload_theme_btn=Reload Theme}">
4296 <action function="reload"/>
4297 </listitem>
4298 <listitem name="{@part_sd_btn=Partition SD Card}">
4299 <condition var1="tw_allow_partition_sdcard" var2="1"/>
4300 <actions>
4301 <action function="set">partitionlisterror=0</action>
4302 <action function="page">partsdcardsel</action>
4303 </actions>
4304 </listitem>
4305 <listitem name="{@dumlock_btn=HTC Dumlock}">
4306 <condition var1="tw_show_dumlock" var2="1"/>
4307 <action function="page">htcdumlock</action>
4308 </listitem>
4309 <listitem name="{@inject_twrp_btn=Inject TWRP}">
4310 <condition var1="tw_has_injecttwrp" var2="1"/>
4311 <actions>
4312 <action function="set">tw_back=advanced</action>
4313 <action function="set">tw_action=reinjecttwrp</action>
4314 <action function="set">tw_text1={@inject_twrp_confirm=Re-Inject TWRP?}</action>
4315 <action function="set">tw_action_text1={@injecting_twrp=Re-Injecting TWRP...}</action>
4316 <action function="set">tw_complete_text1={@inject_twrp_complete=TWRP Injection Complete}</action>
4317 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4318 <action function="page">confirm_action</action>
4319 </actions>
4320 </listitem>
Ethan Yonker53796e72019-01-11 22:49:52 -06004321 <listitem name="{@install_twrp_ramdisk=Install Recovery Ramdisk}">
4322 <conditions>
4323 <condition var1="tw_has_boot_slots" var2="1"/>
4324 <condition var1="tw_has_repack_tools" var2="1"/>
4325 </conditions>
4326 <actions>
4327 <action function="set">tw_repack_kernel=0</action>
4328 <action function="page">repackselect</action>
4329 </actions>
4330 </listitem>
nebrassyfe1c2372021-05-20 13:03:30 +02004331 <listitem name="{@reflash_twrp=Flash Current TWRP}">
4332 <conditions>
4333 <condition var1="tw_has_boot_slots" var2="1"/>
4334 <condition var1="tw_has_repack_tools" var2="1"/>
4335 </conditions>
4336 <actions>
4337 <action function="set">tw_repack_kernel=0</action>
4338 <action function="set">tw_back=advanced</action>
4339 <action function="set">tw_action=reflashtwrp</action>
4340 <action function="set">tw_text1={@reflash_twrp_confirm=Flash Current TWRP?}</action>
4341 <action function="set">tw_action_text1={@reflashing_twrp=Flashing TWRP...}</action>
4342 <action function="set">tw_complete_text1={@reflash_twrp_complete=Done Flashing TWRP}</action>
4343 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4344 <action function="page">confirm_action</action>
4345 </actions>
4346 </listitem>
Ethan Yonker53796e72019-01-11 22:49:52 -06004347 <listitem name="{@install_kernel=Install Kernel}">
4348 <conditions>
4349 <condition var1="tw_has_boot_slots" var2="1"/>
4350 <condition var1="tw_has_repack_tools" var2="1"/>
4351 </conditions>
4352 <actions>
4353 <action function="set">tw_repack_kernel=1</action>
4354 <action function="page">repackselect</action>
4355 </actions>
4356 </listitem>
4357 <listitem name="{@fix_recovery_loop=Fix Recovery Bootloop}">
4358 <conditions>
4359 <condition var1="tw_has_boot_slots" var2="1"/>
4360 <condition var1="tw_has_repack_tools" var2="1"/>
Captain Throwback4bce54b2021-09-16 10:04:26 -04004361 <condition var1="tw_uses_initramfs" var2="1"/>
Ethan Yonker53796e72019-01-11 22:49:52 -06004362 </conditions>
4363 <actions>
4364 <action function="set">tw_back=advanced</action>
4365 <action function="set">tw_action=fixabrecoverybootloop</action>
4366 <action function="set">tw_text1={@fix_recovery_loop_confirm=Fix Recovery Bootloop?}</action>
4367 <action function="set">tw_action_text1={@fixing_recovery_loop=Fixing Recovery Bootloop...}</action>
4368 <action function="set">tw_complete_text1={@fix_recovery_loop_complete=Fix Recovery Bootloop Complete}</action>
4369 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4370 <action function="page">confirm_action</action>
4371 </actions>
4372 </listitem>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06004373 <listitem name="{@reboot_install_app_hdr=Install TWRP App}">
4374 <condition var1="tw_app_install_status" var2="1"/>
4375 <actions>
4376 <action function="set">tw_back=advanced2</action>
4377 <action function="set">tw_appinstall_title={@advanced_hdr=Advanced}</action>
4378 <action function="page">installapp</action>
4379 </actions>
4380 </listitem>
Ethan Yonker76bbd3a2019-05-10 10:50:04 -05004381 <listitem name="{@uninstall_twrp_system_app=Uninstall TWRP App from System}">
4382 <condition var1="tw_app_installed_in_system" var2="1"/>
4383 <actions>
4384 <action function="set">tw_back=advanced</action>
4385 <action function="set">tw_action=uninstalltwrpsystemapp</action>
4386 <action function="set">tw_text1={@uninstall_twrp_system_app_confirm=Uninstall TWRP App from System?}</action>
4387 <action function="set">tw_action_text1={@uninstalling_twrp_system_app=Uninstalling TWRP App from System...}</action>
4388 <action function="set">tw_complete_text1={@uninstall_twrp_system_app_complete=Uninstall TWRP App from System Complete}</action>
4389 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4390 <action function="page">confirm_action</action>
4391 </actions>
4392 </listitem>
Ethan Yonker64e0a652018-07-25 09:52:17 -05004393 </listbox>
4394
4395 <button>
z31s1g28f0a922015-11-07 18:50:22 +01004396 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker64e0a652018-07-25 09:52:17 -05004397 <highlight color="%highlight_color%"/>
4398 <image resource="q_btn_arrow_left"/>
4399 <action function="page">advanced</action>
z31s1g28f0a922015-11-07 18:50:22 +01004400 </button>
4401
4402 <action>
4403 <touch key="home"/>
4404 <action function="page">main</action>
4405 </action>
4406
4407 <action>
4408 <touch key="back"/>
4409 <action function="page">main3</action>
4410 </action>
4411 </page>
4412
Ethan Yonker483e9f42016-01-11 22:21:18 -06004413 <page name="partsdcardsel">
4414 <template name="page"/>
4415
4416 <template name="statusbar"/>
4417
4418 <text style="text_m">
4419 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4420 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
4421 </text>
4422
4423 <partitionlist style="partitionlist_headerless_rb">
4424 <data name="tw_storage_path"/>
4425 <listtype name="storage"/>
4426 </partitionlist>
4427
4428 <text style="text_m_fail">
4429 <condition var1="partitionlisterror" var2="1"/>
4430 <placement x="%center_x%" y="%row9_y%" placement="5"/>
4431 <text>{@invalid_partsd_sel=You must select a removable device}</text>
4432 </text>
4433
4434 <button>
4435 <placement x="%btn4_col2_x%" y="%row11_y%"/>
4436 <highlight color="%highlight_color%"/>
4437 <image resource="q_btn_refresh"/>
4438 <action function="refreshsizes"/>
4439 </button>
4440
4441 <button>
4442 <placement x="%btn4_col3_x%" y="%row11_y%"/>
4443 <highlight color="%highlight_color%"/>
4444 <image resource="q_btn_accept"/>
4445 <actions>
4446 <action function="getpartitiondetails">tw_storage_path</action>
4447 <action function="page">partsdcardcheck</action>
4448 </actions>
4449 </button>
4450
4451 <action>
4452 <touch key="home"/>
4453 <action function="page">main</action>
4454 </action>
4455
4456 <action>
4457 <touch key="back"/>
4458 <action function="page">advanced</action>
4459 </action>
4460 </page>
4461
4462 <page name="partsdcardcheck">
4463 <action>
4464 <condition var1="tw_partition_removable" op="=" var2="1"/>
4465 <actions>
4466 <action function="set">partitionlisterror=0</action>
4467 <action function="page">partsdcard</action>
4468 </actions>
4469 </action>
4470
4471 <action>
4472 <condition var1="tw_partition_removable" op="!=" var2="1"/>
4473 <actions>
4474 <action function="set">partitionlisterror=1</action>
4475 <action function="page">partsdcardsel</action>
4476 </actions>
4477 </action>
4478 </page>
4479
z31s1g28f0a922015-11-07 18:50:22 +01004480 <page name="partsdcard">
4481 <template name="page"/>
4482
4483 <template name="statusbar"/>
4484
4485 <text style="text_m">
4486 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004487 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004488 </text>
4489
4490 <text style="text_m_fail">
4491 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004492 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004493 </text>
4494
4495 <text style="text_m_fail">
4496 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004497 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004498 </text>
4499
4500 <text style="text_m_accent">
4501 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004502 <text>{@part_sd_ext_sz=EXT Size:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004503 </text>
4504
4505 <text style="text_m">
4506 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4507 <text>%tw_sdext_size%</text>
4508 </text>
4509
4510 <button style="main_button_quarter_width">
4511 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004512 <text>{@part_sd_m=-}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004513 <action function="addsubtract">tw_sdext_size-256</action>
z31s1g28f0a922015-11-07 18:50:22 +01004514 </button>
4515
4516 <button style="main_button_quarter_width">
4517 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004518 <text>{@part_sd_p=+}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004519 <action function="addsubtract">tw_sdext_size+256</action>
z31s1g28f0a922015-11-07 18:50:22 +01004520 </button>
4521
4522 <button>
4523 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4524 <highlight color="%highlight_color%"/>
4525 <image resource="q_btn_arrow_right"/>
4526 <action function="page">partsdcard2</action>
4527 </button>
4528
4529 <action>
4530 <touch key="home"/>
4531 <action function="page">main</action>
4532 </action>
4533
4534 <action>
4535 <touch key="back"/>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004536 <action function="page">partsdcardsel</action>
z31s1g28f0a922015-11-07 18:50:22 +01004537 </action>
4538 </page>
4539
4540 <page name="partsdcard2">
4541 <template name="page"/>
4542
4543 <template name="statusbar"/>
4544
4545 <text style="text_m">
4546 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004547 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004548 </text>
4549
4550 <text style="text_m_fail">
4551 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004552 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004553 </text>
4554
4555 <text style="text_m_fail">
4556 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004557 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004558 </text>
4559
4560 <text style="text_m_accent">
4561 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004562 <text>{@part_sd_swap_sz=Swap Size:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004563 </text>
4564
4565 <text style="text_m">
4566 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4567 <text>%tw_swap_size%</text>
4568 </text>
4569
4570 <button style="main_button_quarter_width">
4571 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004572 <text>{@part_sd_m=-}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004573 <action function="addsubtract">tw_swap_size-64</action>
z31s1g28f0a922015-11-07 18:50:22 +01004574 </button>
4575
4576 <button style="main_button_quarter_width">
4577 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004578 <text>{@part_sd_p=+}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004579 <action function="addsubtract">tw_swap_size+64</action>
z31s1g28f0a922015-11-07 18:50:22 +01004580 </button>
4581
4582 <button>
4583 <placement x="%col1_x_left%" y="%row11_y%"/>
4584 <highlight color="%highlight_color%"/>
4585 <image resource="q_btn_arrow_left"/>
4586 <action function="page">partsdcard</action>
4587 </button>
4588
4589 <button>
4590 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4591 <highlight color="%highlight_color%"/>
4592 <image resource="q_btn_arrow_right"/>
4593 <action function="page">partsdcard3</action>
4594 </button>
4595
4596 <action>
4597 <touch key="home"/>
4598 <action function="page">main</action>
4599 </action>
4600
4601 <action>
4602 <touch key="back"/>
4603 <action function="page">advanced</action>
4604 </action>
4605 </page>
4606
4607 <page name="partsdcard3">
4608 <template name="page"/>
4609
4610 <template name="statusbar"/>
4611
4612 <text style="text_m">
4613 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004614 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004615 </text>
4616
4617 <text style="text_m_fail">
4618 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004619 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004620 </text>
4621
4622 <text style="text_m_fail">
4623 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004624 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004625 </text>
4626
4627 <text style="text_m_accent">
4628 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004629 <text>{@file_system=File System:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004630 </text>
4631
4632 <text style="text_m">
4633 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4634 <text>%tw_sdpart_file_system%</text>
4635 </text>
4636
4637 <button style="main_button_quarter_width">
4638 <placement x="%indent%" y="%row6_y%"/>
4639 <text>EXT3</text>
4640 <action function="set">tw_sdpart_file_system=ext3</action>
4641 </button>
4642
4643 <button style="main_button_quarter_width">
4644 <placement x="%btn4_col4_x%" y="%row6_y%"/>
4645 <text>EXT4</text>
4646 <action function="set">tw_sdpart_file_system=ext4</action>
4647 </button>
4648
4649 <button>
4650 <placement x="%col1_x_left%" y="%row11_y%"/>
4651 <highlight color="%highlight_color%"/>
4652 <image resource="q_btn_arrow_left"/>
4653 <action function="page">partsdcard2</action>
4654 </button>
4655
4656 <button>
4657 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4658 <highlight color="%highlight_color%"/>
4659 <image resource="q_btn_arrow_right"/>
4660 <action function="page">partsdcard_confirm</action>
4661 </button>
4662
4663 <action>
4664 <touch key="home"/>
4665 <action function="page">main</action>
4666 </action>
4667
4668 <action>
4669 <touch key="back"/>
4670 <action function="page">advanced</action>
4671 </action>
4672 </page>
4673
4674 <page name="partsdcard_confirm">
4675 <template name="page"/>
4676
4677 <template name="statusbar"/>
4678
4679 <text style="text_m">
4680 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004681 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004682 </text>
4683
4684 <text style="text_m_fail">
4685 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004686 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004687 </text>
4688
4689 <text style="text_m_fail">
4690 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004691 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004692 </text>
4693
4694 <text style="text_m_accent">
4695 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004696 <text>{@part_sd_ext_sz=EXT Size:} %tw_sdext_size%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004697 </text>
4698
4699 <text style="text_m_accent">
4700 <placement x="%center_x%" y="%row6_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004701 <text>{@part_sd_swap_sz=Swap Size:} %tw_swap_size%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004702 </text>
4703
4704 <text style="text_m_accent">
4705 <placement x="%center_x%" y="%row8_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004706 <text>{@file_system=File System:} %tw_sdpart_file_system%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004707 </text>
4708
4709 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05004710 <text>{@swipe_part_sd_s=Partition}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004711 <action function="page">partsdcardaction</action>
4712 <actions>
4713 <action function="set">tw_back=partsdcard</action>
4714 <action function="set">tw_action=partitionsd</action>
4715 <action function="set">tw_has_action2=1</action>
4716 <action function="set">tw_action2=set</action>
4717 <action function="set">tw_action2_param=tw_zip_location=/sdcard</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004718 <action function="set">tw_action_text1={@partitioning_sd=Partitioning SD Card...}</action>
4719 <action function="set">tw_action_text2={@partitioning_sd2=This will take a few minutes.}</action>
4720 <action function="set">tw_complete_text1={@part_sd_complete=Partitioning Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004721 <action function="page">action_page</action>
4722 </actions>
4723 </slider>
4724
4725 <action>
4726 <touch key="home"/>
4727 <action function="page">main</action>
4728 </action>
4729
4730 <action>
4731 <touch key="back"/>
4732 <action function="page">advanced</action>
4733 </action>
4734 </page>
4735
4736 <page name="htcdumlock">
4737 <template name="page"/>
4738
4739 <template name="statusbar"/>
4740
4741 <text style="text_m">
4742 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004743 <text>{@advanced_hdr=Advanced} &gt; {@dumlock_hdr=HTC Dumlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004744 </text>
4745
4746 <button style="main_button_full_width">
4747 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004748 <text>{@dumlock_restore_btn=Restore Original Boot}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004749 <actions>
4750 <action function="set">tw_back=htcdumlock</action>
4751 <action function="set">tw_action=htcdumlockrestoreboot</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004752 <action function="set">tw_text1={@dumlock_restore_confirm=Restore original boot image?}</action>
4753 <action function="set">tw_action_text1={@dumlock_restoring=Restoring Original Boot...}</action>
4754 <action function="set">tw_complete_text1={@dumlock_restore_complete=Restore Original Boot Complete}</action>
4755 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004756 <action function="page">confirm_action</action>
4757 </actions>
4758 </button>
4759
4760 <button style="main_button_full_width">
4761 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004762 <text>{@dumlock_reflash_btn=Reflash Recovery}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004763 <actions>
4764 <action function="set">tw_back=htcdumlock</action>
4765 <action function="set">tw_action=htcdumlockreflashrecovery</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004766 <action function="set">tw_text1={@dumlock_reflash_confirm=Reflash recovery to boot?}</action>
4767 <action function="set">tw_action_text1={@dumlock_reflashing=Flashing recovery to boot...}</action>
4768 <action function="set">tw_complete_text1={@dumlock_reflash_complete=Recovery Flash to Boot Complete}</action>
4769 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004770 <action function="page">confirm_action</action>
4771 </actions>
4772 </button>
4773
4774 <button style="main_button_full_width">
4775 <placement x="%indent%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004776 <text>{@dumlock_install_btn=Install HTC Dumlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004777 <actions>
4778 <action function="set">tw_back=htcdumlock</action>
4779 <action function="set">tw_action=installhtcdumlock</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004780 <action function="set">tw_action_text1={@dumlock_installing=Installing HTC Dumlock...}</action>
4781 <action function="set">tw_complete_text1={@dumlock_install_complete=HTC Dumlock Install Complete}</action>
4782 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4783 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004784 <action function="page">confirm_action</action>
4785 </actions>
4786 </button>
4787
4788 <action>
4789 <touch key="home"/>
4790 <action function="page">main</action>
4791 </action>
4792
4793 <action>
4794 <touch key="back"/>
4795 <action function="page">advanced</action>
4796 </action>
4797 </page>
4798
Ethan Yonker53796e72019-01-11 22:49:52 -06004799 <page name="repackselect">
4800 <template name="page"/>
4801
4802 <template name="statusbar"/>
4803
4804 <text style="text_m">
4805 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4806 <text>{@repack_image_hdr=Select Image}</text>
4807 </text>
4808
4809 <fileselector>
4810 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
4811 <text>%tw_zip_location%</text>
4812 <filter extn=".img" folders="1" files="1"/>
4813 <path name="tw_zip_location" default="/sdcard"/>
4814 <data name="tw_filename"/>
4815 <selection name="tw_file"/>
4816 </fileselector>
4817
4818 <button>
4819 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4820 <highlight color="%highlight_color%"/>
4821 <image resource="q_btn_storage"/>
4822 <actions>
4823 <action function="set">tw_storagetext={@install_hdr=Install} &gt; {@select_storage_hdr=Select Storage}</action>
4824 <action function="set">tw_back=install</action>
4825 <action function="page">select_storage</action>
4826 </actions>
4827 </button>
4828
4829 <action>
4830 <conditions>
4831 <condition var1="tw_filename" op="modified"/>
4832 </conditions>
4833 <action function="page">repackconfirm</action>
4834 </action>
4835
4836 <action>
4837 <touch key="back"/>
4838 <action function="page">advanced</action>
4839 </action>
4840
4841 <action>
4842 <touch key="home"/>
4843 <action function="page">main</action>
4844 </action>
4845 </page>
4846
4847 <page name="repackconfirm">
4848 <template name="page"/>
4849
4850 <template name="statusbar"/>
4851
4852 <text style="text_m">
4853 <condition var1="tw_repack_kernel" var2="1"/>
4854 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4855 <text>{@repack_kernel_confirm=Install Kernel?}</text>
4856 </text>
4857
4858 <text style="text_m">
4859 <condition var1="tw_repack_kernel" var2="0"/>
4860 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4861 <text>{@repack_ramdisk_confirm=Install Recovery?}</text>
4862 </text>
4863
4864 <text style="text_m_accent">
4865 <placement x="%indent%" y="%row2_y%"/>
4866 <text>{@folder=Folder:}</text>
4867 </text>
4868
4869 <text style="text_m">
4870 <placement x="%indent%" y="%row3_y%"/>
4871 <text>%tw_zip_location%</text>
4872 </text>
4873
4874 <text style="text_m_accent">
4875 <placement x="%indent%" y="%row4_y%"/>
4876 <text>{@file=File:}</text>
4877 </text>
4878
4879 <text style="text_m">
4880 <placement x="%indent%" y="%row5_y%"/>
4881 <text>%tw_file%</text>
4882 </text>
4883
4884 <checkbox>
4885 <placement x="%indent%" y="%row7_y%"/>
4886 <text>{@repack_backup_first=Back up existing image first}</text>
4887 <data variable="tw_repack_backup_first"/>
4888 </checkbox>
4889
4890 <slider>
4891 <text>{@swipe_to_install=Swipe to Install}</text>
4892 <actions>
4893 <action function="set">tw_back=advanced</action>
4894 <action function="set">tw_action=repackimage</action>
4895 <action function="set">tw_action_param=/boot</action>
4896 <action function="set">tw_action_text1={@installing=Installing...}</action>
4897 <action function="set">tw_action_text2=</action>
4898 <action function="set">tw_complete_text1={@install_complete=Install Complete}</action>
4899 <action function="page">action_page</action>
4900 </actions>
4901 </slider>
4902
4903 <action>
4904 <touch key="back"/>
4905 <action function="page">repackselect</action>
4906 </action>
4907
4908 <action>
4909 <touch key="home"/>
4910 <action function="page">main</action>
4911 </action>
4912 </page>
4913
z31s1g28f0a922015-11-07 18:50:22 +01004914 <page name="lock">
4915 <background color="%semi_transparent%"/>
4916
4917 <image>
4918 <image resource="unlock_icon"/>
4919 <placement x="%center_x%" y="%row6_y%" placement="4"/>
4920 </image>
4921
4922 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05004923 <text>{@swipe_unlock= Unlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004924 <action function="overlay"/>
4925 </slider>
Matt Mower9472ba12016-01-20 18:12:47 -06004926
4927 <action>
4928 <touch key="power"/>
4929 <action function="togglebacklight"/>
4930 </action>
z31s1g28f0a922015-11-07 18:50:22 +01004931 </page>
4932
4933 <page name="filemanagerlist">
4934 <template name="page"/>
4935
4936 <template name="statusbar"/>
4937
4938 <text style="text_m">
4939 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004940 <text>{@fm_hdr=File Manager} &gt; {@fm_sel_file=Select a File or Folder}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004941 </text>
4942
4943 <fileselector>
4944 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
4945 <text>%tw_file_location1%</text>
4946 <filter folders="1" files="1"/>
4947 <path name="tw_file_location1" default="/"/>
4948 <data name="tw_filename1"/>
4949 <selection name="tw_selection1"/>
4950 </fileselector>
4951
4952 <button>
4953 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4954 <highlight color="%highlight_color%"/>
4955 <image resource="q_btn_folder"/>
4956 <actions>
4957 <action function="set">tw_filename1=tw_file_location1</action>
4958 <action function="set">tw_fm_isfolder=1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004959 <action function="set">tw_fm_type={@fm_type_folder=Folder}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004960 <action function="page">filemanageroptions</action>
4961 </actions>
4962 </button>
4963
4964 <action>
4965 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05004966 <action function="set">tw_fm_type={@fm_type_file=File}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004967 <action function="set">tw_fm_isfolder=0</action>
4968 </actions>
4969 </action>
4970
4971 <action>
4972 <touch key="home"/>
4973 <action function="page">main</action>
4974 </action>
4975
4976 <action>
4977 <touch key="back"/>
4978 <action function="page">main3</action>
4979 </action>
4980
4981 <action>
4982 <condition var1="tw_filename1" op="modified"/>
4983 <action function="page">filemanageroptions</action>
4984 </action>
4985 </page>
4986
4987 <page name="filemanageroptions">
4988 <template name="page"/>
4989
4990 <template name="statusbar"/>
4991
4992 <text style="text_m">
4993 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004994 <text>%tw_fm_type% &gt; %tw_filename1%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004995 </text>
4996
4997 <button style="main_button">
4998 <condition var1="tw_fm_isfolder" var2="0"/>
4999 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005000 <text>{@fm_copy_btn=Copy}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005001 <actions>
5002 <action function="set">tw_filemanager_command=cp</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005003 <action function="set">tw_fm_text1={@fm_copying=Copying}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005004 <action function="page">choosedestinationfolder</action>
5005 </actions>
5006 </button>
5007
5008 <button style="main_button">
5009 <condition var1="tw_fm_isfolder" var2="1"/>
5010 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005011 <text>{@fm_copy_btn=Copy}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005012 <actions>
5013 <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 -05005014 <action function="set">tw_fm_text1={@fm_copying=Copying}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005015 <action function="page">choosedestinationfolder</action>
5016 </actions>
5017 </button>
5018
5019 <button style="main_button">
5020 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005021 <text>{@fm_move_btn=Move}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005022 <actions>
5023 <action function="set">tw_filemanager_command=mv</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005024 <action function="set">tw_fm_text1={@fm_moving=Moving}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005025 <action function="page">choosedestinationfolder</action>
5026 </actions>
5027 </button>
5028
5029 <button style="main_button">
5030 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005031 <text>{@fm_chmod755_btn=chmod 755}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005032 <actions>
5033 <action function="set">tw_filemanager_command=chmod 755</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005034 <action function="set">tw_fm_text1={@fm_chmod755ing=chmod 755}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005035 <action function="set">tw_fm_text2=</action>
5036 <action function="set">tw_fm_text3=</action>
5037 <action function="set">tw_include_text3=0</action>
5038 <action function="set">tw_back=filemanageroptions</action>
5039 <action function="page">filemanagerconfirm</action>
5040 </actions>
5041 </button>
5042
5043 <button style="main_button">
5044 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005045 <text>{@fm_chmod_btn=chmod}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005046 <actions>
5047 <action function="set">tw_filemanager_rename=0000</action>
5048 <action function="set">tw_fm_text2=</action>
5049 <action function="set">tw_fm_text3=</action>
5050 <action function="set">tw_include_text3=0</action>
5051 <action function="set">tw_back=filemanageroptions</action>
5052 <action function="page">filemanagerchmod</action>
5053 </actions>
5054 </button>
5055
5056 <button style="main_button">
5057 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005058 <text>{@fm_delete_btn=Delete}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005059 <actions>
5060 <action function="set">tw_filemanager_command=rm -rf</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005061 <action function="set">tw_fm_text1={@fm_deleting=Deleting}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005062 <action function="set">tw_fm_text2=</action>
5063 <action function="set">tw_fm_text3=</action>
5064 <action function="set">tw_include_text3=0</action>
5065 <action function="set">tw_back=filemanageroptions</action>
5066 <action function="page">filemanagerconfirm</action>
5067 </actions>
5068 </button>
5069
5070 <button style="main_button">
5071 <condition var1="tw_fm_isfolder" var2="0"/>
5072 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005073 <text>{@fm_rename_btn=Rename}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005074 <actions>
5075 <action function="set">tw_filemanager_rename=tw_selection1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005076 <action function="set">tw_fm_text1={@fm_renaming=Renaming}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005077 <action function="set">tw_filemanager_command=mv</action>
5078 <action function="page">filemanagerrenamefile</action>
5079 </actions>
5080 </button>
5081
5082 <button style="main_button">
5083 <condition var1="tw_fm_isfolder" var2="1"/>
5084 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005085 <text>{@fm_rename_btn=Rename}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005086 <actions>
5087 <action function="set">tw_filemanager_rename=tw_selection1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005088 <action function="set">tw_fm_text1={@fm_renaming=Renaming}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005089 <action function="set">tw_filemanager_command=cd "%tw_file_location1%" &amp;&amp; cd .. &amp;&amp; mv</action>
5090 <action function="page">filemanagerrenamefolder</action>
5091 </actions>
5092 </button>
5093
5094 <action>
5095 <touch key="home"/>
5096 <action function="page">main</action>
5097 </action>
5098
5099 <action>
5100 <touch key="back"/>
5101 <action function="page">filemanagerlist</action>
5102 </action>
5103 </page>
5104
5105 <page name="choosedestinationfolder">
5106 <template name="page"/>
5107
5108 <template name="statusbar"/>
5109
5110 <text style="text_m">
5111 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005112 <text>{@fm_hdr=File Manager} &gt; {@fm_sel_dest=Select Destination Folder}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005113 </text>
5114
5115 <fileselector>
5116 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
5117 <text>%tw_file_location2%</text>
5118 <filter folders="1" files="0"/>
5119 <path name="tw_file_location2" default="/"/>
5120 <data name="tw_filename2"/>
5121 <selection name="tw_selection2"/>
5122 </fileselector>
5123
5124 <button>
5125 <placement x="%btn4_col4_x%" y="%row11_y%"/>
5126 <highlight color="%highlight_color%"/>
5127 <image resource="q_btn_folder"/>
5128 <actions>
5129 <action function="set">tw_fm_text2=to</action>
5130 <action function="set">tw_fm_text3=%tw_file_location2%</action>
5131 <action function="set">tw_include_text3=1</action>
5132 <action function="set">tw_back=filemanageroptions</action>
5133 <action function="page">filemanagerconfirm</action>
5134 </actions>
5135 </button>
5136
5137 <action>
5138 <touch key="home"/>
5139 <action function="page">main</action>
5140 </action>
5141
5142 <action>
5143 <touch key="back"/>
5144 <action function="page">filemanageroptions</action>
5145 </action>
5146 </page>
5147
5148 <page name="filemanagerrenamefile">
5149 <template name="page"/>
5150
5151 <template name="statusbar"/>
5152
5153 <text style="text_m">
5154 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005155 <text>{@fm_hdr=File Manager} &gt; {@fm_rename_hdr=Rename} %tw_fm_type%</text>
z31s1g28f0a922015-11-07 18:50:22 +01005156 </text>
5157
5158 <text style="text_m_accent">
5159 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005160 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005161 </text>
5162
5163 <input>
5164 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5165 <text>%tw_filemanager_rename%</text>
5166 <data name="tw_filemanager_rename"/>
5167 <restrict minlen="1" maxlen="128"/>
5168 <actions>
5169 <action function="set">tw_fm_text2=to</action>
5170 <action function="set">tw_fm_text3="%tw_file_location1%/%tw_filemanager_rename%"</action>
5171 <action function="set">tw_include_text3=1</action>
5172 <action function="set">tw_back=filemanageroptions</action>
5173 <action function="page">filemanagerconfirm</action>
5174 </actions>
5175 </input>
5176
5177 <fill color="%accent_color%">
5178 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
5179 </fill>
5180
5181 <button style="main_button_half_height">
5182 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005183 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005184 <action function="page">filemanageroptions</action>
5185 </button>
5186
5187 <template name="keyboardtemplate"/>
5188
5189 <action>
5190 <touch key="home"/>
5191 <action function="page">main</action>
5192 </action>
5193
5194 <action>
5195 <touch key="back"/>
5196 <action function="page">filemanageroptions</action>
5197 </action>
5198 </page>
5199
5200 <page name="filemanagerrenamefolder">
5201 <template name="page"/>
5202
5203 <template name="statusbar"/>
5204
5205 <text style="text_m">
5206 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005207 <text>{@fm_hdr=File Manager} &gt; {@fm_rename_hdr=Rename} %tw_fm_type%</text>
z31s1g28f0a922015-11-07 18:50:22 +01005208 </text>
5209
5210 <text style="text_m_accent">
5211 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005212 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005213 </text>
5214
5215 <input>
5216 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5217 <text>%tw_filemanager_rename%</text>
5218 <data name="tw_filemanager_rename"/>
5219 <restrict minlen="1" maxlen="128"/>
5220 <actions>
5221 <action function="set">tw_fm_text2=to</action>
5222 <action function="set">tw_fm_text3=%tw_filemanager_rename%</action>
5223 <action function="set">tw_include_text3=1</action>
5224 <action function="set">tw_back=filemanageroptions</action>
5225 <action function="page">filemanagerconfirm</action>
5226 </actions>
5227 </input>
5228
5229 <fill color="%accent_color%">
5230 <placement x="%col1_x_left%" y="row4_y" w="%content_width%" h="input_line_width" placement="1"/>
5231 </fill>
5232
5233 <button style="main_button_half_height">
5234 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005235 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005236 <action function="page">filemanageroptions</action>
5237 </button>
5238
5239 <template name="keyboardtemplate"/>
5240
5241 <action>
5242 <touch key="home"/>
5243 <action function="page">main</action>
5244 </action>
5245
5246 <action>
5247 <touch key="back"/>
5248 <action function="page">filemanageroptions</action>
5249 </action>
5250 </page>
5251
5252 <page name="filemanagerchmod">
5253 <template name="page"/>
5254
5255 <template name="statusbar"/>
5256
5257 <text style="text_m">
5258 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005259 <text>{@fm_hdr=File Manager} &gt; {@fm_set_perms_hdr=Set Permissions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005260 </text>
5261
5262 <text style="text_m_accent">
5263 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005264 <text>{@fm_perms=Permissions:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005265 </text>
5266
5267 <input>
5268 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5269 <text>%tw_filemanager_rename%</text>
5270 <data name="tw_filemanager_rename"/>
5271 <restrict minlen="3" maxlen="4" allow="0123456789"/>
5272 <actions>
5273 <action function="set">tw_filemanager_command=chmod %tw_filemanager_rename%</action>
5274 <action function="set">tw_fm_text1=chmod %tw_filemanager_rename%</action>
5275 <action function="set">tw_back=filemanageroptions</action>
5276 <action function="page">filemanagerconfirm</action>
5277 </actions>
5278 </input>
5279
5280 <fill color="%accent_color%">
5281 <placement x="%col1_x_left%" y="row4_y" w="%content_width%" h="input_line_width" placement="1"/>
5282 </fill>
5283
5284 <button style="main_button_half_height">
5285 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005286 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005287 <action function="page">filemanageroptions</action>
5288 </button>
5289
5290 <template name="keyboardtemplate"/>
5291
5292 <action>
5293 <touch key="home"/>
5294 <action function="page">main</action>
5295 </action>
5296
5297 <action>
5298 <touch key="back"/>
5299 <action function="page">filemanageroptions</action>
5300 </action>
5301 </page>
5302
5303 <page name="filemanagerconfirm">
5304 <template name="page"/>
5305
5306 <template name="statusbar"/>
5307
5308 <text style="text_m">
5309 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005310 <text>{@fm_hdr=File Manager} &gt; {@confirm_action=Confirm Action}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005311 </text>
5312
5313 <text style="text_m_accent">
5314 <placement x="%center_x%" y="%row2_y%" placement="5"/>
5315 <text>%tw_fm_text1%</text>
5316 </text>
5317
5318 <text style="text_m">
5319 <placement x="%center_x%" y="%row3_y%" placement="5"/>
5320 <text>%tw_filename1%</text>
5321 </text>
5322
5323 <text style="text_m_accent">
5324 <placement x="%center_x%" y="%row5_y%" placement="5"/>
5325 <text>%tw_fm_text2%</text>
5326 </text>
5327
5328 <text style="text_m">
5329 <placement x="%center_x%" y="%row6_y%" placement="5"/>
5330 <text>%tw_fm_text3%</text>
5331 </text>
5332
5333 <text style="text_m">
5334 <placement x="%center_x%" y="%row8_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005335 <text>{@back_cancel=Press back button to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005336 </text>
5337
5338 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05005339 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005340 <action function="page">filemanageraction</action>
5341 </slider>
5342
5343 <action>
5344 <touch key="back"/>
5345 <action function="page">%tw_back%</action>
5346 </action>
5347
5348 <action>
5349 <touch key="home"/>
5350 <action function="page">main</action>
5351 </action>
5352 </page>
5353
5354 <page name="filemanageraction">
5355 <template name="page"/>
5356
5357 <template name="statusbar"/>
5358
5359 <text style="text_m">
5360 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005361 <text>{@fm_hdr=File Manager} &gt; %tw_fm_text1%</text>
z31s1g28f0a922015-11-07 18:50:22 +01005362 </text>
5363
5364 <template name="console"/>
5365
5366 <template name="progress_bar"/>
5367
5368 <action>
5369 <conditions>
5370 <condition var1="tw_operation_state" var2="1"/>
5371 <condition var1="tw_operation_status" var2="0"/>
5372 </conditions>
5373 <actions>
5374 <action function="set">tw_back=filemanagerlist</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005375 <action function="set">tw_complete_text1={@fm_complete=File Operation Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005376 <action function="page">action_complete</action>
5377 </actions>
5378 </action>
5379
5380 <action>
5381 <conditions>
5382 <condition var1="tw_operation_state" var2="1"/>
5383 <condition var1="tw_operation_status" op="!=" var2="0"/>
5384 </conditions>
5385 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05005386 <action function="set">tw_complete_text1={@fm_complete=File Operation Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005387 <action function="page">action_complete</action>
5388 </actions>
5389 </action>
5390
5391 <action>
5392 <condition var1="tw_include_text3" var2="0"/>
5393 <action function="cmd">%tw_filemanager_command% "%tw_filename1%"</action>
5394 </action>
5395
5396 <action>
5397 <condition var1="tw_include_text3" var2="1"/>
5398 <action function="cmd">%tw_filemanager_command% "%tw_filename1%" "%tw_fm_text3%"</action>
5399 </action>
5400 </page>
5401
5402 <page name="decrypt">
5403 <template name="page"/>
5404
5405 <template name="statusbar"/>
5406
5407 <action>
5408 <condition var1="tw_crypto_pwtype" var2="2"/>
5409 <action function="page">decrypt_pattern</action>
5410 </action>
5411
Captain Throwbackc13796a2021-11-04 15:50:36 -04005412 <action>
5413 <condition var1="tw_crypto_pwtype" var2="3"/>
5414 <action function="page">decrypt_pin</action>
5415 </action>
5416
z31s1g28f0a922015-11-07 18:50:22 +01005417 <text style="text_m">
5418 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005419 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_hdr=Decrypt Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005420 </text>
5421
5422 <text style="text_m_accent">
Noah Jacobson5a79f672019-04-28 00:10:07 -04005423 <condition var1="tw_is_fbe" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01005424 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005425 <text>{@decrypt_data_enter_pass=Enter Password:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005426 </text>
5427
Noah Jacobson5a79f672019-04-28 00:10:07 -04005428 <text style="text_m_accent">
5429 <condition var1="tw_is_fbe" var2="1"/>
5430 <placement x="%col1_x_left%" y="%row1_y%"/>
5431 <text>{@decrypt_data_enter_pass_fbe=Enter Password for User [%tw_crypto_user_id%]}</text>
5432 </text>
5433
z31s1g28f0a922015-11-07 18:50:22 +01005434 <input>
5435 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5436 <text>%tw_crypto_display%</text>
5437 <data name="tw_crypto_password" mask="*" maskvariable="tw_crypto_display"/>
5438 <restrict minlen="1" maxlen="254"/>
5439 <action function="page">trydecrypt</action>
5440 </input>
5441
5442 <fill color="%accent_color%">
5443 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5444 </fill>
5445
5446 <fill color="%text_fail_color%">
5447 <condition var1="tw_password_fail" var2="1"/>
5448 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5449 </fill>
5450
5451 <text style="text_m_fail">
5452 <condition var1="tw_password_fail" var2="1"/>
5453 <placement x="%col1_x_left%" y="%row3_input_y%"/>
sndnvaps793ec582016-01-28 19:41:44 +08005454 <text>{@decrypt_data_failed=Password failed, please try again!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005455 </text>
5456
5457 <button style="main_button_half_height">
z31s1g608d7ff2016-01-18 19:47:25 +01005458 <placement x="%col1_x_left%" y="%row4_y%"/>
5459 <text>{@sel_lang_btn=Select Language}</text>
5460 <action function="page">settings_language</action>
5461 </button>
5462
5463 <button style="main_button_half_height">
z31s1g28f0a922015-11-07 18:50:22 +01005464 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005465 <text>{@cancel_btn=Cancel}</text>
Captain Throwbackcfa637e2021-02-10 18:25:07 -05005466 <action function="page">canceldecrypt</action>
z31s1g28f0a922015-11-07 18:50:22 +01005467 </button>
5468
5469 <template name="keyboardtemplate"/>
5470 </page>
5471
5472 <page name="decrypt_pattern">
5473 <template name="page"/>
5474
5475 <template name="statusbar"/>
5476
Aleksa Saraib25a1832015-12-31 17:36:00 +01005477 <action>
5478 <action function="set">tw_gui_pattern_grid_size=3</action>
5479 </action>
5480
z31s1g28f0a922015-11-07 18:50:22 +01005481 <text style="text_m">
5482 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005483 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_hdr=Decrypt Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005484 </text>
5485
5486 <text style="text_m_accent">
Noah Jacobson5a79f672019-04-28 00:10:07 -04005487 <condition var1="tw_is_fbe" op="!=" var2="1"/>
Aleksa Saraib25a1832015-12-31 17:36:00 +01005488 <condition var1="tw_password_fail" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01005489 <placement x="%center_x%" y="%row5_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005490 <text>{@decrypt_data_enter_pattern=Enter Pattern.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005491 </text>
5492
Noah Jacobson5a79f672019-04-28 00:10:07 -04005493 <text style="text_m_accent">
5494 <condition var1="tw_is_fbe" var2="1"/>
5495 <condition var1="tw_password_fail" op="!=" var2="1"/>
5496 <placement x="%center_x%" y="%row5_y%" placement="5"/>
5497 <text>{@decrypt_data_enter_pattern_fbe=Enter Pattern for User [%tw_crypto_user_id%]}</text>
5498 </text>
5499
Aleksa Saraib25a1832015-12-31 17:36:00 +01005500 <text style="text_m_fail">
5501 <condition var1="tw_password_fail" var2="1"/>
5502 <placement x="%center_x%" y="%row5_y%" placement="5"/>
sndnvaps793ec582016-01-28 19:41:44 +08005503 <text>{@decrypt_data_failed_pattern=Pattern failed, please try again!}</text>
Aleksa Saraib25a1832015-12-31 17:36:00 +01005504 </text>
5505
z31s1g28f0a922015-11-07 18:50:22 +01005506 <text style="text_m">
5507 <placement x="%center_x%" y="%row10_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005508 <text>{@back_cancel=Press back to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005509 </text>
5510
5511 <patternpassword>
5512 <placement x="%pattern_x%" y="%row2_y%" w="%pattern_size%" h="%pattern_size%"/>
z31s1g28f0a922015-11-07 18:50:22 +01005513 <dot color="%fileselector_linecolor%" activecolor="%accent_color%" radius="%pattern_dot_dia%"/>
5514 <line color="%fileselector_linecolor%" width="%pattern_line_w%"/>
5515 <data name="tw_crypto_password"/>
5516 <action function="page">trydecrypt</action>
5517 </patternpassword>
5518
5519 <fill color="#000000">
5520 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
5521 </fill>
5522
5523 <button>
5524 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4"/>
5525 <image resource="back"/>
5526 <condition var1="tw_busy" var2="0"/>
Captain Throwbackcfa637e2021-02-10 18:25:07 -05005527 <action function="page">canceldecrypt</action>
z31s1g28f0a922015-11-07 18:50:22 +01005528 </button>
Aleksa Saraib25a1832015-12-31 17:36:00 +01005529
5530 <button>
5531 <condition var1="tw_gui_pattern_grid_size" var2="3"/>
5532 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5533 <image resource="grid_less"/>
5534 <action function="set">tw_gui_pattern_grid_size=3</action>
5535 </button>
5536
5537 <button>
5538 <condition var1="tw_gui_pattern_grid_size" var2="4"/>
5539 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5540 <image resource="grid_less"/>
5541 <action function="set">tw_gui_pattern_grid_size=3</action>
5542 </button>
5543
5544 <button>
5545 <condition var1="tw_gui_pattern_grid_size" var2="5"/>
5546 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5547 <image resource="grid_less"/>
5548 <action function="set">tw_gui_pattern_grid_size=4</action>
5549 </button>
5550
5551 <button>
5552 <condition var1="tw_gui_pattern_grid_size" var2="6"/>
5553 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5554 <image resource="grid_less"/>
5555 <action function="set">tw_gui_pattern_grid_size=5</action>
5556 </button>
5557
5558 <button>
5559 <condition var1="tw_gui_pattern_grid_size" var2="3"/>
5560 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5561 <image resource="grid_more"/>
5562 <action function="set">tw_gui_pattern_grid_size=4</action>
5563 </button>
5564
5565 <button>
5566 <condition var1="tw_gui_pattern_grid_size" var2="4"/>
5567 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5568 <image resource="grid_more"/>
5569 <action function="set">tw_gui_pattern_grid_size=5</action>
5570 </button>
5571
5572 <button>
5573 <condition var1="tw_gui_pattern_grid_size" var2="5"/>
5574 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5575 <image resource="grid_more"/>
5576 <action function="set">tw_gui_pattern_grid_size=6</action>
5577 </button>
5578
5579 <button>
5580 <condition var1="tw_gui_pattern_grid_size" var2="6"/>
5581 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5582 <image resource="grid_more"/>
5583 <action function="set">tw_gui_pattern_grid_size=6</action>
5584 </button>
z31s1g28f0a922015-11-07 18:50:22 +01005585 </page>
5586
Captain Throwbackc13796a2021-11-04 15:50:36 -04005587 <page name="decrypt_pin">
5588 <template name="page"/>
5589
5590 <template name="statusbar"/>
5591
5592 <text style="text_m">
5593 <placement x="%col1_x_left%" y="%row1_header_y%"/>
5594 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_hdr=Decrypt Data}</text>
5595 </text>
5596
5597 <text style="text_m_accent">
5598 <condition var1="tw_is_fbe" op="!=" var2="1"/>
5599 <placement x="%col1_x_left%" y="%row1_y%"/>
5600 <text>{@decrypt_data_enter_pass=Enter PIN:}</text>
5601 </text>
5602
5603 <text style="text_m_accent">
5604 <condition var1="tw_is_fbe" var2="1"/>
5605 <placement x="%col1_x_left%" y="%row1_y%"/>
5606 <text>{@decrypt_data_enter_pass_fbe=Enter PIN for User [%tw_crypto_user_id%]}</text>
5607 </text>
5608
5609 <input>
5610 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5611 <text>%tw_crypto_display%</text>
5612 <data name="tw_crypto_password" mask="*" maskvariable="tw_crypto_display"/>
5613 <restrict minlen="1" maxlen="254"/>
5614 <action function="page">trydecrypt</action>
5615 </input>
5616
5617 <fill color="%accent_color%">
5618 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5619 </fill>
5620
5621 <fill color="%text_fail_color%">
5622 <condition var1="tw_password_fail" var2="1"/>
5623 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5624 </fill>
5625
5626 <text style="text_m_fail">
5627 <condition var1="tw_password_fail" var2="1"/>
5628 <placement x="%col1_x_left%" y="%row3_input_y%"/>
5629 <text>{@decrypt_data_failed=PIN failed, please try again!}</text>
5630 </text>
5631
5632 <button style="main_button_half_height">
5633 <placement x="%col1_x_left%" y="%row4_y%"/>
5634 <text>{@sel_lang_btn=Select Language}</text>
5635 <action function="page">settings_language</action>
5636 </button>
5637
5638 <button style="main_button_half_height">
5639 <placement x="%col1_x_right%" y="%row4_y%"/>
5640 <text>{@cancel_btn=Cancel}</text>
5641 <action function="page">canceldecrypt</action>
5642 </button>
5643
5644 <template name="keyboardnum"/>
5645 </page>
5646
z31s1g28f0a922015-11-07 18:50:22 +01005647 <page name="trydecrypt">
5648 <template name="page"/>
5649
5650 <template name="statusbar"/>
5651
5652 <text style="text_m">
5653 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005654 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_trying=Trying Decryption}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005655 </text>
5656
5657 <template name="console"/>
5658
5659 <template name="progress_bar"/>
5660
5661 <action>
5662 <action function="decrypt"/>
5663 </action>
5664
5665 <action>
5666 <conditions>
5667 <condition var1="tw_operation_state" var2="1"/>
5668 <condition var1="tw_operation_status" op="!=" var2="0"/>
5669 </conditions>
5670 <actions>
5671 <action function="set">tw_password_fail=1</action>
5672 <action function="page">decrypt</action>
5673 </actions>
5674 </action>
5675
5676 <action>
5677 <conditions>
5678 <condition var1="tw_operation_state" var2="1"/>
5679 <condition var1="tw_operation_status" op="=" var2="0"/>
5680 </conditions>
5681 <actions>
5682 <action function="set">tw_page_done=1</action>
5683 <action function="page">main</action>
5684 </actions>
5685 </action>
5686 </page>
5687
Captain Throwbackcfa637e2021-02-10 18:25:07 -05005688 <page name="canceldecrypt">
5689 <template name="page"/>
5690
5691 <template name="statusbar"/>
5692
5693 <text style="text_m">
5694 <placement x="%col1_x_left%" y="%row1_header_y%"/>
5695 <text>{@cancel_btn=Cancel} &gt; {@refresh_sizes_btn=Refresh Sizes}</text>
5696 </text>
5697
5698 <template name="console"/>
5699
5700 <template name="progress_bar"/>
5701
5702 <action>
5703 <action function="refreshsizes"/>
5704 </action>
5705
5706 <action>
5707 <conditions>
5708 <condition var1="tw_operation_state" var2="1"/>
5709 </conditions>
5710 <actions>
5711 <action function="set">tw_page_done=1</action>
5712 <action function="page">main</action>
5713 </actions>
5714 </action>
5715 </page>
5716
z31s1g28f0a922015-11-07 18:50:22 +01005717 <page name="terminalcommand">
z31s1g56189522016-01-13 19:12:40 +01005718 <terminal>
5719 <condition var1="tw_hide_kb" var2="0"/>
5720 <placement x="0" y="0" w="%screen_width%" h="%console_terminal_s_height%"/>
5721 </terminal>
z31s1g28f0a922015-11-07 18:50:22 +01005722
z31s1g56189522016-01-13 19:12:40 +01005723 <terminal>
5724 <condition var1="tw_hide_kb" var2="1"/>
5725 <placement x="0" y="0" w="%screen_width%" h="%console_terminal_l_height%"/>
5726 </terminal>
z31s1g28f0a922015-11-07 18:50:22 +01005727
z31s1g56189522016-01-13 19:12:40 +01005728 <template name="keyboardterminaltemplate"/>
z31s1g28f0a922015-11-07 18:50:22 +01005729
5730 <template name="keyboardtemplate"/>
5731
z31s1g608d7ff2016-01-18 19:47:25 +01005732 <fill color="#000000">
z31s1g56189522016-01-13 19:12:40 +01005733 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%" />
z31s1g608d7ff2016-01-18 19:47:25 +01005734 </fill>
z31s1g56189522016-01-13 19:12:40 +01005735
z31s1g608d7ff2016-01-18 19:47:25 +01005736 <button>
z31s1g56189522016-01-13 19:12:40 +01005737 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4" />
5738 <image resource="back" />
5739 <condition var1="tw_busy" var2="0" />
5740 <actions>
5741 <action function="set">tw_hide_kb=0</action>
5742 <action function="key">back</action>
5743 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005744 </button>
z31s1g56189522016-01-13 19:12:40 +01005745
z31s1g608d7ff2016-01-18 19:47:25 +01005746 <button>
z31s1g56189522016-01-13 19:12:40 +01005747 <placement x="%center_x%" y="%navbar_btn_y%" placement="4" />
5748 <image resource="home" />
5749 <condition var1="tw_busy" var2="0" />
5750 <actions>
5751 <action function="set">tw_hide_kb=0</action>
5752 <action function="key">home</action>
5753 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005754 </button>
z31s1g56189522016-01-13 19:12:40 +01005755
z31s1g608d7ff2016-01-18 19:47:25 +01005756 <button>
z31s1g56189522016-01-13 19:12:40 +01005757 <condition var1="tw_hide_kb" var2="0"/>
5758 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4" />
5759 <image resource="kb_hide" />
5760 <condition var1="tw_busy" var2="0" />
5761 <actions>
5762 <action function="set">tw_hide_kb=1</action>
5763 <action function="page">terminalcommand</action>
5764 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005765 </button>
z31s1g56189522016-01-13 19:12:40 +01005766
z31s1g608d7ff2016-01-18 19:47:25 +01005767 <button>
z31s1g56189522016-01-13 19:12:40 +01005768 <condition var1="tw_hide_kb" var2="1"/>
5769 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4" />
5770 <image resource="kb_show" />
5771 <condition var1="tw_busy" var2="0" />
5772 <actions>
5773 <action function="set">tw_hide_kb=0</action>
5774 <action function="page">terminalcommand</action>
5775 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005776 </button>
z31s1g56189522016-01-13 19:12:40 +01005777
z31s1g28f0a922015-11-07 18:50:22 +01005778 <action>
5779 <touch key="home"/>
z31s1g56189522016-01-13 19:12:40 +01005780 <actions>
5781 <action function="set">tw_hide_kb=0</action>
5782 <action function="page">main</action>
5783 </actions>
z31s1g28f0a922015-11-07 18:50:22 +01005784 </action>
5785
5786 <action>
5787 <touch key="back"/>
z31s1g56189522016-01-13 19:12:40 +01005788 <actions>
5789 <action function="set">tw_hide_kb=0</action>
5790 <action function="page">advanced</action>
5791 </actions>
z31s1g28f0a922015-11-07 18:50:22 +01005792 </action>
z31s1g56189522016-01-13 19:12:40 +01005793
z31s1g608d7ff2016-01-18 19:47:25 +01005794 <action>
z31s1g56189522016-01-13 19:12:40 +01005795 <touch key="power+voldown" />
5796 <action function="screenshot" />
z31s1g608d7ff2016-01-18 19:47:25 +01005797 </action>
z31s1g28f0a922015-11-07 18:50:22 +01005798 </page>
5799
5800 <page name="sideload">
5801 <template name="page"/>
5802
5803 <template name="statusbar"/>
5804
5805 <text style="text_m">
5806 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005807 <text>{@install_hdr=Install} &gt; {@adb_sideload_hdr=ADB Sideload}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005808 </text>
5809
5810 <text style="text_m_accent">
5811 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005812 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005813 </text>
5814
5815 <checkbox>
5816 <placement x="%indent%" y="%row2_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005817 <text>{@sideload_wipe_dalvik_chk=Wipe Dalvik Cache}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005818 <data variable="tw_wipe_dalvik"/>
5819 </checkbox>
5820
5821 <checkbox>
5822 <placement x="%indent%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005823 <text>{@sideload_wipe_cache_chk=Wipe Cache}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005824 <data variable="tw_wipe_cache"/>
5825 </checkbox>
5826
5827 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05005828 <text>{@swipe_sideload= Start}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005829 <actions>
5830 <action function="set">tw_back=install_type</action>
5831 <action function="set">tw_action=adbsideload</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005832 <action function="set">tw_action_text1={@sideload_confirm=ADB Sideload}</action>
5833 <action function="set">tw_action_text2={@sideload_usage=Usage: adb sideload filename.zip}</action>
5834 <action function="set">tw_complete_text1={@sideload_complete=ADB Sideload Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005835 <action function="set">tw_has_cancel=1</action>
5836 <action function="set">tw_show_reboot=1</action>
5837 <action function="set">tw_cancel_action=adbsideloadcancel</action>
5838 <action function="page">action_page</action>
5839 </actions>
5840 </slider>
5841
5842 <action>
5843 <touch key="home"/>
5844 <action function="page">main</action>
5845 </action>
5846
5847 <action>
5848 <touch key="back"/>
5849 <action function="page">install_type</action>
5850 </action>
5851 </page>
5852
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005853 <page name="fixcontexts">
z31s1g28f0a922015-11-07 18:50:22 +01005854 <template name="page"/>
5855
5856 <template name="statusbar"/>
5857
5858 <text style="text_m">
5859 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005860 <text>{@advanced_hdr=Advanced} &gt; {@fix_contexts_hdr=Fix Contexts}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005861 </text>
5862
5863 <text style="text_m_accent">
5864 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005865 <text>{@fix_contexts_note1=Note: Fixing contexts is rarely needed.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005866 </text>
5867
z31s1g28f0a922015-11-07 18:50:22 +01005868 <text style="text_m_fail">
5869 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005870 <text>{@fix_contexts_note2=Fixing SELinux Contexts may cause}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005871 </text>
5872
5873 <text style="text_m_fail">
5874 <placement x="%center_x%" y="%row7a_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005875 <text>{@fix_contexts_note3=your device to not boot properly.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005876 </text>
5877
5878 <slider>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005879 <text>{@swipe_fix_contexts= Fix Contexts}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005880 <actions>
5881 <action function="set">tw_back=advanced</action>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005882 <action function="set">tw_action=fixcontexts</action>
5883 <action function="set">tw_action_text1={@fixing_contexts=Fixing Contexts...}</action>
5884 <action function="set">tw_complete_text1={@fix_contexts_complete=Fix Contexts Complete}</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005885 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005886 <action function="set">tw_show_reboot=1</action>
5887 <action function="page">action_page</action>
5888 </actions>
5889 </slider>
5890
5891 <action>
5892 <touch key="home"/>
5893 <action function="page">main</action>
5894 </action>
5895
5896 <action>
5897 <touch key="back"/>
5898 <action function="page">advanced</action>
5899 </action>
5900 </page>
5901
z31s1g28f0a922015-11-07 18:50:22 +01005902 <page name="slideout">
5903 <fill color="%background_color%">
5904 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="%slideout_bg_height%"/>
5905 </fill>
5906
5907 <console>
5908 <placement x="%indent%" y="%row1_y%" w="%content_width%" h="%slideout_height%"/>
5909 </console>
5910
5911 <fill color="%fileselector_linecolor%">
5912 <placement x="%indent%" y="row1_y" w="%content_width%" h="input_line_width" placement="1"/>
5913 </fill>
5914
5915 <fill color="%fileselector_linecolor%">
5916 <placement x="%indent%" y="row15a_y" w="%content_width%" h="input_line_width"/>
5917 </fill>
5918
5919 <button>
5920 <fill color="%transparent%"/>
5921 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
5922 <action function="overlay"/>
5923 </button>
5924
5925 <action>
Matt Mower0c347d52016-01-21 23:14:39 -06005926 <touch key="power"/>
5927 <action function="togglebacklight"/>
5928 </action>
5929
5930 <action>
z31s1g28f0a922015-11-07 18:50:22 +01005931 <touch key="power+voldown"/>
5932 <action function="screenshot"/>
5933 </action>
5934 </page>
5935
5936 <page name="select_storage">
5937 <template name="page"/>
5938
5939 <template name="statusbar"/>
5940
5941 <text style="text_m">
5942 <placement x="%col1_x_left%" y="%row1_header_y%"/>
5943 <text>%tw_storagetext%</text>
5944 </text>
5945
5946 <partitionlist style="partitionlist_headerless_rb">
5947 <data name="tw_storage_path"/>
5948 <listtype name="storage"/>
5949 </partitionlist>
5950
5951 <button>
5952 <placement x="%btn4_col2_x%" y="%row11_y%"/>
5953 <highlight color="%highlight_color%"/>
5954 <image resource="q_btn_refresh"/>
5955 <actions>
5956 <action function="refreshsizes"/>
5957 <action function="page">select_storage</action>
5958 </actions>
5959 </button>
5960
5961 <button>
5962 <placement x="%btn4_col3_x%" y="%row11_y%"/>
5963 <highlight color="%highlight_color%"/>
5964 <image resource="q_btn_accept"/>
5965 <actions>
5966 <action function="set">tw_clear_destination=%tw_back%</action>
5967 <action function="page">clear_vars</action>
5968 </actions>
5969 </button>
5970
5971 <action>
5972 <touch key="power+voldown"/>
5973 <action function="screenshot"/>
5974 </action>
5975 </page>
Noah Jacobson5a79f672019-04-28 00:10:07 -04005976
5977 <page name="decrypt_users">
5978 <template name="page"/>
5979
5980 <text style="text_l">
5981 <placement x="%col1_x_header%" y="%row3_header_y%"/>
5982 <text>{@decrypt_users=Decrypt Users}</text>
5983 </text>
5984
5985 <text style="text_m_accent">
5986 <placement x="%center_x%" y="%row2_y%" placement="5"/>
5987 <text>{@decrypt_users_selection=Select a user ID to decrypt}</text>
5988 </text>
5989
5990 <listbox>
5991 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
5992 <text>{@select_user=Select User}</text>
5993 <icon selected="radio_true" unselected="radio_false" />
5994 <data name="tw_crypto_user_id" />
5995 </listbox>
5996
5997 <button style="main_button_half_height">
5998 <placement x="%col1_x_left%" y="%row13_y%" textplacement="6"/>
5999 <text>{@decrypt_users=Decrypt Users}</text>
6000 <action function="set">tw_crypto_password=</action>
6001 <action function="set">tw_password_fail=0</action>
6002 <action function="page">decrypt</action>
6003 </button>
6004
6005 <action>
6006 <touch key="home"/>
6007 <action function="page">main</action>
6008 </action>
6009
6010 <action>
6011 <touch key="back"/>
6012 <action function="page">advanced</action>
6013 </action>
6014 </page>
epicX98053c32021-01-04 13:01:31 +05306015
6016 <page name="changeTwrpFolder">
6017 <template name="page"/>
6018
6019 <template name="statusbar"/>
6020
6021 <text style="text_m">
6022 <placement x="%col1_x_left%" y="%row1_header_y%"/>
6023 <text>{@change_twrp_folder_btn=Change TWRP folder}</text>
6024 </text>
6025
6026 <text style="text_m_accent">
6027 <placement x="%col1_x_left%" y="%row1_y%"/>
6028 <text>{@name=Name:}</text>
6029 </text>
6030
6031 <input>
6032 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
6033 <text>%tw_custom_folder%</text>
6034 <data name="tw_custom_folder"/>
6035 <restrict minlen="1" maxlen="64" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"/>
6036 <actions>
6037 <action function="set">tw_back=changeTwrpFolder</action>
6038 <action function="set">tw_action=applycustomtwrpfolder</action>
6039 <action function="set">tw_action_param=%tw_custom_folder%</action>
6040 <action function="set">tw_text1={@confirm_action=Confirm}</action>
6041 <action function="set">tw_text2={@rename_backup_confirm2=This cannot be undone!}</action>
6042 <action function="set">tw_action_text1={@change_twrp_folder_on_process=Changing TWRP folder}</action>
6043 <action function="set">tw_complete_text1={@change_twrp_folder_after_process=TWRP folder changed to} %tw_custom_folder%</action>
6044 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
6045 <action function="set">tw_filecheck=/sdcard/%tw_custom_folder%</action>
6046 <action function="set">tw_existpage=changeTwrpFolder</action>
6047 <action function="set">tw_notexistpage=confirm_action</action>
6048 <action function="page">filecheck</action>
6049 </actions>
6050 </input>
6051
6052 <fill color="%accent_color%">
6053 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
6054 </fill>
6055
6056 <fill color="%text_fail_color%">
6057 <condition var1="tw_fileexists" var2="1"/>
6058 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
6059 </fill>
6060
6061 <text style="text_m_fail">
6062 <condition var1="tw_fileexists" var2="1"/>
6063 <placement x="%col1_x_left%" y="%row3_input_y%"/>
6064 <text>{@tw_folder_exists=A folder with that name already exists!}</text>
6065 </text>
6066
6067 <button style="main_button_half_width_low">
6068 <placement x="%col1_x_left%" y="%row4_y%"/>
6069 <text>{@cancel_btn=Cancel}</text>
6070 <action function="page">advanced2</action>
6071 </button>
6072
6073 <button style="main_button_half_height">
6074 <condition var1="tw_recovery_folder" op="!=" var2="/TWRP"/>
6075 <placement x="%col1_x_right%" y="%row4_y%"/>
6076 <text>{@restore_defaults_btn=Restore Defaults}</text>
6077 <actions>
6078 <action function="set">tw_back=changeTwrpFolder</action>
6079 <action function="set">tw_action=applycustomtwrpfolder</action>
6080 <action function="set">tw_action_param=TWRP</action>
6081 <action function="set">tw_text1={@confirm_action=Confirm}</action>
6082 <action function="set">tw_text2={@rename_backup_confirm2=This cannot be undone!}</action>
6083 <action function="set">tw_action_text1={@change_twrp_folder_on_process=Changing TWRP folder}</action>
6084 <action function="set">tw_complete_text1={@change_twrp_folder_after_process=TWRP folder changed to} TWRP</action>
6085 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
6086 <action function="set">tw_filecheck=/sdcard/TWRP</action>
6087 <action function="set">tw_existpage=changeTwrpFolder</action>
6088 <action function="set">tw_notexistpage=confirm_action</action>
6089 <action function="page">filecheck</action>
6090 </actions>
6091 </button>
6092
6093 <template name="keyboardtemplate"/>
6094
6095 <action>
6096 <touch key="home"/>
6097 <actions>
6098 <action function="page">main</action>
6099 </actions>
6100 </action>
6101
6102 <action>
6103 <touch key="back"/>
6104 <actions>
6105 <action function="page">advanced2</action>
6106 </actions>
6107 </action>
6108 </page>
z31s1g28f0a922015-11-07 18:50:22 +01006109 </pages>
6110</recovery>