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

Commit c80609c8 authored by Pranav's avatar Pranav
Browse files

suggestions, fixes, links

parent c99dc144
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ The Teracube 2e is failing to update itself automatically. If you are familiar w

* A backup of your phone's important data on an external storage device (optional, but recommended).
* A phone with at least 50% charge.
* A computer with `adb` installed. [How to setup adb?](https://doc.e.foundation/pages/install-adb)
* A computer with `adb` installed. [How to set up ADB?](https://doc.e.foundation/pages/install-adb)
* A functional data cable to connect your phone to your computer (A charging only cable won't work).
* Download all the files mentioned in the download section.

@@ -13,7 +13,9 @@ The Teracube 2e is failing to update itself automatically. If you are familiar w
* [2e stable](https://ota.ecloud.global/builds/full/stable/2e/e-1.5-q-20221028230220-stable-2e.zip)
* [2e dev](https://ota.ecloud.global/builds/full/dev/2e/e-1.5-q-20221031230909-dev-2e.zip)

## Updating /e/ via recovery
It is important to note the path of downloaded files. You can check your browser's download section to find the file. For more help on file paths, you can search for [how to find a file path](https://spot.murena.io/search?q=how%20to%20find%20file%20path) on **YOUR** OS.

## Applying the /e/OS update via recovery

1. Download the OTA with the hotfix (See downloads section).
1. Reboot into recovery mode:
@@ -22,7 +24,11 @@ The Teracube 2e is failing to update itself automatically. If you are familiar w
   * Select `Recovery Mode` using the `Volume up` button, then use `Volume down` to confirm the choice.
1. Sideload the /e/ .zip package:
   * On your phone, select “Apply Update”, then “Apply from ADB” to begin sideload.
   * On your computer, sideload the package using: `adb sideload <path to OTA zip file>`.
   * Plug your phone into the computer. It's ok, if you have already done that.
   * On your computer, sideload the package using: `adb sideload <path to downloaded OTA zip file>`.

   > **NOTE 1** At this point the update is being applied and can take a while to complete. Don't use/unplug your device. Don't worry if the update is stuck at some x%. Be patient and wait for feedback from your device.

   > **NOTE 2**: Normally, ADB will report `Total xfer: 1.00x`, but in some cases, even if the process succeeds, the output will stop at 47% and report `adb: failed to read command: Success`. In some cases, it will report `adb: failed to read command: No error` or `adb: failed to read command: Undefined error: 0` which is also fine.

   > **NOTE**: Normally, adb will report `Total xfer: 1.00x`, but in some cases, even if the process succeeds the output will stop at 47% and report `adb: failed to read command: Success`. In some cases, it will report `adb: failed to read command: No error` or `adb: failed to read command: Undefined error: 0` which is also fine.
1. Once you have installed everything successfully, click the back arrow in the top left of the screen or swipe back as the android gesture, then select “Reboot system now”.
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@
- [Fix permissions error while syncing data](https://community.e.foundation/t/howto-fix-permissions-error-while-syncing-data/4508)
- [Essential Phone PH-1 Mata Eelo 0.7 Mobile Hotspot Tethering Fix](https://community.e.foundation/t/howto-essential-phone-ph-1-mata-eelo-0-7-mobile-hotspot-tethering-fix/6794)
- [Install /e/OS on OnePlus 6 running Andoroid 10](https://community.e.foundation/t/howto-install-e-on-oneplus-6-running-andoroid-10/11134)
- [Steps to Update Teracube 2e using ADB](/support-topics/teracube-2e-update)