General Root 10T 5G

Search This thread

qn1ck

Member
Nov 17, 2012
25
13
OnePlus 7 Pro
Unfortunately, I can not root this phone after last incremental update. Old patched boot.img causes reboot during boot. Does anyone have the new boot.img and can upload it?
 

vcfvct

Member
May 7, 2011
18
8
Germantown MD
After downloading from oxygen updater, the new 13.1 system update always stuck and failed at 65% for me when updating via the 'system update' app.

Anyone else has similar issues?
@Jager any ideas?🙂

Thanks.
 

Jager

Senior Member
Feb 21, 2010
222
96
After downloading from oxygen updater, the new 13.1 system update always stuck and failed at 65% for me when updating via the 'system update' app.

Anyone else has similar issues?
@Jager any ideas?🙂

Thanks.

I have not updated yet but would assume that the steps from my previous post would still work. These are the steps I'm going to try myself when I feel like doing the update.



And if not then you can take the long way around with these other instructions I posted. Just would need the new boot.img. Can make yourself from the update zip if needed usually.

 
Last edited:
  • Like
Reactions: vcfvct

vcfvct

Member
May 7, 2011
18
8
Germantown MD
I have not updated yet but would assume that the steps from my previous post would still work. These are the steps I'm going to try myself when I feel like doing the update.



And if not then you can take the long way around with these other instructions I posted. Just would need the new boot.img. Can make yourself from the update zip if needed usually.

oh, my bad. Since it has been a while, i forgot the `restore images` step... 🤣 Thank you though!
 
  • Like
Reactions: Jager

The Sickness

Retired Recognized Developer
Oct 27, 2012
9,785
22,733
Somewhere in Texas
I have read through this thread, and I have seen one post saying that the T-Mobile OnePlus 10T Pro cannot be rooted. Can anyone confirm this please. This is my first OnePlus coming from Samsung.
 

mingkee

Senior Member
I have read through this thread, and I have seen one post saying that the T-Mobile OnePlus 10T Pro cannot be rooted. Can anyone confirm this please. This is my first OnePlus coming from Samsung.
Bootloader is missing
 

The Sickness

Retired Recognized Developer
Oct 27, 2012
9,785
22,733
Somewhere in Texas

notorious.dds

Senior Member
Nov 11, 2015
65
13
Can you please reshare the boot.img drive link seems to no longer be working. Need it for the latest ota please and thank you.
For what it's worth, seanwlk has done the hard work for us... there's no need to request or share images with every update:


I'll note that had I had to patch my own boot image from his stock one. His Magisk patched image wouldn't work for me (likely because I'm using HuskDG's Magisk Delta vs traditional Magisk).

However, it's still nice to have those images all sitting right there.
 

gumetallica

Member
Jun 19, 2020
40
9
For what it's worth, seanwlk has done the hard work for us... there's no need to request or share images with every update:


I'll note that had I had to patch my own boot image from his stock one. His Magisk patched image wouldn't work for me (likely because I'm using HuskDG's Magisk Delta vs traditional Magisk).

However, it's still nice to have those images all sitting right there.
awesome. I have a folder with each releases boot.img, magisk patched boot.img and delta magisk boot.img.
waiting for magisk delta 26 before I use tho
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    I've just received today the 10T 5G CPH2415.

    I unlocked the bootloader in the same way as the Oneplus 10Pro

    in settigs OEM unlock and ADB Debug.

    by Powershell:
    1. adb devices
    2. Adb reboot bootloader
    3. fastboot devices
    4. fastboot flashing unlock
    in case of issue on installing the driver, in fastboot mode, on win11, you need to reboot Windows in the mode "Disable driver signature enforcement"

    when the phone is started, reboot again in fastboot then I booted it with the boot.img of the indian version which I found (I patched it with Magisk 25.2).
    1. fastboot devices
    2. fastboot boot patched_boot.img
    when it stared, I patched it with Magisk directly.
    ____________________________
    Firmware updating (Full update) keeping the Root:

    by using "oneplus local update for android 12" the root can be kept.
    Install the firmware with oplocal, dont reboot, open magisk flash it on the second slot; only now you can reboot.

    DON'T REBOOT after the FW installation.

    The firmware can be downloaded through the app Oxygen Updater. (Full update)
    ---------------------------
    Attachment:
    Boot Patched 10T from Indian version img
    OPLocal Update for Android 12 apk
    Stock boot A06 CPH2415 img
    Patched Boot A06 CPH2415 (Magisk 25.2) img
    5
    I understand that, but in the instructions, the repaired vendor_boot.img is also flashed
    Are you not listening to me? I just told you how to do it. Boot the patched image and run the direct install. Magisk installer will do what needs to be done for you. This is also the same thing the OP has done. Ignore those other instructions you found, they are incorrect and pose problems when you take OTA updates as OnePlus is moving away from full OTAs to incremental ones that will not flash to a phone with modified images.

    For the record, patched dtbo and vendor_boot are needed as well but Magisk does this for you.
    5
    Nah... I'd suggest your feeling on this to be somewhat "Chicken Little"ish.

    Don't get me wrong... it's completely annoying that so many apps are coded with kill switches triggered by any sign of root or root related settings and/or modifications. However, the cat and mouse game that is "apps detecting root and developers creating ways to avoid being detected" has been going on for years... and will continue to do so.

    I suspect what sets these streaming apps apart from other apps which DO have working methods to evade root detection is their usage of DRM. If I understand things correctly, just an unlocked bootloader (without having root or any other modifications) can cause the DRM check to fail. And, hiding and unlocked bootloader from DRM is apparently difficult to impossible.

    The part of this that I fail to get my head around is: Why do certain companies block app usage if root is detected, yet have no issue if I access the same content on my Linux box? Disney+ is a perfect example. 🤷‍♂️
    I have YTTV, Netflix, Disney+ etc working successfully. Initially none of them were working while rooted. It takes some fairly big changes, but I thought I'd share.

    Explanation:
    Essentially, widevine needs to be set to L3 (lower quality as it's not protected). There is a module called liboemcryptodisabler that typically accomplishes this but it doesn't work for our device. Oneplus moved the library (liboemcrypto.so) to the "odm" partition which both the module and Magisk don't support. There is a fork of Magisk called Magisk Delta (by HuskyDG) that allows magic mounting of extra partitions, including "odm". I made some tiny and "hacky" changes to the module and now widevine shows as L3 and video apps work for me.

    TL;DR
    Use at your own risk, I'm not responsible for any damage, etc, etc.
    1. Magisk Delta - Required. I'm currently using delta-5. Zygisk and MagiskHide enabled and DenyList configured.
    2. Universal Safety Net Fix - Module. Needed to download the media apps from Play Store (and maybe other reasons). I'm currently using v2.4
    3. liboemcryptodisablerodm - My custom module attached here. Based on the original liboemcryptodisabler by ianmacd.
    3
    You followed this guide

    https://www.droidwin.com/root-oneplus-10t-via-magisk-patched-boot-img/

    or did you only flash the patched boot.img?
    Don't follow that guide. You just need to boot (not flash) a patched boot image and then run direct install. This also creates backups of your stock images which you'll need when you OTA.
    3
    It says it failed with a timing. OEM unlock is enabled in settings. To avoid clutter or adding confusion here, if it is ok please private message. Thanks a lot for your support
    While in adb in cmd type "adb devices" it will show your device serial number and then run the .bat file as run as administrator your device will be unlocked,
    Attached both lock & unlock bootloader script, unzip the zip file and run the 1st file unlock bootloader.bat file as run as administrator
    do let me know if it worked on 10T however the file is for 10 Pro but will work on 10T as well.