blob: 4798bd8c4ad066b61d676df7273d38dead1f6a11 [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
theincognito-incb5a3b002021-11-26 00:22:22 +053021<div class='page-heading'>Installation:</div>
22If you already have TWRP installed:
23Download the latest img/installer and flash the image using TWRP to both slots, or simply flash the installer.
24
25If you do not already have TWRP installed:
26Download 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:
27
28fastboot boot path/to/twrp.img
29
theincognito-inc0d62b412021-12-01 15:15:44 +053030This will temporarily boot TWRP on your device.
31At this point - if OOS is installed - it's recommended to take a backup of the current recovery as it will need to be restored for incremental OTAs to install successfully.
32Now, 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:
theincognito-incb5a3b002021-11-26 00:22:22 +053033
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.