|
3395 | 3395 | <action function="page">sideload</action> |
3396 | 3396 | </button> |
3397 | 3397 |
|
3398 | | - <button style="main_button"> |
3399 | | - <condition var1="tw_show_dumlock" var2="1"/> |
3400 | | - <placement x="%center_x%" y="%row19_y%"/> |
3401 | | - <text>{@dumlock_btn=HTC Dumlock}</text> |
3402 | | - <action function="page">htcdumlock</action> |
3403 | | - </button> |
3404 | | - |
3405 | 3398 | <button style="main_button"> |
3406 | 3399 | <condition var1="tw_has_injecttwrp" var2="1"/> |
3407 | 3400 | <placement x="%center_x%" y="%row19_y%"/> |
|
3611 | 3604 | </action> |
3612 | 3605 | </page> |
3613 | 3606 |
|
3614 | | - <page name="htcdumlock"> |
3615 | | - <template name="page"/> |
3616 | | - |
3617 | | - <text style="text_l"> |
3618 | | - <placement x="%col1_x_header%" y="%row3_header_y%"/> |
3619 | | - <text>{@advanced_hdr=Advanced}</text> |
3620 | | - </text> |
3621 | | - |
3622 | | - <text style="text_m"> |
3623 | | - <placement x="%col1_x_header%" y="%row4_header_y%"/> |
3624 | | - <text>{@dumlock_hdr=HTC Dumlock}</text> |
3625 | | - </text> |
3626 | | - |
3627 | | - <button style="main_button_half_height_full_width"> |
3628 | | - <placement x="%indent%" y="%row15a_y%"/> |
3629 | | - <text>{@dumlock_restore_btn=Restore Original Boot}</text> |
3630 | | - <actions> |
3631 | | - <action function="set">tw_back=htcdumlock</action> |
3632 | | - <action function="set">tw_action=htcdumlockrestoreboot</action> |
3633 | | - <action function="set">tw_text1={@dumlock_restore_confirm=Restore original boot image?}</action> |
3634 | | - <action function="set">tw_action_text1={@dumlock_restoring=Restoring Original Boot...}</action> |
3635 | | - <action function="set">tw_complete_text1={@dumlock_restore_complete=Restore Original Boot Complete}</action> |
3636 | | - <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action> |
3637 | | - <action function="page">confirm_action</action> |
3638 | | - </actions> |
3639 | | - </button> |
3640 | | - |
3641 | | - <button style="main_button_half_height_full_width"> |
3642 | | - <placement x="%indent%" y="%row18a_y%"/> |
3643 | | - <text>{@dumlock_reflash_btn=Reflash Recovery}</text> |
3644 | | - <actions> |
3645 | | - <action function="set">tw_back=htcdumlock</action> |
3646 | | - <action function="set">tw_action=htcdumlockreflashrecovery</action> |
3647 | | - <action function="set">tw_text1={@dumlock_reflash_confirm=Reflash recovery to boot?}</action> |
3648 | | - <action function="set">tw_action_text1={@dumlock_reflashing=Flashing recovery to boot...}</action> |
3649 | | - <action function="set">tw_complete_text1={@dumlock_reflash_complete=Recovery Flash to Boot Complete}</action> |
3650 | | - <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action> |
3651 | | - <action function="page">confirm_action</action> |
3652 | | - </actions> |
3653 | | - </button> |
3654 | | - |
3655 | | - <button style="main_button_half_height_full_width"> |
3656 | | - <placement x="%indent%" y="%row21a_y%"/> |
3657 | | - <text>{@dumlock_install_btn=Install HTC Dumlock}</text> |
3658 | | - <actions> |
3659 | | - <action function="set">tw_back=htcdumlock</action> |
3660 | | - <action function="set">tw_action=installhtcdumlock</action> |
3661 | | - <action function="set">tw_text1={@dumlock_install_confirm=Install HTC dumlock files to ROM?}</action> |
3662 | | - <action function="set">tw_action_text1={@dumlock_installing=Installing HTC Dumlock...}</action> |
3663 | | - <action function="set">tw_complete_text1={@dumlock_install_complete=HTC Dumlock Install Complete}</action> |
3664 | | - <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action> |
3665 | | - <action function="page">confirm_action</action> |
3666 | | - </actions> |
3667 | | - </button> |
3668 | | - |
3669 | | - <action> |
3670 | | - <touch key="home"/> |
3671 | | - <action function="page">main</action> |
3672 | | - </action> |
3673 | | - |
3674 | | - <action> |
3675 | | - <touch key="back"/> |
3676 | | - <action function="page">advanced</action> |
3677 | | - </action> |
3678 | | - </page> |
3679 | | - |
3680 | 3607 | <page name="lock"> |
3681 | 3608 | <background color="%semi_transparent%"/> |
3682 | 3609 |
|
|
0 commit comments