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

Commit b23e6e56 authored by Pranav's avatar Pranav
Browse files

Merge branch 'fix-redfin-recovery-install-command' into 'master'

Update Google Pixel devices docs

Closes e/devices/backlog#345

See merge request e/documentation/user!792
parents 4359a0d9 91ce086f
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
+2 −2
Original line number Diff line number Diff line
@@ -58,6 +58,6 @@ install:
- { mode: Install doc }
oem_unlock_file_name: oem_unlock_generic
recovery_install_file_name: recovery_install_fastboot_generic
recovery_install_command: fastboot flash boot
recovery_install_command: fastboot flash vendor_boot
install_e_file_name: install_e_with_erecovery
downloads_file_name: device_downloads_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
Loading