10.0.5 is rolling out for HD1907 (T-Mobile) - OnePlus 7T Guides, News, & Discussion

I just received an update for 10.0.5 on my T-Mobile OP7T HD1907. Check your system update to see if you got it!

Inous said:
I just received an update for 10.0.5 on my T-Mobile OP7T HD1907. Check your system update to see if you got it!
Click to expand...
Click to collapse
Hey, I also received a notification for this. My concern is that I might lose root access, which I don't want to. I'm assuming I can just boot a 10.0.4 kernel and re-root with magisk, but im nervous. Thanks for the post.

bynarie said:
Hey, I also received a notification for this. My concern is that I might lose root access, which I don't want to. I'm assuming I can just boot a 10.0.4 kernel and re-root with magisk, but im nervous. Thanks for the post.
Click to expand...
Click to collapse
I tried installing it but I can't, not sure if it's because my bootloader is unlocked or what. I'm currently on stock, unlocked, no other modifications or root so I couldn't tell you if you'll lose root or not.

Inous said:
I tried installing it but I can't, not sure if it's because my bootloader is unlocked or what. I'm currently on stock, unlocked, no other modifications or root so I couldn't tell you if you'll lose root or not.
Click to expand...
Click to collapse
Same here. I even uninstalled magisk and didn't help. I wonder what's going on here

Josh McGrath said:
Same here. I even uninstalled magisk and didn't help. I wonder what's going on here
Click to expand...
Click to collapse
I ended up pulling the trigger flashing and I'm currently sitting on global version with root using 10.0.7. The process was a little tedious, but I got it working! Post install stuff was a breeze.

Josh McGrath said:
Same here. I even uninstalled magisk and didn't help. I wonder what's going on here
Click to expand...
Click to collapse
Perhaps T-Mo are just jerks.
OnePlus global firmware and installer doesn't care if you're rooted or not, through 10.0.7 at least. It'll download and install the full ROM image and install.

Did anyone ever manage to take the update here?

Inous said:
I tried installing it but I can't, not sure if it's because my bootloader is unlocked or what. I'm currently on stock, unlocked, no other modifications or root so I couldn't tell you if you'll lose root or not.
Click to expand...
Click to collapse
Hey guys! I have figured it out. It's the same reason why the McLaren version can't accept a OTA. The reserve.img file is missing due to unlocking the boot loader. I had version 10.0.3 installed and found a un-brick tool to return it back to stock. After that it worked just fine.
Un-brick tool:
https://forum.xda-developers.com/oneplus-7t/how-to/op7t-t-mobile-unbrick-tool-to-restore-t4004005

sameezch said:
Hey guys! I have figured it out. It's the same reason why the McLaren version can't accept a OTA. The reserve.img file is missing due to unlocking the boot loader. I had version 10.0.3 installed and found a un-brick tool to return it back to stock. After that it worked just fine.
Un-brick tool:
https://forum.xda-developers.com/oneplus-7t/how-to/op7t-t-mobile-unbrick-tool-to-restore-t4004005
Click to expand...
Click to collapse
You are absolutely correct.. Would you be willing to do a device restore again and pull that reserve.img for us all? We can then make an OTA package for everyone else.

bynarie said:
You are absolutely correct.. Would you be willing to do a device restore again and pull that reserve.img for us all? We can then make an OTA package for everyone else.
Click to expand...
Click to collapse
I'm SIM unlocked but not bootloader unlocked yet. Where would one find this file? I'm also on 10.0.0.5.

amcferrin90 said:
I'm SIM unlocked but not bootloader unlocked yet. Where would one find this file? I'm also on 10.0.0.5.
Click to expand...
Click to collapse
Well, you can us ALL a favor if you want to.. You don't have to..Can you PM me please, we need a way to talk.

I'm sim unlocked and I got the update.

bynarie said:
Well, you can us ALL a favor if you want to.. You don't have to..Can you PM me please, we need a way to talk.
Click to expand...
Click to collapse
I sent you a PM with my contact info. We're local to each other!

OverThrust said:
I'm sim unlocked and I got the update.
Click to expand...
Click to collapse
Sim unlock has nothing to do with the bootloader though.

Josh McGrath said:
Sim unlock has nothing to do with the bootloader though.
Click to expand...
Click to collapse
Yep!

bynarie said:
Hey, I also received a notification for this. My concern is that I might lose root access, which I don't want to. I'm assuming I can just boot a 10.0.4 kernel and re-root with magisk, but im nervous. Thanks for the post.
Click to expand...
Click to collapse
hi can you please give me the link for how to root tmobile oneplus 7t HD1907, thank you
i cant find it

seen_bawl said:
hi can you please give me the link for how to root tmobile oneplus 7t HD1907, thank you
i cant find it
Click to expand...
Click to collapse
I would be honered to help you.. Can you please tell me what version of OOS your running? And I'm going to assume you are already bootloader unlocked? If so, please visit https://forum.xda-developers.com/oneplus-7t/how-to/guide-how-to-root-oneplus-7t-twrp-t3979307
Download one of the patched_boot images and reboot your phone into the bootloader and run "fastboot boot patched_boot.img" (This will give you temp root)
Install magisk manager from https://github.com/topjohnwu/Magisk/releases/tag/manager-v7.5.1
Open Magisk and select install. Go thru the install process as this will patch YOUR current boot image.
I'd recommend making a backup of your current boot image before installing the magisk into your current bootimg. You can open an adb shell and do "su" then "dd if=/dev/block/by-name/boot_a of=/sdcard/boot_a.img" or "dd if=/dev/block/by-name/boot_b of=/sdcard/boot_b.img" depending on if your current slot is A or B.

bynarie said:
I would be honered to help you.. Can you please tell me what version of OOS your running? And I'm going to assume you are already bootloader unlocked? If so, please visit https://forum.xda-developers.com/oneplus-7t/how-to/guide-how-to-root-oneplus-7t-twrp-t3979307
Download one of the patched_boot images and reboot your phone into the bootloader and run "fastboot boot patched_boot.img" (This will give you temp root)
Install magisk manager from https://github.com/topjohnwu/Magisk/releases/tag/manager-v7.5.1
Open Magisk and select install. Go thru the install process as this will patch YOUR current boot image.
I'd recommend making a backup of your current boot image before installing the magisk into your current bootimg. You can open an adb shell and do "su" then "dd if=/dev/block/by-name/boot_a of=/sdcard/boot_a.img" or "dd if=/dev/block/by-name/boot_b of=/sdcard/boot_b.img" depending on if your current slot is A or B.
Click to expand...
Click to collapse
Thank you so much, for helping me, and for the info,
About my bootloader I haven't unlock it yet because I don't know how yet, sorry about that
I have Android 10
Build number 10.0.3.HD63CB
Model HD1907
How I know my slot is A or B

seen_bawl said:
Thank you so much, for helping me, and for the info,
About my bootloader I haven't unlock it yet because I don't know how yet, sorry about that
I have Android 10
Build number 10.0.3.HD63CB
Model HD1907
How I know my slot is A or B
Click to expand...
Click to collapse
Do you have IRC or another way to talk to me? I will help you.. The first step is to get your phone NETWORK unlocked(msg XDA member @mobbdeep).. After that, you can request a bootloader unlock from oneplus, then you flash the unlock token.. Then, you boot a modded bootimg. Then install magisk.. If you are on IRC, hit me up on freenode at bynarie. Otherwise, send me a PM.

bynarie said:
Do you have IRC or another way to talk to me? I will help you.. The first step is to get your phone NETWORK unlocked(msg XDA member @mobbdeep).. After that, you can request a bootloader unlock from oneplus, then you flash the unlock token.. Then, you boot a modded bootimg. Then install magisk.. If you are on IRC, hit me up on freenode at bynarie. Otherwise, send me a PM.
Click to expand...
Click to collapse
I use Facebook and WhatsApp, I contact mobbdeep my phone will be unlocked soon, the phone update it self, I disabled auto update from Developer option
Thank you for your help

Related

Finally my Unlocked HTC 10 nougat, unlocked bootloader and rooted!

It seems that the Nougat and Marshmallow are the same procedures. The reason why I have made this post is, why didn't anyone here say that it is no different than the Marshmallow procedure?!
So far, everything is working without any complain!
Network is fine. Did I forget something that I should check if it's working or not?
Why should it be mentioned it isn't changed. It's actually only important when things DO change ! No news......no change. Simple as that. And if you do a xda search there will very likely be a post which will mention there are no changes regarding unlocking the bootloader, even sunshine to S-Off the device is still working the same.
Don't expect to be spoonfed but do some good old fashioned research. Checking the HTC dev site and the procedures there to unlock the bootloader hasn't changed either. Even their whole website layout hasn't changed.
But if something hasn't changed in the future we will put a reminder up to tell you
:highfive:
how do you root nougat HTC 10?
riz157 said:
how do you root nougat HTC 10?
Click to expand...
Click to collapse
The same as MM. Unlock the bootloader, flash TWRP and flash Superuser.zip (root access)
Mr Hofs said:
The same as MM. Unlock the bootloader, flash TWRP and flash Superuser.zip (root access)
Click to expand...
Click to collapse
Thanks could you provide link to correct superuser and flash via twrp pls?
I tried one file and got stuck in bootloop, fortunately I had backup so restored that.
riz157 said:
Thanks could you provide link to correct superuser and flash via twrp pls?
I tried one file and got stuck in bootloop, fortunately I had backup so restored that.
Click to expand...
Click to collapse
https://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
Mr Hofs said:
https://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
Click to expand...
Click to collapse
Thanks finally do I need s-off to flash custom ROM?
riz157 said:
Thanks finally do I need s-off to flash custom ROM?
Click to expand...
Click to collapse
No that's not mandatory.
Mr Hofs said:
No that's not mandatory.
Click to expand...
Click to collapse
thanks for your help, i've decided not to root but just flashed custom rom. I was informed i don't need root to flash custom roms, just waiting for it boot up!
riz157 said:
thanks for your help, i've decided not to root but just flashed custom rom. I was informed i don't need root to flash custom roms, just waiting for it boot up!
Click to expand...
Click to collapse
Indeed. Pretty much all the custom roms comes with root access.
Enjoy

New 10 Owner - what to do first?

Just got a 10 Factory Unlocked. I do need to root for Xprivacy and AdAway, etc. and of course, to make a nandroid. I suppose I could use ADB for such a thing, but TWRP surely does make life easier.
Since this is the first phone I've ever had that was already unlocked, I'm not quite sure where to start with rooting. I'm a little concerned because I'm seeing posts discussing how the radio might go wonky. Not ready to flash a custom ROM yet, I just want to dip my toe in the water for now.
I'd be grateful if someone could point the way.
BTW, the faceplate on my 10 is white, I was expecting black based on all the photos I've seen. Is this because I got the Factory Unlocked edition?
Thanks in advance!
is it on nougat or still marshmallow? i think nougat right? Xposed won't work on nougat anyway and you don't need to worry about the radio. if it's unlocked already and want to just root and you need to pass safetynet, get magisk v12. first you need to flash twrp and then flash the magisk zip to get root and be able to pass safetynet, be sure to not flash anything which modifies directly the system, otherwise no stock OTA and some apps won't work even if you use magisk hide
DeeZZ_NuuZZ said:
is it on nougat or still marshmallow? i think nougat right? Xposed won't work on nougat anyway and you don't need to worry about the radio, just unlock bootloader using htcdev.com
then flash a latest twrp and install a custom rom, but check first which main version is installed
Click to expand...
Click to collapse
Haven't even turned the phone on yet - letting her charge to 100% before I do anything. I'm confused - why would I need to unlock the bootloader if I already have an unlocked phone? Or by 'Factory Unlocked' do they mean SIM unlocked, versus bootloader unlocked?
BillTheCat said:
Haven't even turned the phone on yet - letting her charge to 100% before I do anything. I'm confused - why would I need to unlock the bootloader if I already have an unlocked phone? Or by 'Factory Unlocked' do they mean SIM unlocked, versus bootloader unlocked?
Click to expand...
Click to collapse
yea sorry, i've read way too fast and noticed it later, check my post now
DeeZZ_NuuZZ said:
if it's unlocked already and want to just root and you need to pass safetynet, get magisk v12. first you need to flash twrp and then flash the magisk zip to get root and be able to pass safetynet, be sure to not flash anything which modifies directly the system, otherwise no stock OTA and some apps won't work even if you use magisk hide
Click to expand...
Click to collapse
Not familiar with 'safetynet', and yes - I do need Xposed therefore it will modify the /system partition so far as I understand.
In any event, it sounds like the starting point is TWRP for anything to do with root, correct?
BillTheCat said:
Not familiar with 'safetynet', and yes - I do need Xposed therefore it will modify the /system partition so far as I understand.
In any event, it sounds like the starting point is TWRP for anything to do with root, correct?
Click to expand...
Click to collapse
yes you need twrp, without it no root... the thing is there is no Xposed for nougat and I think your phone came with android 7/ nougat right? if yes, forget Xposed. but you can use apps like adaway with magisk too.
So that'S why you should search for the Magisk thread and read everything about it, before you proceed
DeeZZ_NuuZZ said:
I think your phone came with android 7/ nougat right?
Click to expand...
Click to collapse
No, the HTC 10 shipped with MM. I guess I'll have to fire her up and see where I'm at.
So, assuming that I'm on MM, then it's just TWRP, flash SuperSU from recovery, install Xposed and I'm off and running - nothing extra, correct?
How would I make a Nandroid of the current factory ROM (all partitions - not file based) using ADB just in case?
BillTheCat said:
No, the HTC 10 shipped with MM. I guess I'll have to fire her up and see where I'm at.
So, assuming that I'm on MM, then it's just TWRP, flash SuperSU from recovery, install Xposed and I'm off and running - nothing extra, correct?
How would I make a Nandroid of the current factory ROM (all partitions - not file based) using ADB just in case?
Click to expand...
Click to collapse
yea if MM then it's that easy.
full stock nandroid can be done in twrp, there you can backup system, data, boot and recovery
also the system image, but don't know if you need that, but you can try to backup it too, be sure to have enough space
I got my unit one year ago, now I want root, I got nougat us unlocked and I want stock ROM, how can I do?
Enviado do meu HTC 10 através de Tapatalk
symy said:
I got my unit one year ago, now I want root, I got nougat us unlocked and I want stock ROM, how can I do?
Enviado do meu HTC 10 através de Tapatalk
Click to expand...
Click to collapse
flash magisk v12 then you have root and also can use android pay and other apps which needs passed safetynet
if you don't mind safetynet, you can also use systemless supersu
To the OP, surely factory unlocked indicates unlocked to all networks rather than bootloader unlocked ? Check this first to save some hassle. If the bootloader isn't unlocked yet, you could consider sunshine s off , it will cost you but on mm firmware you can s off and stay locked which can be an advantage. Worth checking bootloader status first though
DeeZZ_NuuZZ said:
flash magisk v12 then you have root and also can use android pay and other apps which needs passed safetynet
if you don't mind safetynet, you can also use systemless supersu
Click to expand...
Click to collapse
Can you tell me the great advantages of doing root, I do not want to lose the updates via ota
Enviado do meu HTC 10 através de Tapatalk
Confirmed - the 10 shipped with MM, so I'm in good shape. Flashing TWRP now. Thanks!
timbohobbs said:
To the OP, surely factory unlocked indicates unlocked to all networks rather than bootloader unlocked ? Check this first to save some hassle. If the bootloader isn't unlocked yet, you could consider sunshine s off , it will cost you but on mm firmware you can s off and stay locked which can be an advantage. Worth checking bootloader status first though
Click to expand...
Click to collapse
Yeah, just crashed into that wall. Almost gave myself a soft brick.
So, sunshine it is. Did that with my M9 and it worked out great. Thanks.
BillTheCat said:
Confirmed - the 10 shipped with MM, so I'm in good shape. Flashing TWRP now. Thanks!
Click to expand...
Click to collapse
What exactly do you need xposed for? It won't work once you updated to Nougat. And Nougat is much better tan Marshmallow at least as far as I'm concerned. All I need I've been able to find on custom ROMs and or by additional root Apps.
Sent from my htc_pmeuhl using XDA Labs
BillTheCat said:
Yeah, just crashed into that wall. Almost gave myself a soft brick.
So, sunshine it is. Did that with my M9 and it worked out great. Thanks.
Click to expand...
Click to collapse
Probably worth updating via ota after sunshine to nougat, not before. You can stay locked and s off then. After ota you can root as usual
timbohobbs said:
Probably worth updating via ota after sunshine to nougat, not before. You can stay locked and s off then. After ota you can root as usual
Click to expand...
Click to collapse
Can't go Nougat until Xposed is up and running.
So far:
Unlocked bootloader and went S-off via Sunshine
Installed TWRP
Made the error of allowing modification before taking a backup - not sure if I'm hosed.
Flashed SuperSU SR3 following Chainfire's instructions to send command via ADB
Flashed Xposed
Next: TiBu and restoring apps.
5m4r7ph0n36uru said:
What exactly do you need xposed for? It won't work once you updated to Nougat. And Nougat is much better tan Marshmallow at least as far as I'm concerned. All I need I've been able to find on custom ROMs and or by additional root Apps.
Sent from my htc_pmeuhl using XDA Labs
Click to expand...
Click to collapse
Xprivacy.
BillTheCat said:
Can't go Nougat until Xposed is up and running.
So far:
Unlocked bootloader and went S-off via Sunshine
Installed TWRP
Made the error of allowing modification before taking a backup - not sure if I'm hosed.
Flashed SuperSU SR3 following Chainfire's instructions to send command via ADB
Flashed Xposed
Next: TiBu and restoring apps.
Click to expand...
Click to collapse
You won't ( probably ) be able to do further ota in the future with your modified backup as you're probably aware. But don't worry too much, it's likely the firmware you're after will be available elsewhere
timbohobbs said:
You won't ( probably ) be able to do further ota in the future with your modified backup as you're probably aware. But don't worry too much, it's likely the firmware you're after will be available elsewhere
Click to expand...
Click to collapse
No big deal. I'm not ready for Nougat until Xposed is running. However, HTC has an RUU available already, so we're good to go.
http://www.htc.com/us/support/htc-10/news/
And of course, if I get bored, there are any number of custom ROMs available. I was running Maximus on my M9, I'd probably go that route again.

HELP Delete The Booatloader and Root from Honor 7X

hi guys
I want to delete The Booatloader and Root from my Honor 7X ( BND-L21)
is there a way ?
thank you
ALOoONE said:
hi guys
I want to delete The Booatloader and Root from my Honor 7X ( BND-L21)
is there a way ?
thank you
Click to expand...
Click to collapse
Well root yes. But if you delete the bootloader you will not be able to "load" anything to "boot"
In other words device will be just a brick
mrmazak said:
Well root yes. But if you delete the bootloader you will not be able to "load" anything to "boot"
In other words device will be just a brick
Click to expand...
Click to collapse
Even if i downloaded the operating system again?
I want to return the device to its original state
#mrmazak thanks for your reply
ALOoONE said:
Even if i downloaded the operating system again?
I want to return the device to its original state
#mrmazak thanks for your reply
Click to expand...
Click to collapse
Well original state , Android has always had a bootloader. You cannot delete it.
Maybe you just want to unroot and relock bootloader?
This is possible. And answered in the thread. Do a search.
mrmazak said:
Well original state , Android has always had a bootloader. You cannot delete it.
Maybe you just want to unroot and relock bootloader?
This is possible. And answered in the thread. Do a search.
Click to expand...
Click to collapse
Yes, I want to do that
I am new here and do not know much about Android
I will search
thanks
ALOoONE said:
Yes, I want to do that
I am new here and do not know much about Android
I will search
thanks
Click to expand...
Click to collapse
Couple of warnings first. If you are new to Android and rooting, you might not know, lot of times problems(bootloops) happen when you do not do it correctly.
If phone is not on full stock unrooted system then locking bootloader will cause phone to "brick".
Do you have reason to need it locked again?
Usually to unroot all you need to do is flash the stock boot.img if you are on nougat or stock Ramdisk if you are on Oreo.
Magisk manager has an unroot option that will work only if you installed root from twrp.
mrmazak said:
Couple of warnings first. If you are new to Android and rooting, you might not know, lot of times problems(bootloops) happen when you do not do it correctly.
If phone is not on full stock unrooted system then locking bootloader will cause phone to "brick".
Do you have reason to need it locked again?
Usually to unroot all you need to do is flash the stock boot.img if you are on nougat or stock Ramdisk if you are on Oreo.
Magisk manager has an unroot option that will work only if you installed root from twrp.
Click to expand...
Click to collapse
I used this Video And my phone is the same type
https://www.youtube.com/watch?v=sI3TR3aB7O4&index=30&list=WL&t=140s
After the root i did not benefit from it ,I want to update my operating system and I can not because of the root
I want to unroot the phone (Honor 7X EMUI 5.1 -ANDROID 7.0)
ALOoONE said:
I used this Video And my phone is the same type
https://www.youtube.com/watch?v=sI3TR3aB7O4&index=30&list=WL&t=140s
After the root i did not benefit from it ,I want to update my operating system and I can not because of the root
I want to unroot the phone (Honor 7X EMUI 5.1 -ANDROID 7.0)
Click to expand...
Click to collapse
Well if what you want is to update. There is hwota for doing g that while rooted. And when it finishes you will be updated, unrooted, and if you want bootloader locked.
mrmazak said:
Well if what you want is to update. There is hwota for doing g that while rooted. And when it finishes you will be updated, unrooted, and if you want bootloader locked.
Click to expand...
Click to collapse
Yas thank you This is great news what I have to do
( I've done a lot of things yesterday in my device, for example somthig call FLASHIFY and SuperSU and now the ROOT CHECKER tells me that Sorry Root is not properly installed on this device
and still cant update and still have the message when you start the phone *you deivce has been unlock ... ....the message *)
ALOoONE said:
Yas thank you This is great news what I have to do
( I've done a lot of things yesterday in my device, for example somthig call FLASHIFY and SuperSU and now the ROOT CHECKER tells me that Sorry Root is not properly installed on this device
and still cant update and still have the message when you start the phone *you deivce has been unlock ... ....the message *)
Click to expand...
Click to collapse
Follow this guide. It will allow you to make update, as long as your model has fullOTA update available
https://forum.xda-developers.com/honor-7x/how-to/guide-honor-7x-flash-oreo-update-t3781649
mrmazak said:
Follow this guide. It will allow you to make update, as long as your model has fullOTA update available
https://forum.xda-developers.com/honor-7x/how-to/guide-honor-7x-flash-oreo-update-t3781649
Click to expand...
Click to collapse
I will thank you so mutch

Rooting the XL help

Ok I know there's turorials etc on doing this
I have had previous experience on rooting other phones but its been a while also am I right in saying, as I am on stock rom here in the UK
Unlock OEM in Dev Options
Enable USB Debugging
All I want to do is Root Device
Will this stop system updates from happening?
Attached image on version of Stock I have
If anyone could tell me steps to follow
Thanks
EwOkie said:
Ok I know there's turorials etc on doing this
I have had previous experience on rooting other phones but its been a while also am I right in saying, as I am on stock rom here in the UK
Unlock OEM in Dev Options
Enable USB Debugging
All I want to do is Root Device
Will this stop system updates from happening?
Attached image on version of Stock I have
If anyone could tell me steps to follow
Thanks
Click to expand...
Click to collapse
https://www.androidcentral.com/how-root-google-pixel-2
You can do this if you want. Most people just flash magisk in twrp to root. Because of the a/b partitions it's a bit more involved than it used to be. You'll have to flash magisk after booting
EwOkie said:
Ok I know there's turorials etc on doing this
I have had previous experience on rooting other phones but its been a while also am I right in saying, as I am on stock rom here in the UK
Unlock OEM in Dev Options
Enable USB Debugging
All I want to do is Root Device
Will this stop system updates from happening?
Attached image on version of Stock I have
If anyone could tell me steps to follow
Thanks
Click to expand...
Click to collapse
Edmontonchef said:
https://www.androidcentral.com/how-root-google-pixel-2
You can do this if you want. Most people just flash magisk in twrp to root. Because of the a/b partitions it's a bit more involved than it used to be. You'll have to flash magisk after booting
Click to expand...
Click to collapse
Yes, it will stop you from installing the standard OTA's. However, you can either sideload the OTA, or flash the OTA zip in twrp, or, fastboot the factory image to update the monthly releases. No matter which way you update, you'll still have to reinstall magisk again to regain root as Edmontonchef stated :good:
Hi thanks for the info guys
What links do i need to do this for twrp and magisk
EwOkie said:
Hi thanks for the info guys
What links do i need to do this for twrp and magisk
Click to expand...
Click to collapse
You should find everything you need here :good:
https://forum.xda-developers.com/pixel-2-xl/how-to/guide-unlock-flash-root-pixel-2-xl-t3702418

How to root US OnePlus 8 Pro

1: Unlock your bootloader
2: Reboot to fastboot
3: Via fastboot on a PC, flash the attached boot IMG (fastboot flash boot "directory to boot IMG, can drag and drop")
4: Done!
Ill try to keep this img up to date but always verify the version before you flash
Current version: 10.5.4.IN11AA
https://drive.google.com/open?id=18fbWNm1ZLFA1dsJkiQJrcEn-unJA1UDQ
nima0003 said:
1: Unlock your bootloader
2: Reboot to fastboot
3: Via fastboot on a PC, flash the attached boot IMG (fastboot flash boot "directory to boot IMG, can drag and drop")
4: Done!
Ill try to keep this img up to date but always verify the version before you flash
Current version: 10.5.4.IN11AA
https://drive.google.com/open?id=18fbWNm1ZLFA1dsJkiQJrcEn-unJA1UDQ
Click to expand...
Click to collapse
Do you have update to 10.5.5.IN11AA ?
gaww said:
Do you have update to 10.5.5.IN11AA ?
Click to expand...
Click to collapse
If all you're looking for is the patched boot image, you can find it here, https://forum.xda-developers.com/oneplus-8-pro/how-to/magisk-patched-10-5-5-image-t4088333.
spotmark said:
If all you're looking for is the patched boot image, you can find it here, https://forum.xda-developers.com/oneplus-8-pro/how-to/magisk-patched-10-5-5-image-t4088333.
Click to expand...
Click to collapse
Just got the phone and it updated to .5, and late at night, .6 showed up. It installed without all the trouble with TMo 7.
It unrooted, and I used the .5 magisk patched.img above without any problems, but will use .6 when available.
Careful with the fingerprint enrollment, factory wiping with root has been known to break fingerprint. Just a heads up.
Theres a thread about this, there isn't a currently known fix either.
Has happened to EU BA devices but you never know.
dladz said:
Careful with the fingerprint enrollment, factory wiping with root has been known to break fingerprint. Just a heads up.
Theres a thread about this, there isn't a currently known fix either.
Has happened to EU BA devices but you never know.
Click to expand...
Click to collapse
Thanks. I didn't wipe and I don't use fingerprint.
gaww said:
Thanks. I didn't wipe and I don't use fingerprint.
Click to expand...
Click to collapse
Right ok, might want to check it if you ever do. Just in case
Will this work on the Verizon compatible phone?
skateguy1234 said:
Will this work on the Verizon compatible phone?
Click to expand...
Click to collapse
If you're using an unlocked 8 Pro, sure. If you're using an 8, purchased directly from Verizon, no.
skateguy1234 said:
Will this work on the Verizon compatible phone?
Click to expand...
Click to collapse
Check your pms if you want to tinker with the Verizon model with
I'm using a US 8 Pro running 10.5.10.IN11AA. Can I use this 10.5.4.IN11AA boot image, or do I need to wait for an update? Is there a newer way to install magisk?
Ecna said:
I'm using a US 8 Pro running 10.5.10.IN11AA. Can I use this 10.5.4.IN11AA boot image, or do I need to wait for an update? Is there a newer way to install magisk?
Click to expand...
Click to collapse
No - don't use old one. If you search, you should find 10.5.10 boot image.
Thanks, I couldn't find a new one so I downgraded to 5.9.
Ecna said:
Thanks, I couldn't find a new one so I downgraded to 5.9.
Click to expand...
Click to collapse
Now you can upgrade back to 5.10 and reinstall magisk before booting up the update. Works real easy.
^ @gaww
I've been able to unlock the bootloader on my Oneplus 8 Pro and am trying to locate a magisk patch compatible with 10.5.1.in11aa, yet can't locate this version. However, there's an OTA update available for my phone at takes it to 10.5.10. If I first perform that OTA update, where can I then find a compatible version of magisk?
TIA!
Deckardmac said:
^ @gaww
I've been able to unlock the bootloader on my Oneplus 8 Pro and am trying to locate a magisk patch compatible with 10.5.1.in11aa, yet can't locate this version. However, there's an OTA update available for my phone at takes it to 10.5.10. If I first perform that OTA update, where can I then find a compatible version of magisk?
TIA!
Click to expand...
Click to collapse
Don't make things complicated, update to 10.5.10, boot twrp, install magisk from the zip
^ Pardon my noobness, but does the Magisk version have to match the OxygenOS version, or can I simply use the latest Magisk version? Lots of chatter about getting the Magisk that matches.
Deckardmac said:
^ Pardon my noobness, but does the Magisk version have to match the OxygenOS version, or can I simply use the latest Magisk version? Lots of chatter about getting the Magisk that matches.
Click to expand...
Click to collapse
Use 20.4
^ Thanks guys. It worked flawlessly.
how to fix cts profile false on 10.5.10

Categories

Resources