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

Commit 5a0af993 authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch 'master' into '636-upgrade-devices-to-android-12-or-e-os-s-2'

# Conflicts:
#   htdocs/_data/devices/instantnoodle.yml
#   htdocs/_data/devices/instantnoodlep.yml
parents 68f00bfd 8c4b5a45
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -50,12 +50,14 @@ build_version_stable: R
is_lineageos_official: false
can_rollback: true
removable_battery: 0
revert_to_stock:
- {os : windows, url: pages/revert_oneplus_to_stock_on_windows }
sim_slots: 2
region: All
maturity: orange
install:
- { mode: Install doc }
copy_partitions_file_name: before_e_install_ab_copy_partitions
- { mode: Roll-back, url: null }
oem_unlock_file_name: oem_unlock_generic
recovery_install_command: fastboot flash recovery
recovery_install_file_name: recovery_install_fastboot_generic
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ region: All
maturity: red
install:
- { mode: Install doc }
removable_battery:  0
removable_battery:  1
sim_slots: 2
recovery_install_file_name: recovery_install_odin
install_e_file_name: install_e_with_erecovery
+18 −18
Original line number Diff line number Diff line
## What is the /e/OS Easy-Installer?
## What is the /e/OS easy-installer?

- Der Easy Installer ist eine Desktop-Anwendung, die **Nutzern hilft, /e/OS zu installieren**, auf unterstützen Geräten.
- The Easy Installer is a desktop application which **helps users install /e/OS** on supported devices.

- die aktuelle Version dieses Assistenten funktioniert unter **Linux** und **Windows OS**
- The latest version of the tool works on **Linux** , **Windows** and **macOS**

![](/images/easy-installer-mainscreen.png)

## Wie kann ich den /e/OS Easy-Installer installieren?
## How can I install the /e/OS easy-installer?

Die Easy-Installer Beta-Version ist für Linux und Windows OS verfügbar.
The easy-installer beta is available for Linux, Windows and macOS.

[Installationsanleitung für Linux](easy-installer-linux)
[Installation guide for Linux](easy-installer-linux)

[Installationsanleitung für Windows](easy-installer-windows)
[Installation guide for Windows](easy-installer-windows)

[Installationsanleitung für MacOS](easy-installer-macos)
[Installation guide for macOS](easy-installer-macos)

## Liste der vom Easy-Installer unterstützten Geräte
## List of devices supported by the easy-installer

- Die Beta-Version des Easy-Installers unterstützt zur Zeit **15 Geräte**
- The easy-installer beta version supports **16 devices**

{% include alerts/tip.html content="Damit der Easy Installer auf Ihrem PC funktioniert, müssen Sie zunächst die betriebssystemspezifischen Fastboot-Treiber installieren. Folgen Sie den Anweisungen in der Installationsanleitung für das jeweilige Gerät." %}
{% include alerts/tip.html content="To get the Easy Installer working on your PC you would need to install the OS specific fastboot drivers first. Follow the instructions in the Install Guides gives against each device." %}


| **Vendor** | **Device Name**                     | **CodeName** | **Additional Info**   |**Driver Installation**                                          | **Model (s)**         |
@@ -45,12 +45,12 @@ Die Easy-Installer Beta-Version ist für Linux und Windows OS verfügbar.

## Why are more devices and OS not supported?

Due to resource constraints the /e/OS team cannot support all the work needed to add more devices or other operating systems. Here we request users in the community with development experience to help us on:
- Porting the Easy Installer to MacOS
   - the java software should run without issues
   - some development work may be required on the script to port it
Due to resource constraints the /e/OS team cannot add more devices or operating systems. Here we request users in the community with development experience to help us:

- Support new devices
   - with its architecture based configuration files, it is easy to add new devices
   - with its architecture based configuration files, it is easy to add new devices to the Easy Installer
  
- Add support for more Operating systems

{% include alerts/tip.html content="We share details on how you can add more devices in [this document](easy-installer-contribute)"%}

@@ -62,7 +62,7 @@ To build or improve upon the easy-installer code check the [documentation here..

{% include alerts/tip.html content="To discuss about the easy-installer project, get help or contribute on it come to [our Community Forum](https://community.e.foundation/c/community/easy-installer/136)" %}

## Still have some queries on the easy-installer ?
Check out the [easy-installer FAQ](easy-installer-faq)
## Haben Sie noch Fragen zum easy-installer?
Lesen Sie die [easy-installer FAQ](easy-installer-faq)

**Thank you in advance!**
+9 −0
Original line number Diff line number Diff line
- Install the `QKSMS` app
- Open it, at the question `Change SMS app?` 
- Click on `YES`
- Next click on the `hamburger button` on  the top left 
- Go into the `Backup & restore` tab
- Click on `Backup now`
- Next click on `ALLOW`
- and on `Backup now` again
- A backup file is now saved in the `QKSMS` directory.
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@
        {% endcapture %}
        {% assign guides_links = guides_links | push: stock_revert_link %}
      {% endif %}
      {% if device.codename == "avicii" %}
        {% capture stock_revert_link %}
          {{ "/pages/revert_oneplus_to_stock_on_windows" | relative_url }}
        {% endcapture %}
        {% assign guides_links = guides_links | push: stock_revert_link %}
      {% endif %}
    {% endif %}
    {% capture build_link_label %}Roll back{% endcapture %}
    {% assign guides_link_labels = guides_link_labels | push: build_link_label %}
Loading