Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e335203 authored by Romain Hunault's avatar Romain Hunault
Browse files

Add YU and ZTE devices

parent ea32f60c
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
codename: axon7
name: Axon7
vendor: YU
versions: [nougat]
status: [dev]
recovery_install_method: fastboot_custom
#root_method: []
#models: []
#before_install:
#is_ab_device: true
#no_oem_unlock_switch:
#custom_unlock_cmd:
#custom_recovery_codename:
#fastboot_boot: true
#is_unlockable: false
#download_boot:
#recovery_boot:
is_lineageos_official: true
#update_vendors: true
#recovery_install_need_patch: true
custom_recovery_link: 'https://androidfilehost.com/?w=files&flid=274875'
unlock_bootloader_guide: 'https://forum.xda-developers.com/axon-7/how-to/guide-how-to-unlock-bootloader-stay-t3461165'
+20 −0
Original line number Diff line number Diff line
codename: jalebi
name: Yunique
vendor: YU
versions: [nougat]
status: [dev]
recovery_install_method: fastboot_nexus
#root_method: []
#models: []
#before_install:
#is_ab_device: true
#no_oem_unlock_switch:
#custom_unlock_cmd:
#custom_recovery_codename:
#fastboot_boot: true
#is_unlockable: false
#download_boot:
#recovery_boot:
is_lineageos_official: true
#update_vendors: true
#recovery_install_need_patch: true
+7 −0
Original line number Diff line number Diff line
## Unlocking the bootloader

{% include alerts/warning_unlocking_bootloader.md %}

1. Unlock your bootloader by following [this]({{ device.unlock_bootloader_guide }}) guide.

{% include templates/recovery_install_fastboot_generic.md %}

pages/build/axon7.md

0 → 100644
+9 −0
Original line number Diff line number Diff line
---
sidebar: home_sidebar
title: Build /e/ for YU Axon7 - axon7
folder: build
layout: default
permalink: /devices/axon7/build
device: axon7
---
{% include templates/device_build.md %}

pages/build/jalebi.md

0 → 100644
+9 −0
Original line number Diff line number Diff line
---
sidebar: home_sidebar
title: Build /e/ for YU Yunique - jalebi
folder: build
layout: default
permalink: /devices/jalebi/build
device: jalebi
---
{% include templates/device_build.md %}
Loading