How to flash?

How to flash?

@spesmynuts

Things you need: Published for Axion users, works for other ROMs like PixelOS

  • ROM File, the .imgs (boot.img, dtbo.img and system_ext.img)
  • Your Phone, Yourself, and a PC (recommended for these steps)
  • ADB Platform Tools

Steps:

  1. Open terminal on your PC, with your Tools, execute this:
    fastboot -w (wipes data)
    fastboot flash dtbo dtbo.img
    fastboot flash system_ext system_ext.img
    fastboot boot boot.img (your boot.img is also your original kernel + recovery file)"
  2. Once you're done, execute: fastboot reboot recovery <to reboot to recovery>
  3. On the Axion recovery, click on "Apply Update" > "Apply on ADB"
    While on your PC run the following: adb sideload <file location here>
  4. Let it sideload, it'll stop at 47% and that's normal. Once it's done, reboot.

NOTE: If you're installing via SDCard, simply click on "Apply Update" and navigate to the ROM's file.


Dirty Flashing:

  1. Reboot to recovery
  2. SD Card: Click on "Apply Update" and navigate to the ROMs location through your SD Card
  3. PC Users: Same as SD Card users, except click on "Apply on ADB", open terminal and execute: adb sideload <file location here>
  4. Let it sideload or install, if prompted, click on "Yes" and once rebooted to the recovery... Simply reboot from there and you're good to go.


Report Page