-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
0b71a20
commit e0ce376
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#legacy-android-modal.modal.fade(tabindex='-1', role='dialog') | ||
.modal-dialog(role='document') | ||
.modal-content | ||
.modal-header | ||
button.close(type='button', data-dismiss='modal', aria-label='Close') | ||
span(aria-hidden='true') × | ||
h4.modal-title This is a legacy Android device! | ||
.modal-body | ||
p If your device is running Android, you might have to #[a(onclick="shell.openExternal('https://docs.ubports.com/en/latest/userguide/install.html#install-on-legacy-android-devices')") install the old Ubuntu Touch version from Canonical] first to unlock the bootloader. | ||
p #[b The UBports Installer will not work while this device is running Android!] | ||
p You can follow #[a(onclick="shell.openExternal('https://docs.ubports.com/en/latest/userguide/install.html#install-on-legacy-android-devices')") this step-by-step guide] to unlock your device. | ||
.modal-footer | ||
button.btn.btn-default(type='button', data-dismiss='modal') Got it, my device is unlocked! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters