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

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

Add description on devices list page

parent de05ba15
Loading
Loading
Loading
Loading
+24 −2
Original line number Diff line number Diff line
@@ -4,7 +4,29 @@ title: Devices
permalink: devices/
search: exclude
---
# Devices list

## What's in /e/?

Please check the [/e/ product description](https://gitlab.e.foundation/e/wiki/en/wikis/e-product-description-pro-privacy-Android-ROM-and-online-services)

## How to install /e/ on your smartphone?

In order to install /e/:
* check that your device is supported in the list below
* ensure that you have an /e/ account (for /e/ online services such as mail, drive, calendar...). You can register for a [free /e/ acount here](https://gitlab.e.foundation/e/wiki/en/wikis/create-e-test-account)
* proceed to installation
* find some [community support](https://e.foundation/get-support/#help)
* [report issues here](issues)
* [report your experience here](testimonies)
* [contribute to the project!](projects-looking-for-contributors)

Can't find your device? Do a [device proposal here](https://community.e.foundation/c/e-devices/request-a-device) after checking it was not proposed earlier. Or do the work and become a device maintainer (send an email to [join@e.email](mailto:join@e.email), with a clear subject line (like: ROM Maintainer for device XYZ123).

## Devices list and install

Note: the v0.x-n branch is based on Nougat, the v0.x-o branch is based on "Oreo", the v0.x-p branch is based on "Pie". There are no differences between the three in term of "/e/ features".

## Devices list

{% assign devices = "" | split: " " %}
{% for device in site.data.devices %}
@@ -20,7 +42,7 @@ search: exclude
{%- if device.vendor != lastVendor %}
{%- assign lastVendor = device.vendor %}

## {{ lastVendor }}
### {{ lastVendor }}

| Vendor | Name | Codename |
|--------|------|----------|