I'm just bootlooping with this. I've done the proper setvarboot thing as well. Any way I can fix this?
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash engineering_cdt engineering_cdt.img
fastboot flash metadata metadata.img
fastboot flash oplusreserve2 oplusreserve2.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash super super.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash vendor_boot vendor_boot.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
Thanks! that did the trick. Finally running global version (from your other post) on chinese phone.I was stuck in bootloop too when I flashed the global version, try running the last 2 commands or wiping data from recovery then the last 2 commands again.
Code:fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img fastboot -w
Great to hear, congrats!Thanks! that did the trick. Finally running global version (from your other post) on chinese phone.