blob: 27a208e7d6ec60b998281cd74d7715de1267fa0b [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">
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003396 <action>
3397 <action function="checkforapp"></action>
3398 <action function="page">reboot2</action>
3399 </action>
3400 </page>
3401
3402 <page name="reboot2">
z31s1g28f0a922015-11-07 18:50:22 +01003403 <template name="page"/>
3404
3405 <template name="statusbar"/>
3406
3407 <text style="text_m">
3408 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Matt Mower3c366972015-12-25 19:28:31 -06003409 <text>{@reboot_hdr=Reboot}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003410 </text>
3411
3412 <button style="main_button">
3413 <condition var1="tw_reboot_system" var2="1"/>
3414 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003415 <text>{@rb_system_btn=System}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003416 <actions>
3417 <action function="set">tw_back=reboot</action>
Matt Mower908dd252016-05-25 02:26:50 -05003418 <action function="page">reboot_system_routine</action>
z31s1g28f0a922015-11-07 18:50:22 +01003419 </actions>
3420 </button>
3421
3422 <button style="main_button">
3423 <condition var1="tw_reboot_poweroff" var2="1"/>
3424 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003425 <text>{@rb_poweroff_btn=Power Off}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003426 <actions>
3427 <action function="set">tw_back=reboot</action>
3428 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003429 <action function="set">tw_action_param=poweroff</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003430 <action function="set">tw_reboot_param=poweroff</action>
z31s1g28f0a922015-11-07 18:50:22 +01003431 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003432 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3433 <action function="set">tw_text2={@no_ospo=sure you wish to power off?}</action>
3434 <action function="set">tw_action_text1={@turning_off=Turning Off...}</action>
3435 <action function="set">tw_complete_text1={@turning_off=Turning Off...}</action>
3436 <action function="set">tw_slider_text={@swipe_power_off_s=Power Off}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003437 <action function="page">rebootcheck</action>
3438 </actions>
3439 </button>
3440
3441 <button style="main_button">
3442 <condition var1="tw_reboot_recovery" var2="1"/>
3443 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003444 <text>{@rb_recovery_btn=Recovery}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003445 <actions>
3446 <action function="set">tw_back=reboot</action>
3447 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003448 <action function="set">tw_action_param=recovery</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003449 <action function="set">tw_reboot_param=recovery</action>
z31s1g28f0a922015-11-07 18:50:22 +01003450 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003451 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3452 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3453 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3454 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3455 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003456 <action function="page">rebootcheck</action>
3457 </actions>
3458 </button>
3459
3460 <button style="main_button">
3461 <condition var1="tw_reboot_bootloader" var2="1"/>
3462 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003463 <text>{@rb_bootloader_btn=Bootloader}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003464 <actions>
3465 <action function="set">tw_back=reboot</action>
3466 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003467 <action function="set">tw_action_param=bootloader</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003468 <action function="set">tw_reboot_param=bootloader</action>
z31s1g28f0a922015-11-07 18:50:22 +01003469 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003470 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3471 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3472 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3473 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3474 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003475 <action function="page">rebootcheck</action>
3476 </actions>
3477 </button>
3478
3479 <button style="main_button">
3480 <condition var1="tw_download_mode" var2="1"/>
3481 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003482 <text>{@rb_download_btn=Download}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003483 <actions>
3484 <action function="set">tw_back=reboot</action>
3485 <action function="set">tw_action=reboot</action>
Ethan Yonker0afc1fd2017-03-22 15:27:47 -05003486 <action function="set">tw_action_param=download</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003487 <action function="set">tw_reboot_param=download</action>
z31s1g28f0a922015-11-07 18:50:22 +01003488 <action function="set">tw_has_action2=0</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05003489 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3490 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3491 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3492 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3493 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
z31s1g28f0a922015-11-07 18:50:22 +01003494 <action function="page">rebootcheck</action>
3495 </actions>
3496 </button>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003497
mauronofrioe9a49ef2018-10-03 13:38:16 +02003498 <button style="main_button">
3499 <condition var1="tw_edl_mode" var2="1"/>
3500 <placement x="%col1_x_right%" y="%row11_y%"/>
Aseem Athale0b77d462021-11-08 13:12:30 +05303501 <text>{@rb_edl_btn=EDL}</text>
mauronofrioe9a49ef2018-10-03 13:38:16 +02003502 <actions>
3503 <action function="set">tw_back=reboot</action>
3504 <action function="set">tw_action=reboot</action>
3505 <action function="set">tw_action_param=edl</action>
3506 <action function="set">tw_reboot_param=edl</action>
3507 <action function="set">tw_has_action2=0</action>
3508 <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action>
3509 <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action>
3510 <action function="set">tw_action_text1={@rebooting=Rebooting...}</action>
3511 <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action>
3512 <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action>
3513 <action function="page">rebootcheck</action>
3514 </actions>
3515 </button>
z31s1g28f0a922015-11-07 18:50:22 +01003516
3517 <action>
3518 <touch key="home"/>
3519 <action function="page">main</action>
3520 </action>
3521
3522 <action>
3523 <touch key="back"/>
3524 <action function="page">main</action>
3525 </action>
3526 </page>
3527
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003528 <page name="installapp">
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003529 <template name="page"/>
3530
3531 <template name="statusbar"/>
3532
3533 <text style="text_m">
3534 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003535 <text>%tw_appinstall_title% &gt; {@reboot_install_app_hdr=Install TWRP App}</text>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003536 </text>
3537
3538 <text style="text_m_accent">
3539 <placement x="%center_x%" y="%row1_y%" placement="5"/>
3540 <text>{@reboot_install_app1=Would you like to install the Official TWRP App?}</text>
3541 </text>
3542
3543 <text style="text_m">
3544 <placement x="%center_x%" y="%row2_y%" placement="5"/>
3545 <text>{@reboot_install_app2=The app can check for new TWRP versions.}</text>
3546 </text>
3547
3548 <checkbox>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003549 <condition var1="tw_mount_system_ro" var2="0"/>
3550 <placement x="%indent%" y="%row5_y%"/>
3551 <text>{@reboot_install_app_system=Install as a System App}</text>
3552 <data variable="tw_app_install_system"/>
3553 </checkbox>
3554
3555 <button style="main_button_half_height">
3556 <placement x="%indent%" y="%row7_y%"/>
Ethan Yonkerfa67cbf2018-07-20 12:22:33 -05003557 <text>{@install_cancel=Do not Install}</text>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003558 <action function="page">%tw_back%</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003559 </button>
3560
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003561 <slider>
3562 <text>{@swipe_confirm= Confirm}</text>
3563 <actions>
3564 <action function="set">tw_action=installapp</action>
3565 <action function="set">tw_action_text1={@reboot_installing_app=Installing App...}</action>
3566 <action function="set">tw_action_text2=</action>
3567 <action function="set">tw_complete_text1={@successful=Successful}</action>
3568 <action function="page">action_page</action>
3569 </actions>
3570 </slider>
3571
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003572 <action>
3573 <touch key="home"/>
3574 <actions>
3575 <action function="set">tw_app_install_status=0</action>
3576 <action function="page">main</action>
3577 </actions>
3578 </action>
3579
3580 <action>
3581 <touch key="back"/>
3582 <actions>
3583 <action function="set">tw_app_install_status=0</action>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06003584 <action function="page">%tw_back%</action>
Ethan Yonker64c5c0a2017-03-06 12:42:54 -06003585 </actions>
3586 </action>
3587 </page>
3588
z31s1g28f0a922015-11-07 18:50:22 +01003589 <page name="system_readonly">
3590 <template name="page"/>
3591
3592 <template name="statusbar"/>
3593
3594 <text style="text_m">
3595 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003596 <text>{@sys_ro_hdr=Unmodified System Partition}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003597 </text>
3598
3599 <text style="text_m_accent">
3600 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003601 <text>{@sys_ro_keep=Keep System Read only?}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003602 </text>
3603
3604 <text style="text_m">
3605 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003606 <text>{@sys_rop1=TWRP can leave your system partition unmodified}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003607 </text>
3608
3609 <text style="text_m">
3610 <placement x="%center_x%" y="%row3_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003611 <text>{@sys_rop2=to make it easier for you to take official updates.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003612 </text>
3613
3614 <text style="text_m">
3615 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003616 <text>{@sys_rop3=TWRP will be unable to prevent the stock ROM from}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003617 </text>
3618
3619 <text style="text_m">
3620 <placement x="%center_x%" y="%row5_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003621 <text>{@sys_rop4=replacing TWRP and will not offer to root your device.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003622 </text>
3623
3624 <text style="text_m_fail">
z31s1g608d7ff2016-01-18 19:47:25 +01003625 <placement x="%center_x%" y="%row6_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003626 <text>{@sys_rop5=Installing zips or performing adb operations may still}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003627 </text>
3628
3629 <text style="text_m_fail">
z31s1g608d7ff2016-01-18 19:47:25 +01003630 <placement x="%center_x%" y="%row7_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003631 <text>{@sys_rop6=modify the system partition.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003632 </text>
3633
z31s1g608d7ff2016-01-18 19:47:25 +01003634 <button style="main_button_half_height">
3635 <placement x="%col1_x_right%" y="%row8a_y%"/>
3636 <text>{@sel_lang_btn=Select Language}</text>
3637 <action function="page">settings_language</action>
3638 </button>
3639
z31s1g28f0a922015-11-07 18:50:22 +01003640 <checkbox>
3641 <condition var1="tw_is_encrypted" var2="0"/>
z31s1g608d7ff2016-01-18 19:47:25 +01003642 <placement x="%indent%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003643 <text>{@sys_ro_never_show_chk=Never show this screen during boot again}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003644 <data variable="tw_never_show_system_ro_page"/>
3645 </checkbox>
3646
3647 <button style="main_button_half_height">
3648 <placement x="%col1_x_left%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003649 <text>{@sys_ro_keep_ro_btn=Keep Read Only}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003650 <actions>
3651 <action function="mountsystemtoggle">1</action>
3652 <action function="set">tw_page_done=1</action>
3653 <action function="page">%tw_back%</action>
3654 </actions>
3655 </button>
3656
3657 <button style="main_button_half_height">
3658 <placement x="%col1_x_right%" y="%row13_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003659 <text>{@swipe_allow_mod_s=Allow Modifications}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003660 <actions>
3661 <action function="mountsystemtoggle">0</action>
3662 <action function="set">tw_page_done=1</action>
3663 <action function="page">%tw_back%</action>
3664 </actions>
3665 </button>
3666 </page>
3667
3668 <page name="settings">
3669 <template name="page"/>
3670
3671 <template name="statusbar"/>
3672
3673 <text style="text_m">
3674 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003675 <text>{@settings_hdr=Settings}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003676 </text>
3677
3678 <button style="main_button">
3679 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003680 <text>{@settings_gen_btn=General}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003681 <action function="page">settings_general</action>
3682 </button>
3683
3684 <button style="main_button">
3685 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003686 <text>{@settings_tz_btn=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003687 <action function="page">settings_timezone</action>
3688 </button>
3689
3690 <button style="main_button">
3691 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003692 <text>{@settings_screen_btn=Screen}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003693 <action function="page">settings_screen</action>
3694 </button>
3695
3696 <button style="main_button">
bigbiff bigbiff3ed778a2019-03-12 19:28:31 -04003697 <condition var1="tw_disable_haptics" var2="0"/>
z31s1g28f0a922015-11-07 18:50:22 +01003698 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003699 <text>{@settings_vibration_btn=Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003700 <action function="page">settings_vibration</action>
3701 </button>
3702
3703 <button style="main_button">
3704 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003705 <text>{@settings_language_btn=Language}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003706 <action function="page">settings_language</action>
3707 </button>
3708
3709 <button>
3710 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3711 <highlight color="%highlight_color%"/>
3712 <image resource="q_btn_reset"/>
3713 <action function="restoredefaultsettings"/>
3714 </button>
3715
3716 <action>
3717 <touch key="home"/>
3718 <action function="page">main</action>
3719 </action>
3720
3721 <action>
3722 <touch key="back"/>
3723 <action function="page">main3</action>
3724 </action>
3725 </page>
3726
3727 <page name="settings_general">
3728 <template name="page"/>
3729
3730 <template name="statusbar"/>
3731
3732 <text style="text_m">
3733 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003734 <text>{@settings_hdr=Settings} &gt; {@settings_gen_s_hdr=General}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003735 </text>
3736
3737 <listbox style="scrolllist">
3738 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%listbox_settings_height%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003739 <listitem name="{@zip_sig_chk=Zip signature verification}">
z31s1g28f0a922015-11-07 18:50:22 +01003740 <data variable="tw_signed_zip_verify"/>
3741 </listitem>
Matt Mower8dc25b72016-04-25 23:06:53 -05003742 <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
3743 <data variable="tw_install_reboot"/>
3744 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003745 <listitem name="{@use_rmrf_chk=Use rm -rf instead of formatting}">
z31s1g28f0a922015-11-07 18:50:22 +01003746 <data variable="tw_rm_rf"/>
3747 </listitem>
Matt Mowerbfccfb82016-04-25 23:22:31 -05003748 <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
3749 <data variable="tw_disable_free_space"/>
3750 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04003751 <listitem name="{@skip_digest_backup_chk=Skip Digest generation during backup}">
3752 <data variable="tw_skip_digest_generate"/>
z31s1g28f0a922015-11-07 18:50:22 +01003753 </listitem>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04003754 <listitem name="{@restore_enable_digest_chk=Enable Digest verification of backup files}">
3755 <data variable="tw_skip_digest_check"/>
z31s1g28f0a922015-11-07 18:50:22 +01003756 </listitem>
epicX40b7f7a2021-03-20 21:58:17 +05303757 <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
3758 <data variable="tw_skip_digest_check_zip"/>
3759 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003760 <listitem name="{@use24clock_chk=Use 24-hour clock}">
z31s1g28f0a922015-11-07 18:50:22 +01003761 <data variable="tw_military_time"/>
3762 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003763 <listitem name="{@simact_chk=Simulate actions for theme testing}">
z31s1g28f0a922015-11-07 18:50:22 +01003764 <data variable="tw_simulate_actions"/>
3765 </listitem>
Ethan Yonker74db1572015-10-28 12:44:49 -05003766 <listitem name="{@simfail_chk=Simulate failure for actions}">
z31s1g28f0a922015-11-07 18:50:22 +01003767 <data variable="tw_simulate_fail"/>
3768 <condition var1="tw_simulate_actions" var2="1"/>
3769 </listitem>
bigbiff bigbiff1c01fab2017-08-07 18:41:14 -04003770 <listitem name="{@sha2_chk=Use SHA2 for hashing}">
3771 <condition var1="tw_no_sha2" var2="0"/>
3772 <data variable="tw_use_sha2"/>
3773 </listitem>
Chaosmasterff4f9582020-01-26 15:38:11 +01003774 <listitem name="{@unmount_sys_install=Unmount System before installing a ZIP}">
3775 <data variable="tw_unmount_system"/>
3776 </listitem>
nebrassyfe1c2372021-05-20 13:03:30 +02003777 <listitem name="{@auto_reflashtwrp_chk=Automatically Reflash TWRP after flashing a ROM}">
3778 <conditions>
3779 <condition var1="tw_has_boot_slots" var2="1"/>
3780 <condition var1="tw_has_repack_tools" var2="1"/>
3781 </conditions>
3782 <data variable="tw_auto_reflashtwrp"/>
3783 </listitem>
z31s1g28f0a922015-11-07 18:50:22 +01003784 </listbox>
3785
3786 <action>
3787 <touch key="home"/>
3788 <action function="page">main</action>
3789 </action>
3790
3791 <action>
3792 <touch key="back"/>
3793 <action function="page">settings</action>
3794 </action>
3795 </page>
3796
3797 <page name="settings_timezone">
3798 <template name="page"/>
3799
3800 <template name="statusbar"/>
3801
3802 <text style="text_m">
3803 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003804 <text>{@settings_hdr=Settings} &gt; {@time_zone_hdr=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003805 </text>
3806
3807 <text color="%text_color%">
3808 <font resource="font_m"/>
3809 <placement x="%indent_right%" y="%row1_header_y%" placement="1"/>
3810 <text>%tw_time%</text>
3811 </text>
3812
3813 <listbox style="listbox_headerless">
3814 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%listbox_timezone_height%"/>
3815 <data name="tw_time_zone_guisel"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003816 <listitem name="{@utcm11=(UTC -11) Samoa, Midway Island}">BST11;BDT</listitem>
3817 <listitem name="{@utcm10=(UTC -10) Hawaii}">HST10;HDT</listitem>
3818 <listitem name="{@utcm9=(UTC -9) Alaska}">AST9;ADT</listitem>
3819 <listitem name="{@utcm8=(UTC -8) Pacific Time}">PST8;PDT,M3.2.0,M11.1.0</listitem>
3820 <listitem name="{@utcm7=(UTC -7) Mountain Time}">MST7;MDT,M3.2.0,M11.1.0</listitem>
3821 <listitem name="{@utcm6=(UTC -6) Central Time}">CST6;CDT,M3.2.0,M11.1.0</listitem>
3822 <listitem name="{@utcm5=(UTC -5) Eastern Time}">EST5;EDT,M3.2.0,M11.1.0</listitem>
3823 <listitem name="{@utcm4=(UTC -4) Atlantic Time}">AST4;ADT</listitem>
3824 <listitem name="{@utcm3=(UTC -3) Brazil, Buenos Aires}">GRNLNDST3;GRNLNDDT</listitem>
3825 <listitem name="{@utcm2=(UTC -2) Mid-Atlantic}">FALKST2;FALKDT</listitem>
3826 <listitem name="{@utcm1=(UTC -1) Azores, Cape Verde}">AZOREST1;AZOREDT</listitem>
3827 <listitem name="{@utc0=(UTC 0) London, Dublin, Lisbon}">GMT0;BST,M3.5.0,M10.5.0</listitem>
3828 <listitem name="{@utcp1=(UTC +1) Berlin, Brussels, Paris}">CET-1;CEST,M3.5.0,M10.5.0</listitem>
3829 <listitem name="{@utcp2=(UTC +2) Athens, Istanbul, South Africa}">WET-2;WET,M3.5.0,M10.5.0</listitem>
3830 <listitem name="{@utcp3=(UTC +3) Moscow, Baghdad}">SAUST-3;SAUDT</listitem>
3831 <listitem name="{@utcp4=(UTC +4) Abu Dhabi, Tbilisi, Muscat}">WST-4;WDT</listitem>
3832 <listitem name="{@utcp5=(UTC +5) Yekaterinburg, Islamabad}">PAKST-5;PAKDT</listitem>
3833 <listitem name="{@utcp6=(UTC +6) Almaty, Dhaka, Colombo}">TASHST-6;TASHDT</listitem>
3834 <listitem name="{@utcp7=(UTC +7) Bangkok, Hanoi, Jakarta}">THAIST-7;THAIDT</listitem>
3835 <listitem name="{@utcp8=(UTC +8) Beijing, Singapore, Hong Kong}">TAIST-8;TAIDT</listitem>
3836 <listitem name="{@utcp9=(UTC +9) Tokyo, Seoul, Yakutsk}">JST-9;JSTDT</listitem>
3837 <listitem name="{@utcp10=(UTC +10) Eastern Australia, Guam}">EET-10;EETDT</listitem>
3838 <listitem name="{@utcp11=(UTC +11) Vladivostok, Solomon Islands}">MET-11;METDT</listitem>
3839 <listitem name="{@utcp12=(UTC +12) Auckland, Wellington, Fiji}">NZST-12;NZDT</listitem>
z31s1g28f0a922015-11-07 18:50:22 +01003840 </listbox>
3841
3842 <button>
3843 <placement x="%btn4_col4_x%" y="%row11_y%"/>
3844 <highlight color="%highlight_color%"/>
3845 <image resource="q_btn_arrow_right"/>
3846 <actions>
3847 <action function="setguitimezone"/>
3848 <action function="page">settings_timezone2</action>
3849 </actions>
3850 </button>
3851
3852 <action>
3853 <condition var1="tw_time_zone_guisel" op="modified"/>
3854 <action function="setguitimezone"/>
3855 </action>
3856
3857 <action>
3858 <touch key="home"/>
3859 <actions>
3860 <action function="page">main</action>
3861 <action function="setguitimezone"/>
3862 </actions>
3863 </action>
3864
3865 <action>
3866 <touch key="back"/>
3867 <actions>
3868 <action function="page">settings</action>
3869 <action function="setguitimezone"/>
3870 </actions>
3871 </action>
3872
3873 <action>
3874 <touch key="power+voldown"/>
3875 <action function="screenshot"/>
3876 </action>
3877 </page>
3878
3879 <page name="settings_timezone2">
3880 <template name="page"/>
3881
3882 <template name="statusbar"/>
3883
3884 <text style="text_m">
3885 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003886 <text>{@settings_hdr=Settings} &gt; {@time_zone_hdr=Time Zone}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003887 </text>
3888
3889 <text color="%text_color%">
3890 <font resource="font_m"/>
3891 <placement x="%indent_right%" y="%row1_header_y%" placement="1"/>
3892 <text>%tw_time%</text>
3893 </text>
3894
3895 <checkbox>
3896 <placement x="%col1_x_left%" y="%row1_y%"/>
3897 <font resource="font_m" color="%text_color%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003898 <text>{@use_dst_chk=Use daylight savings time (DST)}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003899 <data variable="tw_time_zone_guidst"/>
3900 <image checked="checkbox_true" unchecked="checkbox_false"/>
3901 </checkbox>
3902
3903 <text style="text_m_accent">
3904 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003905 <text>{@sel_tz_offset=Select Offset (usually 0): %tw_time_zone_guioffset%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003906 </text>
3907
3908 <button style="main_button_quarter_width">
3909 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003910 <text>{@tz_offset_0=0}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003911 <actions>
3912 <action function="set">tw_time_zone_guioffset=0</action>
3913 <action function="setguitimezone"/>
3914 </actions>
3915 </button>
3916
3917 <button style="main_button_quarter_width">
3918 <placement x="%btn4_col2_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003919 <text>{@tz_offset_15=15}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003920 <actions>
3921 <action function="set">tw_time_zone_guioffset=15</action>
3922 <action function="setguitimezone"/>
3923 </actions>
3924 </button>
3925
3926 <button style="main_button_quarter_width">
3927 <placement x="%btn4_col3_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003928 <text>{@tz_offset_30=30}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003929 <actions>
3930 <action function="set">tw_time_zone_guioffset=30</action>
3931 <action function="setguitimezone"/>
3932 </actions>
3933 </button>
3934
3935 <button style="main_button_quarter_width">
3936 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003937 <text>{@tz_offset_45=45}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003938 <actions>
3939 <action function="set">tw_time_zone_guioffset=45</action>
3940 <action function="setguitimezone"/>
3941 </actions>
3942 </button>
3943
3944 <button>
3945 <placement x="%col1_x_left%" y="%row11_y%"/>
3946 <highlight color="%highlight_color%"/>
3947 <image resource="q_btn_arrow_left"/>
3948 <actions>
3949 <action function="setguitimezone"/>
3950 <action function="page">settings_timezone</action>
3951 </actions>
3952 </button>
3953
3954 <text style="text_m_accent">
3955 <placement x="%btn4_col2_x%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003956 <text>{@curr_tz_s=Current Time Zone:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003957 </text>
3958
3959 <text style="text_m">
3960 <placement x="%btn4_col2_x%" y="%row12a_y%"/>
3961 <text>%tw_time_zone%</text>
3962 </text>
3963
3964 <action>
3965 <condition var1="tw_time_zone_guidst" op="modified"/>
3966 <action function="setguitimezone"/>
3967 </action>
3968
3969 <action>
3970 <touch key="home"/>
3971 <actions>
3972 <action function="setguitimezone"/>
3973 <action function="page">main</action>
3974 </actions>
3975 </action>
3976
3977 <action>
3978 <touch key="back"/>
3979 <actions>
3980 <action function="setguitimezone"/>
3981 <action function="page">settings_timezone</action>
3982 </actions>
3983 </action>
3984 </page>
3985
3986 <page name="settings_screen">
3987 <template name="page"/>
3988
3989 <template name="statusbar"/>
3990
3991 <text style="text_m">
3992 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05003993 <text>{@settings_hdr=Settings} &gt; {@settings_screen_timeout_hdr=Screen Timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01003994 </text>
3995
3996 <button style="checkbox">
3997 <condition var1="tw_screen_timeout_secs" op="=" var2="0"/>
3998 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
3999 <placement x="%indent%" y="%row1_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004000 <text>{@enable_timeout_chk=Enable screen timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004001 <image resource="checkbox_false"/>
4002 <action function="set">tw_screen_timeout_secs=60</action>
4003 </button>
4004
4005 <button style="checkbox">
4006 <condition var1="tw_screen_timeout_secs" op="!=" var2="0"/>
4007 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
4008 <placement x="%indent%" y="%row1_y%" textplacement="6"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004009 <text>{@enable_timeout_chk=Enable screen timeout}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004010 <image resource="checkbox_true"/>
4011 <action function="set">tw_screen_timeout_secs=0</action>
4012 </button>
4013
4014 <slidervalue>
4015 <condition var1="tw_no_screen_timeout" op="!=" var2="1"/>
4016 <placement x="col1_x_left" y="%row2a_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004017 <text>{@screen_to_slider_s=Screen timeout in seconds (0=disabled): %tw_screen_timeout_secs%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004018 <data variable="tw_screen_timeout_secs" min="15" max="300"/>
4019 </slidervalue>
4020
4021 <text style="text_m_fail">
4022 <condition var1="tw_no_screen_timeout" op="=" var2="1"/>
4023 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004024 <text>{@screen_to_na=Screen timeout setting unavailable}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004025 </text>
4026
4027 <button>
4028 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4029 <highlight color="%highlight_color%"/>
4030 <image resource="q_btn_arrow_right"/>
4031 <action function="page">settings_screen2</action>
4032 </button>
4033
4034 <action>
4035 <touch key="home"/>
4036 <action function="page">main</action>
4037 </action>
4038
4039 <action>
4040 <touch key="back"/>
4041 <action function="page">settings</action>
4042 </action>
4043 </page>
4044
4045 <page name="settings_screen2">
4046 <template name="page"/>
4047
4048 <template name="statusbar"/>
4049
4050 <text style="text_m">
4051 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004052 <text>{@settings_hdr=Settings} &gt; {@settings_screen_bright_btn=Screen Brightness}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004053 </text>
4054
4055 <slidervalue>
4056 <condition var1="tw_has_brightnesss_file" var2="1"/>
4057 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004058 <text>{@screen_bright_slider=Brightness: %tw_brightness_pct%%}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004059 <data variable="tw_brightness_pct" min="10" max="100"/>
4060 <actions>
4061 <action function="set">tw_brightness=%tw_brightness_max%</action>
4062 <action function="compute">tw_brightness*%tw_brightness_pct%</action>
4063 <action function="compute">tw_brightness/100</action>
4064 <action function="setbrightness">%tw_brightness%</action>
4065 </actions>
4066 </slidervalue>
4067
4068 <text style="text_m_fail">
4069 <condition var1="tw_has_brightnesss_file" var2="0"/>
4070 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004071 <text>{@screen_bright_na=Brightness setting unavailable}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004072 </text>
4073
4074 <button>
4075 <placement x="%col1_x_left%" y="%row11_y%"/>
4076 <highlight color="%highlight_color%"/>
4077 <image resource="q_btn_arrow_left"/>
4078 <action function="page">settings_screen</action>
4079 </button>
4080
4081 <action>
4082 <touch key="home"/>
4083 <action function="page">main</action>
4084 </action>
4085
4086 <action>
4087 <touch key="back"/>
4088 <action function="page">settings</action>
4089 </action>
4090 </page>
4091
4092 <page name="settings_vibration">
4093 <template name="page"/>
4094
4095 <template name="statusbar"/>
4096
4097 <text style="text_m">
4098 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004099 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@button_vibration_hdr=Button Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004100 </text>
4101
4102 <slidervalue>
4103 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004104 <text>{@button_vibration=Button Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004105 <data variable="tw_button_vibrate" min="0" max="300"/>
4106 </slidervalue>
4107
4108 <button>
4109 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4110 <highlight color="%highlight_color%"/>
4111 <image resource="q_btn_arrow_right"/>
4112 <action function="page">settings_vibration2</action>
4113 </button>
4114
4115 <action>
4116 <touch key="home"/>
4117 <action function="page">main</action>
4118 </action>
4119
4120 <action>
4121 <touch key="back"/>
4122 <action function="page">settings</action>
4123 </action>
4124 </page>
4125
4126 <page name="settings_vibration2">
4127 <template name="page"/>
4128
4129 <template name="statusbar"/>
4130
4131 <text style="text_m">
4132 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004133 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@kb_vibration_hdr=Keyboard Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004134 </text>
4135
4136 <slidervalue>
4137 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004138 <text>{@kb_vibration=Keyboard Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004139 <data variable="tw_keyboard_vibrate" min="0" max="300"/>
4140 </slidervalue>
4141
4142 <button>
4143 <placement x="%col1_x_left%" y="%row11_y%"/>
4144 <highlight color="%highlight_color%"/>
4145 <image resource="q_btn_arrow_left"/>
4146 <action function="page">settings_vibration</action>
4147 </button>
4148
4149 <button>
4150 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4151 <highlight color="%highlight_color%"/>
4152 <image resource="q_btn_arrow_right"/>
4153 <action function="page">settings_vibration3</action>
4154 </button>
4155
4156 <action>
4157 <touch key="home"/>
4158 <action function="page">main</action>
4159 </action>
4160
4161 <action>
4162 <touch key="back"/>
4163 <action function="page">settings</action>
4164 </action>
4165 </page>
4166
4167 <page name="settings_vibration3">
4168 <template name="page"/>
4169
4170 <template name="statusbar"/>
4171
4172 <text style="text_m">
4173 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004174 <text>{@settings_hdr=Settings} &gt; {@vibration_hdr=Vibration} - {@act_vibration_hdr=Action Vibration}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004175 </text>
4176
4177 <slidervalue>
4178 <placement x="col1_x_left" y="%row1_y%" w="%content_width%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004179 <text>{@act_vibration=Action Vibration:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004180 <data variable="tw_action_vibrate" min="0" max="500"/>
4181 </slidervalue>
4182
4183 <button>
4184 <placement x="%col1_x_left%" y="%row11_y%"/>
4185 <highlight color="%highlight_color%"/>
4186 <image resource="q_btn_arrow_left"/>
4187 <action function="page">settings_vibration2</action>
4188 </button>
4189
4190 <action>
4191 <touch key="home"/>
4192 <action function="page">main</action>
4193 </action>
4194
4195 <action>
4196 <touch key="back"/>
4197 <action function="page">settings</action>
4198 </action>
4199 </page>
4200
Ethan Yonker74db1572015-10-28 12:44:49 -05004201 <page name="settings_language">
4202 <template name="page"/>
4203
4204 <template name="statusbar"/>
4205
4206 <text style="text_m">
4207 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4208 <text>{@settings_hdr=Settings} &gt; {@language_hdr=Language} - %tw_language_display%</text>
4209 </text>
4210
z31s1g608d7ff2016-01-18 19:47:25 +01004211 <listbox style="scrolllist">
Ethan Yonker74db1572015-10-28 12:44:49 -05004212 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
4213 <icon selected="radio_true" unselected="radio_false" />
4214 <data name="tw_language" />
z31s1g608d7ff2016-01-18 19:47:25 +01004215 </listbox>
Ethan Yonker74db1572015-10-28 12:44:49 -05004216
4217 <button>
4218 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4219 <highlight color="%highlight_color%"/>
z31s1g608d7ff2016-01-18 19:47:25 +01004220 <image resource="q_btn_accept_transp"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004221 <action function="setlanguage"></action>
4222 </button>
4223
z31s1g608d7ff2016-01-18 19:47:25 +01004224 <action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004225 <touch key="home" />
4226 <action function="page">main</action>
z31s1g608d7ff2016-01-18 19:47:25 +01004227 </action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004228
z31s1g608d7ff2016-01-18 19:47:25 +01004229 <action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004230 <touch key="back" />
4231 <action function="page">settings</action>
z31s1g608d7ff2016-01-18 19:47:25 +01004232 </action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004233 </page>
4234
z31s1g28f0a922015-11-07 18:50:22 +01004235 <page name="advanced">
4236 <template name="page"/>
4237
4238 <template name="statusbar"/>
4239
4240 <text style="text_m">
4241 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004242 <text>{@advanced_hdr=Advanced}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004243 </text>
4244
4245 <button style="main_button">
4246 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004247 <text>{@terminal_btn=Terminal}</text>
z31s1g56189522016-01-13 19:12:40 +01004248 <action function="page">terminalcommand</action>
z31s1g28f0a922015-11-07 18:50:22 +01004249 </button>
4250
4251 <button style="main_button">
Ethan Yonkerb5fab762016-01-28 14:03:33 -06004252 <condition var1="tw_has_data_media" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01004253 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06004254 <text>{@fix_context_btn=Fix Contexts}</text>
4255 <action function="page">fixcontexts</action>
z31s1g28f0a922015-11-07 18:50:22 +01004256 </button>
4257
Ethan Yonker64e0a652018-07-25 09:52:17 -05004258 <button>
4259 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4260 <highlight color="%highlight_color%"/>
4261 <image resource="q_btn_arrow_right"/>
4262 <action function="page">advanced2</action>
z31s1g28f0a922015-11-07 18:50:22 +01004263 </button>
4264
Ethan Yonker64e0a652018-07-25 09:52:17 -05004265 <action>
4266 <touch key="home"/>
4267 <action function="page">main</action>
4268 </action>
z31s1g28f0a922015-11-07 18:50:22 +01004269
Ethan Yonker64e0a652018-07-25 09:52:17 -05004270 <action>
4271 <touch key="back"/>
4272 <action function="page">main3</action>
4273 </action>
4274 </page>
4275
4276 <page name="advanced2">
4277 <template name="page"/>
4278
4279 <template name="statusbar"/>
4280
4281 <text style="text_m">
4282 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4283 <text>{@advanced_hdr=Advanced}</text>
4284 </text>
4285
4286 <listbox style="advanced_listbox">
4287 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
epicX98053c32021-01-04 13:01:31 +05304288 <listitem name="{@change_twrp_folder_btn=Change TWRP folder}">
4289 <condition var1="tw_is_encrypted" var2="0"/>
4290 <action function="page">changeTwrpFolder</action>
4291 </listitem>
Noah Jacobson5a79f672019-04-28 00:10:07 -04004292 <listitem name="{@decrypt_users=Decrypt Users}">
4293 <conditions>
4294 <condition var1="tw_is_fbe" var2="1"/>
4295 <condition var1="tw_all_users_decrypted" var2="0"/>
4296 </conditions>
4297 <actions>
4298 <action function="set">tw_crypto_user_id=</action>
4299 <action function="page">decrypt_users</action>
4300 </actions>
4301 </listitem>
Ethan Yonker64e0a652018-07-25 09:52:17 -05004302 <listitem name="{@reload_theme_btn=Reload Theme}">
4303 <action function="reload"/>
4304 </listitem>
4305 <listitem name="{@part_sd_btn=Partition SD Card}">
4306 <condition var1="tw_allow_partition_sdcard" var2="1"/>
4307 <actions>
4308 <action function="set">partitionlisterror=0</action>
4309 <action function="page">partsdcardsel</action>
4310 </actions>
4311 </listitem>
4312 <listitem name="{@dumlock_btn=HTC Dumlock}">
4313 <condition var1="tw_show_dumlock" var2="1"/>
4314 <action function="page">htcdumlock</action>
4315 </listitem>
4316 <listitem name="{@inject_twrp_btn=Inject TWRP}">
4317 <condition var1="tw_has_injecttwrp" var2="1"/>
4318 <actions>
4319 <action function="set">tw_back=advanced</action>
4320 <action function="set">tw_action=reinjecttwrp</action>
4321 <action function="set">tw_text1={@inject_twrp_confirm=Re-Inject TWRP?}</action>
4322 <action function="set">tw_action_text1={@injecting_twrp=Re-Injecting TWRP...}</action>
4323 <action function="set">tw_complete_text1={@inject_twrp_complete=TWRP Injection Complete}</action>
4324 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4325 <action function="page">confirm_action</action>
4326 </actions>
4327 </listitem>
Ethan Yonker53796e72019-01-11 22:49:52 -06004328 <listitem name="{@install_twrp_ramdisk=Install Recovery Ramdisk}">
4329 <conditions>
4330 <condition var1="tw_has_boot_slots" var2="1"/>
4331 <condition var1="tw_has_repack_tools" var2="1"/>
4332 </conditions>
4333 <actions>
4334 <action function="set">tw_repack_kernel=0</action>
4335 <action function="page">repackselect</action>
4336 </actions>
4337 </listitem>
nebrassyfe1c2372021-05-20 13:03:30 +02004338 <listitem name="{@reflash_twrp=Flash Current TWRP}">
4339 <conditions>
4340 <condition var1="tw_has_boot_slots" var2="1"/>
4341 <condition var1="tw_has_repack_tools" var2="1"/>
4342 </conditions>
4343 <actions>
4344 <action function="set">tw_repack_kernel=0</action>
4345 <action function="set">tw_back=advanced</action>
4346 <action function="set">tw_action=reflashtwrp</action>
4347 <action function="set">tw_text1={@reflash_twrp_confirm=Flash Current TWRP?}</action>
4348 <action function="set">tw_action_text1={@reflashing_twrp=Flashing TWRP...}</action>
4349 <action function="set">tw_complete_text1={@reflash_twrp_complete=Done Flashing TWRP}</action>
4350 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4351 <action function="page">confirm_action</action>
4352 </actions>
4353 </listitem>
Ethan Yonker53796e72019-01-11 22:49:52 -06004354 <listitem name="{@install_kernel=Install Kernel}">
4355 <conditions>
4356 <condition var1="tw_has_boot_slots" var2="1"/>
4357 <condition var1="tw_has_repack_tools" var2="1"/>
4358 </conditions>
4359 <actions>
4360 <action function="set">tw_repack_kernel=1</action>
4361 <action function="page">repackselect</action>
4362 </actions>
4363 </listitem>
4364 <listitem name="{@fix_recovery_loop=Fix Recovery Bootloop}">
4365 <conditions>
4366 <condition var1="tw_has_boot_slots" var2="1"/>
4367 <condition var1="tw_has_repack_tools" var2="1"/>
Captain Throwback4bce54b2021-09-16 10:04:26 -04004368 <condition var1="tw_uses_initramfs" var2="1"/>
Ethan Yonker53796e72019-01-11 22:49:52 -06004369 </conditions>
4370 <actions>
4371 <action function="set">tw_back=advanced</action>
4372 <action function="set">tw_action=fixabrecoverybootloop</action>
4373 <action function="set">tw_text1={@fix_recovery_loop_confirm=Fix Recovery Bootloop?}</action>
4374 <action function="set">tw_action_text1={@fixing_recovery_loop=Fixing Recovery Bootloop...}</action>
4375 <action function="set">tw_complete_text1={@fix_recovery_loop_complete=Fix Recovery Bootloop Complete}</action>
4376 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4377 <action function="page">confirm_action</action>
4378 </actions>
4379 </listitem>
Ethan Yonkercbd4e0c2020-12-17 14:51:50 -06004380 <listitem name="{@reboot_install_app_hdr=Install TWRP App}">
4381 <condition var1="tw_app_install_status" var2="1"/>
4382 <actions>
4383 <action function="set">tw_back=advanced2</action>
4384 <action function="set">tw_appinstall_title={@advanced_hdr=Advanced}</action>
4385 <action function="page">installapp</action>
4386 </actions>
4387 </listitem>
Ethan Yonker76bbd3a2019-05-10 10:50:04 -05004388 <listitem name="{@uninstall_twrp_system_app=Uninstall TWRP App from System}">
4389 <condition var1="tw_app_installed_in_system" var2="1"/>
4390 <actions>
4391 <action function="set">tw_back=advanced</action>
4392 <action function="set">tw_action=uninstalltwrpsystemapp</action>
4393 <action function="set">tw_text1={@uninstall_twrp_system_app_confirm=Uninstall TWRP App from System?}</action>
4394 <action function="set">tw_action_text1={@uninstalling_twrp_system_app=Uninstalling TWRP App from System...}</action>
4395 <action function="set">tw_complete_text1={@uninstall_twrp_system_app_complete=Uninstall TWRP App from System Complete}</action>
4396 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4397 <action function="page">confirm_action</action>
4398 </actions>
4399 </listitem>
Ethan Yonker64e0a652018-07-25 09:52:17 -05004400 </listbox>
4401
4402 <button>
z31s1g28f0a922015-11-07 18:50:22 +01004403 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker64e0a652018-07-25 09:52:17 -05004404 <highlight color="%highlight_color%"/>
4405 <image resource="q_btn_arrow_left"/>
4406 <action function="page">advanced</action>
z31s1g28f0a922015-11-07 18:50:22 +01004407 </button>
4408
4409 <action>
4410 <touch key="home"/>
4411 <action function="page">main</action>
4412 </action>
4413
4414 <action>
4415 <touch key="back"/>
4416 <action function="page">main3</action>
4417 </action>
4418 </page>
4419
Ethan Yonker483e9f42016-01-11 22:21:18 -06004420 <page name="partsdcardsel">
4421 <template name="page"/>
4422
4423 <template name="statusbar"/>
4424
4425 <text style="text_m">
4426 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4427 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
4428 </text>
4429
4430 <partitionlist style="partitionlist_headerless_rb">
4431 <data name="tw_storage_path"/>
4432 <listtype name="storage"/>
4433 </partitionlist>
4434
4435 <text style="text_m_fail">
4436 <condition var1="partitionlisterror" var2="1"/>
4437 <placement x="%center_x%" y="%row9_y%" placement="5"/>
4438 <text>{@invalid_partsd_sel=You must select a removable device}</text>
4439 </text>
4440
4441 <button>
4442 <placement x="%btn4_col2_x%" y="%row11_y%"/>
4443 <highlight color="%highlight_color%"/>
4444 <image resource="q_btn_refresh"/>
4445 <action function="refreshsizes"/>
4446 </button>
4447
4448 <button>
4449 <placement x="%btn4_col3_x%" y="%row11_y%"/>
4450 <highlight color="%highlight_color%"/>
4451 <image resource="q_btn_accept"/>
4452 <actions>
4453 <action function="getpartitiondetails">tw_storage_path</action>
4454 <action function="page">partsdcardcheck</action>
4455 </actions>
4456 </button>
4457
4458 <action>
4459 <touch key="home"/>
4460 <action function="page">main</action>
4461 </action>
4462
4463 <action>
4464 <touch key="back"/>
4465 <action function="page">advanced</action>
4466 </action>
4467 </page>
4468
4469 <page name="partsdcardcheck">
4470 <action>
4471 <condition var1="tw_partition_removable" op="=" var2="1"/>
4472 <actions>
4473 <action function="set">partitionlisterror=0</action>
4474 <action function="page">partsdcard</action>
4475 </actions>
4476 </action>
4477
4478 <action>
4479 <condition var1="tw_partition_removable" op="!=" var2="1"/>
4480 <actions>
4481 <action function="set">partitionlisterror=1</action>
4482 <action function="page">partsdcardsel</action>
4483 </actions>
4484 </action>
4485 </page>
4486
z31s1g28f0a922015-11-07 18:50:22 +01004487 <page name="partsdcard">
4488 <template name="page"/>
4489
4490 <template name="statusbar"/>
4491
4492 <text style="text_m">
4493 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004494 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004495 </text>
4496
4497 <text style="text_m_fail">
4498 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004499 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004500 </text>
4501
4502 <text style="text_m_fail">
4503 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004504 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004505 </text>
4506
4507 <text style="text_m_accent">
4508 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004509 <text>{@part_sd_ext_sz=EXT Size:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004510 </text>
4511
4512 <text style="text_m">
4513 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4514 <text>%tw_sdext_size%</text>
4515 </text>
4516
4517 <button style="main_button_quarter_width">
4518 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004519 <text>{@part_sd_m=-}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004520 <action function="addsubtract">tw_sdext_size-256</action>
z31s1g28f0a922015-11-07 18:50:22 +01004521 </button>
4522
4523 <button style="main_button_quarter_width">
4524 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004525 <text>{@part_sd_p=+}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004526 <action function="addsubtract">tw_sdext_size+256</action>
z31s1g28f0a922015-11-07 18:50:22 +01004527 </button>
4528
4529 <button>
4530 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4531 <highlight color="%highlight_color%"/>
4532 <image resource="q_btn_arrow_right"/>
4533 <action function="page">partsdcard2</action>
4534 </button>
4535
4536 <action>
4537 <touch key="home"/>
4538 <action function="page">main</action>
4539 </action>
4540
4541 <action>
4542 <touch key="back"/>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004543 <action function="page">partsdcardsel</action>
z31s1g28f0a922015-11-07 18:50:22 +01004544 </action>
4545 </page>
4546
4547 <page name="partsdcard2">
4548 <template name="page"/>
4549
4550 <template name="statusbar"/>
4551
4552 <text style="text_m">
4553 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004554 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004555 </text>
4556
4557 <text style="text_m_fail">
4558 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004559 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004560 </text>
4561
4562 <text style="text_m_fail">
4563 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004564 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004565 </text>
4566
4567 <text style="text_m_accent">
4568 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004569 <text>{@part_sd_swap_sz=Swap Size:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004570 </text>
4571
4572 <text style="text_m">
4573 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4574 <text>%tw_swap_size%</text>
4575 </text>
4576
4577 <button style="main_button_quarter_width">
4578 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004579 <text>{@part_sd_m=-}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004580 <action function="addsubtract">tw_swap_size-64</action>
z31s1g28f0a922015-11-07 18:50:22 +01004581 </button>
4582
4583 <button style="main_button_quarter_width">
4584 <placement x="%btn4_col4_x%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004585 <text>{@part_sd_p=+}</text>
Ethan Yonker483e9f42016-01-11 22:21:18 -06004586 <action function="addsubtract">tw_swap_size+64</action>
z31s1g28f0a922015-11-07 18:50:22 +01004587 </button>
4588
4589 <button>
4590 <placement x="%col1_x_left%" y="%row11_y%"/>
4591 <highlight color="%highlight_color%"/>
4592 <image resource="q_btn_arrow_left"/>
4593 <action function="page">partsdcard</action>
4594 </button>
4595
4596 <button>
4597 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4598 <highlight color="%highlight_color%"/>
4599 <image resource="q_btn_arrow_right"/>
4600 <action function="page">partsdcard3</action>
4601 </button>
4602
4603 <action>
4604 <touch key="home"/>
4605 <action function="page">main</action>
4606 </action>
4607
4608 <action>
4609 <touch key="back"/>
4610 <action function="page">advanced</action>
4611 </action>
4612 </page>
4613
4614 <page name="partsdcard3">
4615 <template name="page"/>
4616
4617 <template name="statusbar"/>
4618
4619 <text style="text_m">
4620 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004621 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004622 </text>
4623
4624 <text style="text_m_fail">
4625 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004626 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004627 </text>
4628
4629 <text style="text_m_fail">
4630 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004631 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004632 </text>
4633
4634 <text style="text_m_accent">
4635 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004636 <text>{@file_system=File System:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004637 </text>
4638
4639 <text style="text_m">
4640 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
4641 <text>%tw_sdpart_file_system%</text>
4642 </text>
4643
4644 <button style="main_button_quarter_width">
4645 <placement x="%indent%" y="%row6_y%"/>
4646 <text>EXT3</text>
4647 <action function="set">tw_sdpart_file_system=ext3</action>
4648 </button>
4649
4650 <button style="main_button_quarter_width">
4651 <placement x="%btn4_col4_x%" y="%row6_y%"/>
4652 <text>EXT4</text>
4653 <action function="set">tw_sdpart_file_system=ext4</action>
4654 </button>
4655
4656 <button>
4657 <placement x="%col1_x_left%" y="%row11_y%"/>
4658 <highlight color="%highlight_color%"/>
4659 <image resource="q_btn_arrow_left"/>
4660 <action function="page">partsdcard2</action>
4661 </button>
4662
4663 <button>
4664 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4665 <highlight color="%highlight_color%"/>
4666 <image resource="q_btn_arrow_right"/>
4667 <action function="page">partsdcard_confirm</action>
4668 </button>
4669
4670 <action>
4671 <touch key="home"/>
4672 <action function="page">main</action>
4673 </action>
4674
4675 <action>
4676 <touch key="back"/>
4677 <action function="page">advanced</action>
4678 </action>
4679 </page>
4680
4681 <page name="partsdcard_confirm">
4682 <template name="page"/>
4683
4684 <template name="statusbar"/>
4685
4686 <text style="text_m">
4687 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004688 <text>{@advanced_hdr=Advanced} &gt; {@part_sd_hdr=Partition SD Card}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004689 </text>
4690
4691 <text style="text_m_fail">
4692 <placement x="%center_x%" y="%row1_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004693 <text>{@part_sd_lose=You will lose all files on your SD card!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004694 </text>
4695
4696 <text style="text_m_fail">
4697 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004698 <text>{@part_sd_undo=This action cannot be undone!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004699 </text>
4700
4701 <text style="text_m_accent">
4702 <placement x="%center_x%" y="%row4_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004703 <text>{@part_sd_ext_sz=EXT Size:} %tw_sdext_size%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004704 </text>
4705
4706 <text style="text_m_accent">
4707 <placement x="%center_x%" y="%row6_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004708 <text>{@part_sd_swap_sz=Swap Size:} %tw_swap_size%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004709 </text>
4710
4711 <text style="text_m_accent">
4712 <placement x="%center_x%" y="%row8_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004713 <text>{@file_system=File System:} %tw_sdpart_file_system%</text>
z31s1g28f0a922015-11-07 18:50:22 +01004714 </text>
4715
4716 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05004717 <text>{@swipe_part_sd_s=Partition}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004718 <action function="page">partsdcardaction</action>
4719 <actions>
4720 <action function="set">tw_back=partsdcard</action>
4721 <action function="set">tw_action=partitionsd</action>
4722 <action function="set">tw_has_action2=1</action>
4723 <action function="set">tw_action2=set</action>
4724 <action function="set">tw_action2_param=tw_zip_location=/sdcard</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004725 <action function="set">tw_action_text1={@partitioning_sd=Partitioning SD Card...}</action>
4726 <action function="set">tw_action_text2={@partitioning_sd2=This will take a few minutes.}</action>
4727 <action function="set">tw_complete_text1={@part_sd_complete=Partitioning Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004728 <action function="page">action_page</action>
4729 </actions>
4730 </slider>
4731
4732 <action>
4733 <touch key="home"/>
4734 <action function="page">main</action>
4735 </action>
4736
4737 <action>
4738 <touch key="back"/>
4739 <action function="page">advanced</action>
4740 </action>
4741 </page>
4742
4743 <page name="htcdumlock">
4744 <template name="page"/>
4745
4746 <template name="statusbar"/>
4747
4748 <text style="text_m">
4749 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004750 <text>{@advanced_hdr=Advanced} &gt; {@dumlock_hdr=HTC Dumlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004751 </text>
4752
4753 <button style="main_button_full_width">
4754 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004755 <text>{@dumlock_restore_btn=Restore Original Boot}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004756 <actions>
4757 <action function="set">tw_back=htcdumlock</action>
4758 <action function="set">tw_action=htcdumlockrestoreboot</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004759 <action function="set">tw_text1={@dumlock_restore_confirm=Restore original boot image?}</action>
4760 <action function="set">tw_action_text1={@dumlock_restoring=Restoring Original Boot...}</action>
4761 <action function="set">tw_complete_text1={@dumlock_restore_complete=Restore Original Boot Complete}</action>
4762 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004763 <action function="page">confirm_action</action>
4764 </actions>
4765 </button>
4766
4767 <button style="main_button_full_width">
4768 <placement x="%indent%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004769 <text>{@dumlock_reflash_btn=Reflash Recovery}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004770 <actions>
4771 <action function="set">tw_back=htcdumlock</action>
4772 <action function="set">tw_action=htcdumlockreflashrecovery</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004773 <action function="set">tw_text1={@dumlock_reflash_confirm=Reflash recovery to boot?}</action>
4774 <action function="set">tw_action_text1={@dumlock_reflashing=Flashing recovery to boot...}</action>
4775 <action function="set">tw_complete_text1={@dumlock_reflash_complete=Recovery Flash to Boot Complete}</action>
4776 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004777 <action function="page">confirm_action</action>
4778 </actions>
4779 </button>
4780
4781 <button style="main_button_full_width">
4782 <placement x="%indent%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004783 <text>{@dumlock_install_btn=Install HTC Dumlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004784 <actions>
4785 <action function="set">tw_back=htcdumlock</action>
4786 <action function="set">tw_action=installhtcdumlock</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004787 <action function="set">tw_action_text1={@dumlock_installing=Installing HTC Dumlock...}</action>
4788 <action function="set">tw_complete_text1={@dumlock_install_complete=HTC Dumlock Install Complete}</action>
4789 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
4790 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004791 <action function="page">confirm_action</action>
4792 </actions>
4793 </button>
4794
4795 <action>
4796 <touch key="home"/>
4797 <action function="page">main</action>
4798 </action>
4799
4800 <action>
4801 <touch key="back"/>
4802 <action function="page">advanced</action>
4803 </action>
4804 </page>
4805
Ethan Yonker53796e72019-01-11 22:49:52 -06004806 <page name="repackselect">
4807 <template name="page"/>
4808
4809 <template name="statusbar"/>
4810
4811 <text style="text_m">
4812 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4813 <text>{@repack_image_hdr=Select Image}</text>
4814 </text>
4815
4816 <fileselector>
4817 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
4818 <text>%tw_zip_location%</text>
4819 <filter extn=".img" folders="1" files="1"/>
4820 <path name="tw_zip_location" default="/sdcard"/>
4821 <data name="tw_filename"/>
4822 <selection name="tw_file"/>
4823 </fileselector>
4824
4825 <button>
4826 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4827 <highlight color="%highlight_color%"/>
4828 <image resource="q_btn_storage"/>
4829 <actions>
4830 <action function="set">tw_storagetext={@install_hdr=Install} &gt; {@select_storage_hdr=Select Storage}</action>
4831 <action function="set">tw_back=install</action>
4832 <action function="page">select_storage</action>
4833 </actions>
4834 </button>
4835
4836 <action>
4837 <conditions>
4838 <condition var1="tw_filename" op="modified"/>
4839 </conditions>
4840 <action function="page">repackconfirm</action>
4841 </action>
4842
4843 <action>
4844 <touch key="back"/>
4845 <action function="page">advanced</action>
4846 </action>
4847
4848 <action>
4849 <touch key="home"/>
4850 <action function="page">main</action>
4851 </action>
4852 </page>
4853
4854 <page name="repackconfirm">
4855 <template name="page"/>
4856
4857 <template name="statusbar"/>
4858
4859 <text style="text_m">
4860 <condition var1="tw_repack_kernel" var2="1"/>
4861 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4862 <text>{@repack_kernel_confirm=Install Kernel?}</text>
4863 </text>
4864
4865 <text style="text_m">
4866 <condition var1="tw_repack_kernel" var2="0"/>
4867 <placement x="%col1_x_left%" y="%row1_header_y%"/>
4868 <text>{@repack_ramdisk_confirm=Install Recovery?}</text>
4869 </text>
4870
4871 <text style="text_m_accent">
4872 <placement x="%indent%" y="%row2_y%"/>
4873 <text>{@folder=Folder:}</text>
4874 </text>
4875
4876 <text style="text_m">
4877 <placement x="%indent%" y="%row3_y%"/>
4878 <text>%tw_zip_location%</text>
4879 </text>
4880
4881 <text style="text_m_accent">
4882 <placement x="%indent%" y="%row4_y%"/>
4883 <text>{@file=File:}</text>
4884 </text>
4885
4886 <text style="text_m">
4887 <placement x="%indent%" y="%row5_y%"/>
4888 <text>%tw_file%</text>
4889 </text>
4890
4891 <checkbox>
4892 <placement x="%indent%" y="%row7_y%"/>
4893 <text>{@repack_backup_first=Back up existing image first}</text>
4894 <data variable="tw_repack_backup_first"/>
4895 </checkbox>
4896
4897 <slider>
4898 <text>{@swipe_to_install=Swipe to Install}</text>
4899 <actions>
4900 <action function="set">tw_back=advanced</action>
4901 <action function="set">tw_action=repackimage</action>
4902 <action function="set">tw_action_param=/boot</action>
4903 <action function="set">tw_action_text1={@installing=Installing...}</action>
4904 <action function="set">tw_action_text2=</action>
4905 <action function="set">tw_complete_text1={@install_complete=Install Complete}</action>
4906 <action function="page">action_page</action>
4907 </actions>
4908 </slider>
4909
4910 <action>
4911 <touch key="back"/>
4912 <action function="page">repackselect</action>
4913 </action>
4914
4915 <action>
4916 <touch key="home"/>
4917 <action function="page">main</action>
4918 </action>
4919 </page>
4920
z31s1g28f0a922015-11-07 18:50:22 +01004921 <page name="lock">
4922 <background color="%semi_transparent%"/>
4923
4924 <image>
4925 <image resource="unlock_icon"/>
4926 <placement x="%center_x%" y="%row6_y%" placement="4"/>
4927 </image>
4928
4929 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05004930 <text>{@swipe_unlock= Unlock}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004931 <action function="overlay"/>
4932 </slider>
Matt Mower9472ba12016-01-20 18:12:47 -06004933
4934 <action>
4935 <touch key="power"/>
4936 <action function="togglebacklight"/>
4937 </action>
z31s1g28f0a922015-11-07 18:50:22 +01004938 </page>
4939
4940 <page name="filemanagerlist">
4941 <template name="page"/>
4942
4943 <template name="statusbar"/>
4944
4945 <text style="text_m">
4946 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05004947 <text>{@fm_hdr=File Manager} &gt; {@fm_sel_file=Select a File or Folder}</text>
z31s1g28f0a922015-11-07 18:50:22 +01004948 </text>
4949
4950 <fileselector>
4951 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
4952 <text>%tw_file_location1%</text>
4953 <filter folders="1" files="1"/>
4954 <path name="tw_file_location1" default="/"/>
4955 <data name="tw_filename1"/>
4956 <selection name="tw_selection1"/>
4957 </fileselector>
4958
4959 <button>
4960 <placement x="%btn4_col4_x%" y="%row11_y%"/>
4961 <highlight color="%highlight_color%"/>
4962 <image resource="q_btn_folder"/>
4963 <actions>
4964 <action function="set">tw_filename1=tw_file_location1</action>
4965 <action function="set">tw_fm_isfolder=1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05004966 <action function="set">tw_fm_type={@fm_type_folder=Folder}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004967 <action function="page">filemanageroptions</action>
4968 </actions>
4969 </button>
4970
4971 <action>
4972 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05004973 <action function="set">tw_fm_type={@fm_type_file=File}</action>
z31s1g28f0a922015-11-07 18:50:22 +01004974 <action function="set">tw_fm_isfolder=0</action>
4975 </actions>
4976 </action>
4977
4978 <action>
4979 <touch key="home"/>
4980 <action function="page">main</action>
4981 </action>
4982
4983 <action>
4984 <touch key="back"/>
4985 <action function="page">main3</action>
4986 </action>
4987
4988 <action>
4989 <condition var1="tw_filename1" op="modified"/>
4990 <action function="page">filemanageroptions</action>
4991 </action>
4992 </page>
4993
4994 <page name="filemanageroptions">
4995 <template name="page"/>
4996
4997 <template name="statusbar"/>
4998
4999 <text style="text_m">
5000 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005001 <text>%tw_fm_type% &gt; %tw_filename1%</text>
z31s1g28f0a922015-11-07 18:50:22 +01005002 </text>
5003
5004 <button style="main_button">
5005 <condition var1="tw_fm_isfolder" var2="0"/>
5006 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005007 <text>{@fm_copy_btn=Copy}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005008 <actions>
5009 <action function="set">tw_filemanager_command=cp</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005010 <action function="set">tw_fm_text1={@fm_copying=Copying}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005011 <action function="page">choosedestinationfolder</action>
5012 </actions>
5013 </button>
5014
5015 <button style="main_button">
5016 <condition var1="tw_fm_isfolder" var2="1"/>
5017 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005018 <text>{@fm_copy_btn=Copy}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005019 <actions>
5020 <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 -05005021 <action function="set">tw_fm_text1={@fm_copying=Copying}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005022 <action function="page">choosedestinationfolder</action>
5023 </actions>
5024 </button>
5025
5026 <button style="main_button">
5027 <placement x="%col1_x_right%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005028 <text>{@fm_move_btn=Move}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005029 <actions>
5030 <action function="set">tw_filemanager_command=mv</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005031 <action function="set">tw_fm_text1={@fm_moving=Moving}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005032 <action function="page">choosedestinationfolder</action>
5033 </actions>
5034 </button>
5035
5036 <button style="main_button">
5037 <placement x="%col1_x_left%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005038 <text>{@fm_chmod755_btn=chmod 755}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005039 <actions>
5040 <action function="set">tw_filemanager_command=chmod 755</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005041 <action function="set">tw_fm_text1={@fm_chmod755ing=chmod 755}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005042 <action function="set">tw_fm_text2=</action>
5043 <action function="set">tw_fm_text3=</action>
5044 <action function="set">tw_include_text3=0</action>
5045 <action function="set">tw_back=filemanageroptions</action>
5046 <action function="page">filemanagerconfirm</action>
5047 </actions>
5048 </button>
5049
5050 <button style="main_button">
5051 <placement x="%col1_x_right%" y="%row6_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005052 <text>{@fm_chmod_btn=chmod}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005053 <actions>
5054 <action function="set">tw_filemanager_rename=0000</action>
5055 <action function="set">tw_fm_text2=</action>
5056 <action function="set">tw_fm_text3=</action>
5057 <action function="set">tw_include_text3=0</action>
5058 <action function="set">tw_back=filemanageroptions</action>
5059 <action function="page">filemanagerchmod</action>
5060 </actions>
5061 </button>
5062
5063 <button style="main_button">
5064 <placement x="%col1_x_left%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005065 <text>{@fm_delete_btn=Delete}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005066 <actions>
5067 <action function="set">tw_filemanager_command=rm -rf</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005068 <action function="set">tw_fm_text1={@fm_deleting=Deleting}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005069 <action function="set">tw_fm_text2=</action>
5070 <action function="set">tw_fm_text3=</action>
5071 <action function="set">tw_include_text3=0</action>
5072 <action function="set">tw_back=filemanageroptions</action>
5073 <action function="page">filemanagerconfirm</action>
5074 </actions>
5075 </button>
5076
5077 <button style="main_button">
5078 <condition var1="tw_fm_isfolder" var2="0"/>
5079 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005080 <text>{@fm_rename_btn=Rename}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005081 <actions>
5082 <action function="set">tw_filemanager_rename=tw_selection1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005083 <action function="set">tw_fm_text1={@fm_renaming=Renaming}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005084 <action function="set">tw_filemanager_command=mv</action>
5085 <action function="page">filemanagerrenamefile</action>
5086 </actions>
5087 </button>
5088
5089 <button style="main_button">
5090 <condition var1="tw_fm_isfolder" var2="1"/>
5091 <placement x="%col1_x_right%" y="%row11_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005092 <text>{@fm_rename_btn=Rename}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005093 <actions>
5094 <action function="set">tw_filemanager_rename=tw_selection1</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005095 <action function="set">tw_fm_text1={@fm_renaming=Renaming}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005096 <action function="set">tw_filemanager_command=cd "%tw_file_location1%" &amp;&amp; cd .. &amp;&amp; mv</action>
5097 <action function="page">filemanagerrenamefolder</action>
5098 </actions>
5099 </button>
5100
5101 <action>
5102 <touch key="home"/>
5103 <action function="page">main</action>
5104 </action>
5105
5106 <action>
5107 <touch key="back"/>
5108 <action function="page">filemanagerlist</action>
5109 </action>
5110 </page>
5111
5112 <page name="choosedestinationfolder">
5113 <template name="page"/>
5114
5115 <template name="statusbar"/>
5116
5117 <text style="text_m">
5118 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005119 <text>{@fm_hdr=File Manager} &gt; {@fm_sel_dest=Select Destination Folder}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005120 </text>
5121
5122 <fileselector>
5123 <placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%fileselector_filemanager_height%"/>
5124 <text>%tw_file_location2%</text>
5125 <filter folders="1" files="0"/>
5126 <path name="tw_file_location2" default="/"/>
5127 <data name="tw_filename2"/>
5128 <selection name="tw_selection2"/>
5129 </fileselector>
5130
5131 <button>
5132 <placement x="%btn4_col4_x%" y="%row11_y%"/>
5133 <highlight color="%highlight_color%"/>
5134 <image resource="q_btn_folder"/>
5135 <actions>
5136 <action function="set">tw_fm_text2=to</action>
5137 <action function="set">tw_fm_text3=%tw_file_location2%</action>
5138 <action function="set">tw_include_text3=1</action>
5139 <action function="set">tw_back=filemanageroptions</action>
5140 <action function="page">filemanagerconfirm</action>
5141 </actions>
5142 </button>
5143
5144 <action>
5145 <touch key="home"/>
5146 <action function="page">main</action>
5147 </action>
5148
5149 <action>
5150 <touch key="back"/>
5151 <action function="page">filemanageroptions</action>
5152 </action>
5153 </page>
5154
5155 <page name="filemanagerrenamefile">
5156 <template name="page"/>
5157
5158 <template name="statusbar"/>
5159
5160 <text style="text_m">
5161 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005162 <text>{@fm_hdr=File Manager} &gt; {@fm_rename_hdr=Rename} %tw_fm_type%</text>
z31s1g28f0a922015-11-07 18:50:22 +01005163 </text>
5164
5165 <text style="text_m_accent">
5166 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005167 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005168 </text>
5169
5170 <input>
5171 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5172 <text>%tw_filemanager_rename%</text>
5173 <data name="tw_filemanager_rename"/>
5174 <restrict minlen="1" maxlen="128"/>
5175 <actions>
5176 <action function="set">tw_fm_text2=to</action>
5177 <action function="set">tw_fm_text3="%tw_file_location1%/%tw_filemanager_rename%"</action>
5178 <action function="set">tw_include_text3=1</action>
5179 <action function="set">tw_back=filemanageroptions</action>
5180 <action function="page">filemanagerconfirm</action>
5181 </actions>
5182 </input>
5183
5184 <fill color="%accent_color%">
5185 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
5186 </fill>
5187
5188 <button style="main_button_half_height">
5189 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005190 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005191 <action function="page">filemanageroptions</action>
5192 </button>
5193
5194 <template name="keyboardtemplate"/>
5195
5196 <action>
5197 <touch key="home"/>
5198 <action function="page">main</action>
5199 </action>
5200
5201 <action>
5202 <touch key="back"/>
5203 <action function="page">filemanageroptions</action>
5204 </action>
5205 </page>
5206
5207 <page name="filemanagerrenamefolder">
5208 <template name="page"/>
5209
5210 <template name="statusbar"/>
5211
5212 <text style="text_m">
5213 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005214 <text>{@fm_hdr=File Manager} &gt; {@fm_rename_hdr=Rename} %tw_fm_type%</text>
z31s1g28f0a922015-11-07 18:50:22 +01005215 </text>
5216
5217 <text style="text_m_accent">
5218 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005219 <text>{@name=Name:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005220 </text>
5221
5222 <input>
5223 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5224 <text>%tw_filemanager_rename%</text>
5225 <data name="tw_filemanager_rename"/>
5226 <restrict minlen="1" maxlen="128"/>
5227 <actions>
5228 <action function="set">tw_fm_text2=to</action>
5229 <action function="set">tw_fm_text3=%tw_filemanager_rename%</action>
5230 <action function="set">tw_include_text3=1</action>
5231 <action function="set">tw_back=filemanageroptions</action>
5232 <action function="page">filemanagerconfirm</action>
5233 </actions>
5234 </input>
5235
5236 <fill color="%accent_color%">
5237 <placement x="%col1_x_left%" y="row4_y" w="%content_width%" h="input_line_width" placement="1"/>
5238 </fill>
5239
5240 <button style="main_button_half_height">
5241 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005242 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005243 <action function="page">filemanageroptions</action>
5244 </button>
5245
5246 <template name="keyboardtemplate"/>
5247
5248 <action>
5249 <touch key="home"/>
5250 <action function="page">main</action>
5251 </action>
5252
5253 <action>
5254 <touch key="back"/>
5255 <action function="page">filemanageroptions</action>
5256 </action>
5257 </page>
5258
5259 <page name="filemanagerchmod">
5260 <template name="page"/>
5261
5262 <template name="statusbar"/>
5263
5264 <text style="text_m">
5265 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005266 <text>{@fm_hdr=File Manager} &gt; {@fm_set_perms_hdr=Set Permissions}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005267 </text>
5268
5269 <text style="text_m_accent">
5270 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005271 <text>{@fm_perms=Permissions:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005272 </text>
5273
5274 <input>
5275 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5276 <text>%tw_filemanager_rename%</text>
5277 <data name="tw_filemanager_rename"/>
5278 <restrict minlen="3" maxlen="4" allow="0123456789"/>
5279 <actions>
5280 <action function="set">tw_filemanager_command=chmod %tw_filemanager_rename%</action>
5281 <action function="set">tw_fm_text1=chmod %tw_filemanager_rename%</action>
5282 <action function="set">tw_back=filemanageroptions</action>
5283 <action function="page">filemanagerconfirm</action>
5284 </actions>
5285 </input>
5286
5287 <fill color="%accent_color%">
5288 <placement x="%col1_x_left%" y="row4_y" w="%content_width%" h="input_line_width" placement="1"/>
5289 </fill>
5290
5291 <button style="main_button_half_height">
5292 <placement x="%col1_x_left%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005293 <text>{@cancel_btn=Cancel}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005294 <action function="page">filemanageroptions</action>
5295 </button>
5296
5297 <template name="keyboardtemplate"/>
5298
5299 <action>
5300 <touch key="home"/>
5301 <action function="page">main</action>
5302 </action>
5303
5304 <action>
5305 <touch key="back"/>
5306 <action function="page">filemanageroptions</action>
5307 </action>
5308 </page>
5309
5310 <page name="filemanagerconfirm">
5311 <template name="page"/>
5312
5313 <template name="statusbar"/>
5314
5315 <text style="text_m">
5316 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005317 <text>{@fm_hdr=File Manager} &gt; {@confirm_action=Confirm Action}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005318 </text>
5319
5320 <text style="text_m_accent">
5321 <placement x="%center_x%" y="%row2_y%" placement="5"/>
5322 <text>%tw_fm_text1%</text>
5323 </text>
5324
5325 <text style="text_m">
5326 <placement x="%center_x%" y="%row3_y%" placement="5"/>
5327 <text>%tw_filename1%</text>
5328 </text>
5329
5330 <text style="text_m_accent">
5331 <placement x="%center_x%" y="%row5_y%" placement="5"/>
5332 <text>%tw_fm_text2%</text>
5333 </text>
5334
5335 <text style="text_m">
5336 <placement x="%center_x%" y="%row6_y%" placement="5"/>
5337 <text>%tw_fm_text3%</text>
5338 </text>
5339
5340 <text style="text_m">
5341 <placement x="%center_x%" y="%row8_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005342 <text>{@back_cancel=Press back button to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005343 </text>
5344
5345 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05005346 <text>{@swipe_confirm= Confirm}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005347 <action function="page">filemanageraction</action>
5348 </slider>
5349
5350 <action>
5351 <touch key="back"/>
5352 <action function="page">%tw_back%</action>
5353 </action>
5354
5355 <action>
5356 <touch key="home"/>
5357 <action function="page">main</action>
5358 </action>
5359 </page>
5360
5361 <page name="filemanageraction">
5362 <template name="page"/>
5363
5364 <template name="statusbar"/>
5365
5366 <text style="text_m">
5367 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005368 <text>{@fm_hdr=File Manager} &gt; %tw_fm_text1%</text>
z31s1g28f0a922015-11-07 18:50:22 +01005369 </text>
5370
5371 <template name="console"/>
5372
5373 <template name="progress_bar"/>
5374
5375 <action>
5376 <conditions>
5377 <condition var1="tw_operation_state" var2="1"/>
5378 <condition var1="tw_operation_status" var2="0"/>
5379 </conditions>
5380 <actions>
5381 <action function="set">tw_back=filemanagerlist</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005382 <action function="set">tw_complete_text1={@fm_complete=File Operation Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005383 <action function="page">action_complete</action>
5384 </actions>
5385 </action>
5386
5387 <action>
5388 <conditions>
5389 <condition var1="tw_operation_state" var2="1"/>
5390 <condition var1="tw_operation_status" op="!=" var2="0"/>
5391 </conditions>
5392 <actions>
Ethan Yonker74db1572015-10-28 12:44:49 -05005393 <action function="set">tw_complete_text1={@fm_complete=File Operation Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005394 <action function="page">action_complete</action>
5395 </actions>
5396 </action>
5397
5398 <action>
5399 <condition var1="tw_include_text3" var2="0"/>
5400 <action function="cmd">%tw_filemanager_command% "%tw_filename1%"</action>
5401 </action>
5402
5403 <action>
5404 <condition var1="tw_include_text3" var2="1"/>
5405 <action function="cmd">%tw_filemanager_command% "%tw_filename1%" "%tw_fm_text3%"</action>
5406 </action>
5407 </page>
5408
5409 <page name="decrypt">
5410 <template name="page"/>
5411
5412 <template name="statusbar"/>
5413
5414 <action>
5415 <condition var1="tw_crypto_pwtype" var2="2"/>
5416 <action function="page">decrypt_pattern</action>
5417 </action>
5418
Captain Throwbackc13796a2021-11-04 15:50:36 -04005419 <action>
5420 <condition var1="tw_crypto_pwtype" var2="3"/>
5421 <action function="page">decrypt_pin</action>
5422 </action>
5423
z31s1g28f0a922015-11-07 18:50:22 +01005424 <text style="text_m">
5425 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005426 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_hdr=Decrypt Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005427 </text>
5428
5429 <text style="text_m_accent">
Noah Jacobson5a79f672019-04-28 00:10:07 -04005430 <condition var1="tw_is_fbe" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01005431 <placement x="%col1_x_left%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005432 <text>{@decrypt_data_enter_pass=Enter Password:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005433 </text>
5434
Noah Jacobson5a79f672019-04-28 00:10:07 -04005435 <text style="text_m_accent">
5436 <condition var1="tw_is_fbe" var2="1"/>
5437 <placement x="%col1_x_left%" y="%row1_y%"/>
5438 <text>{@decrypt_data_enter_pass_fbe=Enter Password for User [%tw_crypto_user_id%]}</text>
5439 </text>
5440
z31s1g28f0a922015-11-07 18:50:22 +01005441 <input>
5442 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5443 <text>%tw_crypto_display%</text>
5444 <data name="tw_crypto_password" mask="*" maskvariable="tw_crypto_display"/>
5445 <restrict minlen="1" maxlen="254"/>
5446 <action function="page">trydecrypt</action>
5447 </input>
5448
5449 <fill color="%accent_color%">
5450 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5451 </fill>
5452
5453 <fill color="%text_fail_color%">
5454 <condition var1="tw_password_fail" var2="1"/>
5455 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5456 </fill>
5457
5458 <text style="text_m_fail">
5459 <condition var1="tw_password_fail" var2="1"/>
5460 <placement x="%col1_x_left%" y="%row3_input_y%"/>
sndnvaps793ec582016-01-28 19:41:44 +08005461 <text>{@decrypt_data_failed=Password failed, please try again!}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005462 </text>
5463
5464 <button style="main_button_half_height">
z31s1g608d7ff2016-01-18 19:47:25 +01005465 <placement x="%col1_x_left%" y="%row4_y%"/>
5466 <text>{@sel_lang_btn=Select Language}</text>
5467 <action function="page">settings_language</action>
5468 </button>
5469
5470 <button style="main_button_half_height">
z31s1g28f0a922015-11-07 18:50:22 +01005471 <placement x="%col1_x_right%" y="%row4_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005472 <text>{@cancel_btn=Cancel}</text>
Captain Throwbackcfa637e2021-02-10 18:25:07 -05005473 <action function="page">canceldecrypt</action>
z31s1g28f0a922015-11-07 18:50:22 +01005474 </button>
5475
5476 <template name="keyboardtemplate"/>
5477 </page>
5478
5479 <page name="decrypt_pattern">
5480 <template name="page"/>
5481
5482 <template name="statusbar"/>
5483
Aleksa Saraib25a1832015-12-31 17:36:00 +01005484 <action>
5485 <action function="set">tw_gui_pattern_grid_size=3</action>
5486 </action>
5487
z31s1g28f0a922015-11-07 18:50:22 +01005488 <text style="text_m">
5489 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005490 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_hdr=Decrypt Data}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005491 </text>
5492
5493 <text style="text_m_accent">
Noah Jacobson5a79f672019-04-28 00:10:07 -04005494 <condition var1="tw_is_fbe" op="!=" var2="1"/>
Aleksa Saraib25a1832015-12-31 17:36:00 +01005495 <condition var1="tw_password_fail" op="!=" var2="1"/>
z31s1g28f0a922015-11-07 18:50:22 +01005496 <placement x="%center_x%" y="%row5_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005497 <text>{@decrypt_data_enter_pattern=Enter Pattern.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005498 </text>
5499
Noah Jacobson5a79f672019-04-28 00:10:07 -04005500 <text style="text_m_accent">
5501 <condition var1="tw_is_fbe" var2="1"/>
5502 <condition var1="tw_password_fail" op="!=" var2="1"/>
5503 <placement x="%center_x%" y="%row5_y%" placement="5"/>
5504 <text>{@decrypt_data_enter_pattern_fbe=Enter Pattern for User [%tw_crypto_user_id%]}</text>
5505 </text>
5506
Aleksa Saraib25a1832015-12-31 17:36:00 +01005507 <text style="text_m_fail">
5508 <condition var1="tw_password_fail" var2="1"/>
5509 <placement x="%center_x%" y="%row5_y%" placement="5"/>
sndnvaps793ec582016-01-28 19:41:44 +08005510 <text>{@decrypt_data_failed_pattern=Pattern failed, please try again!}</text>
Aleksa Saraib25a1832015-12-31 17:36:00 +01005511 </text>
5512
z31s1g28f0a922015-11-07 18:50:22 +01005513 <text style="text_m">
5514 <placement x="%center_x%" y="%row10_y%" placement="5"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005515 <text>{@back_cancel=Press back to cancel.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005516 </text>
5517
5518 <patternpassword>
5519 <placement x="%pattern_x%" y="%row2_y%" w="%pattern_size%" h="%pattern_size%"/>
z31s1g28f0a922015-11-07 18:50:22 +01005520 <dot color="%fileselector_linecolor%" activecolor="%accent_color%" radius="%pattern_dot_dia%"/>
5521 <line color="%fileselector_linecolor%" width="%pattern_line_w%"/>
5522 <data name="tw_crypto_password"/>
5523 <action function="page">trydecrypt</action>
5524 </patternpassword>
5525
5526 <fill color="#000000">
5527 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
5528 </fill>
5529
5530 <button>
5531 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4"/>
5532 <image resource="back"/>
5533 <condition var1="tw_busy" var2="0"/>
Captain Throwbackcfa637e2021-02-10 18:25:07 -05005534 <action function="page">canceldecrypt</action>
z31s1g28f0a922015-11-07 18:50:22 +01005535 </button>
Aleksa Saraib25a1832015-12-31 17:36:00 +01005536
5537 <button>
5538 <condition var1="tw_gui_pattern_grid_size" var2="3"/>
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="4"/>
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=3</action>
5549 </button>
5550
5551 <button>
5552 <condition var1="tw_gui_pattern_grid_size" var2="5"/>
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=4</action>
5556 </button>
5557
5558 <button>
5559 <condition var1="tw_gui_pattern_grid_size" var2="6"/>
5560 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
5561 <image resource="grid_less"/>
5562 <action function="set">tw_gui_pattern_grid_size=5</action>
5563 </button>
5564
5565 <button>
5566 <condition var1="tw_gui_pattern_grid_size" var2="3"/>
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=4</action>
5570 </button>
5571
5572 <button>
5573 <condition var1="tw_gui_pattern_grid_size" var2="4"/>
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=5</action>
5577 </button>
5578
5579 <button>
5580 <condition var1="tw_gui_pattern_grid_size" var2="5"/>
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>
5585
5586 <button>
5587 <condition var1="tw_gui_pattern_grid_size" var2="6"/>
5588 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
5589 <image resource="grid_more"/>
5590 <action function="set">tw_gui_pattern_grid_size=6</action>
5591 </button>
z31s1g28f0a922015-11-07 18:50:22 +01005592 </page>
5593
Captain Throwbackc13796a2021-11-04 15:50:36 -04005594 <page name="decrypt_pin">
5595 <template name="page"/>
5596
5597 <template name="statusbar"/>
5598
5599 <text style="text_m">
5600 <placement x="%col1_x_left%" y="%row1_header_y%"/>
5601 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_hdr=Decrypt Data}</text>
5602 </text>
5603
5604 <text style="text_m_accent">
5605 <condition var1="tw_is_fbe" op="!=" var2="1"/>
5606 <placement x="%col1_x_left%" y="%row1_y%"/>
5607 <text>{@decrypt_data_enter_pass=Enter PIN:}</text>
5608 </text>
5609
5610 <text style="text_m_accent">
5611 <condition var1="tw_is_fbe" var2="1"/>
5612 <placement x="%col1_x_left%" y="%row1_y%"/>
5613 <text>{@decrypt_data_enter_pass_fbe=Enter PIN for User [%tw_crypto_user_id%]}</text>
5614 </text>
5615
5616 <input>
5617 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
5618 <text>%tw_crypto_display%</text>
5619 <data name="tw_crypto_password" mask="*" maskvariable="tw_crypto_display"/>
5620 <restrict minlen="1" maxlen="254"/>
5621 <action function="page">trydecrypt</action>
5622 </input>
5623
5624 <fill color="%accent_color%">
5625 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5626 </fill>
5627
5628 <fill color="%text_fail_color%">
5629 <condition var1="tw_password_fail" var2="1"/>
5630 <placement x="%col1_x_left%" y="row3_input_y" w="%content_width%" h="input_line_width" placement="1"/>
5631 </fill>
5632
5633 <text style="text_m_fail">
5634 <condition var1="tw_password_fail" var2="1"/>
5635 <placement x="%col1_x_left%" y="%row3_input_y%"/>
5636 <text>{@decrypt_data_failed=PIN failed, please try again!}</text>
5637 </text>
5638
5639 <button style="main_button_half_height">
5640 <placement x="%col1_x_left%" y="%row4_y%"/>
5641 <text>{@sel_lang_btn=Select Language}</text>
5642 <action function="page">settings_language</action>
5643 </button>
5644
5645 <button style="main_button_half_height">
5646 <placement x="%col1_x_right%" y="%row4_y%"/>
5647 <text>{@cancel_btn=Cancel}</text>
5648 <action function="page">canceldecrypt</action>
5649 </button>
5650
5651 <template name="keyboardnum"/>
5652 </page>
5653
z31s1g28f0a922015-11-07 18:50:22 +01005654 <page name="trydecrypt">
5655 <template name="page"/>
5656
5657 <template name="statusbar"/>
5658
5659 <text style="text_m">
5660 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005661 <text>{@mount_hdr=Mount} &gt; {@decrypt_data_trying=Trying Decryption}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005662 </text>
5663
5664 <template name="console"/>
5665
5666 <template name="progress_bar"/>
5667
5668 <action>
5669 <action function="decrypt"/>
5670 </action>
5671
5672 <action>
5673 <conditions>
5674 <condition var1="tw_operation_state" var2="1"/>
5675 <condition var1="tw_operation_status" op="!=" var2="0"/>
5676 </conditions>
5677 <actions>
5678 <action function="set">tw_password_fail=1</action>
5679 <action function="page">decrypt</action>
5680 </actions>
5681 </action>
5682
5683 <action>
5684 <conditions>
5685 <condition var1="tw_operation_state" var2="1"/>
5686 <condition var1="tw_operation_status" op="=" var2="0"/>
5687 </conditions>
5688 <actions>
5689 <action function="set">tw_page_done=1</action>
5690 <action function="page">main</action>
5691 </actions>
5692 </action>
5693 </page>
5694
Captain Throwbackcfa637e2021-02-10 18:25:07 -05005695 <page name="canceldecrypt">
5696 <template name="page"/>
5697
5698 <template name="statusbar"/>
5699
5700 <text style="text_m">
5701 <placement x="%col1_x_left%" y="%row1_header_y%"/>
5702 <text>{@cancel_btn=Cancel} &gt; {@refresh_sizes_btn=Refresh Sizes}</text>
5703 </text>
5704
5705 <template name="console"/>
5706
5707 <template name="progress_bar"/>
5708
5709 <action>
5710 <action function="refreshsizes"/>
5711 </action>
5712
5713 <action>
5714 <conditions>
5715 <condition var1="tw_operation_state" var2="1"/>
5716 </conditions>
5717 <actions>
5718 <action function="set">tw_page_done=1</action>
5719 <action function="page">main</action>
5720 </actions>
5721 </action>
5722 </page>
5723
z31s1g28f0a922015-11-07 18:50:22 +01005724 <page name="terminalcommand">
z31s1g56189522016-01-13 19:12:40 +01005725 <terminal>
5726 <condition var1="tw_hide_kb" var2="0"/>
5727 <placement x="0" y="0" w="%screen_width%" h="%console_terminal_s_height%"/>
5728 </terminal>
z31s1g28f0a922015-11-07 18:50:22 +01005729
z31s1g56189522016-01-13 19:12:40 +01005730 <terminal>
5731 <condition var1="tw_hide_kb" var2="1"/>
5732 <placement x="0" y="0" w="%screen_width%" h="%console_terminal_l_height%"/>
5733 </terminal>
z31s1g28f0a922015-11-07 18:50:22 +01005734
z31s1g56189522016-01-13 19:12:40 +01005735 <template name="keyboardterminaltemplate"/>
z31s1g28f0a922015-11-07 18:50:22 +01005736
5737 <template name="keyboardtemplate"/>
5738
z31s1g608d7ff2016-01-18 19:47:25 +01005739 <fill color="#000000">
z31s1g56189522016-01-13 19:12:40 +01005740 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%" />
z31s1g608d7ff2016-01-18 19:47:25 +01005741 </fill>
z31s1g56189522016-01-13 19:12:40 +01005742
z31s1g608d7ff2016-01-18 19:47:25 +01005743 <button>
z31s1g56189522016-01-13 19:12:40 +01005744 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4" />
5745 <image resource="back" />
5746 <condition var1="tw_busy" var2="0" />
5747 <actions>
5748 <action function="set">tw_hide_kb=0</action>
5749 <action function="key">back</action>
5750 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005751 </button>
z31s1g56189522016-01-13 19:12:40 +01005752
z31s1g608d7ff2016-01-18 19:47:25 +01005753 <button>
z31s1g56189522016-01-13 19:12:40 +01005754 <placement x="%center_x%" y="%navbar_btn_y%" placement="4" />
5755 <image resource="home" />
5756 <condition var1="tw_busy" var2="0" />
5757 <actions>
5758 <action function="set">tw_hide_kb=0</action>
5759 <action function="key">home</action>
5760 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005761 </button>
z31s1g56189522016-01-13 19:12:40 +01005762
z31s1g608d7ff2016-01-18 19:47:25 +01005763 <button>
z31s1g56189522016-01-13 19:12:40 +01005764 <condition var1="tw_hide_kb" var2="0"/>
5765 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4" />
5766 <image resource="kb_hide" />
5767 <condition var1="tw_busy" var2="0" />
5768 <actions>
5769 <action function="set">tw_hide_kb=1</action>
5770 <action function="page">terminalcommand</action>
5771 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005772 </button>
z31s1g56189522016-01-13 19:12:40 +01005773
z31s1g608d7ff2016-01-18 19:47:25 +01005774 <button>
z31s1g56189522016-01-13 19:12:40 +01005775 <condition var1="tw_hide_kb" var2="1"/>
5776 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4" />
5777 <image resource="kb_show" />
5778 <condition var1="tw_busy" var2="0" />
5779 <actions>
5780 <action function="set">tw_hide_kb=0</action>
5781 <action function="page">terminalcommand</action>
5782 </actions>
z31s1g608d7ff2016-01-18 19:47:25 +01005783 </button>
z31s1g56189522016-01-13 19:12:40 +01005784
z31s1g28f0a922015-11-07 18:50:22 +01005785 <action>
5786 <touch key="home"/>
z31s1g56189522016-01-13 19:12:40 +01005787 <actions>
5788 <action function="set">tw_hide_kb=0</action>
5789 <action function="page">main</action>
5790 </actions>
z31s1g28f0a922015-11-07 18:50:22 +01005791 </action>
5792
5793 <action>
5794 <touch key="back"/>
z31s1g56189522016-01-13 19:12:40 +01005795 <actions>
5796 <action function="set">tw_hide_kb=0</action>
5797 <action function="page">advanced</action>
5798 </actions>
z31s1g28f0a922015-11-07 18:50:22 +01005799 </action>
z31s1g56189522016-01-13 19:12:40 +01005800
z31s1g608d7ff2016-01-18 19:47:25 +01005801 <action>
z31s1g56189522016-01-13 19:12:40 +01005802 <touch key="power+voldown" />
5803 <action function="screenshot" />
z31s1g608d7ff2016-01-18 19:47:25 +01005804 </action>
z31s1g28f0a922015-11-07 18:50:22 +01005805 </page>
5806
5807 <page name="sideload">
5808 <template name="page"/>
5809
5810 <template name="statusbar"/>
5811
5812 <text style="text_m">
5813 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005814 <text>{@install_hdr=Install} &gt; {@adb_sideload_hdr=ADB Sideload}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005815 </text>
5816
5817 <text style="text_m_accent">
5818 <placement x="%indent%" y="%row1_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005819 <text>{@options=Options:}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005820 </text>
5821
5822 <checkbox>
5823 <placement x="%indent%" y="%row2_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005824 <text>{@sideload_wipe_dalvik_chk=Wipe Dalvik Cache}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005825 <data variable="tw_wipe_dalvik"/>
5826 </checkbox>
5827
5828 <checkbox>
5829 <placement x="%indent%" y="%row4a_y%"/>
Ethan Yonker74db1572015-10-28 12:44:49 -05005830 <text>{@sideload_wipe_cache_chk=Wipe Cache}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005831 <data variable="tw_wipe_cache"/>
5832 </checkbox>
5833
5834 <slider>
Ethan Yonker74db1572015-10-28 12:44:49 -05005835 <text>{@swipe_sideload= Start}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005836 <actions>
5837 <action function="set">tw_back=install_type</action>
5838 <action function="set">tw_action=adbsideload</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005839 <action function="set">tw_action_text1={@sideload_confirm=ADB Sideload}</action>
5840 <action function="set">tw_action_text2={@sideload_usage=Usage: adb sideload filename.zip}</action>
5841 <action function="set">tw_complete_text1={@sideload_complete=ADB Sideload Complete}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005842 <action function="set">tw_has_cancel=1</action>
5843 <action function="set">tw_show_reboot=1</action>
5844 <action function="set">tw_cancel_action=adbsideloadcancel</action>
5845 <action function="page">action_page</action>
5846 </actions>
5847 </slider>
5848
5849 <action>
5850 <touch key="home"/>
5851 <action function="page">main</action>
5852 </action>
5853
5854 <action>
5855 <touch key="back"/>
5856 <action function="page">install_type</action>
5857 </action>
5858 </page>
5859
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005860 <page name="fixcontexts">
z31s1g28f0a922015-11-07 18:50:22 +01005861 <template name="page"/>
5862
5863 <template name="statusbar"/>
5864
5865 <text style="text_m">
5866 <placement x="%col1_x_left%" y="%row1_header_y%"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005867 <text>{@advanced_hdr=Advanced} &gt; {@fix_contexts_hdr=Fix Contexts}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005868 </text>
5869
5870 <text style="text_m_accent">
5871 <placement x="%center_x%" y="%row2_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005872 <text>{@fix_contexts_note1=Note: Fixing contexts is rarely needed.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005873 </text>
5874
z31s1g28f0a922015-11-07 18:50:22 +01005875 <text style="text_m_fail">
5876 <placement x="%center_x%" y="%row6a_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005877 <text>{@fix_contexts_note2=Fixing SELinux Contexts may cause}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005878 </text>
5879
5880 <text style="text_m_fail">
5881 <placement x="%center_x%" y="%row7a_y%" placement="5"/>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005882 <text>{@fix_contexts_note3=your device to not boot properly.}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005883 </text>
5884
5885 <slider>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005886 <text>{@swipe_fix_contexts= Fix Contexts}</text>
z31s1g28f0a922015-11-07 18:50:22 +01005887 <actions>
5888 <action function="set">tw_back=advanced</action>
Ethan Yonkerb5fab762016-01-28 14:03:33 -06005889 <action function="set">tw_action=fixcontexts</action>
5890 <action function="set">tw_action_text1={@fixing_contexts=Fixing Contexts...}</action>
5891 <action function="set">tw_complete_text1={@fix_contexts_complete=Fix Contexts Complete}</action>
Ethan Yonker74db1572015-10-28 12:44:49 -05005892 <action function="set">tw_slider_text={@swipe_confirm= Confirm}</action>
z31s1g28f0a922015-11-07 18:50:22 +01005893 <action function="set">tw_show_reboot=1</action>
5894 <action function="page">action_page</action>
5895 </actions>
5896 </slider>
5897
5898 <action>
5899 <touch key="home"/>
5900 <action function="page">main</action>
5901 </action>
5902
5903 <action>
5904 <touch key="back"/>
5905 <action function="page">advanced</action>
5906 </action>
5907 </page>
5908
z31s1g28f0a922015-11-07 18:50:22 +01005909 <page name="slideout">
5910 <fill color="%background_color%">
5911 <placement x="0" y="%row2_header_y%" w="%screen_width%" h="%slideout_bg_height%"/>
5912 </fill>
5913
5914 <console>
5915 <placement x="%indent%" y="%row1_y%" w="%content_width%" h="%slideout_height%"/>
5916 </console>
5917
5918 <fill color="%fileselector_linecolor%">
5919 <placement x="%indent%" y="row1_y" w="%content_width%" h="input_line_width" placement="1"/>
5920 </fill>
5921
5922 <fill color="%fileselector_linecolor%">
5923 <placement x="%indent%" y="row15a_y" w="%content_width%" h="input_line_width"/>
5924 </fill>
5925
5926 <button>
5927 <fill color="%transparent%"/>
5928 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
5929 <action function="overlay"/>
5930 </button>
5931
5932 <action>
Matt Mower0c347d52016-01-21 23:14:39 -06005933 <touch key="power"/>
5934 <action function="togglebacklight"/>
5935 </action>
5936
5937 <action>
z31s1g28f0a922015-11-07 18:50:22 +01005938 <touch key="power+voldown"/>
5939 <action function="screenshot"/>
5940 </action>
5941 </page>
5942
5943 <page name="select_storage">
5944 <template name="page"/>
5945
5946 <template name="statusbar"/>
5947
5948 <text style="text_m">
5949 <placement x="%col1_x_left%" y="%row1_header_y%"/>
5950 <text>%tw_storagetext%</text>
5951 </text>
5952
5953 <partitionlist style="partitionlist_headerless_rb">
5954 <data name="tw_storage_path"/>
5955 <listtype name="storage"/>
5956 </partitionlist>
5957
5958 <button>
5959 <placement x="%btn4_col2_x%" y="%row11_y%"/>
5960 <highlight color="%highlight_color%"/>
5961 <image resource="q_btn_refresh"/>
5962 <actions>
5963 <action function="refreshsizes"/>
5964 <action function="page">select_storage</action>
5965 </actions>
5966 </button>
5967
5968 <button>
5969 <placement x="%btn4_col3_x%" y="%row11_y%"/>
5970 <highlight color="%highlight_color%"/>
5971 <image resource="q_btn_accept"/>
5972 <actions>
5973 <action function="set">tw_clear_destination=%tw_back%</action>
5974 <action function="page">clear_vars</action>
5975 </actions>
5976 </button>
5977
5978 <action>
5979 <touch key="power+voldown"/>
5980 <action function="screenshot"/>
5981 </action>
5982 </page>
Noah Jacobson5a79f672019-04-28 00:10:07 -04005983
5984 <page name="decrypt_users">
5985 <template name="page"/>
5986
5987 <text style="text_l">
5988 <placement x="%col1_x_header%" y="%row3_header_y%"/>
5989 <text>{@decrypt_users=Decrypt Users}</text>
5990 </text>
5991
5992 <text style="text_m_accent">
5993 <placement x="%center_x%" y="%row2_y%" placement="5"/>
5994 <text>{@decrypt_users_selection=Select a user ID to decrypt}</text>
5995 </text>
5996
5997 <listbox>
5998 <placement x="%indent%" y="%row2_header_y%" w="%content_width%" h="%fileselector_install_height%"/>
5999 <text>{@select_user=Select User}</text>
6000 <icon selected="radio_true" unselected="radio_false" />
6001 <data name="tw_crypto_user_id" />
6002 </listbox>
6003
6004 <button style="main_button_half_height">
6005 <placement x="%col1_x_left%" y="%row13_y%" textplacement="6"/>
6006 <text>{@decrypt_users=Decrypt Users}</text>
6007 <action function="set">tw_crypto_password=</action>
6008 <action function="set">tw_password_fail=0</action>
6009 <action function="page">decrypt</action>
6010 </button>
6011
6012 <action>
6013 <touch key="home"/>
6014 <action function="page">main</action>
6015 </action>
6016
6017 <action>
6018 <touch key="back"/>
6019 <action function="page">advanced</action>
6020 </action>
6021 </page>
epicX98053c32021-01-04 13:01:31 +05306022
6023 <page name="changeTwrpFolder">
6024 <template name="page"/>
6025
6026 <template name="statusbar"/>
6027
6028 <text style="text_m">
6029 <placement x="%col1_x_left%" y="%row1_header_y%"/>
6030 <text>{@change_twrp_folder_btn=Change TWRP folder}</text>
6031 </text>
6032
6033 <text style="text_m_accent">
6034 <placement x="%col1_x_left%" y="%row1_y%"/>
6035 <text>{@name=Name:}</text>
6036 </text>
6037
6038 <input>
6039 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%input_height%"/>
6040 <text>%tw_custom_folder%</text>
6041 <data name="tw_custom_folder"/>
6042 <restrict minlen="1" maxlen="64" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"/>
6043 <actions>
6044 <action function="set">tw_back=changeTwrpFolder</action>
6045 <action function="set">tw_action=applycustomtwrpfolder</action>
6046 <action function="set">tw_action_param=%tw_custom_folder%</action>
6047 <action function="set">tw_text1={@confirm_action=Confirm}</action>
6048 <action function="set">tw_text2={@rename_backup_confirm2=This cannot be undone!}</action>
6049 <action function="set">tw_action_text1={@change_twrp_folder_on_process=Changing TWRP folder}</action>
6050 <action function="set">tw_complete_text1={@change_twrp_folder_after_process=TWRP folder changed to} %tw_custom_folder%</action>
6051 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
6052 <action function="set">tw_filecheck=/sdcard/%tw_custom_folder%</action>
6053 <action function="set">tw_existpage=changeTwrpFolder</action>
6054 <action function="set">tw_notexistpage=confirm_action</action>
6055 <action function="page">filecheck</action>
6056 </actions>
6057 </input>
6058
6059 <fill color="%accent_color%">
6060 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
6061 </fill>
6062
6063 <fill color="%text_fail_color%">
6064 <condition var1="tw_fileexists" var2="1"/>
6065 <placement x="%col1_x_left%" y="%row3_input_y%" w="%content_width%" h="%input_line_width%" placement="1"/>
6066 </fill>
6067
6068 <text style="text_m_fail">
6069 <condition var1="tw_fileexists" var2="1"/>
6070 <placement x="%col1_x_left%" y="%row3_input_y%"/>
6071 <text>{@tw_folder_exists=A folder with that name already exists!}</text>
6072 </text>
6073
6074 <button style="main_button_half_width_low">
6075 <placement x="%col1_x_left%" y="%row4_y%"/>
6076 <text>{@cancel_btn=Cancel}</text>
6077 <action function="page">advanced2</action>
6078 </button>
6079
6080 <button style="main_button_half_height">
6081 <condition var1="tw_recovery_folder" op="!=" var2="/TWRP"/>
6082 <placement x="%col1_x_right%" y="%row4_y%"/>
6083 <text>{@restore_defaults_btn=Restore Defaults}</text>
6084 <actions>
6085 <action function="set">tw_back=changeTwrpFolder</action>
6086 <action function="set">tw_action=applycustomtwrpfolder</action>
6087 <action function="set">tw_action_param=TWRP</action>
6088 <action function="set">tw_text1={@confirm_action=Confirm}</action>
6089 <action function="set">tw_text2={@rename_backup_confirm2=This cannot be undone!}</action>
6090 <action function="set">tw_action_text1={@change_twrp_folder_on_process=Changing TWRP folder}</action>
6091 <action function="set">tw_complete_text1={@change_twrp_folder_after_process=TWRP folder changed to} TWRP</action>
6092 <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action>
6093 <action function="set">tw_filecheck=/sdcard/TWRP</action>
6094 <action function="set">tw_existpage=changeTwrpFolder</action>
6095 <action function="set">tw_notexistpage=confirm_action</action>
6096 <action function="page">filecheck</action>
6097 </actions>
6098 </button>
6099
6100 <template name="keyboardtemplate"/>
6101
6102 <action>
6103 <touch key="home"/>
6104 <actions>
6105 <action function="page">main</action>
6106 </actions>
6107 </action>
6108
6109 <action>
6110 <touch key="back"/>
6111 <actions>
6112 <action function="page">advanced2</action>
6113 </actions>
6114 </action>
6115 </page>
z31s1g28f0a922015-11-07 18:50:22 +01006116 </pages>
6117</recovery>