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

Commit e4db4539 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch '66-oneplus-6-use-a-custom-twrp' into 'master'

Resolve "OnePlus 6 - Use a custom TWRP"

Closes #66

See merge request e/documentation/user!61
parents cb81f8f4 f20df6a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
architecture: arm64
alternate_twrp: https://androidfilehost.com/?fid=4349826312261678088
battery: {removable: False, capacity: 3300, tech: 'Li-Po'}
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
cameras:
+8 −0
Original line number Diff line number Diff line
@@ -8,6 +8,14 @@
## Temporarily booting a custom recovery using `fastboot`

1. Download a custom recovery - you can download [TWRP](https://dl.twrp.me/{{ custom_recovery_codename }}).
{% if device.alternate_twrp %}
> An [alternate location]({{ device.alternate_twrp }}) to download TWRP

{% endif %}
{% if device.twrp_version %}
  > The version of TWRP we used to test the ROM was {{ device.twrp_version }}

{% endif %}
1. Connect your device to your PC via USB.
1. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
    ```