Oneplus Nord 2T 5G Unlock Bootloader Guide and Relock It Later

In this tutorial, we will show you the steps to unlock the bootloader on your Oneplus Nord 2T 5G as well as relock it later on. Oneplus Nord 2T 5G was launched globally as their new budget smartphone that runs on OxygenOS 12.1 based on Android 12. The smartphone features a 6.43-inch full-HD+ AMOLED with a 90Hz refresh rate. The display comes with HDR10+ support and is protected by Corning Gorilla Glass 5. Under the hood, it gets a MediaTek Dimensity 1300 SoC, which is paired with up to 12GB of RAM.

There’s a plethora of tweaks, modifications, and custom binaries available for various OnePlus devices, and the Oneplus Nord 2T 5G is no different either. Although it has only been only a couple of months since its launch, we are already seeing impressive support for this device. But to carry out these tweaks, there is just one requirement that needs to be met- your Oneplus Nord 2T 5G should have an unlocked bootloader. In this guide, we will help you with just that. Likewise, we will also show you how to relock the device’s bootloader, if you wish to do so at a later stage.

Oneplus Nord 2T 5G

Oneplus Nord 2T 5G Device Overview:

The Oneplus Nord 2T 5G features a 6.43-inch AMOLED panel with a 90 Hz refresh rate. It is an FHD+ panel with a resolution of 1080 x 2400 pixels and an aspect ratio of 20:9. Under the hood, we get the MediaTek Dimensity 1300 processor built on a 6nm manufacturing process. It is an octa-core processor with one ultra core ARM Cortex A78 core clocked at 3 GHz, three ARM Cortex A78 super cores clocked at 2.6 GHz, and four Cortex-A55 cores clocked at 2 GHz. For handling the graphics-intensive tasks, we have the ARM Mali-G77 MC 9 GPU, which is a nine-core GPU. The phone comes with Android 12 out of the box with OxygenOS 12.1 running on it.

In terms of optics, we get a .triple camera setup at the rear and a single selfie camera at the front. The triple camera setup consists of a 50MP primary sensor paired with an f/1.9 lens, a .2MP depth sensor paired with an f/2.2 lens, and an 8MP ultrawide sensor paired with an f/2.2 lens. The primary camera has OIS built into it. The selfie camera at the front is a 32MP primary sensor paired with an f/2.4 lens. The rear camera system can capture 4K videos, while the front is limited to 1080p video recording.

The smartphone comes with two storage options: 128GB internal storage + 8GB RAM, and 256GB internal storage + 12GB RAM. We do not get a MicroSD slot for storage expansion. In terms of communications, we get Wi-Fi 802.11 a/b/g/n/ac/6, Bluetooth 5.2, GPS, NFC, and USB Type-C 2.0. And for sensors, we get an under-display optical fingerprint sensor, accelerometer, gyro, proximity, and compass. Powering it all is a 4,500 mAh battery that can be topped up quickly using an 80W power adapter included in the box. The smartphone is available in two color options: Gray Shadow and Jade Fog.

Advantages/Risks with an Unlocked Bootloader

There is a plentitude of perks associated with an unlocked bootloader. To begin with, you could flash custom ROMs like LineageOS, Pixel Experience, etc. Along the same lines, installing a custom recovery like TWRP is also a possibility. This in turn will allow you to flash ZIP and IMG files, wipe various partitions, create and restore Nandroid backup, etc. Likewise, you could also root your device via Magisk and gain access to administrative rights.

nandroid backup twrp
Nandroid Backup feature of TWRP

However, these modifications come with a few risks as well. For example, it will wipe off all the data from your device and might make the warranty null and void as well. Furthermore, apps like Google Pay, Netflix, and Pokemon Go might not function properly. The entire process is risky and might cause a few issues if not performed correctly. With that said, if you are ready to proceed ahead, then here are the steps to unlock the bootloader on the Oneplus Nord 2T 5G.

Unlock Bootloader on Oneplus Nord 2T 5G

Before we list out the instructions, there are a few necessities that you need to go through. Make sure you checkmark all these requirements.

Prerequisites

  • First and foremost, create a complete device backup. This is because the unlocking process is going to wipe off all the data from your device.
  • Next up, enable USB Debugging and OEM Unlocking on your device as well. The former will make your device recognizable by your PC in ADB mode. The latter will allow you to carry out the unlocking procedure. So head over to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Advanced > Developer Options > Enable USB Debugging and OEM Unlocking.
    oem-and-USB-Debugging-oneplus-7
  • Also, install the Android SDK Platform Tools on your PC. This will provide you with the necessary ADB and Fastboot binaries.

That’s it. You may now proceed with the steps to unlock the bootloader on the Oneplus Nord 2T 5G.

Instruction Steps

  1. Connect your device to the PC via USB Cable. Make sure Debugging is enabled.
  2. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
  3. Now type in the following command in the CMD window to boot your OnePlus device to Fastboot Mode:
    adb reboot bootloader

    fastboot oneplus

  4. Execute the below command and if you get a unique string of alphanumeric characters, then it signifies that the device has successfully booted to Fastboot.
    fastboot devices

    fastboot devices oneplus nord unlock bootloader

  5. Finally, type in the below command to start the unlocking process
    fastboot oem unlock
  6. As soon as you do so, you will get a confirmation message on your device. Select Unlock the Bootloader option via Volume Keys and hit the Power key to confirm your decision.
  7. The process will now begin and should only take a few seconds. Once that is done, your device should boot to the OS. If that doesn’t happen, then you may manually do so as well, using the below commands:
    fastboot reboot

These were the steps to unlock the bootloader on the Oneplus Nord 2T 5G. Do keep in mind that the first boot will take up some time, this is completely normal. Furthermore, you will have to set up your device from scratch by logging into your Google account. That’s it. Let’s now turn our attention towards the relocking process.

Relock Bootloader on Oneplus Nord 2T 5G

If you wish to relock the device’s bootloader and go back to stock, then the below instructions shall help you out. But before that, there are some pretty important points worth discussing. make sure that your device doesn’t have any custom binary installed. By that we mean, it shouldn’t be rooted, nor it should have TWRP installed.

Most importantly, it should be running the stock OxygenOS firmware and not any custom ROM. So if you tick mark all these requirements, then proceed with the below steps to relock the bootloader on your Oneplus Nord 2T 5G device.

  1. First and foremost, create a backup of all the data stored on your device.
  2. Next up, enable USB Debugging on your device (Settings > About Phone > Developer Options).
  3. Then go to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the CMD window.
    cmd platform-tools
  4. Now type in the following command in the Command Prompt window to boot your device to Fastboot Mode:
    adb reboot bootloader
  5. Finally, execute the below command to start the locking process:
    fastboot oem lock
  6. You should now get a confirmation message on your device. Use the Volume keys to select the Lock the Bootloader option, and press the Power key to confirm it.
  7. Your device will now reboot to the OS and you should be greeted with the welcome screen. If it doesn’t automatically boots up, then you may use the below fastboot command for the same.
    fastboot reboot

Now just set up the device using your Google ID and that is it. These were the steps to unlock as well as relock the bootloader on your Oneplus Nord 2T 5G device. If you have any queries, do let us know in the comments section below. Rounding off, don’t forget to have a look at our iPhone Tips and TricksPC tips and tricks, and Android Tips and Trick section as well.

Comments

  1. While Doin or Unlocking Bootloader on Oneplus Nord 2T 5G
    After doin intructions which mentioned above

    after running “adb reboot bootloader” in terminal not getting options like in your image
    Actually not getting anything just getting this text in very tiny size
    “[Fastboot Mode1]

    I dont know what to do. Any help would be appreciated I just want to unlock my bootloader so that I can root.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.