@jhr5474
Download the zip from here :
https://sourceforge.net/projects/nameless-aosp/files/lemonadep/
Download payload-dumper-go from here :
https://github.com/ssut/payload-dumper-go
Create a folder on your desktop called "payload_dumper_go"
Extract the payload_dumper_go.zip previously installed to the payload_dumper_go folder
Extract the payload.bin of the .zip file of the ROM (previously installed) to the payload_dumper_go folder
Open your terminal or cmd if you are on Windows to the path of the payload_dumper_go (in our case /home/Desktop)
Type :
Bash:
sudo ./payload-dumper-go payload.bin
If you are on Windows, try to find how to do the same thing (if you don't know)
Wait for the end of the process. If everything is fine, it should have created a folder on the same path (/home/Desktop/payload_dumper_go) where there is all the extracted image files of the .zip ROM
Now open the folder and copy the : boot.img, dtbo.img and vendor_boot.img file to your platform-tools folder (make sure there is not any file already named like this on the platform-tools folder)
I don't know if you have a ROM or Stock actually but if you have a system installed, execute this command :
Just remove the ./ if you are on Windows
It will ask you authorisation (if you didn't accepted yet) press accept and enter the command again (if it don't execute it)
If you don't have any system installed, just turn off your phone and press :
Power off/on button, volume up and volume down at the same time for a couple of second until it reboot to bootloader
So when you are in the bootloader, type the following :
Bash:
./fastboot flash dtbo dtbo.img
Bash:
./fastboot flash vendor_boot vendor_boot.img
Once it's done, type the following :
Bash:
./fastboot reboot bootloader
Bash:
./fastboot flash boot boot.img
When you did all of this without any error message, type the following :
Bash:
./fastboot reboot recovery
In the recovery, find the "Install update" or "Apply update" i don't remember if this is on the Advanced section or in the main menu
Click on it and then click on "Apply from ADB"
Type the following :
Bash:
./adb sideload <name of the .zip file of the ROM>
And wait for the Sideload to flash the ROM
Once everything is done, go back (with the arrow) and click on "Reboot system now"
And you should be done
If you want to install any add-ons, just press the back arrow and then "Reboot to recovery" and
Bash:
./adb sideload <name of the addons.zip>
If you have any error, please tell me