[Q] Flash ROM via adb

Search This thread

binlalo

Senior Member
Feb 5, 2012
422
49
Hi, I've never used adb before since I flashed all my ROMs via custom recovery. But now, as I moved to an 8GB Moto G, my memory is always full so I was wondering if there's a chance to flash roms this way so I don't need to make room on the internal memory for this. Thanks.
 

x-Wooboost-x

Member
Jan 27, 2013
21
4
Vancouver
I use fastboot to flash ROMs.

Put the room in the same directory as fastboot
Boot your phone into bootloader. You can use [adb reboot bootloader]
Make sure the device it's connected by typing [fastboot devices]
To flash a ROM type [fastboot flash <name of file> <name of file>.zip

Make sure to have the .zip at the end.

Sent from my XT1032 using Tapatalk
 
  • Like
Reactions: binlalo

binlalo

Senior Member
Feb 5, 2012
422
49
And wipe cache/data and make backups? Can that be done as well? (if you know an adb tutorial with all commands just tell me, it will be easier xD)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I use fastboot to flash ROMs.

    Put the room in the same directory as fastboot
    Boot your phone into bootloader. You can use [adb reboot bootloader]
    Make sure the device it's connected by typing [fastboot devices]
    To flash a ROM type [fastboot flash <name of file> <name of file>.zip

    Make sure to have the .zip at the end.

    Sent from my XT1032 using Tapatalk
    1
    I don't remember all the commands myself sorry. A quick Google search for fastboot commands should have everything you need

    Sent from my XT1032 using Tapatalk