You must have OEM unlocking and USB debugging enabled to use ADB/fastboot tools, to install a custom recovery, custom ROM/operating system, ect.
This is a guide how to enable developer settings, and do this.
First Time Install
(Note: These releases include firmware)
1. Download boot, dtbo, vendor_kernel_boot, vendor_boot & rom for your device from here
2. Reboot to bootloader
3. fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_kernel_boot vendor_kernel_boot.img
fastboot flash vendor_boot vendor_boot.img
fastboot reboot recovery
4. While in recovery, navigate to Factory reset -> Format data/factory reset and confirm to format the device.
5. When done formatting, go back to the main menu and then navigate to Apply update -> Apply from ADB
6. adb sideload rom.zip (replace "rom" with actual filename)
7 (optional). Reboot to recovery to sideload any add-ons (e.g magisk)
8. Reboot device
Download your device files here: https://xdaforums.com/t/rom-14-0_r17-official-evolution-x-8-1-12-30-2023.4546503/#post-88060315
Comments