Created
August 6, 2021 19:55
-
-
Save oddlyspaced/5e0c91e76cf78c2d67c12b94003e10b4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fastboot flash boot boot.img | |
fastboot flash dtbo dtbo.img | |
fastboot flash modem modem.img | |
fastboot flash recovery recovery.img | |
fastboot --disable-verity flash vbmeta vbmeta.img | |
fastboot --disable-verity flash vbmeta_system vbmeta_system.img | |
fastboot reboot fastboot | |
fastboot flash abl abl.img | |
fastboot flash aop aop.img | |
fastboot flash bluetooth bluetooth.img | |
fastboot flash devcfg devcfg.img | |
fastboot flash dsp dsp.img | |
fastboot flash featenabler featenabler.img | |
fastboot flash hyp hyp.img | |
fastboot flash imagefv imagefv.img | |
fastboot flash keymaster keymaster.img | |
fastboot flash logo logo.img | |
fastboot flash oem_stanvbk oem_stanvbk.img | |
fastboot flash odm odm.img | |
fastboot flash qupfw qupfw.img | |
fastboot flash storsec storsec.img | |
fastboot flash tz tz.img | |
fastboot flash uefisecapp uefisecapp.img | |
fastboot flash xbl xbl.img | |
fastboot flash xbl_config xbl_config.img | |
fastboot flash system system.img | |
fastboot flash vendor vendor.img | |
fastboot flash product product.img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment