Last active
November 25, 2022 03:41
-
-
Save ThEMarD/73243e04aab13ab1b4ada67bfe54f0d8 to your computer and use it in GitHub Desktop.
dubai update device firmware
This file contains hidden or 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 --slot=all bootloader bootloader.img | |
fastboot flash --slot=all bluetooth BTFM.bin | |
fastboot flash --slot=all dsp dspso.bin | |
fastboot flash --slot=all logo logo.bin | |
# We cannot update modem via fastboot as the radio.img contains extra cmds that fastboot fails to recognize. You must use TinyFastbootScript if you really want to update modem. | |
https://mirrors.lolinet.com/software/windows/TinyFastbootScript/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment