Download Latest Version EvolutionX-15.0-20250804-eqs-10.7-Unofficial.zip (2.8 GB)
Email in envelope

Get an email when there's a new version of eqs builds

Home / crDroid
Name Modified Size InfoDownloads / Week
Parent folder
2025-4-21 2025-04-21
readme.txt 2025-04-23 1.7 kB
Totals: 2 Items   1.7 kB 2
# crDroid for Motorola Edge 30 Ultra (eqs)

This repository includes the device-specific sources and configuration required to build **crDroid Android** for the **Motorola Edge 30 Ultra** (`eqs`), based on **Android 15**.

---

## 📱 Device Info

- **Device Name:** Motorola Edge 30 Ultra
- **Codename:** `eqs`
- **Chipset:** Qualcomm Snapdragon 8+ Gen 1 (SM8475)
- **Maintainer:** [rayeub](https://github.com/rayeub)

---

## 📦 Source Repositories

| Tree | Source |
|------|--------|
| 🚀 ROM | [crDroidAndroid/crdroid_manifest](https://github.com/crDroidAndroid/android) |
| 📁 Device Tree | [device/motorola/eqs](https://github.com/LineageOS/android_device_motorola_eqs) |
| 📦 Common Tree | [device/motorola/sm8475-common](https://github.com/LineageOS/android_device_motorola_sm8475-common) |
| ⚙️ Kernel | [kernel/motorola/sm8475](https://github.com/LineageOS/android_kernel_motorola_sm8475) |
| 🔧 Vendor Blobs | [TheMuppets/proprietary_vendor_motorola_eqs](https://github.com/TheMuppets/proprietary_vendor_motorola_eqs) |
| 🔧 Common Vendor | [TheMuppets/proprietary_vendor_motorola_sm8475-common](https://github.com/TheMuppets/proprietary_vendor_motorola_sm8475-common) |

---

## 🧑‍💻 Building crDroid

### 🛠️ Prerequisites

- Linux-based system
- At least 250 GB free disk space
- 16 GB RAM (32+ GB recommended)
- Installed required packages (Java, Python, etc.)

### 🔧 Build Instructions

```bash
# Initialize repo
repo init -u https://github.com/crDroidAndroid/android.git -b 15.0

# Sync sources
repo sync -j$(nproc) --force-sync --no-tags --no-clone-bundle

# Source build environment
source build/envsetup.sh

# Choose your device
lunch lineage_eqs-userdebug

# Build ROM
mka bacon
Source: readme.txt, updated 2025-04-23