Skip to main content

Installation Guide

info
danger

Keep a backup of your data! Make sure to keep a backup of your files as the installaton will wipe your data.

warning

Unlocked bootloader required, Read here on how to unlocking your device before continuing.

info

Use Google ADB Driver! Make sure to install Google ADB Drivers before continuing.

info

To obtaining the required platform-tools, Read here.

Connect your device

  1. Enter Fastboot mode, make sure your phone turned off. Press and hold the Power and Volume buttons for 3 seconds until the phone turns on. You will be in Fasboot mode.

    Fastboot

  2. Once your phone is in Fastboot mode, connect your phone to a computer using a USB Cable.

  3. Once you connected your phone to a computer using a USB Cable, check your phone connection to the computer by executing fastboot devices

  4. Once the device showed up in fastboot devices, continue with Sideloading the boot image with the following commands:

cd {directory where you extracted the installkit files}/{devicename}
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img

Installing

  1. Enter Bootloader mode. Press and hold the Volume Down button and Power button at the same time for 10-15 seconds.

  2. Use the volume buttons to change the menu options until "Recovery Mode" is displayed on screen. To select, press the Power button once.

    Recovery Mode

  3. On your screen, “No command” is displayed. Press and hold the Power button. While you hold Power, press the Volume Up button and let go of both buttons quickly.

    No Command

  4. Android Recovery options should be displayed. With the volume buttons, scroll to "Wipe data/factory reset" and press the Power button.

    Factory Reset

  5. With the volume buttons, scroll to "Factory data reset" and press the Power button.

  6. Factory reset should start. At the bottom of your screen, when the reset is finished, "Data wipe complete" is displayed.

  7. Use the volume buttons to move through the menu options, when “Apply update from ADB” is highlighted, press the Power button.

    Apply Update

  8. Flash the ROM through recovery with adb sideload command from your Mac/PC.

    ADBSideloadWindow

  9. With the volume buttons, scroll to "Reboot system now" and press the Power button.

    Reboot Now