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

Commit 57367d88 authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '833-correction-to-suzuran-install-guide' into 'master'

Resolve "Correction to suzuran install guide"

Closes #833

See merge request e/documentation/user!925
parents b4831344 a5fe17e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,4 +56,5 @@ region: All
maturity: orange
install:
- { mode: Install doc }
requires_specific_reboot_command: true
recovery_install_file_name: recovery_install_fastboot_sony_install
+12 −4
Original line number Diff line number Diff line
@@ -4,15 +4,23 @@

1. Before proceeding ensure you have downloaded the /e/OS for your device, from the link given in the **Downloads** section above

2. If you aren’t already in recovery mode, reboot into recovery mode by typing the below command in the console of an adb enabled PC
2. If you aren’t already in recovery mode, reboot into recovery mode 

    {% if device.requires_specific_reboot_command %}

    - {% t devices.with_the_device_powered_off %}, {% t device.recovery_boot %}

    {% else %}

    - by typing the below command in the console of an adb enabled PC
    
    
    ```shell
    adb reboot recovery
    ```
   
    {% include alerts/tip.html content="You can also do this manually using the below key combination" %}

    - {% t devices.with_the_device_powered_off %}, {% t device.recovery_boot %}
    {% endif %}

3. In TWRP return to main menu, then tap `Wipe`

+7 −5
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@

- {% t devices.with_the_device_powered_off %}, {% t device.recovery_boot %}

   

1. In TWRP return to main menu, then tap `Wipe`

1. Now tap `Format Data` and continue with the formatting process.