Flashing Mi8 ROM on Poco F1

Flashing Mi8 ROM on Poco F1


How to flash MI8 Pro MIUI rom on POCO F1:

1. Download the attached rom zip and open it.

2. Then go to below path :META-INF/com/google/android

3. Then open updater-script file with any text editor.

4. Delete everything inside it and paste below lines :

package_extract_file("boot.img", "/dev/block/bootdevice/by-name/boot");


ui_print("Patching system image unconditionally...");

block_image_update("/dev/block/bootdevice/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat") ||

 abort("E1001: Failed to update system image.");


5. Then save the file and flash the zip using latest twrp.

You can also flash DFE zip if you want to disable force encryption.


**Note: Please flash at your own risk.

This is experimental process and should not be performed by non-power users.


Link to download rom zip: https://t.me/miuieu/1565

Report Page