# Getting Started
# Unlock bootloader
Note
You may need to unlock the device before flashing the third-party ROM. This step only needs to be performed once.
Important
Unlocking the bootloader will delete all data on the device! Make sure you have backed up the data you want to keep to your PC and/or Google account.
# Install Recovery via Fastboot
Download Recovery - Eg. TWRP
- You can go to the device page via our download page and click Download Recovery.
- If you can't find the recovery for your device, use the search engine to find the tutorials by device modders and/or experienced phone flashers.
Connect your device to the computer via USB.
Open a Command Prompt (Windows) or Terminal (Linux or macOS) on the computer and enter:
adb reboot bootloader
You can also start fastboot mode by key combination:
- After turning off the device, press and hold down the Volume Down + Power Button until "FASTBOOT" appears at the top of the screen, and then release.
Once the device is in
fastboot
mode, verify that your PC finds it by typing:fastboot devices
Note
If you see
no permissions fastboot
on Linux or macOS, run this command underROOT
privillege.Flash Recovery to your device.
fastboot flash recovery twrp-x.x.x-x-x.img
Note
Adjust the command according to the file name of a recovery image.
Enter the Recovery mode to verify the installation.
- After turning off the device, press and hold the Volume Up + Power Button until you enter Recovery mode, and then release.
# Install MoKee ROM through Recovery
Download the Mokee ROM package you want to install.
- Optional - You can download the third-party extension packages, such as OpenGapps.
If you haven't enter the Recovery mode yet, please reboot into Recovery mode.
- After turning off the device, press and hold the Volume Up + Power Button until you enter Recovery mode, and then release.
Select the
WIPE
button on the main interface.Select
Format Data
to perform the formatting process. This will delete all encrypted files and stored on internal storage.Locate the MoKee ROM package you stored on the internal storage and perform the installation process.
Use the same method to install other third-party extension packages.
After the installation is complete, return to the main menu, select
Reboot
, and thenSystem
.