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

Commit 91ce086f authored by Pranav's avatar Pranav
Browse files

fixed instructions for Google devices

parent a09d7c70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ maturity: green
install:
- { mode: Easy Installer }
- { mode: Install doc }
recovery_install_command: fastboot flash boot
recovery_install_command: fastboot flash vendor_boot
oem_unlock_file_name: oem_unlock_generic
recovery_install_file_name: recovery_install_fastboot_ab
install_e_file_name: install_e_with_erecovery
+2 −2
Original line number Diff line number Diff line
@@ -56,5 +56,5 @@ install:
oem_unlock_file_name: oem_unlock_generic
recovery_install_file_name: recovery_install_fastboot_generic
copy_partitions_file_name: before_e_install_copy_partition_flox
recovery_install_command: fastboot boot recovery
recovery_install_command: fastboot boot 
install_e_file_name: install_e_with_erecovery
+1 −0
Original line number Diff line number Diff line
@@ -56,3 +56,4 @@ install:
oem_unlock_file_name: oem_unlock_generic
recovery_install_command: fastboot flash boot
recovery_install_file_name: recovery_install_fastboot_ab
custom_unlock_cmd: 'fastboot flashing unlock'
+1 −1
Original line number Diff line number Diff line
@@ -57,5 +57,5 @@ install:
- { mode: Install doc }
oem_unlock_file_name: oem_unlock_generic
recovery_install_file_name: recovery_install_fastboot_generic
recovery_install_command: fastboot flash recovery
recovery_install_command: fastboot flash boot
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@
{% include alerts/tip.html content="Make sure to store these somewhere safe in case later steps fail." %}

## Repartition
{% include alerts/warning.html content="This step is not optional, the device will not boot LineageOS without repartitioning first!" %}
{% include alerts/warning.html content="This step is not optional, the device will not boot /e/OS without repartitioning first!" %}
{% include alerts/warning.html content="This process will wipe all data on the device, including your internal storage!" %}
1. Download the flashable repartition script from [here](https://www.androidfilehost.com/?fid=10763459528675595998).
2. On your device's screen, choose "Apply Update", then "From ADB".
3. From your Terminal/PowerShell, run `adb sideload /path/to/flo-deb_clamor_repartition.zip`, filling `/path/to/` in with the path you downloaded the repartition zip to.
    {% include alerts/tip.html content="The repartition script package in question isn't signed with LineageOS's official key, and therefore when it is sideloaded, Lineage Recovery will present a screen that says `Signature verification failed`, this is expected, please click `Continue`." %}
    {% include alerts/tip.html content="The repartition script package in question isn't signed with /e/OS's official key, and therefore when it is sideloaded, /e/ Recovery will present a screen that says `Signature verification failed`, this is expected, please click `Continue`." %}
4. Now run `adb shell` from your Terminal/PowerShell, and run the following commands within it:
    - `modify`
    {% include alerts/warning.html content="This step may take up to 5 minutes, please ensure your USB connection/power source isn't interrupted during this time." %}