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

Commit e37c2626 authored by Manoj Nair's avatar Manoj Nair
Browse files

first draft of files added. Review comments not incorporated

parent b7691a51
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,7 @@
    <li><a href="{% translate_link support-topics/how-to-support-e %}">How to Support /e/OS</a></li>
    <li><a href="{% translate_link support-topics/how-to-support-e %}">How to Support /e/OS</a></li>
    <li><a href="{% translate_link support-topics/android-auto %}">Android Auto</a></li>
    <li><a href="{% translate_link support-topics/android-auto %}">Android Auto</a></li>
    <li><a href="{% translate_link support-topics/parental-control %}">Setup Parental Control on /e/OS</a></li>
    <li><a href="{% translate_link support-topics/parental-control %}">Setup Parental Control on /e/OS</a></li>
    <li><a href="{% translate_link support-topics/guide-to-upgrade-to-latest-build %}">Guide to upgrade to latest build</a></li>
</ul>
</ul>
<h2>Device specific guides</h2>
<h2>Device specific guides</h2>
<ul>
<ul>
+133 −0
Original line number Original line Diff line number Diff line


## The context

Due to a server incident, previous versions of /e/ OS are no longer available. We strongly recommend installing the latest available version to ensure optimal performance and compatibility. Upgrading to the latest version should resolve any existing issues.

{% include alerts/tip.html content="Important: Before proceeding, back up all data on your device, as skipping OS versions may result in data loss." %}


- To switch to new /e/ OS version, from older versions there are 2 possibilities.

### Option 1: Use "Local update" function in /e/ Os Updater

{% include alerts/tip.html content="This feature is only available on Android T or higher, and this feature was unavailable between /e/ 1.16 and OS 1.20." %}


In case your version is not in this range, please use the following steps:


        
      
- Browse to https://doc.e.foundation/devices


        
      
- Find your device, and click on `Official install doc`


        
      
- Click on `install` under command line


        
      
- Under `Downloads for ....` click on `T stable`


        
      
- Find the latest image file to download it, but If the link contains a package name starting with IMG-, remove IMG- from the link, so that package becomes e-*.zip

👉  **Example**:

Instead of downloading 
https://images.ecloud.global/official/FP5/IMG-e-2.5-t-20241108446629-official-FP5.zip

download:
https://images.ecloud.global/official/FP5/e-2.5-t-20241108446629-official-FP5.zip


        
      
- Transfer it to the phone with memory, if not downloaded from the phone already.


        
      
- Click on: `settings` > `updater` > `3 dots on top right` > `local update` > `select file`


        
      
- Complete the installation


### Option 2: Sideload via ADB


        
      
👉 Install ADB by following https://doc.e.foundation/adb


        
      
- Download the latest /e/ OS image on a computer:
1. go to https://doc.e.foundation/devices
1. find your device, and click on `Official install doc`
1. Click on `install` under command line
1. Under `Downloads for ....` click on `T stable`
1. Find the latest image file to download it, but If the link contains a package name starting with IMG-, remove IMG- from the link, so that package becomes e-*.zip

👉 **Example**

Instead of downloading
https://images.ecloud.global/official/FP5/IMG-e-2.5-t-20241108446629-official-FP5.zip

Download:
https://images.ecloud.global/official/FP5/e-2.5-t-20241108446629-official-FP5.zip



        
      
- Open the folder where you have downloaded the file.

    - If on windows: `Shift`+`right-click` the folder in File Explorer and then choose "Open command window here."
    - If on Linux: `Right Click` & chose "Open Terminal here"



        
      
- Boot the phone into recovery mode.

- Power off the phone.
- Hold down <kbd>Vol Up</kbd> + <kbd>Power</kbd> button together.
- Phone will boot into recovery mode.



        
      
- Tap `Apply Update` > `Apply from ADB`


        
      
- Connect phone to the PC.


        
      
- Run the following command in the opened Command Prompt (Windows) or Terminal (if LInux)

`adb sideload xxxxxxxx`     (Where `xxxxxxxx` is the name of the file that you have downloaded)

- Once done:


`adb reboot`
+9 −0
Original line number Original line Diff line number Diff line
---
layout: page
title: Guide to upgrade to latest build
namespace: support-topics/guide-to-upgrade-to-latest-build
permalink: /support-topics/guide-to-upgrade-to-latest-build
toc: true
---

{% tf pages/support_topics/guide_to_upgrade_to_latest_build.md %}
 No newline at end of file