cat /proc/partitions
I'd be VERY surprised if the physical partition sizes have changed. I'd expect all 8Ts to have the same physical partition layout otherwise you could not switch between versions.Can someone post output of
for OOS13 EU KB2003?Code:cat /proc/partitions
The full OOS13 EU ZIP payload has same image names as OOS12 one but sizes differ.
To go from custom Android 11 to custom Android 12 ROM one needed to flash OOS11 and let it stock OTA upgrade to OOS12, so, now I wonder if soon similar will be required to go from custom Android 12 to custom Android 13 ROM.
Thanks very much to be so kind to provide attachment.I'd be VERY surprised if the physical partition sizes have changed. I'd expect all 8Ts to have the same physical partition layout otherwise you could not switch between versions.
I checked them on my 8T running OOS 13 (originally KB2000 now on KB2005) and there's be no changes at all in the sizes since I first got the phone.
I've attached my /proc/partitions content.
You're welcome.Thanks very much to be so kind to provide attachment.
The sd partitions are indeed same (apart from fact that your sda is 128 and mine is 256), and, you have more loop partitions and more dm-# partitions.
I guess that's all good news and, for example, one will one day be able to e.g. go from LOS19 [A12 based] to LOS20 [A13 based] (or any other custom 12 to 13) without the need to pass via OOS12->OOS13 OTA as was the case for A11->A12.
Have a nice day!
settings, special featuresHo appena aggiornato a OOS13 11 F.13 (KB2003). Funziona bene .. tranne per il fatto che non riesco a trovare la "barra laterale intelligente". Il mio programma di avvio predefinito è NOVA, ma anche sul programma di avvio del sistema non si vede da nessuna parte. Anche lo sfogliare non fa apparire nulla. Apparentemente, dovrebbe esserci un'impostazione per questo sotto "funzioni speciali" nel menu delle impostazioni. Non lo vedo... Qualcuno sa come attivarlo? Grazie!!
Please read the forum rules https://forum.xda-developers.com/t/xda-developers-forum-rules.4200559/
Look in the Update thread in this forum. I posted the link thereDoes anyone have the full OTA for the 8T (kebab) NA version? I need to pull the firmware for it, but all I can find are EU and IN versions. I've seen people report they got C36 NA, but nobody has posted it anywhere yet.
I'm unable to grab it with the Oxygen Updater due to the ROM I'm running is A13, so it thinks I want A13 firmware.
Are you talking about this post?Look in the Update thread in this forum. I posted the link there
No.Are you talking about this post?
![]()
Updates Thread
Hi Folkz, the rollout for 11.0.3.4. begins. I've already downloaded 11.0.3.4 KB05BA (EU) via Oxygen Updater. Here is a Link to a Post someone in official OPForums who provided a GDrive Link ->...forum.xda-developers.com
Thats the incremental from what I read. I was under the impression we couldn't pull firmware from an incremental. Then again i've never actually tested it, just something i read somewhere.
Void4ever
My apologizes, maybe I'm misunderstanding.
Looking back at my post i definitely didn't word it the way i intended lol.Ah, in your earlier post you said you wanted A13 firmware, which is F13. C36 is A12.
C36 was an incremental OTA so you might have problems finding a full dump.
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