Skip to content

Instantly share code, notes, and snippets.

@YuanziX
Created May 20, 2021 16:16
Show Gist options
  • Save YuanziX/5b708a78980480601c0adc878fbd3ad0 to your computer and use it in GitHub Desktop.
Save YuanziX/5b708a78980480601c0adc878fbd3ad0 to your computer and use it in GitHub Desktop.
Guide to flash custom ROMs on phoenix(in)

Guide to flash custom ROMs

Flashing A10 Stock Vendor rom

  1. If already on A10 vendor rom or A10 MIUI.
    Flash rom.
    Format data.
    Reboot.

  2. If not on A10 vendor rom.
    Flash A10 vendor.
    Flash rom.
    Format data.
    Reboot.

If rom does not boot, then what to do?

  1. Flash MIUI A10.
    Flash your intended rom.
    Format data.
    Reboot.

Or

  1. Flash CrDroid A10.
    Flash A10 vendor.
    Flash your intended rom.
    Format data.
    Reboot.

Flashing A11 Stock Vendor rom

  1. If already on A11 vendor rom or A11 MIUI.
    Flash rom.
    Format data.
    Reboot.

  2. If not on A11 vendor rom.
    Flash A11 vendor.
    Flash rom.
    Format data.
    Reboot.

If rom does not boot, then what to do?

  1. Flash MIUI A11.
    Flash your intended rom.
    Format data.
    Reboot.

Or

  1. Flash CrDroid A10.
    Flash A11 vendor.
    Flash your intended rom.
    Format data.
    Reboot.

Flashing OSS Vendor rom

Flash rom.
Format data.
Reboot.

Some common errors

Error 1

Make sure that the rom is for your device phoenix(in).
Make sure that the rom file is not corrupted.

Error 7

Flash CrDroid A10.
Normally follow the installation instructions.

General stuff to keep in mind

Always flash gapps with rom. (Unless stated otherwise by the dev/maintainer)
Always flash magisk after first boot.
Use magisk 20.4 for A10 roms
Use magisk >=v21.0 for A11 roms.
Most recoveries won't show data after format. So, format wisely.
Recommended to use SD or OTG while flashing rom.
Roms might boot without format (the similar the device trees used, the more the chances of them booting without formatting data)

Resources

Vendor

A10 vendor - Phoenix | Phoenixin
A11 vendor - Phoenix | Phoenixin

CrDroid

Download latest CrDroid A10 from here.

MIUI

A10 MIUI - Phoenix | Phoenixin
A11 MIUI - Phoenix | Phoenixin

Recovery

TWRP
PE Pecovery
PBRP
Stock Recovery
OrangeFox

ADB and fastboot tools

Platform Tools here
Minimal ADB and fastboot drivers here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment