How to flash ROMs on my roms (veux/peux) ?

How to flash ROMs on my roms (veux/peux) ?

mlzdbz

Download the boot.img and the vendor_boot.img provided in the post

Reboot to fastboot (adb reboot bootloader) or just shutdown and press vol down + power button

Launch a cmd session inside platform-tools folder and plus the phone to the PC (make sure drivers are installed)

type

fastboot flash boot_a boot.img && fastboot flash boot_b boot.img

and type

fastboot flash vendor_boot vendor_boot.img

once it's done reboot to recovery (OrangeFox)

wipe cache, data, dalvik and metadata (don't erase internal storage, microsd and usb otg)

copy the rom to the phone (inside the sdcard, the internal storage)

select the rom and slide the arrow

the flash might stop with the following message

devices on super may not mount until rebooting recovery

don't worry, the ROM is installed successfully now format the data and reboot into system.

if it reboots to fastboot, Reflash the recovery with same flashing steps (only the recovery) boot to recovery and format data again.


And then you can enjoy ;)

Report Page