blob: b910affdca6a4d2df950e31e5bb42c0cbc07c989 [file] [log] [blame]
theincognito-incb5a3b002021-11-26 00:22:22 +05301---
2layout: device
3title: "OnePlus 8T (kebab)"
4codename: kebab
5downloadfolder: kebab
6supportstatus: Current
7maintainer: theincognito
8oem: OnePlus
9devicetree: https://github.com/TeamWin/android_device_oneplus_kebab
10xdathread: https://forum.xda-developers.com/t/recovery-11-alpha-teamwin-recovery-project-8t-kebab-2021-09-04.4302449/
11---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
16
17{% include dynamicpartitions.html %}
18
19{% include download.html %}
20
21{% include fastbootabinstall.html %}
22
23<div class='page-heading'>Installation:</div>
24If you already have TWRP installed:
25Download the latest img/installer and flash the image using TWRP to both slots, or simply flash the installer.
26
27If you do not already have TWRP installed:
28Download the img. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader. Connect the device to your PC. Open a command window and run the following command from the proper location:
29
30fastboot boot path/to/twrp.img
31
32This will temporarily boot TWRP on your device. Now, either copy the TWRP installer zip to the phone and flash it, or go into adb sideload option from the booted twrp and execute the following command:
33
34adb sideload path/to/twrp-installer.zip
35
36Note: OnePlus 8T is a Virtual AB device with dedicated recovery partition. So, flashing TWRP will not mess with root or boot partitions, unlike the true Virtual AB devices like Pixel 5, Poco F3, etc.
37
38For more information, visit the XDA thread linked above.