How To Convert OnePlus 11 ColorOS to OxygenOS

Oneplus released the OnePlus 11 in different locations with different ROMs, & Chinese OnePlus 11 comes with some limitations, so if you wish to convert it to a global version, then this article is for you, where we share a complete guide to installing the global firmware on Chinese OnePlus 11.

Post Contents

OnePlus 11 5G

The OnePlus 11 5G mobile was launched on February 7, 2023. The phone comes with a 120 Hz refresh rate and a 6.70-inch touchscreen display offering a resolution of 1440×3216 pixels (QHD+) at a pixel density of 525 pixels per inch (ppi). The display sports Gorilla Glass for protection. It comes with 8GB and 16GB of RAM. A 5000mAh non-removable battery powers the OnePlus 11 5G and runs Android 13. The OnePlus 11 5G supports Super VOOC fast charging.

The OnePlus 11 5G on the rear packs a triple camera setup featuring a 50-megapixel (f/1.8) primary camera; a 48-megapixel (f/2.2) camera, and a 32-megapixel (f/2.0) camera. It has a single front camera setup for selfies, featuring a 16-megapixel sensor with an f/2.45 aperture.

Requirement:

Steps to Change OnePlus 11 ColorOS to OxygenOS:

  • extract firmware
  • Merge super.img or use system. img
  • connect phone in fastboot mod
  • Now send the below code:
fastboot --set-active=a
fastboot flash --slot=all boot boot.img
fastboot flash --slot=all modem modem.img #this file is missing
fastboot flash vendor_boot vendor_boot.img
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img

fastboot reboot fastboot

fastboot flash --slot=all abl abl.elf
fastboot flash --slot=all aop aop.mbn
fastboot flash --slot=all aop_config aop_config.img
fastboot flash --slot=all bluetooth BTFM.bin
fastboot flash --slot=all cpucp cpucp.elf
fastboot flash --slot=all devcfg devcfg.img
fastboot flash --slot=all dsp dsp.img
fastboot flash --slot=all dtbo dtbo.img
fastboot flash --slot=all engineering_cdt engineering_cdt.img
fastboot flash --slot=all featenabler featenabler.img
fastboot flash --slot=all hyp hyp.img
fastboot flash --slot=all imagefv imagefv.img
fastboot flash --slot=all init_boot init_boot.img
fastboot flash --slot=all keymaster keymaster.img
fastboot flash --slot=all oplus_sec oplus_sec.img
fastboot flash --slot=all oplusstanvbk oplusstanvbk.img
fastboot flash --slot=all qupfw qupfw.img
fastboot flash --slot=all recovery recovery.img
fastboot flash --slot=all shrm shrm.img
fastboot flash --slot=all splash splash.img
fastboot flash --slot=all tz tz.img
fastboot flash --slot=all uefi uefi.img
fastboot flash --slot=all uefisecapp uefisecapp.img
fastboot flash --slot=all xbl xbl.img
fastboot flash --slot=all xbl_config xbl_config.img
fastboot flash --slot=all xbl_ramdump xbl_ramdump.img
fastboot flash system system.img
fastboot flash system_ext system_ext.img
fastboot flash vendor vendor.img
fastboot flash product product.img
fastboot flash my_product my_product.img
fastboot flash odm odm.img
fastboot flash my_engineering my_engineering.img
fastboot flash vendor_dlkm vendor_dlkm.img
fastboot flash system_dlkm system_dlkm.img
fastboot flash my_stock my_stock.img
fastboot flash my_heytap my_heytap.img
fastboot flash my_carrier my_carrier.img
fastboot flash my_region my_region.img
fastboot flash my_bigball my_bigball.img
fastboot flash my_manifest my_manifest.img

Related

Leave A Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.