Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37f8bc01 authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '853-adding-missing-command-in-sony-unlock-template' into 'master'

Resolve "Adding missing command in sony unlock template"

Closes #853

See merge request e/documentation/user!952
parents 2d25241e 826478a6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,7 +12,11 @@
    ```shell
    adb reboot bootloader
    ```

1. Follow the instructions on [Sony’s official unlocking website](http://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/) to unlock your bootloader.
1. Use your code to unlock the bootloader of your device:

    `fastboot oem unlock <your_unlock_code>`
1. Since the device resets completely, you will need to re-enable USB debugging to continue (Settings->About Phone->Build version, and then you can go to Settings->Developer opptions to enable USB debugging).

{% if device.is_ab_device %}