Flashing updates - OnePlus 3 Questions & Answers

Why is there not an option to update from local in recovery on this device?
Sent from my ONEPLUS A3000 using XDA-Developers mobile app

Do you mean adb sideload? That's available in both TWRP, and stock recovery. If you mean the 'select from sd card' method, it isn't available for any phone with stock recovery. (I think)

joho5 said:
Why is there not an option to update from local in recovery on this device?
Sent from my ONEPLUS A3000 using XDA-Developers mobile app
Click to expand...
Click to collapse
As the device is encrypted, you have to use ADB Sideload
Follow the below process:
Pick you relevant Downloads:
OxygenOS 3.1.0 -> OxygenOS 3.2.0 : https://www.androidfilehost.com/?fid=24591020540823769
OxygenOS 3.1.1 -> OxygenOS 3.2.0 : https://www.androidfilehost.com/?fid=24591020540823768
OxygenOS 3.1.2 -> OxygenOS 3.2.0 : https://www.androidfilehost.com/?fid=24591020540823766
OxygenOS 3.1.3 -> OxygenOS 3.2.0 : https://www.androidfilehost.com/?fid=24591020540823770
For Stock Non Rooted Users with Stock Recovery:
1. Download the appropriate OTA from abovelinks and place it to Android folder under Platform Tools on your PC
2. Now turn off your phone and boot in recovery mode. Press and Hold Volume Down + Power button to boot in recovery mode.
3. From recovery mode, ADB sideload the zip
Select Install from USB/ADB Sideload and Connect the phone to the PC
On your PC, open a command window. Press Shift + Right click and open command window in the Android Folder
In the command window execute the following code:
ADB Devices : to check if the device is recognized and ADB Drivers are correctly installed.
Once the device code is displayed, run the sideload command:
ADB Sideload (then the name of the zip).zip
Wait until the sideload is complete
4. After flash is successful go back to the main menu and wipe cache and reboot the phone.
The Device will reboot and your OnePlus 3 is now running on the latest OxygenOS 3.2.0 firmware.
PS: The first boot may take some time so keep calm and wait for it to boot.

Funk Wizard said:
As the device is encrypted, you have to use ADB Sideload
Follow the below process:
Pick you relevant Downloads:
OxygenOS 3.1.0 -> OxygenOS 3.2.0 : https://www.androidfilehost.com/?fid=24591020540823769
OxygenOS 3.1.1 -> OxygenOS 3.2.0 : https://www.androidfilehost.com/?fid=24591020540823768
OxygenOS 3.1.2 -> OxygenOS 3.2.0 : https://www.androidfilehost.com/?fid=24591020540823766
OxygenOS 3.1.3 -> OxygenOS 3.2.0 : https://www.androidfilehost.com/?fid=24591020540823770
For Stock Non Rooted Users with Stock Recovery:
1. Download the appropriate OTA from abovelinks and place it to Android folder under Platform Tools on your PC
2. Now turn off your phone and boot in recovery mode. Press and Hold Volume Down + Power button to boot in recovery mode.
3. From recovery mode, ADB sideload the zip
Select Install from USB/ADB Sideload and Connect the phone to the PC
On your PC, open a command window. Press Shift + Right click and open command window in the Android Folder
In the command window execute the following code:
ADB Devices : to check if the device is recognized and ADB Drivers are correctly installed.
Once the device code is displayed, run the sideload command:
ADB Sideload (then the name of the zip).zip
Wait until the sideload is complete
4. After flash is successful go back to the main menu and wipe cache and reboot the phone.
The Device will reboot and your OnePlus 3 is now running on the latest OxygenOS 3.2.0 firmware.
PS: The first boot may take some time so keep calm and wait for it to boot.
Click to expand...
Click to collapse
Awesome...I had already side loaded but was curious about not being able to flash in recovery..the encryption is why... thanks!
Sent from my ONEPLUS A3000 using XDA-Developers mobile app

joho5 said:
Awesome...I had already side loaded but was curious about not being able to flash in recovery..the encryption is why... thanks!
Sent from my ONEPLUS A3000 using XDA-Developers mobile app
Click to expand...
Click to collapse
No prob buddy

Related

Accidentally removed OS in OP3.

Hi all,
While trying to install custom mod i accidentally deleted my original rom as well as the custom rom from my phone. I can access twrp fast boot but while trying to install zip file its missing from phone. Any way to install any custom rom at this point?
Update : Restarted my phone ( well powered off coz of low battery) . When i charged and switched it on , twrp is not there . Instead when i go to recovery mode , the original one plus recovery mode is appearing.
gamer361 said:
Hi all,
While trying to install custom mod i accidentally deleted my original rom as well as the custom rom from my phone. I can access twrp fast boot but while trying to install zip file its missing from phone. Any way to install any custom rom at this point?
Click to expand...
Click to collapse
Sideloading is the easiest option.
Boot into TWRP, find ADB Sideload mode (I think it's under "Advanced", not sure), connect phone to PC via USB cable and flash ROM directly from PC with "adb sideload rom-name" command.
This is a very short version, if you need me to explain anything in depth just say it
Sent from my OnePlus 3 using Tapatalk
Explorer23 said:
Sideloading is the easiest option.
Boot into TWRP, find ADB Sideload mode (I think it's under "Advanced", not sure), connect phone to PC via USB cable and flash ROM directly from PC with "adb sideload rom-name" command.
This is a very short version, if you need me to explain anything in depth just say it
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
if possible please tell me step by step.
gamer361 said:
if possible please tell me step by step.
Click to expand...
Click to collapse
Sorry for late reply.
So, first things first, make sure you have working adb/fastboot on your PC (you can get it >>HERE<< if you need it; select Y for all options).
- download latest TWRP recovery >>HERE<<
- download a ROM of your choice
- in case you go for a custom ROM you'll probably also need latest firmware (CLICK), Gapps (CLICK) and possibly Magisk (CLICK)
- open command prompt in folder where you've put all downloaded files - hold Shift and right click in that folder > open command window here.
- boot phone into fastboot mode and connect it to PC
- type fastboot devices in cmd to see if the phone is properly recognized (should say something like "device #serial-number" IIRC)
- flash TWRP by typing fastboot flash recovery recovery-name.img
- reboot device into recovery mode. Fastboot generally doesn't support rebooting into recovery, but our phone makes it easy with that 5 second timeout on boot. Type fastboot reboot and as soon as it displays that warning screen press a volume button and then scroll to recovery with volumpe up/down.
You should be booted into TWRP now. Let's continue to flashing a ROM.
Assuming you're going for a custom ROM, start with firmware:
- select "Advanced" in TWRP
- select "ADB Sideload"
- swipe to start sideload
- type adb devices in cmd - it should recognize that the device is in sideload mode
- type adb sideload firmware.zip and wait for it to finish
- go back to main TWRP screen and repeat the steps to get into sideload mode
- type adb sideload rom-filename.zip
- repeat to flash Gapps and Magisk
If you chose to flash stock ROM rather than custom then you can skip firmware and Gapps and flash just the ROM (and possibly magisk, that's up to you).
Done! Now you can boot into system.

Unlock Bootloader and Root Asus Zenfone Max Pro M2 (Unofficial)

Disclaimer :
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
If you point the finger at me for messing up your device, I will laugh at you. Hard. A lot​
Warranty will be VOID
UNLOCK BOOTLOADER AND ROOT ASUS ZENFONE MAX PRO M2 (Unofficial)
<Device will be formatted, so keep a backup >
Requirements :
Asus Zenfone Max Pro M2
Windows / Linux
Instructions :
//unlocking
Phone:
- Go to Setting > System > About Phone and tap on the build number until developer option appears
- Go back to Settings > System > Developer options and enable usb debugging ( If you had already enabled usb debugging, ignore this step)
Windows:
- Download "unlocker" and extract the files
- Go to "adb + asus drivers" folder and install ADB and necessary drivers ( Linux users install adb, fastboot from their respective repositories )
- Connect the device to PC on a USB 2.0 port
- Go to "unlock" folder and open an Elevated command promt there and enter :
Code:
adb devices
( Allow usb debugging box will appear, check "always allow debugging from this computer" and click OK ) and again enter
Code:
adb devices
(Device should be listed)
Code:
adb reboot bootloader
(Device will now enter fastboot )
Code:
fastboot devices
(Device should be listed )
Now execute unlock.cmd (windows) or ./unlock.sh (linux)
Device will show unlocked bootloader warning, encrypt and reboot
Thats it, Bootloader is unlocked (Don't close the command prompt)
//rooting
- Download the recovery [ TWRP recommended ] and decrypt.zip from the links provided ( If you are on stock pie rom, use decrypt_pie.zip instead )
- Go to "Root" folder of unlocker and copy magisk.apk to phone
- Install magisk (update if available) > open > install > install > Download Zip only
- Note the location of the downloaded zip file and move it from there to sd card
- Move the decrypt.zip to sd card
- Go to sec. //unlocking > Phone to enable usb debugging again
- Copy the recovery image to "unlock" folder, go back to cmd and enter :
Code:
adb devices
adb reboot bootloader
fastboot devices
fastboot flash recovery "name-of-the-recovery".img
- power off the device by pressing power button and go to recovery by pressing volume down + power button
- Device will boot into recovery
- If it asks for password, just cancel it
- Wipe > Format data
- Install > Flash decrypt.zip and magisk.zip that we copied to sdcard and reboot
[ IF THE DEVICE STILL ENCRYPTS ITSELF, FLASH THE RECOVERY AGAIN AND FLASH OREO FIRMWARE AND REPEAT THE ABOVE STEP ]
- Finally, go to magisk manager > install > install > direct install
- If you want to move to other recoveries, flash the respective recovery zip provided
- Reboot and You are done !
To unroot and relock the bootloader, Go HERE
Credits
@Sudeep Duhoon
@legacy07
Downloads:
Unlocker
Recoveries : TWRP / PBRP / OFRP / PERP / SHRP / Batik
Data Decryption
Data Decryption (Pie)
Piece of advice :
If there comes any problem with this unlock process, NEVER try to unlock by official unlock tool, as you will not be able to install custom recovery and finally end up in an unlocked bootloader device with no warranty and no custom recovery to proceed further!!!
in such cases fix the communication between phone and pc, instead of directly jumping to official tool​
Wow..
Anyone try this??
what is the firmware version that is being used in this Indian root image? mine start with ww_xxxxx.....
Will the unofficial way of unlocking void warranty?
Dhairy said:
Will the unofficial way of unlocking void warranty?
Click to expand...
Click to collapse
Yes. Warranty will be void. But there is always a possibility of relocking bootloader to obtain warranty.
Was someone able to root successfully?
Yes. I confirm this works.
Which method did u use
Did u unlocked the bootloader and then flashed masgisk via twrp or via patched boot image method.
Free Radical said:
Yes. I confirm this works.
Click to expand...
Click to collapse
what is your firmware version that you root on?
learnyee said:
what is your firmware version that you root on?
Click to expand...
Click to collapse
Magisk method will work on the firmware released out of the box and also the update.
I am on stock firmware (without the first ota) and it works, nice bro
kickyvivi said:
Magisk method will work on the firmware released out of the box and also the update.
Click to expand...
Click to collapse
looked through the unock.cmd file, just hate to format the phone and reset up everything....
Which TWRP is being used in this??
#ArtFuL said:
Disclaimer :
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
If you point the finger at me for messing up your device, I will laugh at you. Hard. A lot
Warranty will be VOID
UNLOCK BOOTLOADER AND ROOT MAX PRO M2 (Unofficial)
<Device will be formatted, so keep a backup >
Requirements :
Asus Zenfone Max Pro M2
Windows OS
Instructions :
//unlocking
Phone:
- Go to Setting > System > About Phone and tap on the build number until developer option appears
- Go back to System > Developer options and enable usb debugging ( If you had already enabled usb debugging, "revoke USB debugging authorisations" and lets start new)
Windows:
- Download "unlocker" and extract the files
- Go to "adb + asus drivers" folder and install ADB and necessary drivers
- Go to "unlock" folder
- Open an Elevated command promt there and type :
adb devices ( Allow usb debugging box will appear, check "always allow debugging from this computer" and click OK and again enter :
adb devices (Device should be listed)
adb reboot bootloader (Device will now enter fastboot )
fastboot devices (Device should be listed )
Now execute unlock.cmd
Device will show unlooked bootloader warning, encrypt and reboot
Thats it, Bootloader is unlocked
//rooting
- Download the twrp recovery and Disable Forced Encryption/Data zip (decrypt.zip) from the links provided
- Go to "Root" folder of unlocker and copy magisk.apk to phone
- Install magisk (update if available) > open > install > install > Download Zip only
- Note the location of the downloaded zip file and move it from there to sd card
- Move the decrypt.zip to sd card
- Extract twrp, open an elevated command prompt and type :
adb devices
adb reboot bootloader
fastboot devices
fastboot flash recovery twrp.img
- power off the device and go to recovery by pressing volume down + power button
- Device will boot into TWRP
- If it asks for decryption key, just cancel it
- Wipe > Format data
- Install > Flash decrypt.zip and magisk.zip that we copied to sdcard and reboot
- Finally, go to magisk manager > install > install > direct install
- Reboot and You are done !
You will receive OTA as usual
To unroot and relock the bootloader, Go HERE
Credits
@Sudeep Duhoon
@Shivam Kumar Jha
@#ArtFuL
Downloads:
Unlocker
TWRP
Data Decryption
Click to expand...
Click to collapse
What type of firmware/sku that u unlocked n install twrp?
X10MINISTER said:
What type of firmware/sku that u unlocked n install twrp?
Click to expand...
Click to collapse
ASUS ZenFone Max Pro (M2) Software Image Version: WW-15.2016.1811.177 For India SKU only
Not working as soon as I run the unlock.cmd file a prompt comes on the screen of the phone to press any key to shut down, after pressing any physical button it reboots to system again with no warning as bootloader unlocked
Dhairy said:
Not working as soon as I run the unlock.cmd file a prompt comes on the screen of the phone to press any key to shut down, after pressing any physical button it reboots to system again with no warning as bootloader unlocked
Click to expand...
Click to collapse
Edit the post with the method that worked for you
Dhairy said:
Not working as soon as I run the unlock.cmd file a prompt comes on the screen of the phone to press any key to shut down, after pressing any physical button it reboots to system again with no warning as bootloader unlocked
Click to expand...
Click to collapse
Got it working the problem is with adb it was installed and then I reinstalled it as given in steps, which might have broken the adb so if I performed the steps in ubuntu and everything worked perfectly. I am attaching the error images. If anyone else getting issue try uninstalling adb and drivers and then reinstalling adb and drivers.
Official way?
will there be official way?
prOzs said:
will there be official way?
Click to expand...
Click to collapse
There is official method available on asus support page for max pro m2.
Note: doing the official way there is no chance for relocking the bootloader and claiming warranty

Want to use Sultan kernel, having flashing issues

Hey guys. Just upgraded to the android 10 October image via the adb flash-all command. Magisk rooted via adb and everything is going great. Want to install Sultan's ported kernel for Android 10. Used adb to flash twrp image and flashed the kernel zip via twrp but it keeps saying it can't mount /system and /vendor upon finishing. Upon rebooting I get stuck at the google G load screen. Have to redo flash-all and instal magisk via adb all over to get back to normal. Anyone have this problem or could offer some help? Would be great.
Bverns88 said:
Hey guys. Just upgraded to the android 10 October image via the adb flash-all command. Magisk rooted via adb and everything is going great. Want to install Sultan's ported kernel for Android 10. Used adb to flash twrp image and flashed the kernel zip via twrp but it keeps saying it can't mount /system and /vendor upon finishing. Upon rebooting I get stuck at the google G load screen. Have to redo flash-all and instal magisk via adb all over to get back to normal. Anyone have this problem or could offer some help? Would be great.
Click to expand...
Click to collapse
As long as the kernel finishes the install it's fine. The mounting errors don't matter if it finishes. The mounting errors are just a bug with Android 10. Everything I flash has those errors after it, but I am good. I am on Oct. with Magisk 20 and Sultan kernel.
Ericarthurc said:
As long as the kernel finishes the install it's fine. The mounting errors don't matter if it finishes. The mounting errors are just a bug with Android 10. Everything I flash has those errors after it, but I am good. I am on Oct. with Magisk 20 and Sultan kernel.
Click to expand...
Click to collapse
So the way I'm seeing it is flash the twrp image file, flash the kernel, reboot. Then adb fastboot to bootloader and reflash patched magisk boot.img?
Bverns88 said:
So the way I'm seeing it is flash the twrp image file, flash the kernel, reboot. Then adb fastboot to bootloader and reflash patched magisk boot.img?
Click to expand...
Click to collapse
Do this:
Setup:
1. Download latest platform tools for your OS
2. Download latest factory image for Pixel 2 XL
3. Download twrp.img and twrp.zip
4. Download the kernel.zip you want
5. Download magisk.zip version 20
(Keep in mind those aren't the actual filenames, I am just shortening them; plus you will want to rename them for easier flashing)
Install:
1. Boot phone to bootloader.
2. Extract factory image into the platform tools folder
3. Run flash-all script
4. After done reboot back to bootloader (dont do the phone setup)
5. Now remove the factory image from platform tools (or just extract a clean platform tools folder)
6. Place twrp.img, twrp.zip, kernel.zip and magisk.zip into the platform tools folder (rename the files to make it easier to type them out when flashing with computer adb)
7. Run: fastboot boot twrp.img (or whatever you named it)
8. When in twrp, go to settings and turn off "screen timeout" there is a bug
9. Go to advanced then "adb sideload"
10. In your computer terminal type: adb sideload twrp.zip
11. Then run: adb sideload kernel.zip
12. Then run: adb sideload magisk.zip
13. Reboot to system
Should be good! Using sideload allows you to pass files from your computer to your phone, it makes it easy. If adb sideload is "hanging" or "freezing" (you should see a kinda progress bar with it's working) then reboot twrp.img and try a different USB port. There is a glitch when it hangs, where when you remove the USB cable the phone goes black; just hold power + volume down for about 10 seconds and it will boot back to bootloader.
Ericarthurc said:
Do this:
Setup:
1. Download latest platform tools for your OS
2. Download latest factory image for Pixel 2 XL
3. Download twrp.img and twrp.zip
4. Download the kernel.zip you want
5. Download magisk.zip version 20
(Keep in mind those aren't the actual filenames, I am just shortening them; plus you will want to rename them for easier flashing)
Install:
1. Boot phone to bootloader.
2. Extract factory image into the platform tools folder
3. Run flash-all script
4. After done reboot back to bootloader (dont do the phone setup)
5. Now remove the factory image from platform tools (or just extract a clean platform tools folder)
6. Place twrp.img, twrp.zip, kernel.zip and magisk.zip into the platform tools folder (rename the files to make it easier to type them out when flashing with computer adb)
7. Run: fastboot boot twrp.img (or whatever you named it)
8. When in twrp, go to settings and turn off "screen timeout" there is a bug
9. Go to advanced then "adb sideload"
10. In your computer terminal type: adb sideload twrp.zip
11. Then run: adb sideload kernel.zip
12. Then run: adb sideload magisk.zip
13. Reboot to system
Should be good! Using sideload allows you to pass files from your computer to your phone, it makes it easy. If adb sideload is "hanging" or "freezing" (you should see a kinda progress bar with it's working) then reboot twrp.img and try a different USB port. There is a glitch when it hangs, where when you remove the USB cable the phone goes black; just hold power + volume down for about 10 seconds and it will boot back to bootloader.
Click to expand...
Click to collapse
Thanks so much. I went and used AZ bikers method and it worked fine. Easy and hassle free. https://forum.xda-developers.com/pixel-2-xl/how-to/quick-2xl-upgrade-reference-8x-oreo-to-t3826330

The Ultimate guide to flashing CRDROID A12 for OnePlus 8 Pro

I have written this comprehensive step by step guide on how to flash CRDROID android 12 ROM for the OnePlus 8 Pro. The original instructions do not cover enough detail.
Ensure you have all applicable drivers installed onto your computer by following this video tutorial:
Reset your phone through using this MSM tool to return to Oxygen OS 11: https://forum.xda-developers.com/t/...l-to-restore-your-device-to-oxygenos.4084953/
Install the application to your windows device
Choose the international version
Turn off the phone. Hold BOTH the VOLUME UP AND DOWN at the same time and plug into the computer. The application will now recognise the phone where you can do a factory reset to Oxygen OS 11.
Install Oxygen OS11 on BOTH Slots:
install the latest Oxygen OS 11 from the OnePlus website, as a local upgrade: https://www.oneplus.com/uk/support/softwareupgrade/details?code=PM1587123976
If the official link goes down, find the file from here: https://forum.xda-developers.com/t/oneplus-8-pro-rom-ota-oxygen-os-repo-of-oxygen-os-builds.4084315/
Restore to oos 11 using msm -> unlock bootloader -> download latest oos 11 -> transfer to phone -> then system update via local upgrade -> reboot and update via local upgrade + reboot again
Connect to the internet
Click multiple times on the build number after updating to enable developer options
Enable options of OEM unlocking and USB debugging
Once you press usb debugging, connect your device to your pc -> a window will pop up on your device -> press always allow from device. You need to do this for usb debugging to work.
Enter fastboot mode by pressing and holding the Power button to bring up the Power menu and select 'Power Off'. Once you have done that: Press and hold the Volume Up', 'Volume Down', and 'Power' keys together to enter Fastboot Mode.
Unlock the OEM:
Once you're in fastboot mode after pressing oem unlock + usb debugging toggles -> type 'fastboot oem unlock' -> press volume up + power for yes and the device will reboot.
To install the RECOVERY
Download the file named like this: crDroidAndroid-12.0-XXXXXXXX-instantnoodlep-v8.X.zip and recovery from the officaial website:
https://crdroid.net/instantnoodlep/8
put it in the same folder where your adb files are
Open CMD from the adb tools folder on your computer, and type 'fastboot devices'.
if working properly, you will see your device
Type 'fastboot flash recovery recovery.img'
Reboot to recovery
To install custom ROM from recovery
choose "Factory reset"
choose "Apply update"
adb sideload "crDroidAndroid-12.0-XXXXXXXX-instantnoodlep-v8.X.zip"
reboot recovery
choose "Apply update"
Install the correct GAPPS
You're supposed to use nikgapps-SL basic and Nikgapps-SL addons (if needed to restore from playstore backup. Use pixel wizard setup for this.) Good examples of addons you should use will be attached.
For Nikagpps-SL: https://sourceforge.net/projects/nikgapps/files/Releases/NikGapps-SL/09-Jul-2022/ and for Nikagpps-SL addons: https://sourceforge.net/projects/nikgapps/files/Releases/Addons-SL/09-Jul-2022/
adb sideload "gapps"
choose "Apply update"
adb sideload addons
Do the "Apply Update" and sideload each addon
choose "Apply update"
To root the phone:
adb sideload magisk.zip (Change magisk.apk to magisk.zip)
reboot to system
Please comment below if this has helped!
Thank you. By carefully following your guide I was able to unbrick my 8 pro and finally install a non-oxygenos android 12 build. Other guides did not work for me.
I don't see where recovery.img is on crdroid website?
This guide helped me get crdroid running, however I'm having severe issues getting ANY google apps to run. I sideloaded the ones you recommended, but play store wasn't installed, play services wasn't installed. After I downlaoded those apks it did nothing and they dont work. My biggest problem is I can't link my google account to my phone in the settings, I don't see 'Accounts' anywhere in the settings; Which has all my contacts. So at first I thought it was a success, now my phone is literally useless to me until I get my account linked to my phone which seems impossible with crdroid.
How can we do this with TWRP install? If not, why not? Why do all the instructions I see for crDroid use ADB sideload instead of just 'install zip' like every other custom ROM? Also, how do we install Magisk? The usual way via TWRP?

Question Any guide how to root latest OnePlus 9RT build MT2111_11_C.05?

I was wondering how to root the 9rt on android 12 in hopes of activating volte and unlimited google photos, can anybody help please? Thank you.
Above post just echoed my thoughts. Thank you.
Eagerly waiting for TWRP recovery for this and a good Custom OS (CrDroid, Pixel Experience, AOSPxtended, etc)
TWRP is not a requirement to install Magisk. Magisk can be installed via fastboot.
1. Install drivers, adb and fastboot to the PC.
2. Install latest Magisk apk to the phone.
3. Download boot.img for your version, place to the phone memory.
4. Open Magisk, choose "Install" -> "Select and Patch a File", select boot.img file from p.2, press "Let's go"
5. After it's finished, find patched boot img in Dowloads directory, named something like "magisk-patched*.img". Download it to PC.
6. For the Windows PC open command prompt cmd. For Mac and Linux open terminal.
7. Reboot the phone to bootloader. I.e. with adb reboot bootloader command or by rebooting with pressed Vol Down button.
7. Type 'fastboot flash boot <path to magisk_patched*.img>'
8. Reboot to the system
Here is the boot img for oneplus 9rt mt2111_11_c.07
Nirmal50 said:
Here is the boot img for oneplus 9rt mt2111_11_c.07
Click to expand...
Click to collapse
have you got a fastboot firmware install for mt2111_11_c.07 too by any chance?
strelokcyka said:
have you got a fastboot firmware install for mt2111_11_c.07 too by any chance?
Click to expand...
Click to collapse
op9rt-oos-C07-fastboot-rom-20220922.7z | by penguinus for OnePlus 9RT 5G
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com

Categories

Resources