I present to you Android 11 firmware collection, to be flashed within fastbootd mode. For that you need a compatible recovery and your device needs to be unlocked.
For example the official Lineage OS recovery supports fastbootd.
Instructions using Lineage OS recovery (copied from the official Lineage OS Wiki)
1. Boot up LineageOS recovery (fastboot boot recovery.img)
2. Go to “Advanced” -> “Enter fastboot” (you will notice that the recovery switches to an orange color/colour)
3. Connect your phone with your pc and execute the following commands:
For example the official Lineage OS recovery supports fastbootd.
Instructions using Lineage OS recovery (copied from the official Lineage OS Wiki)
1. Boot up LineageOS recovery (fastboot boot recovery.img)
2. Go to “Advanced” -> “Enter fastboot” (you will notice that the recovery switches to an orange color/colour)
3. Connect your phone with your pc and execute the following commands:
Code:
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 hyp hyp.img
fastboot flash --slot=all keymaster keymaster.img
fastboot flash --slot=all LOGO LOGO.img
fastboot flash --slot=all modem modem.img
fastboot flash --slot=all oem_stanvbk oem_stanvbk.img
fastboot flash --slot=all qupfw qupfw.img
fastboot flash --slot=all storsec storsec.img
fastboot flash --slot=all tz tz.img
fastboot flash --slot=all xbl_config xbl_config.img
fastboot flash --slot=all xbl xbl.img
fastboot reboot
Last edited: