Skip to content

Instantly share code, notes, and snippets.

@rmsaitam
Created February 26, 2022 23:45
Show Gist options
  • Select an option

  • Save rmsaitam/eecc0dbd66a10ee59f08b45d828fe016 to your computer and use it in GitHub Desktop.

Select an option

Save rmsaitam/eecc0dbd66a10ee59f08b45d828fe016 to your computer and use it in GitHub Desktop.

Revisions

  1. rmsaitam created this gist Feb 26, 2022.
    27 changes: 27 additions & 0 deletions flashfile.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    fastboot oem fb_mode_set
    fastboot flash partition gpt.bin
    fastboot flash bootloader bootloader.img
    fastboot flash logo logo.bin
    fastboot flash boot boot.img
    fastboot flash recovery recovery.img
    fastboot flash dsp adspso.bin
    fastboot flash oem oem.img
    fastboot flash system system.img_sparsechunk.0
    fastboot flash system system.img_sparsechunk.1
    fastboot flash system system.img_sparsechunk.2
    fastboot flash system system.img_sparsechunk.3
    fastboot flash system system.img_sparsechunk.4
    fastboot flash system system.img_sparsechunk.5
    fastboot flash system system.img_sparsechunk.6
    fastboot flash system system.img_sparsechunk.7
    fastboot flash system system.img_sparsechunk.8
    fastboot flash system system.img_sparsechunk.9
    fastboot flash modem NON-HLOS.bin
    fastboot flash fsg fsg.mbn
    fastboot erase cache
    fastboot erase userdata
    fastboot erase customize
    fastboot erase clogo
    fastboot oem fb_mode_clear
    fastboot flash logo logo.bin
    fastboot reboot