Skip to content

Instantly share code, notes, and snippets.

@ThEMarD
Last active November 25, 2022 03:41
Show Gist options
  • Save ThEMarD/73243e04aab13ab1b4ada67bfe54f0d8 to your computer and use it in GitHub Desktop.
Save ThEMarD/73243e04aab13ab1b4ada67bfe54f0d8 to your computer and use it in GitHub Desktop.
dubai update device firmware
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