crDroid ROM

273
0

crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today.
For Xiaomi Mi 11 Pro/Ultra by Flower Sea.

#include <std_disclaimer.h>
/*
 * Your warranty is void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */

Installation:

First time installation (clean flash):
(No need to flash the firmware separately, it is built-in)

- Enter fastboot;
- Flash boot.img
    fastboot flash boot_ab boot.img
    flash dtbo.img
    fastboot flash dtbo_ab dtbo.img
- Boot to recovery (can do from bootloader or with buttons from power off state);
- Now in recovery go to factory reset and confirm the reset;
- Reboot to recovery;
- Choose apply update and Apply from ADB;
- Now install crDroid zip via sideload;
    adb sideload crDroid.zip
- Go back to main menu and reboot to recovery to install gapps (if you don't want gapps, reboot to system);
- To install gapps, simply sideload gapps.zip the same way you installed crDroid.zip then reboot to system.


Update installation:
Via recovery:

- Boot to recovery;
- Choose apply update and Apply from ADB;
- Now install crDroid zip via sideload and reboot;
    adb sideload crDroid.zip
- If you had gapps, reboot to recovery and sideload gapps.zip and reboot.

Via OTA:

- Go to Settings -> System -> Updater and download latest build;
- Choose install and let it finish;
- If you have Magisk installed, don't click reboot when prompted and go to Magisk and choose install to inactive slot;
- Reboot.

Changelogs: Here

Source Code: ROM and Kernel

Leave a Reply