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

Commit 99f93588 authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '832-add-unlock-warning-for-moto-devices' into 'master'

Resolve "Add unlock warning for moto devices"

Closes #832

See merge request e/documentation/user!923
parents 6a134427 46cf13a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
    ```shell
    fastboot oem get_unlock_data
    ```
{% include alerts/tip.html content="Some newer Motorola devices have a waiting period before you can enable `OEM Unlock` option in the developer options. It can sometimes take up to one week." %}
    
1. Follow the instructions at [Motorola Support](http://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a) to unlock your bootloader.
1. Since the device resets completely, you will need to re-enable USB debugging to continue.

+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
    ```shell
    fastboot oem get_unlock_data
    ```

{% include alerts/tip.html content="Some newer Motorola devices have a waiting period before you can enable `OEM Unlock` option in the developer options. It can sometimes take up to one week." %}

1. Follow the instructions at [Motorola Support](http://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a) to unlock your bootloader.
1. Since the device resets completely, you will need to re-enable USB debugging to continue.