Android 11 OB 2 Magsik patched boot.img - OnePlus 7T Questions & Answers

Does anyone have or know of a way to root Android 11 OB 2 for the international OP7t?

Get OTG USB-C flash drive. Put MagiskCanary.zip (download from Magisk github, renamed apk to zip extension) on flash drive (as internal sd is encrypted and not accessible via TWRP). Flash (using fastboot flash recovery_a twrp.img and fastboot flash recovery_b twrp.img commands) TWRP. Boot into recovery (using fastboot reboot recovery command). Install magiskcanary.zip then reboot to system and then renam magiskcanaryl.zip back to apk and install this app as it doubles as magiskmanager app, and you're now rooted.

Here is my magisked boot.img

Related

Help - Steps to update to May security patch when rooted with Magisk?

How do I update my pixel 2 xl rooted with Magisk to May security patch?
Will I need to wipe my data?
Thanks in advance !
If you want step by step instructions, try these
Basically, get the May TAIMEN factory image from Google
remove the -w (or leave it in for a complete wipe/fresh install)
fastboot factory image
*(if you removed the -w, make sure the following files are on your sdcard)
fastboot the 3.2.1-2 twrp.IMG
flash 3.2.1-2 twrp.ZIP from within twrp
reboot to twrp
flash cust kernel (optional)
flash magisk
*(if you left the -w intact and wiped the device, make sure the following files are on your PC)
create a 'personal' folder within your sdcard using any root explorer app, then copy your twrp.zip, cust kernel.zip, and magisk.zip files from your PC to this 'personal' folder)
fastboot the 3.2.1-2 twrp.IMG
flash twrp.ZIP in twrp
reboot to twrp
flash cust kernel (optional)
flash magisk
reboot
profit
Az Biker said:
If you want step by step instructions, try these
Basically, get the May TAIMEN factory image from Google
remove the -w (or leave it in for a complete wipe/fresh install)
fastboot factory image
*(if you removed the -w, make sure the following files are on your sdcard)
fastboot the 3.2.1-2 twrp.IMG
flash 3.2.1-2 twrp.ZIP from within twrp
reboot to twrp
flash cust kernel (optional)
flash magisk
*(if you left the -w intact and wiped the device, make sure the following files are on your PC)
create a 'personal' folder within your sdcard using any root explorer app, then copy your twrp.zip, cust kernel.zip, and magisk.zip files from your PC to this 'personal' folder)
fastboot the 3.2.1-2 twrp.IMG
flash twrp.ZIP in twrp
reboot to twrp
flash cust kernel (optional)
flash magisk
reboot
profit
Click to expand...
Click to collapse
Thanks a lot, I am going to try tonight!
Which one do I need? I'm not using Fi
(OPM4.171019.016.B1, May 2018, Fi Carriers) or
(OPM2.171019.029.B1, May 2018)
machx1111 said:
Which one do I need? I'm not using Fi
(OPM4.171019.016.B1, May 2018, Fi Carriers) or
(OPM2.171019.029.B1, May 2018)
Click to expand...
Click to collapse
Unless your carrier specific OPM2 should work fine. Did for me and I'm on Verizon :good:

Pixel XL Bootloop

Hello Everyone,
My Pixel XL is going in bootloop after working for sometime. I have to factory reset it via recovery to get it working again. I am attching log which i got via ADB when it boot up. Can somebody help me with that?
No root no unlocked bootloader.
rkravi85 said:
Hello Everyone,
My Pixel XL is going in bootloop after working for sometime. I have to factory reset it via recovery to get it working again. I am attching log which i got via ADB when it boot up. Can somebody help me with that?
No root no unlocked bootloader.
Click to expand...
Click to collapse
No log
Sorry My Bad @Homeboy76
Have you tried these steps below?
If you have modified a little the stock android (hosts file, root, kernel, etc.), you may experience a fail in OTA update;
If you have a bootloop/soft brick/not sure of the state of your android system;
This WILL NOT delete your data and apps. This will remove your custom kernel/root/hosts/recovery through (which is a good thing because it will be clean then).
1) Download your system image for Marlin (Pixel XL) on google website.
download the latest version
2) Unzip the file marlin-nde63v-factory-______.zip
3) Unzip inside the new directory (marlin-nde63v) the image-marlin-_____.zip
Execute fastboot commands (assuming the bin is on your PATH)
Code:
fastboot reboot-bootloader
fastboot flash radio radio-marlin-*.img
fastboot reboot-bootloader
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
fastboot flash system system.img
fastboot flash system_b system_other.img
fastboot flash vendor vendor.img
fastboot flash modem modem.img
fastboot reboot
to add TWRP;
fastboot boot /path/to/twrp.img
then In TWRP, install twrp.zip for permanent twrp. Goodluck!

recovery partitions are different in Android O

recovery partitions are different in Android O that means from fastboot
fastboot flash recovery <filename>.img changed to fastboot flash recovery_ramdisk <filename>.img (i had installed twrp with help of this code in my honor 7x)
i want to know is there any change for boot image partition.
fastboot flash boot boot.img not working in my case.
device: honor x BND-AL10
stock boot image from Update.APP (OREO built)
help me on this! i need to flash boot.img into my device
babu.123 said:
recovery partitions are different in Android O that means from fastboot
fastboot flash recovery <filename>.img changed to fastboot flash recovery_ramdisk <filename>.img (i had installed twrp with help of this code in my honor 7x)
i want to know is there any change for boot image partition.
fastboot flash boot boot.img not working in my case.
device: honor x BND-AL10
stock boot image from Update.APP (OREO built)
help me on this! i need to flash boot.img into my device
Click to expand...
Click to collapse
It changed to ramdisk so fastboot flash ramdisk that's the new boot

Phone now boot into fastboot but not system

Hi
I was trying to install Lineage OS on my device, but I failed, now the phone does not have TWRP anymore, and when I power up, it goes into fast boot only.
I have done quite a lot of work to save my phone, and the last thing that I did was download the stock fastboot rom and run flash_all.bat from it.
(I can not get the Miflash tool working on my PC because when I startup the program, it asks me to download 5 drivers, but it failed to download and throw me an error)
luckyvictor said:
Hi
I was trying to install Lineage OS on my device, but I failed, now the phone does not have TWRP anymore, and when I power up, it goes into fast boot only.
I have done quite a lot of work to save my phone, and the last thing that I did was download the stock fastboot rom and run flash_all.bat from it.
(I can not get the Miflash tool working on my PC because when I startup the program, it asks me to download 5 drivers, but it failed to download and throw me an error)
Click to expand...
Click to collapse
First of all - if your phone boots to fastboot, there seems to be a problem with your bootloader or kernel.
To fix that, you need to reflash aboot.img and boot.img via fastboot.
Boot.img depends on the version, you want to install. Copy both files into your fastboot folder and
Code:
fastboot flash boot_a boot.img
Code:
fastboot flash boot_b boot.img
Code:
fastboot flash aboot_a aboot.img
Code:
fastboot flash aboot_b aboot.img
Now your phone shouldn´t stuck @ fastboot anymore.
Ok, to save your data, you could try to boot twrp:
Code:
fastboot boot twrp.img
If you´re lucky, it can decrypt your data - then you can backup data and internal storage...
If it´s not able to decrypt, you need to install twrp.
To install a fastboot rom without miflash look here
I suggest you to install caf-kernel via twrp. Sometimes your phone boots up with it - magic
Voodoojonny said:
First of all - if your phone boots to fastboot, there seems to be a problem with your bootloader or kernel.
To fix that, you need to reflash aboot.img and boot.img via fastboot.
Boot.img depends on the version, you want to install. Copy both files into your fastboot folder and
Code:
fastboot flash boot_a boot.img
Code:
fastboot flash boot_b boot.img
Code:
fastboot flash aboot_a aboot.img
Code:
fastboot flash aboot_b aboot.img
Now your phone shouldn´t stuck @ fastboot anymore.
Ok, to save your data, you could try to boot twrp:
Code:
fastboot boot twrp.img
If you´re lucky, it can decrypt your data - then you can backup data and internal storage...
If it´s not able to decrypt, you need to install twrp.
To install a fastboot rom without miflash look here
I suggest you to install caf-kernel via twrp. Sometimes your phone boots up with it - magic
Click to expand...
Click to collapse
Thanks, will give it a try.
Just for my knowledge, what are these boot_a and boot_b please? they relate to the two sim slot in this device?
luckyvictor said:
Thanks, will give it a try.
Just for my knowledge, what are these boot_a and boot_b please? they relate to the two sim slot in this device?
Click to expand...
Click to collapse
Boot.img from fastboot rom... To be flashed in partition boot_a and boot_b. Our device is a AB-device. That means all partitions are doubled (except of data). If your system breaks, you can switch to the other slot by "fastboot set_active a" or b if you are on a.... Btw perhaps that fixes your phone too! Boot twrp and you can see which slot is active (under reboot)

can I install patched boot.zip from temporary twrp?

I have unlocked device, can I just install patched boot.zip from temporary twrp which I flash with: fastboot boot twrp.img?

Categories

Resources