Ok thanks
If I installed this with system settings and then local upgrade it says it installed en then when I restart the ROM doesn't have installed what am I doing wrong?
Ok thanks
Oh i dont knowOk thanks
If I installed this with system settings and then local upgrade it says it installed en then when I restart the ROM doesn't have installed what am I doing wrong?
ok whats steps did u follow to installOh i dont know
I've used this file to restore my phone (A11, A12 with this zip) and then C.20 with OTA and it went well so...
ok i have also the eu version, have u copyed the zip file to your phone en and then with system settings, local upgrade installedI've downgraded my phone to A11, then updated it to A12 using this full zip and then used OTA to get C.20.
As i mentioned this full zip is EU version. If you have a global or IN version i am not sure it will work.
i tried it again and it works nowI've downgraded my phone to A11, then updated it to A12 using this full zip and then used OTA to get C.20.
As i mentioned this full zip is EU version. If you have a global or IN version i am not sure it will work.
If you're already running C.15, you can simply use Settings>System settings>Backup and reset>Reset phone>Erase all data. This will wipe /data (wipe all apps and all user data) leaving you with a clean install of C.15. If you're rooted, you'll keep root but will need to set up the Magisk app again.
My personal preference for backing up is:
- Swift Backup (available from Play Store) for backing up apps and their data
- ADBsync sdcard Backup from https://forum.xda-developers.com/t/...-and-ends-multiple-devices-platforms.2239421/ for backing up and restoring data from /sdcard to PC.
See https://forum.xda-developers.com/t/...epo-of-oxygen-os-builds.4193183/post-87009051Can someone post a link for Oxygen OS 12 C.16 or C.15 download full rom? or uploaded somewhere?
thank you!
Yes.By sdcard backup you're referring to the internal memory backup, right? Is there a guide for using ADBsync to backup all data there? Thanks!
Many thanks! I'll try osm0sis's batch then.Yes.
See https://forum.xda-developers.com/t/adbsync-exe-win32-command-line-syncer.2133312/ and http://www.temblast.com/adbsync.htm
But @osm0sis's batch script makes it easy.
That file from this thread keeps stopping at 2.5GB downloaded. So do you have another?
I am too ...I dont download it is, stop on 99.8%That file from this thread keeps stopping at 2.5GB downloaded. So do you have another?
Given that there are three variants (KB2001, KB2003, KB2005), you should be more specific.Somebody please help those of us that we are searching for a C.15 or C.16 OTA file.
You are absolutely right, I have the kb2003 (eu version). I spend 4 hours searching and I couldn't find any working link which is bother bizarre and frustrating.Given that there are three variants (KB2001, KB2003, KB2005), you should be more specific.
You are absolutely right, I have the kb2003 (eu version). I spend 4 hours searching and I couldn't find any working link which is bother bizarre and frustrating.
I have already downloaded this and tried to flash it using local upgrade but although the zip is in the root dir it won't appear on the local upgrade. Maybe is an older version or a corrupted file, also the file name should be something like KB2003_11.C.16 instead it's OnePlus8Oxygen_15.E.16_OTA_1036.![]()
OnePlus is rolling out another OxygenOS 12 stable update for the OnePlus 8 series and 9R
OnePlus has started rolling out a fresh new OxygenOS 12 update to the OnePlus 8 series and the OnePlus 9R with battery life improvements.www.xda-developers.com
oplus_update_engine_verify_disable=0
oplus_update_engine_verify_disable=1
I have NA on one slot and EU on the other slot and I can switch between them. This is only because I've been testing TWRP 12.Can global factory unlocked 8T (KB2005) used EU and India variant firmware?
Apk and modified zip file worked, thanks!
Google Pay/Wallet also works again now! (at least I could add my cards again and no more error on security issue). However I still cannot update Netflix and when I search for it in Play Store it also doesn't show up. I already cleared Play Store cache. Any fix for this?
I had the same problem with Netflix, KLCK, KWGT, and KLWP. This was my solution:exactly the same, cannot open netflix (update required) and cannot find on play store
"fixed" installing the latest apk
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