summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2020-04-27 14:45:23 -0400
committerNolen Johnson <johnsonnolen@gmail.com>2020-04-28 22:05:38 +0200
commit4c7a49064e56a45aa6b8aa12a05de8e5f3857a17 (patch)
treee0307de76c3a8455b0726c6d7d921ee8e6974cb4
parent4ea2f68a3e36aba33bc7e25eedb8c0600d7cdabd (diff)
downloadlineage_wiki-4c7a49064e56a45aa6b8aa12a05de8e5f3857a17.tar.gz
lineage_wiki-4c7a49064e56a45aa6b8aa12a05de8e5f3857a17.tar.bz2
lineage_wiki-4c7a49064e56a45aa6b8aa12a05de8e5f3857a17.zip
wiki: templates: Some backup solutions aren't available on Lineage
Change-Id: I2858a302c566ca9cc00a9e2d9ac2b1bf67005a3c
-rw-r--r--_includes/templates/recovery_install_fastboot_custom.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_htc.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_lenovo.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_lg.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_motorola.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_nexus.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_oppo.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_realme.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_sony.md2
-rw-r--r--_includes/templates/recovery_install_fastboot_xiaomi.md2
10 files changed, 10 insertions, 10 deletions
diff --git a/_includes/templates/recovery_install_fastboot_custom.md b/_includes/templates/recovery_install_fastboot_custom.md
index 69bbf95e..8a920b01 100644
--- a/_includes/templates/recovery_install_fastboot_custom.md
+++ b/_includes/templates/recovery_install_fastboot_custom.md
@@ -4,7 +4,7 @@
{% include alerts/note.html content="The unlocking steps only need to be done once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader may erase all data on your device!
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
1. Unlock your bootloader by following [this]({{ device.unlock_bootloader_guide }}) guide.
diff --git a/_includes/templates/recovery_install_fastboot_htc.md b/_includes/templates/recovery_install_fastboot_htc.md
index 10f8871a..c44cec0e 100644
--- a/_includes/templates/recovery_install_fastboot_htc.md
+++ b/_includes/templates/recovery_install_fastboot_htc.md
@@ -4,7 +4,7 @@
{% include alerts/note.html content="The steps below only need to be run once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device!
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
{% unless device.no_oem_unlock_switch %}
1. Enable OEM unlock in the Developer options under device Settings, if present.
diff --git a/_includes/templates/recovery_install_fastboot_lenovo.md b/_includes/templates/recovery_install_fastboot_lenovo.md
index 245a369c..26ba335a 100644
--- a/_includes/templates/recovery_install_fastboot_lenovo.md
+++ b/_includes/templates/recovery_install_fastboot_lenovo.md
@@ -4,7 +4,7 @@
{% include alerts/note.html content="The steps below only need to be run once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device!
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
{% unless device.no_oem_unlock_switch %}
1. Enable OEM unlock in the Developer options under device Settings, if present.
diff --git a/_includes/templates/recovery_install_fastboot_lg.md b/_includes/templates/recovery_install_fastboot_lg.md
index c5b8ebd2..d3a52455 100644
--- a/_includes/templates/recovery_install_fastboot_lg.md
+++ b/_includes/templates/recovery_install_fastboot_lg.md
@@ -4,7 +4,7 @@
{% include alerts/note.html content="The steps below only need to be run once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device!
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
1. Visit [LG's official unlocking website](http://developer.lge.com/resource/mobile/RetrieveBootloader.dev), where you'll be asked to login.
2. Follow the instructions and get your unlock file.
diff --git a/_includes/templates/recovery_install_fastboot_motorola.md b/_includes/templates/recovery_install_fastboot_motorola.md
index ebcb755e..ee872738 100644
--- a/_includes/templates/recovery_install_fastboot_motorola.md
+++ b/_includes/templates/recovery_install_fastboot_motorola.md
@@ -4,7 +4,7 @@
{% include alerts/note.html content="The steps below only need to be run once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device!
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
1. Connect the device to your PC via USB.
2. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
diff --git a/_includes/templates/recovery_install_fastboot_nexus.md b/_includes/templates/recovery_install_fastboot_nexus.md
index eb1afdb8..56cd9286 100644
--- a/_includes/templates/recovery_install_fastboot_nexus.md
+++ b/_includes/templates/recovery_install_fastboot_nexus.md
@@ -4,7 +4,7 @@
{% include alerts/note.html content="The steps below only need to be run once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device!
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
{% unless device.no_oem_unlock_switch %}
1. Enable OEM unlock in the Developer options under device Settings, if present.
diff --git a/_includes/templates/recovery_install_fastboot_oppo.md b/_includes/templates/recovery_install_fastboot_oppo.md
index a84f6481..23e089e7 100644
--- a/_includes/templates/recovery_install_fastboot_oppo.md
+++ b/_includes/templates/recovery_install_fastboot_oppo.md
@@ -4,7 +4,7 @@
{% include alerts/note.html content="The steps below only need to be run once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device!
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
{% if device.project_spectrum_recovery %}
1. Download [Project Spectrum recovery]({{ device.project_spectrum_recovery }}).
diff --git a/_includes/templates/recovery_install_fastboot_realme.md b/_includes/templates/recovery_install_fastboot_realme.md
index 3fd1b69f..b0258dc3 100644
--- a/_includes/templates/recovery_install_fastboot_realme.md
+++ b/_includes/templates/recovery_install_fastboot_realme.md
@@ -2,7 +2,7 @@
{% include alerts/note.html content="The steps below only need to be run once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device!
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
1. Download the bootloader unlock app for your device:
* Navigate to [Realme's forum](https://c.realme.com).
diff --git a/_includes/templates/recovery_install_fastboot_sony.md b/_includes/templates/recovery_install_fastboot_sony.md
index e3fc8f53..7f733f1e 100644
--- a/_includes/templates/recovery_install_fastboot_sony.md
+++ b/_includes/templates/recovery_install_fastboot_sony.md
@@ -5,7 +5,7 @@
{% include alerts/note.html content="The steps below only need to be run once per device." %}
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device!
This also includes your DRM keys, which are stored in the Trim Area partition (also called TA).
-Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent.
+Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed.
If you wish to backup the TA partition first, you can find tutorials related to your device on the internet." %}
{% if device.install_variant and device.install_variant contains "sony_unlock_contacts" %}
diff --git a/_includes/templates/recovery_install_fastboot_xiaomi.md b/_includes/templates/recovery_install_fastboot_xiaomi.md
index 331af6d3..01b48e97 100644
--- a/_includes/templates/recovery_install_fastboot_xiaomi.md
+++ b/_includes/templates/recovery_install_fastboot_xiaomi.md
@@ -3,7 +3,7 @@
## Unlocking the bootloader
{% include alerts/note.html content="The steps below only need to be run once per device." %}
-{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %}
+{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed." %}
{% include alerts/tip.html content="It is highly recommended to have the latest official MIUI dev package installed on the device, before proceeding with unlock." %}
{% include alerts/note.html content="The following instructions **require** a machine running Windows 7 or newer." %}