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

Commit 758fab18 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'dev/eOS-text' into 'master'

Replace reference to /e/ in the install guide

See merge request e/documentation/user!732
parents 769e9de4 22050828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ tips:
    suggestion: Try to upload the /e/OS to internal storage and retry to install
  - error: <code>adb ':' sideload connection failed ':' insufficient permissions for device</code> error
    suggestion: Try to execute the commands  <code>adb kill-server</code> and <code>adb start-server</code> and retry
  - error: Running <code>adb shell twrp install /sdcard/</e/ zip package></code> raise non-existent directory error
  - error: Running <code>adb shell twrp install /sdcard/</e/OS zip package></code> raise non-existent directory error
    suggestion: Try to check solution <a href="https://android.stackexchange.com/questions/226561/twrp-failed-to-install-zip-for-lineage-16-samsung-galaxy-note-2-gt-n7100-t03g">here</a>
  - error: Getting an <code>insufficient permissions</code> error
    suggestion: Try the solution given  <a href="/pages/insufficient-permissions">here</a>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ tips:
    suggestion: Try to upload the /e/OS to internal storage and retry to install
  - error: <code>adb ':' sideload connection failed ':' insufficient permissions for device</code> error
    suggestion: Try to execute the commands  <code>adb kill-server</code> and <code>adb start-server</code> and retry
  - error: Running <code>adb shell twrp install /sdcard/</e/ zip package></code> raise non-existent directory error
  - error: Running <code>adb shell twrp install /sdcard/</e/OS zip package></code> raise non-existent directory error
    suggestion: Try to check solution <a href="https://android.stackexchange.com/questions/226561/twrp-failed-to-install-zip-for-lineage-16-samsung-galaxy-note-2-gt-n7100-t03g">here</a>
  - error: Getting an <code>insufficient permissions</code> error
    suggestion: Try the solution given  <a href="/pages/insufficient-permissions">here</a>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ tips:
    suggestion: Try to upload the /e/OS to internal storage and retry to install
  - error: <code>adb ':' sideload connection failed ':' insufficient permissions for device</code> error
    suggestion: Try to execute the commands  <code>adb kill-server</code> and <code>adb start-server</code> and retry
  - error: Running <code>adb shell twrp install /sdcard/</e/ zip package></code> raise non-existent directory error
  - error: Running <code>adb shell twrp install /sdcard/</e/OS zip package></code> raise non-existent directory error
    suggestion: Try to check solution <a href="https://android.stackexchange.com/questions/226561/twrp-failed-to-install-zip-for-lineage-16-samsung-galaxy-note-2-gt-n7100-t03g">here</a>
  - error: Getting an <code>insufficient permissions</code> error
    suggestion: Try the solution given  <a href="/pages/insufficient-permissions">here</a>
+10 −10
Original line number Diff line number Diff line
## Sobre el projecte

> Aprèn més sobre el projecte /e/
> Aprèn més sobre el projecte /e/OS

- [Què és /e/? Llegeix-ne la descripció!]({% translate_link what-s-e %})
- [Instal·la el sistema operatiu /e/ en un dispositiu compatible!]({% translate_link devices %})
- [Crea un compte gratuït a Murena Cloud, el núvol /e/]({% translate_link create-an-ecloud-account %})
- [Què és /e/OS? Llegeix-ne la descripció!]({% translate_link what-s-e %})
- [Instal·la el sistema operatiu /e/OS en un dispositiu compatible!]({% translate_link devices %})
- [Crea un compte gratuït a Murena Cloud, el núvol /e/OS]({% translate_link create-an-ecloud-account %})
- [Com-es-fa]({% translate_link support-topics %})
- [Preguntes més freqüents]({% translate_link support-topics %})
- [Comparteix la teva /e/xperiència!]({% translate_link testimonies %})


## Contribueix a /e/
## Contribueix a /e/OS

> Vols ajudar el projecte?

- [Projectes que cerquen col·laboració]({% translate_link projects-looking-for-contributors %})
- [Ofertes de feina a /e/]({% translate_link jobs %})
- [Ofertes de feina a /e/OS]({% translate_link jobs %})
- [Responsables de ROM]({% translate_link rom-maintainer %})
- [Traductors]({% translate_link translators %})
- [Provadors]({% translate_link testers %})
@@ -33,10 +33,10 @@

## Dreceres

> Enllaços a les pàgines web de /e/, fòrums de discussió i canals de Telegram
> Enllaços a les pàgines web de /e/OS, fòrums de discussió i canals de Telegram

- [La web principal de /e/](https://e.foundation/)
- [Codi font d'/e/](https://gitlab.e.foundation/e)
- [La web principal de /e/OS](https://e.foundation/)
- [Codi font d'/e/OS](https://gitlab.e.foundation/e)
- [Necessites ajuda?](https://e.foundation/contact/)
- [Informa d'un error al sistema /e/ o a les aplicacions](https://gitlab.e.foundation/e/backlog/-/issues/new)
- [Informa d'un error al sistema /e/OS o a les aplicacions](https://gitlab.e.foundation/e/backlog/-/issues/new)
- [Demana que el teu telèfon sigui suportat](https://community.e.foundation/c/e-devices/request-a-device)
+1 −1
Original line number Diff line number Diff line
## What does the Easy Installer do?

The Easy Installer is a software that will guide you as you flash /e/ 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.
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.

It will also perform commands in the background that you would otherwise have to run yourself. 

Loading