blob: 0258edf964f28069336bb9ccc6cfa1228dba2de3 [file] [log] [blame]
mauronofrio49b592e2018-12-21 11:16:02 +01001---
2layout: device
3title: "OnePlus 6T (fajita)"
4codename: fajita
5downloadfolder: fajita
6supportstatus: Current
7maintainer: Mauronofrio
8oem: OnePlus
9devicetree: https://github.com/TeamWin/android_device_oneplus_fajita
mauronofrioe32bef72019-04-25 07:32:54 +000010xdathread: "https://forum.xda-developers.com/oneplus-6t/development/recovery-unofficial-twrp-touch-recovery-t3861482"
mauronofrio49b592e2018-12-21 11:16:02 +010011---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
16
17{% include download.html %}
18
19OnePlus 6T Install Instructions
20
21Read these instructions and follow them carefully.
22
23The OnePlus 6T uses the newer AB partition scheme first introduced on the Pixel 1. As such there is no recovery partition. Instead, the recovery is part of the boot image. You will temporarily boot TWRP to perform and later perform a more permanent TWRP installation. First download the TWRP zip file directly on your device. If you don't download the zip file to your device first for any reason, you will need to adb push the zip to the device because MTP is not currently working on the OnePlus 6T in TWRP. If you are unable to use adb, you can also use a USB stick with an OTG cable, if you have those handy.
24Power off the device. Hold volume up to get into fastboot mode. Run this command on your computer:
25`fastboot boot twrp-3.2.1-0-fajita.img`
26
27In TWRP, tap on Install and browse to the zip and install it (the zip will probably be in /sdcard/Downloads). TWRP will now be installed to both slots. TWRP is now installed and you can reboot and use your device as normal.