How to flash?
@spesmynutsThings 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:
- 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)" - Once you're done, execute: fastboot reboot recovery <to reboot to recovery>
- On the Axion recovery, click on "Apply Update" > "Apply on ADB"
While on your PC run the following: adb sideload <file location here> - 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:
- Reboot to recovery
- SD Card: Click on "Apply Update" and navigate to the ROMs location through your SD Card
- PC Users: Same as SD Card users, except click on "Apply on ADB", open terminal and execute: adb sideload <file location here>
- 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.