summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathis Dirksen-Thedens <info@zephyrsoft.org>2020-05-15 16:59:40 +0200
committerNolen Johnson <johnsonnolen@gmail.com>2020-05-17 22:17:56 +0200
commit3907184c24a1fa650a3bd1200bb159b66f2a7031 (patch)
tree3b6a33b14faf5263a319a0c3d5495b0422d9e2bf
parent0a7dcf4bcc30bd09fdc6c86e1cb0d37f470a7a62 (diff)
downloadlineage_wiki-3907184c24a1fa650a3bd1200bb159b66f2a7031.tar.gz
lineage_wiki-3907184c24a1fa650a3bd1200bb159b66f2a7031.tar.bz2
lineage_wiki-3907184c24a1fa650a3bd1200bb159b66f2a7031.zip
wiki: templates: Describe Sony's unlocking process better
There is a link to Sony's unlock page but the description on how to use the generated code is a bit hidden on Sony's web site. It seems better to describe it in the wiki itself. Change-Id: Id788367117dd89955e18563a40df1ba583c4fd7b
-rw-r--r--_includes/templates/recovery_install_fastboot_sony.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/_includes/templates/recovery_install_fastboot_sony.md b/_includes/templates/recovery_install_fastboot_sony.md
index 7f733f1e..abb937ee 100644
--- a/_includes/templates/recovery_install_fastboot_sony.md
+++ b/_includes/templates/recovery_install_fastboot_sony.md
@@ -33,8 +33,12 @@ adb reboot bootloader
fastboot devices
```
{% include alerts/tip.html content="If you see `no permissions fastboot` while on Linux or macOS, try running `fastboot` as root." %}
-6. Follow the instructions on [Sony's official unlocking website](http://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/) to unlock your bootloader.
-7. Since the device resets completely, you will need to re-enable USB debugging to continue.
+6. Follow the instructions on [Sony's official unlocking website](http://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/) to generate an unlock code for your bootloader.
+7. Use your code to unlock the bootloader of your device:
+```
+fastboot oem unlock <your_unlock_code>
+```
+8. Since the device resets completely, you will need to re-enable USB debugging to continue.
{% if device.install_variant and device.install_variant contains "sony_init_fota" %}