Hello guys, I can't install via local upgrade anymore. There is always a verification failed message. No root or magisk on this device. Any advice?
As far as i remember C.20 had some problems with verification fail.Hello guys, I can't install via local upgrade anymore. There is always a verification failed message. No root or magisk on this device. Any advice?
As far as i remember C.20 had some problems with verification fail.
What build are you installing?
Check this out: https://forum.xda-developers.com/t/...xygen-os-builds.4193183/page-31#post-87203201Hello guys, I can't install via local upgrade anymore. There is always a verification failed message. No root or magisk on this device. Any advice?
You're welcome!Thank you very much!!! Fix worked as intended.
Updated to C21, now updating to C36!
Thank you again
@klazonia
You can easily extract all partitions with Payload Dumper. To be clear, this is the EU boot image for F.13 Android 13.KB2003boot.img
drive.google.com
You're welcome!
If you also update to KB2003_11_F.13, could you check out your security patch level?
Ok strange... Why do I have such an old security patch level, even if I have same Software Update like you? Can anyone answer this?I had the same problem with verification message. I made upgrade to C21 via that manual in this thread, than OTA C36 and OTA F13. My security patch is 2022-10-05.
Netflix is still not working. Do not show in google play. I am mad about that. What a stupid error???
Maybe you're mistaking Google Play security patch date with Android security patch date, as they update independently.Ok strange... Why do I have such an old security patch level, even if I have same Software Update like you? Can anyone answer this?
Nope it's definitly the Android security patch level.Maybe you're mistaking Google Play security patch date with Android security patch date, as they update independently.
F.13 was released quite recently, so it's just can't be on may security patch.
You're checking it in OxygenUpdater App.
Seems like the same in the system settings ...You're checking it in OxygenUpdater App.
Check in system settings instead.
Seems to be bug in Oxygen Updater.
If you press it, does it check for updates?
nope, it says that it's up to date.
FWIW, my device is a KB2005, successfully running OOS13 F15 (non-rooted) with Netflix running DRM with Widevine L1 as well.My device (kb2003) is running OOS13 F15 (non rooted) and Netflix app is showing Widevine L1.
My device (kb2003) is running OOS13 F15 (non rooted) and Netflix app is showing Widevine L1.
It seems OOS13 is not certified in Netflix (app).I still wonder how it is possible that an app that worked on OnePlus suddenly stopped working with an Android update.
FWIW, my device is a KB2005, successfully running OOS13 F15 (non-rooted) with Netflix running DRM with Widevine L1 as well.My device (kb2003) is running OOS13 F15 (non rooted) and Netflix app is showing Widevine L1.
Uploaded it here: https://www.swisstransfer.com/d/75d9bef4-3b4a-4cb4-b1a6-f10c19a8184eHi!
Can you upload the KB2003_11_F.15 update zip as well?
That would be great and helpful for me.
Thanks a lot.
Fif_ said:One last thing is that there are two versions of the OP8T, one with DDR4 and the other from DDR5. You can find out which one you have with:
If it shows 0, you have DDR4 and the procedure in the OP is correct.Code:getprop vendor.boot.ddr_type
If it shows 1, you have DDR5 and the procedure in the OP must be changed:
Replace the lines that say:
with:Code:fastboot flash --slot=all xbl_config xbl_config.img fastboot flash --slot=all xbl xbl.img
Code:fastboot flash --slot=all xbl_config xbl_config_lp5.img fastboot flash --slot=all xbl xbl_lp5.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot reboot fastboot
fastboot flash --slot=all recovery recovery.img
fastboot flash --slot=all boot boot.img
fastboot flash --slot=all dtbo dtbo.img
fastboot flash --slot=all abl abl.img
fastboot flash --slot=all aop aop.img
fastboot flash --slot=all bluetooth bluetooth.img
fastboot flash --slot=all cmnlib64 cmnlib64.img
fastboot flash --slot=all cmnlib cmnlib.img
fastboot flash --slot=all devcfg devcfg.img
fastboot flash --slot=all dsp dsp.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 keymaster keymaster.img
fastboot flash --slot=all logo logo.img
fastboot flash --slot=all mdm_oem_stanvbk mdm_oem_stanvbk.img
fastboot flash --slot=all modem modem.img
fastboot flash --slot=all multiimgoem multiimgoem.img
fastboot flash --slot=all qupfw qupfw.img
fastboot flash --slot=all spunvm spunvm.img
fastboot flash --slot=all storsec storsec.img
fastboot flash --slot=all tz tz.img
fastboot flash --slot=all uefisecapp uefisecapp.img
fastboot flash --slot=all xbl_config xbl_config.img
fastboot flash --slot=all xbl xbl.img
fastboot delete-logical-partition system_a
fastboot delete-logical-partition system_b
fastboot delete-logical-partition system_ext_a
fastboot delete-logical-partition system_ext_b
fastboot delete-logical-partition product_a
fastboot delete-logical-partition product_b
fastboot delete-logical-partition vendor_a
fastboot delete-logical-partition vendor_b
fastboot create-logical-partition system_a 100000
fastboot create-logical-partition system_b 100000
fastboot create-logical-partition system_ext_a 100000
fastboot create-logical-partition system_ext_b 100000
fastboot create-logical-partition product_a 100000
fastboot create-logical-partition product_b 100000
fastboot create-logical-partition vendor_a 100000
fastboot create-logical-partition vendor_b 100000
fastboot flash odm odm.img
fastboot flash system system.img
fastboot flash system_ext system_ext.img
fastboot flash product product.img
fastboot flash vendor vendor.img
fastboot flash --slot=all vbmeta vbmeta.img
fastboot flash --slot=all vbmeta_system vbmeta_system.img