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

Commit 9aabf480 authored by Manoj Nair's avatar Manoj Nair
Browse files

Resolve "Warning on top of EasyInstaller to warn users"

parent 33517acf
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
{% include alerts/warning.html content=" A new installer the [WebInstaller](https://e.foundation/installer/) is now available as an alpha version. The Webinstaller works on Chrome based browsers as it requires WebUSB.
The EasyInstaller will be deprecated soon, hence moving forward we will not proceed with any error fixes on it " %}


## /e/OS easy-installer Build documentation


### Tools required to build
> @Vincent the team member who developed the easy-installer used
> The team member who developed the easy-installer used

- Netbeans 11.3 (/!\ netbeans 11.0 doesn't work properly with javaFX)
- Gradle 4.10
@@ -54,7 +58,8 @@ from "buildSrc" and "flash-scripts" folders into the build.
#### What is used to make the build ?
It uses the ["badass jlink plugin"](https://badass-jlink-plugin.beryx.org/releases/latest/#_properties)


{% include alerts/warning.html content=" A new installer the [WebInstaller](https://e.foundation/installer/) is now available as an alpha version. The Webinstaller works on Chrome based browsers as it requires WebUSB.
The EasyInstaller will be deprecated soon, hence moving forward we will not proceed with any error fixes on it " %}
## Feature idea
- **Add support for a new device**
    - You need to own the device
+3 −0
Original line number Diff line number Diff line
{% include alerts/warning.html content=" A new installer the [WebInstaller](https://e.foundation/installer/) is now available as an alpha version. The Webinstaller works on Chrome based browsers as it requires WebUSB.
The EasyInstaller will be deprecated soon, hence moving forward we will not proceed with any error fixes on it " %}

## What does the Easy Installer do?

The Easy Installer is a software that will guide you as you flash /e/OS on your phone all by yourself. Unfortunately, you can't just plug in your phone and wait until the process is done. There is always some manual action required. The Easy Installer will tell you what and when you have to do something. For example: pressing one or several physical buttons, taping on some buttons, enabling options, rebooting your phone, etc.
+2 −0
Original line number Diff line number Diff line
{% include alerts/warning.html content=" A new installer the [WebInstaller](https://e.foundation/installer/) is now available as an alpha version. The Webinstaller works on Chrome based browsers as it requires WebUSB.
The EasyInstaller will be deprecated soon, hence moving forward we will not proceed with any error fixes on it " %}

## Installation steps for MacOS

+3 −0
Original line number Diff line number Diff line
{% include alerts/warning.html content=" A new installer the [WebInstaller](https://e.foundation/installer/) is now available as an alpha version. The Webinstaller works on Chrome based browsers as it requires WebUSB.
The EasyInstaller will be deprecated soon, hence moving forward we will not proceed with any error fixes on it " %}

## Installation steps for Linux

### Using the command line
+3 −0
Original line number Diff line number Diff line
{% include alerts/warning.html content=" A new installer the [WebInstaller](https://e.foundation/installer/) is now available as an alpha version. The Webinstaller works on Chrome based browsers as it requires WebUSB.
The EasyInstaller will be deprecated soon, hence moving forward we will not proceed with any error fixes on it " %}

## Prerequisite
You must have drivers for your phone already installed
{% include alerts/tip.html content="To install drivers for your phone please refer the install guides for the device as given [here](easy-installer#list-of-devices-supported-by-the-easy-installer)" %}
Loading