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

Commit afe75a53 authored by Romain Hunault's avatar Romain Hunault
Browse files

Add LeEco devices

parent 7a72feef
Loading
Loading
Loading
Loading

_data/devices/s2.yml

0 → 100644
+15 −0
Original line number Diff line number Diff line
codename: s2
name: Le 2
vendor: LeEco
versions: [nougat]
status: [dev]
recovery_install_method: fastboot_nexus
models: [X520,X522,X526,X527]
custom_unlock_cmd: 'fastboot oem unlock-go'
#before_install:
#is_ab_device: true
#no_oem_unlock_switch:
#custom_unlock_cmd:
#custom_recovery_codename:
#fastboot_boot: true
#is_unlockable: false

_data/devices/x2.yml

0 → 100644
+14 −0
Original line number Diff line number Diff line
codename: x2
name: Le Max2
vendor: LeEco
versions: [oreo]
status: [dev]
recovery_install_method: fastboot_nexus
models: [LEX720, LEX722, LEX727]
#before_install:
#is_ab_device: true
#no_oem_unlock_switch:
#custom_unlock_cmd:
#custom_recovery_codename:
#fastboot_boot: true
#is_unlockable: false

_data/devices/zl1.yml

0 → 100644
+15 −0
Original line number Diff line number Diff line
codename: zl1
name: LePro3/LePro3 Elite
vendor: LeEco
versions: [oreo]
status: [dev]
recovery_install_method: fastboot_nexus
custom_unlock_cmd: 'fastboot oem unlock-go'
#models: []
#before_install:
#is_ab_device: true
#no_oem_unlock_switch:
#custom_unlock_cmd:
#custom_recovery_codename:
#fastboot_boot: true
#is_unlockable: false

pages/build/s2.md

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

pages/build/x2.md

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