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

Commit 7efa2dca authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch...

Merge branch '901-a13-temp-add-note-to-all-devices-that-require-additional-images-to-download-from-lineage' into 'master'

Resolve "[A13][Temp]: Add note to all devices that require additional images to download from lineage downloads"

Closes #901

See merge request e/documentation/user!1012
parents f984b8a1 62d3a2b8
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -2,18 +2,21 @@

{% include alerts/warning.html content="This platform requires additional partitions to be flashed for recovery to work properly.The steps to flash the partitions are given below" %}

{% include alerts/tip.html content="In case the partition files are not available in the /e/OS recovery zip, users flashing the `Android 13 or /e/OS T build`, can try and download them from the LineageOS wiki install page specific to this device. " %}

1. First unzip the /e/OS Recovery file linked in the section marked `Downloads for {{ device.codename }}` . The following files would show up in the location where you unzipped the contents of the eRecovery zip file

  

    {%- for partition in device.before_recovery_install.partitions %}
      * {{ partition }}.img
    {%- endfor %}

2. Next we manually reboot into bootloader or download mode
1. Next we manually reboot into bootloader or download mode
  * {% t devices.with_the_device_powered_off %}
  * {% t device.download_boot %}

3. Flash the downloaded image files to your device by typing (replace `<...>` with the actual filenames):
1. Flash the downloaded image files to your device by typing (replace `<...>` with the actual filenames):
  ```
  {%- for partition in device.before_recovery_install.partitions %}
fastboot flash {{ partition }} <{{ partition }}>.img