Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.11 KB

munch.md

File metadata and controls

41 lines (24 loc) · 1.11 KB

Installation Guide For Project Elixir

Installation Guide For Project Elixir on Munch

•Reboot device into fastboot mode. [Press vol down (-) and power button]

• Download the boot.img & vendor_boot.img from the website.

• Install adb-system wide or use platform tools.

• Connect the device via a cable then type the following commands in the command prompt window:-

Command :

fastboot flash boot [boot.img location] && fastboot flash vendor_boot [vendor_boot.img location] && fastboot reboot recovery

• Now your device will boot into the PE recovery, Now-

• Do a factory reset if CLEAN flashing

OR

• Directly proceed to adb sideload if DIRTY flashing.

• To start Sideloading select the apply update option and sideload the file, command is:-

Command :

adb sideload [ROM.zip location]

NOTE:-

• Firmware is built-in

• GAPPS are built-in

• Clean Flash is compulsory if coming from any version of MIUI or any other custom ROM, dirty flash works if updating from an older Elixir build of the same Android version and is by the same maintainer.