Mt6735 Custom - Rom

Installing a custom ROM on an MT6735-based device requires specific steps tailored to MediaTek (MTK) architecture . This chipset often requires the SP Flash Tool

for initial recovery installation or returning to stock if things go wrong. 1. Essential Preparation

Before you begin, ensure you have the following prerequisites ready: Unlock the Bootloader:

This is mandatory; you cannot flash a custom recovery or ROM without an unlocked bootloader Backup Stock Firmware: SP Flash Tool

to create a "Readback" of your current firmware. This is your only safety net if the device Scatter File: MT6735_Android_scatter.txt file specifically for your phone model. This scatter file mt6735 custom rom

tells flashing tools exactly where each partition (system, boot, recovery) is located on the EMMC storage. 2. Installing Custom Recovery (TWRP) For MT6735 devices, is the standard recovery for flashing ROMs. Find/Build TWRP: XDA-Developers for your specific model. If none exists, developers often create a TWRP tree using the MT6735 platform configuration. Flash via SP Flash Tool: SP Flash Tool on your PC. Scatter File Uncheck all partitions except Click the location path for RECOVERY and select your , then connect your powered-off phone to the PC. 3. Choosing a ROM (GSI vs. Ported)

Since the MT6735 is an older 64-bit chipset, you have two main options: Ported ROMs:

These are ROMs built specifically for another MT6735 device and "ported" to yours. You must replace specific hardware-level libraries libcamera.mt6735

) from your stock firmware to the port to ensure the camera and sensors work. GSI (Generic System Image): Installing a custom ROM on an MT6735-based device

If your device supports Project Treble (usually Android 8.0+), you can flash a directly to the system partition. 4. Flashing the Custom ROM

Once TWRP is installed, follow these steps to install your ROM zip:

Phase 3: Flashing the Custom ROM

  1. Boot into TWRP → Wipe → Advanced Wipe:
    Dalvik, System, Data, Cache (do NOT wipe Internal Storage if ROM is there).
  2. Flash ROM zip → Flash GApps (pico or nano for MT6735) → Flash Magisk (optional).
  3. Reboot. First boot takes 5–10 minutes.

4. Resurrection Remix Q (Android 10)

RR is a classic. For MT6735, Android 10 builds are the "sweet spot" because hardware acceleration for the Mali-T720 is fully optimized.

2. What Custom ROMs Actually Exist (Realistic Options)

| ROM | Android Version | Stability | Available For | |------|----------------|-----------|----------------| | Stock ROM (debloated) | 5.1 / 6.0 | 10/10 | Every device | | LineageOS 14.1 | 7.1.2 Nougat | 7/10 | ~20 devices (e.g., Doogee X5, Cubot X9) | | LineageOS 15.1 | 8.1 Oreo | 3/10 | 3-4 devices (very buggy) | | AOSP 6.0 | 6.0 Marshmallow | 8/10 | Easy to build yourself | Boot into TWRP → Wipe → Advanced Wipe:

Note: You will never see Android 9-14 on MT6735. The hardware drivers (HALs) are stuck at API level 23-27.

Is It Worth It in 2026?

Yes, if:

No, if:


4. Development Tools & Installation

Modifying an MT6735 device requires a specific set of tools distinct from standard fastboot methods used by Pixel or OnePlus devices.