Flash Device
In this flashing example, the test phone used is blueline. The flashing methods for other mobile phones are basically the same, just flash them in the same way. The method of swiping is card swiping.
First, you need to flash the official Google ROM as the base package. Since MikRom2.0 uses Android 13 version of PixelExperience as the development environment, try to choose the official package of Android 13 as the base package. Find the blueline device in Download. I don’t see the official package of Android 13 here. You can also choose Android 12. In the example, I downloaded blueline’s SP1A.210812.016.C2 version flash package.
The rooting method of the bottom package is line flashing. After decompression, restart the phone and enter the boot adb reboot bootloader
, and then directly run the flashing script flash-all.bat
.
After flashing into the base package, although the official package also comes with its own recovery, because the official recovery includes signature verification for the ROM flash package, direct flashing will report a signature verification failure error. So to save trouble, you need to switch the recovery to the PixelExperience version of recovery. You can find the download address of the corresponding device recovery on the PixelExperience official website.
Once the recovery is ready, flash it into boot.
adb reboot bootloader
fastboot flash boot PixelExperience_blueline-13.0-20230724-0805-OFFICIAL.img
fastboot reboot
adb reboot recovery
After the above operations, you have successfully entered the recovery of the corresponding version. Look at the picture below

Use the volume keys to control the focus of selection, use the power key to enter the options, and then switch to: Apply update -> Apply from ADB
At this point, you can flash the MikRom2.0 card flash package through sideload.
adb sideload PixelExperience_blueline-13.0-20240208-0258-UNOFFICIAL.zip
The progress will be completed at 47%. Just restart the system. After entering the system, install the miktools management tool, open the network, and adjust the time and 8-hour time zone.