Skip to content

Installation Guide

BEFORE YOU START

Make sure you have Android Platform Tools (ADB & Fastboot) installed on your computer and your device's bootloader is unlocked.

DEVICE SPECIFIC INSTRUCTIONS

The steps below are the general installation method for most devices. However, some devices may require specific steps (e.g., fastboot flashing or specific recovery commands). Always follow the instructions provided by your device maintainer.

WARNING

Flashing a custom ROM is a risky process. We are not responsible for any damage to your device. Proceed at your own risk.

  1. Reboot to Recovery: Boot your device into recovery mode (using LumineDroid recovery is highly recommended).
  2. Format Data: Select the option to format data/factory reset to ensure a clean environment.
  3. Reboot Recovery: After formatting, reboot back into recovery mode.
  4. Enable Sideload: Select Apply Update > Apply from ADB on your device.
  5. PC Side: Open a terminal or CMD on your computer.
  6. Sideload: Type the following command and press enter:
    bash
    adb sideload <LumineDroid-package>.zip
  7. Reboot: Once the process is finished, select Reboot System Now.

Dirty Flash (Update)

  1. Reboot to Recovery: Boot into recovery mode.
  2. Enable Sideload: Select Apply Update > Apply from ADB.
  3. PC Side: Run the sideload command:
    bash
    adb sideload <LumineDroid-package>.zip
  4. Reboot: Once finished, select Reboot System Now.

NOTE

If you encounter any issues after a dirty flash, a clean flash is highly recommended.

Released under the GPL-3.0 License.