OnePlus 6T (fajita)
A guide on installing RetrOS onto a OnePlus 6T
Warning! This process will delete all the data on the phone and may render the phone unusable. Please proceed only if you are comfortable with doing this. Basic android knowledge required.
We're not responsible for bricked devices, dead SD cards, thermonuclear war, or you crashing into a tree because RetrOS crashed.
YOU are choosing to make these modifications.
Prerequisites
Download and extract ADB and Fastboot (Platform Tools) onto your computer
Download this specific TWRP .img file and move it into the Platform tools folder (with adb.exe in it) (link)
Download corresponding TWRP installer (link)
Download and extract OxygenOS 9.0.16 Repack (MSMdownloadtool included) (link)
Download the latest version of RetrOS for your device (link as of 2022-07-13)
Downgrading stock Android to 9 using MSMdownloadtool (requires a Windows PC, will lock the bootloader)
Disable driver signature enforcement (shift-restart method)
Open
MsmDownloadTool V4.0.exe
you downloaded and extracted in step 1.4Connect the phone to the computer using a USB cable (Stock OnePlus red/white cable recommended) if you haven't already
While the phone is off, hold all three (Power, Vol-up, Vol-down) buttons simultaneously until you see it pop up in device manager as
Qualcomm HS-USB QDLoader 9008
.If you're getting N/A device in MSMdownloadtool, try using another USB cable
Once MSMdownloadtool says Connected, hit Start button
Debugging: virtually every error that results in an unsuccessful flash is caused by wrong USB cable/port. We recommend using the stock OnePlus red/white USB cable and a USB 2.0 port. If you're still having issues, try another computer before asking for support.
Enabling USB Debugging (ADB)
Complete the Android setup
On the phone, go into Settings > About phone
Tap on Build number 7 times. This will enable Developer options
Go back to Settings > Developer options
Enable USB debugging
Unlocking bootloader
On the phone, go into Settings > Developer options
Enable OEM Unlocking
Back on your PC, open command prompt in the Platform tools folder (with adb.exe in it) (on Windows, type cmd into the path address bar)
In CMD, enter
adb devices
to initialize ADBIn CMD, enter
adb reboot bootloader
, your phone should reboot and it should say Fastboot mode on its screen.On the phone, an authorization pop-up may appear - if it does, authorize your computer
Once the device is in fastboot mode, verify your PC finds it by typing
fastboot devices
in CMDIn CMD, type
fastboot oem unlock
to unlock the bootloaderOn the phone, a warning about unlocking the bootloader will pop up. Select
UNLOCK THE BOOTLOADER
using volume keys and confirm it with the power buttonIf the device doesnโt automatically reboot, reboot it. It should now be unlocked (can be seen by the warning that pops up at boot). The device will now reset completely.
Installing TWRP
Once the phone boots, restart it. While it's restarting, hold the Vol-down button. You should now see a black screen with a OnePlus logo and a selection of three languages (If you don't, repeat the process holding the button down for the entire duration of the reset).
You're now in the stock recovery - make your selections with volume buttons and confirm with power button. Select English > Advanced > Reboot to fastboot > Reboot to fastboot
Back on your PC, open CMD/Terminal in the Platform tools folder (with adb.exe in it) (on Windows, type cmd into the path address bar)
Once the device is in fastboot mode, verify your PC finds it by typing
fastboot devices
in CMDEnter
fastboot flash boot twrp-3.3.0-0-fajita.img
Enter
fastboot reboot
The phone should reboot and boot into TWRP recovery
Once TWRP loads, copy the TWRP installer .zip you downloaded in step 1.4 from your computer to the internal storage of the phone
Back in TWRP, go to Install, select the correct .zip and swipe to flash
Do not hit Reboot System, instead go back to the main menu, hit Reboot menu and Recovery, while not installing the TWRP app
Installing RetrOS
Copy the RetrOS .zip file you downloaded in step 1.5 into the internal storage of the phone
Back in TWRP, go to Install, select the correct RetrOS .zip and swipe to flash
After installation, Reboot System while not installing the TWRP app
The phone will restart once by itself during installation
Last updated