Question Question on Rooting 9R LE2100 with Magisk without TWRP - OnePlus 9R

Planning to Root Oneplus 9R using this method:
Root OnePlus 9, 9 Pro, 9R Android 12 ColorOS 12 via Magisk
Thi guide will show you how to root the OnePlus 9, OnePlus 9 Pro, and OnePlus 9R running ColorOS 12 Android 12 via Magisk Patched Boot.img
www.droidwin.com
Question is:
(a) fastboot flash boot magisk_patched.img
or
(b)
fastboot flash boot_a magisk_patched.img
fastboot flash boot_b magisk_patched.img
Any help appreciated, thank you

Found a better method from here:
(https://forum.xda-developers.com/t/...in-eu-us-kb2000-kb2001-kb2003-kb2005.4178675/)
(1) Temporarily boot into a rooted system with:
fastboot boot magisk_patched.img
(2) Once phone was booted up, open magisk manager and perform a "Direct Install".
This will install magisk on the active boot slot and the next reboot will give you root.
(Side note:
Upgraded 2y old OP7 to OP9R and very pleased with this choice, feels like "Never Settle: Flagship Killer" spirit truly lives on with the OP9R price/performance ratio, at a time where the Company is focusing more and more on making "Flagship-Flagship" with ever increasing prices...)

Related

Umidigi A3S Bootloop Problem after flash patched_boot.img

Hi,
Since there is no available TWRP Recovery version for UMIDIGI A3S, so I have to root it by Magisk.
the following was what I did:
1, OEM(bootloader) unlocked. command C:\Users\user\Downloads\fastboot>fastboot flashing unlock
2, USB debugging actived.
3, down load factory ROM.
4, transferred MagiskManager-v7.5.1 and boot.img(from factory ROM) to A3S
5, open MagiskManager Patch a File, and selected boot.image file
6, flash the magisk_patched.img command C:\Users\user\Downloads\fastboot> fastboot flash boot magisk_patched.img
Then I fell in bootloop.
Help needed! thanks in advance.
// Johan
Looks like you've visited getdroidtips.. The tutorial was written by someone who never heard of signature verification. I had the same issue and had to restore the stock rom.
Follow the instructions on the Umidigi forum: https://community.umidigi.com/forum.php?mod=viewthread&tid=19502&extra=page=1

Can't get root back on SHT-W09 after installing latest Magisk

All,
I'm looking for suggestions on how to restore root to my Huawei MediaPad M5. I recently updated Magisk to stable Manager 8.0.7 and Magisk build 21.4. However this caused me to lose root on the tablet. The tablet is on Android 8.0.
To restore root, I tried the following steps:
1) Downloaded Huawei tablet image 8.0.0, build 200, for the SHT-W09 (C567) USA model
2) Extracted Ramdisk image and copied over to the tablet
3) Opened Magisk and selected Download and Patch File
4) Magisk patched the file and saved it in my downloads folder
5) I then transferred the patch file back to my pc
6) Opened my Fastboot folder that had the patched image
7) Booted the tablet into fastboot mode and tested with command "fastboot devices"
8) After verifying I had a connection, I typed "Fastboot flash ramdisk patched_boot.img"
9) The file was flashed to the tablet
10) I rebooted the tablet, but I still don't have root
Any ideas, do I need to use the command "fastboot flash boot magisk_patched.img"?
Thanks,
Rick
Rick,
I managed to root my CMR W09 C567 EMUI 8.0.0.200 by flashing this older version of Magisk directly within TWRP:
Release Magisk v20.4 · topjohnwu/Magisk
Miscellaneous This release is mainly focused on stability and bug squashing. Please be aware that MagiskHide is no longer enabled by default. Since Google has enabled hardware-based key attestation...
github.com
It does all the work of patching the boot file withing TWRP, and when you reboot into system, there will even be a Magisk apk already installed. Do not upgrade afterwards.
The TWRP that works for me is:
[RECOVERY][UNOFFICIAL] TWRP 3.2.2-1
This is for the Mediapad M5. NOTE: Decrypting data is not currently supported. MTP also does not work, but you can use adb to push and pull files. Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use...
forum.xda-developers.com
The command to flash:
./fastboot.exe flash recovery_ramdisk TWRP-3.2.2-1-MediapadM5.img
PS. You evidently need to have an unlocked bootloader. Mine was locked, but I managed to use the test point method and PotatoNV program. This requires removing the screen (I busted mine--had to replace from AlixExpress).
zentico said:
Rick,
I managed to root my CMR W09 C567 EMUI 8.0.0.200 by flashing this older version of Magisk directly within TWRP:
Release Magisk v20.4 · topjohnwu/Magisk
Miscellaneous This release is mainly focused on stability and bug squashing. Please be aware that MagiskHide is no longer enabled by default. Since Google has enabled hardware-based key attestation...
github.com
It does all the work of patching the boot file withing TWRP, and when you reboot into system, there will even be a Magisk apk already installed. Do not upgrade afterwards.
The TWRP that works for me is:
[RECOVERY][UNOFFICIAL] TWRP 3.2.2-1
This is for the Mediapad M5. NOTE: Decrypting data is not currently supported. MTP also does not work, but you can use adb to push and pull files. Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use...
forum.xda-developers.com
The command to flash:
./fastboot.exe flash recovery_ramdisk TWRP-3.2.2-1-MediapadM5.img
PS. You evidently need to have an unlocked bootloader. Mine was locked, but I managed to use the test point method and PotatoNV program. This requires removing the screen (I busted mine--had to replace from AlixExpress).
Click to expand...
Click to collapse
Hello zentico, is your M5 model SHT-W09?
I have a similar issue: after upgrading my SHT-W09 to latest 9.1.0.360 firmware I patched the recovery_ramdisk-image with Magisk v23.0 and it didn't boot :-(
I was able to pach the same image for recovery mode but in that case I had only limited root access. The only solution I found up to now: using the "old" patched recovery_ramdisk.image which was patched with Magisk v20.4
Edit: looks as if there are existing several C432-360 images. I got the LGRP4-OVS as this was the only version available on firmwarefinder but my device identifies as "P2" most likely that's the reason why it's not booting.
Gamblor2 said:
Hello zentico, is your M5 model SHT-W09
Click to expand...
Click to collapse
Mine is a CMR-W09.
C5Longhorn said:
All,
I'm looking for suggestions on how to restore root to my Huawei MediaPad M5. I recently updated Magisk to stable Manager 8.0.7 and Magisk build 21.4. However this caused me to lose root on the tablet. The tablet is on Android 8.0.
To restore root, I tried the following steps:
1) Downloaded Huawei tablet image 8.0.0, build 200, for the SHT-W09 (C567) USA model
2) Extracted Ramdisk image and copied over to the tablet
3) Opened Magisk and selected Download and Patch File
4) Magisk patched the file and saved it in my downloads folder
5) I then transferred the patch file back to my pc
6) Opened my Fastboot folder that had the patched image
7) Booted the tablet into fastboot mode and tested with command "fastboot devices"
8) After verifying I had a connection, I typed "Fastboot flash ramdisk patched_boot.img"
9) The file was flashed to the tablet
10) I rebooted the tablet, but I still don't have root
Any ideas, do I need to use the command "fastboot flash boot magisk_patched.img"?
Thanks,
Rick
Click to expand...
Click to collapse
Hi!
I have the exact same tablet, but I'm unable to find the full update to patch magisk and root it fully, where/how were you able to obtain the full ota and extract the image?
Mine is SHT-W09 8.0.0.200(C567)
Thanks!

Root Oneplus Nord - os 11.1.5.5.ac01ba - magisk

Hi,
I'm new to this, last time I managed because there was a img to use on magisk, and hence it worked. This time there is not, and to avoid bricking because I used a wrong img I ask before I start
I have done everything incl unlocking the bootloader on this
How to Root OnePlus Nord with Magisk (Android 11)
In this guide, I will be showing how to Root OnePlus Nord with Magisk. Since OnePlus Nord is recently launched there are no TWRP or flashable Magisk zip
magiskapp.com
Question is:
can I simply download the stock image from i.e. oneplus -> use magisk to patch it -> install and be done?
It's the section of
"
Stock Boot Image for OnePlus Nord – Download (Download the Stock Boot Image according to your region.)"
that confuses me since it doesn't list the newest, but magisk is updated and per comments, it seems it should work or am I wrong?
Use this Link to download the newest ROM Zip and extract stock boot.img using payload dumper(windows, linux). Transfer boot.img to your phone. Patch the boot.img with magisk app and rest of the instructions are same
have you got any solution i need to root having 11.1.6.6.AC01DA
christians86 said:
Hi,
I'm new to this, last time I managed because there was a img to use on magisk, and hence it worked. This time there is not, and to avoid bricking because I used a wrong img I ask before I start
I have done everything incl unlocking the bootloader on this
How to Root OnePlus Nord with Magisk (Android 11)
In this guide, I will be showing how to Root OnePlus Nord with Magisk. Since OnePlus Nord is recently launched there are no TWRP or flashable Magisk zip
magiskapp.com
Question is:
can I simply download the stock image from i.e. oneplus -> use magisk to patch it -> install and be done?
It's the section of
"
Stock Boot Image for OnePlus Nord – Download (Download the Stock Boot Image according to your region.)"
that confuses me since it doesn't list the newest, but magisk is updated and per comments, it seems it should work or am I wrong?
Click to expand...
Click to collapse
jeeetjha said:
have you got any solution i need to root having 11.1.6.6.AC01DA
Click to expand...
Click to collapse
The easiest way would be downloading the latest version using
Oxygen Updater copy it to your PC and use Payload Dumper to extract the Boot.IMG
Here's a guide that may help you. for payload dumper
Hi,
can someone tell me whether rooting Version 11.1.5.5 AC01BA is successful or not?
Thanks.

Question [CLOSED] Boot failure after Install to inactive slot in Magisk

I was trying to do the OTA update by restoring image in Magisk. The OTA still failed. I still went ahead and selected Install to inactive slot in Magisk. Now the phone can't boot up again. It's stuck on the screen
Fastboot Mode
Product revision: oriole MP1.0
Bootloader version: slider 1.0-7753224
Baseband version: unknown
Serial number
Secure boot: PRODUCTION
NOS production: yes
DRAM 89GB
UFS 128GB Kioxia
Device State: unlocked
Boot slot: b
Enter reason: boot failure
UART: disabled
Click to expand...
Click to collapse
It gives me the options to
Start
Restart Bootloader
Recovery Mode
Rescue Mode
BarCode
Power off
The command 'fastboot devices' works.
You might want to look at this thread and/or post your question there. No need for another orphan thread.
[GUIDE] Pixel 6 "oriole": Unlock Bootloader, Update, Root, Pass SafetyNet
⚠️⚠️⚠️WARNING! IF YOU ARE UPDATING TO ANDROID 13 FOR THE FIRST TIME, READ THIS FIRST! ⚠️⚠️⚠️ If you are looking for my guide on a different Pixel, find it here: Pixel 3 Pixel 3XL Pixel 3a Pixel 3aXL Pixel 4 Pixel 4XL Pixel 4a Pixel 4a (5G)...
forum.xda-developers.com
Are you able to get to the bootloader? If so, flash a factory image to both slots.
./fastboot flash --set-active=(a or b) then reboot the bootloader. Flash the image. Then do the same command for the other slot and flash the image again. Seems to work for me when I can't boot.
Thread closed on request of OP @mustardseeds

Question Pixel 6 Boot loop - Recovery mode not accessible

Rooted/unlocked Pixel 6
So I was trying to install the monthly OTA following this guide using the "Update and Root Automatic OTA" method. And the OTA failed to install, so I went to the next method to try and sideload it. Well I didn't get too far because when I did the adb reboot sideload command, my pixel got stuck in a bootloop.
[GUIDE] Pixel 6 "oriole": Unlock Bootloader, Update, Root, Pass SafetyNet
⚠️⚠️⚠️WARNING! IF YOU ARE UPDATING TO ANDROID 13 FOR THE FIRST TIME, READ THIS FIRST! ⚠️⚠️⚠️ If you are looking for my guide on a different Pixel, find it here: Pixel 3 Pixel 3XL Pixel 3a Pixel 3aXL Pixel 4 Pixel 4XL Pixel 4a Pixel 4a (5G)...
forum.xda-developers.com
I can get it to boot into fastboot mode, but I can't access recovery mode (or rescue mode). It just gets to the Google logo and then turns off and the cycle repeats.
Any ideas on recovery?
Thanks!
I never succeed doing OTA on my rooted P6... Always ended like you but in my case phone always boot from other slot (without root) and I was forced to root it again by patching / flashing a boot.img. I see that old way (flash a factory image) is more reliable, at least for me.
Ok, I spoke too soon. I was searching for the correct terms to get it recovered
Followed this guide and it worked (once I updated my platform-tools):
How to Unbrick Google Pixel 6/Pro via Fastboot Commands
In this tutorial, we will show you detailed steps to unbrick the Google Pixel 6 and Google Pixel 6 Pro via Fastboot Commands.
www.droidwin.com
Sounds like I won't be trying that OTA method again. I'll probably do what gazdajezda mentioned too, flash the factory image
Great that you saved situation Hour ago I updated Magisk & flashed May update old way (all good).

Categories

Resources