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

Commit df68e018 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch '31-documentation-errors-in-install-for-motorola-moto-g-2014-titan' into 'master'

Resolve "Documentation errors in Install for Motorola Moto G (2014) "titan""

Closes #31

See merge request e/documentation/user!33
parents f78ee136 30ef0e8d
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -8,16 +8,25 @@
    ```shell
    adb reboot bootloader
    ```

1. Once the device is in fastboot mode, verify your PC finds it by typing:

    ```shell
    fastboot devices
    ```
1. Now type the following command to get the bootloader status:

1. Now type the following command to get the bootloader status. You should see 'Device unlocked: true' in the display which means the device is unlocked:

    ```shell
    fastboot oem device-info
    ```

 1. Next type the following command to get code which will be required to unlock device and share with Motorola support in the next step

    ```shell
    fastboot oem get_unlock_data
    ```

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.