Is there a way to root Mi Note 10? - Xiaomi Mi Note 10 Questions & Answers

Hi,
I can not find a guide on how to root the phone. Am I missing something or is there no way to root it? There is a thread about Magisk but ...

kamikadzzze said:
Hi,
I can not find a guide on how to root the phone. Am I missing something or is there no way to root it? There is a thread about Magisk but ...
Click to expand...
Click to collapse
First u must unlock your bootloader, then u must flash a custom recovery like orangefox and then u can flash magisk.
https://en.miui.com/unlock/
With waiting like one week or longer
Sent from my Mi Note 10 using XDA Labs

kamikadzzze said:
Hi,
I can not find a guide on how to root the phone. Am I missing something or is there no way to root it? There is a thread about Magisk but ...
Click to expand...
Click to collapse
First step:
-unlock your bootloader
Second step:
-download adb and fastboot tools to your PC
Third step:
-download orangefox ( https://orangefox.download/en/device/tucana )
Fourth step:
-boot your phone into fastboot and connect it to your pc
-extract the orangefox zip and flash the recovery.img like that:
- fastboot flash recovery recovery.img
Fifth step:
-hold volume up and power button for a few seconds and boot into orangefox
Sixth step:
-download https://github.com/topjohnwu/Magisk/releases/download/v21.0/Magisk-v21.0.zip and flash it via orangefox
Done

ItsBen12000 said:
First step:
-unlock your bootloader
Second step:
-download adb and fastboot tools to your PC
Third step:
-download orangefox ( https://orangefox.download/en/device/tucana )
Fourth step:
-boot your phone into fastboot and connect it to your pc
-extract the orangefox zip and flash the recovery.img like that:
- fastboot flash recovery recovery.img
Fifth step:
-hold volume up and power button for a few seconds and boot into orangefox
Sixth step:
-download https://github.com/topjohnwu/Magisk/releases/download/v21.0/Magisk-v21.0.zip and flash it via orangefox
Done
Click to expand...
Click to collapse
Or just use MIUI EU and flash Magisk over the top?

EonOfBlack said:
Or just use MIUI EU and flash Magisk over the top?
Click to expand...
Click to collapse
e, you also have to follow the steps above to install xiaomi.eu

kamikadzzze said:
Hi,
I can not find a guide on how to root the phone. Am I missing something or is there no way to root it? There is a thread about Magisk but ...
Click to expand...
Click to collapse
I'm assuming you are referring to root Xiaomi Mi Note 10 and Not Xiaomi Redmi Note 10. Both are different phones.
I advice you, first flash TWRP recovery. Good news is Official TWRP is made for this device and you can find and download the recovery in Official TWRP app (download from PlayStore)
Xiaomi Mi Note 10 code name is Tucana (see the attached screenshot)
Once TWRP is flashed then root it via Magisk zip.

Related

[ALTERNATIVE] Root Mi A1 with TWRP Without disabling Ota

As you may imagine this simple guide will show you how to root your device with magisk from twrp recovery.
I know, there is already a guide by jashancheema that shows how to root this device, however it's difficult to update the system once you are rooted. In my opinion the way i'm about to show you is faster and easier.
Disclaimer: I am not responsible for ANY damage done to your phone, act at your own risk.
That's how you can root your phone with magisk and recovery without disabling ota.
1. First download magisk manager and magisk flashable zip from here (official thread)
Install magisk manager and copy the magisk flashable zip somewhere in your device or sd.
2. Download mohancm twrp recovery (recovery-3.2.1-2-oreo) from here (official thread)
NOTE: do not download the installer, you need the .img file bootable from fastboot (recovery-3.2.1-2-oreo.img)
3. Copy recovery-3.2.1-2-oreo.img into the fastboot folder.
4. Enable developer option from in the device, enable OEM unlocking.
5. turn off your device and enter into fastboot mode by holding voume down + power button, then connect your device to the pc.
6. now open fastboot and type this to check the connection, if the terminal return an andress your phone is correctly configured.
Code:
fastboot devices
7. type this from fastboot to unlock your bootloader.
Code:
fastboot oem unlock
8. now type this to boot your recovery (REMEMBER TO COPY THE RECOVERY IMG INTO THE FASTBOOT FOLDER)
Code:
fastboot boot recovery-3.2.1-2-oreo.img
9. once your recovey boot flash the magisk zip and reboot.
NOTE: do not install or flash twrp into your device or you won't be able to update through ota.
---------------------HOW TO UPDATE-----------------------------------------------------------------------------------------------------
When you will receive the update the only thing you need to do is boot twrp, flash magisk unistaller (that you can find here ) and update.
1. type this to boot your recovery (REMEMBER TO COPY THE RECOVERY IMG INTO THE FASTBOOT FOLDER)
Code:
fastboot boot recovery-3.2.1-2-oreo.img
2. flash magisk unistaller from recovey
3. Update your system
4. Repeat the same procedure to root again your device.
If you are italian and you need any help you can find it here, the serious telegram community.
https://t.me/XiaomiMiA1Italia
Special thanks to @samuele94 and @TheRealajeje from the telegram group.
RESERVED
All works!!! :good::good::good::good::good:
WORK
I tried, it works. thank you!
funziona da dio! fantastico! bella guida
Great work!
i already flash twrp on my device, so i cannot install update OTA until i go back to unroot?
@H.A.L. 9000, I'm sorry for my ignorance but I wonder whether the bootloader unlock passage (that'd reset everything) is inescapable after installing an OTA update
Can I install ota with the unlocked bootloader?
Thanks for this I was always confused on how to update the phone after magisk.
Edit: you think it's possible to use a custom kernel with magisk and still maintain ota?
Thank you, the rooting part worked flawlessly. :good: Now waiting for the next OTA to see if that will work well too.
1. USB debugging doesn't have to be allowed?
2. Updating Android can be done with PC only?
I did exactly the same (as nicely outlined in MP) for the last few updates, and can confirm it's working perfectly. I was using this as the 'normal' way failed due to unknown reasons.
This approach does not required a patched boot-image available, so imho it's more robust and reliable than the 'normal' method.
iG0tB0lts said:
Thanks for this I was always confused on how to update the phone after magisk.
Edit: you think it's possible to use a custom kernel with magisk and still maintain ota?
Click to expand...
Click to collapse
+1
Have you found out?
H.A.L. 9000 said:
As you may imagine this simple guide will show you how to root your device with magisk from twrp recovery.
I know, there is already a guide by jashancheema that shows how to root this device, however it's difficult to update the system once you are rooted. In my opinion the way i'm about to show you is faster and easier.
Disclaimer: I am not responsible for ANY damage done to your phone, act at your own risk.
That's how you can root your phone with magisk and recovery without disabling ota.
1. First download magisk manager and magisk flashable zip from here (official thread)
Install magisk manager and copy the magisk flashable zip somewhere in your device or sd.
2. Download mohancm twrp recovery (recovery-3.2.1-2-oreo) from here (official thread)
NOTE: do not download the installer, you need the .img file bootable from fastboot (recovery-3.2.1-2-oreo.img)
3. Copy recovery-3.2.1-2-oreo.img into the fastboot folder.
4. Enable developer option from in the device, enable OEM unlocking.
5. turn off your device and enter into fastboot mode by holding voume down + power button, then connect your device to the pc.
6. now open fastboot and type this to check the connection, if the terminal return an andress your phone is correctly configured.
7. type this from fastboot to unlock your bootloader.
8. now type this to boot your recovery (REMEMBER TO COPY THE RECOVERY IMG INTO THE FASTBOOT FOLDER)
9. once your recovey boot flash the magisk zip and reboot.
NOTE: do not install or flash twrp into your device or you won't be able to update through ota.
---------------------HOW TO UPDATE-----------------------------------------------------------------------------------------------------
When you will receive the update the only thing you need to do is boot twrp, flash magisk unistaller (that you can find here ) and update.
1. type this to boot your recovery (REMEMBER TO COPY THE RECOVERY IMG INTO THE FASTBOOT FOLDER)
2. flash magisk unistaller from recovey
3. Update your system
4. Repeat the same procedure to root again your device.
If you are italian and you need any help you can find it here, the serious telegram community.
https://t.me/XiaomiMiA1Italia
Special thanks to @samuele94 and @TheRealajeje from the telegram group.
Click to expand...
Click to collapse
Can't I just install syst update through twrp?
Rooting Mi A1 using this method worked. But the guide needs updating:
1.You must enable usb debugging
2.You must install magisk manager after unlocking bootloader. Installing it before is useless because unlocking bootloader will wipe all data.
freekarol said:
unlocking bootloader will wipe all data.
Click to expand...
Click to collapse
not till 9.5.11
freekarol said:
Rooting Mi A1 using this method worked. But the guide needs updating:
1.You must enable usb debugging
2.You must install magisk manager after unlocking bootloader. Installing it before is useless because unlocking bootloader will wipe all data.
Click to expand...
Click to collapse
Well, that happened to me.. Total WIPE... So, i decide to stop. But this night i'll try again, after a full backup. For me this is important because i need to use Android Auto, with aamirror.
I do regular backups so it was ok with me. It also should be in the guide as a first step: backup your phone. It seems like the guide is not for beginners... After rooting, you can face two problems:
1. From time to time, Magisk crashes. Just open it again.
2. There will be a camera lag. Installing a Magisk module should solve it(I haven't tried it yet): https://www.youtube.com/watch?v=UqcQKqhL3ok
there is some indication that 'fastboot boot twrp.img' wipes all the data!
Not sure when it started and if there is a way to avoid it - any idea?

Question No Idea on How to Root Redmi 8A Dual

Hi All,
I am trying to root my Redmi 8A Dual and nothing works. I previously have rooted Samsung, sonny and even Lenovo phones but this one seems really tough. When getting into recovery mode, I see just reboot and contact MI Assistance. on developer settings, I am unable to do the Mi Unlock Status ( seriously no idea what that does). tried Magisk manager, King Root and MI unlocker web but not working. I want to degoogle my phone and make it AOSP ROM in it.
Can I get assistance here please?
ArusChandran said:
Hi All,
I am trying to root my Redmi 8A Dual and nothing works. I previously have rooted Samsung, sonny and even Lenovo phones but this one seems really tough. When getting into recovery mode, I see just reboot and contact MI Assistance. on developer settings, I am unable to do the Mi Unlock Status ( seriously no idea what that does). tried Magisk manager, King Root and MI unlocker web but not working. I want to degoogle my phone and make it AOSP ROM in it.
Can I get assistance here please?
Click to expand...
Click to collapse
Below are the following steps which helped me in successfully rooting my RM8A Dual-
1. Install Pitch Black recovery for RM8A Dual via fastboot.
2. Once installed recovery successfully extract your boot.img via recovery.(Many videos are out there to do it.)
3. Patch you boot.img on the website mentioned in previous posts.
4. Flash the patched IMG via recovery then reboot into recovery again and flash magisk and voila you're rooted.
vineet allahabad said:
Below are the following steps which helped me in successfully rooting my RM8A Dual-
1. Install Pitch Black recovery for RM8A Dual via fastboot.
2. Once installed recovery successfully extract your boot.img via recovery.(Many videos are out there to do it.)
3. Patch you boot.img on the website mentioned in previous posts.
4. Flash the patched IMG via recovery then reboot into recovery again and flash magisk and voila you're rooted.
Click to expand...
Click to collapse
I shall try that and update you. Thank You !
ArusChandran said:
I shall try that and update you. Thank You !
Click to expand...
Click to collapse
Please update here if it works. I’m stuck at β€œMi Unlock Status” too. Rooted Lenovo, Micromax, Samsung, Oneplus, Sony & older Redmi devices too, but stuck here and very few people are even active in this forum so.
Is there any custom rom for 8a dual? Please give link for download
ArusChandran said:
I shall try that and update you. Thank You !
Click to expand...
Click to collapse
Did this method worked? please inform
Pavan__pavan said:
Is there any custom rom for 8a dual? Please give link for download
Click to expand...
Click to collapse
No custom roms I have got yet
1. OliveLite Twrp official
https://twrp.me/xiaomi/xiaomiredmi8a.html
2.Pitch Black Olivewood official Recovery
Xiaomi Redmi 8A Pro/Dual | olivewood - PitchBlack Recovery Project
PBRP Version: 3.1.0 Maintainer: Aryan Sinha
pitchblackrecovery.com
These are some Custom Recoveries
OrangeFox Recovery is also available in official site
Flash Recovery from CMD,
then boot into recovery immediately and root the Device,
so that Recovery stays there as permanent
VBmeta image may end into Bootloop sometimes
Thanks for reply
Adityasalil95 said:
No Custom Rom i have got yet
Click to expand...
Click to collapse
Adityasalil95 said:
1. OliveLite Twrp official
https://twrp.me/xiaomi/xiaomiredmi8a.html
2.Pitch Black Olivewood official Recovery
Xiaomi Redmi 8A Pro/Dual | olivewood - PitchBlack Recovery Project
PBRP Version: 3.1.0 Maintainer: Aryan Sinha
pitchblackrecovery.com
These are some Custom Recoveries
OrangeFox Recovery is also available in official site
Flash Recovery from CMD,
then boot into recovery immediately and root the Device,
so that Recovery stays there as permanent
VBmeta image may end into Bootloop sometimes
Click to expand...
Click to collapse
Should I need to flash vbmeta and premessive_v5 immediately?
If yes then flashing same as other zip files?
Thanks for such quick replies
Pavan__pavan said:
Should I need to flash vbmeta and premessive_v5 immediately?
If yes then flashing same as other zip files?
Thanks for such quick replies
Click to expand...
Click to collapse
As far as I now I have never Tried VBMeta till now after this Issue,
VBmeta resulted into bootloop when I flashed it First time in olivewood phone
I had to Reflash the Miui Rom again from scratch to solve Bootloop issue ,
Any Senior person might know the correct VBmeta file
Adityasalil95 said:
As far as I now I have never Tried VBMeta till now after this Issue,
VBmeta resulted into bootloop when I flashed it First time in olivewood phone
I had to Reflash the Miui Rom again from scratch to solve Bootloop issue ,
Any Senior person might know the correct VBmeta file
Click to expand...
Click to collapse
Did you tried this?
Aghora7 said:
How to install GSI in REDMI 8A DUAL
Download ALL The Below Files First
Downloads :- Click on Orange Links
1.Flash TWRP Recovery
fastboot flash recovery recovery.img
fastboot flash vbmeta vbmeta.img
volume up and power button to reboot into twrp recovery
Goto wipe and type "yes" and reboot to recovery
2.flash boot image i provided using twrp and select "boot"
3.flash arm64 based system image
4.Goto advance wipe >> select system >> select repair and resize >> click on resize
5.flash vendor image and choose vendor option
6.Again Goto advance wipe >> select system >> select repair and resize >> click on resize
7.flash premissier_v5 zip
8.flash open gapps arm64 pico/nano
9.flash magisk 20.3 (Recommended) you can use 20.4 too
10. Goto wipe section and just swipe to right to Factory Reset.
Click to expand...
Click to collapse
Pavan__pavan said:
Did you tried this?
Click to expand...
Click to collapse
No I didn't try , Thank you for the link
Adityasalil95 said:
No I didn't try , Thank you for the link
Click to expand...
Click to collapse
Plese tell the result after flashing those in the link
Pavan__pavan said:
Plese tell the result after flashing those in the link
Click to expand...
Click to collapse
I have to wait 7 days to unlock bootloader
Pavan__pavan said:
I have to wait 7 days to unlock bootloader
Click to expand...
Click to collapse
Yaa have to wait 7 days or 365 hours to officially unlock the Bootloader
It also took long time for me to officially unlock Bootloader First time
How to root Redmi 8a Pro (Olivewood) :
- First you must us it firmware miui 11.0.4.0 android 9
- Install Magisk Manager stable 22.00 or Canary version
- Flash this patched_boot.img (Magisk) with fastboot
- Done...now Redmi 8a Pro is rooted with magisk
Download Patched_boot.img (Magisk) : https://drive.google.com/file/d/1AQVrrSY5CJhty5NHgZry1Wu5zN6OVmG3/view
vineet allahabad said:
Below are the following steps which helped me in successfully rooting my RM8A Dual-
1. Install Pitch Black recovery for RM8A Dual via fastboot.
2. Once installed recovery successfully extract your boot.img via recovery.(Many videos are out there to do it.)
3. Patch you boot.img on the website mentioned in previous posts.
4. Flash the patched IMG via recovery then reboot into recovery again and flash magisk and voila you're rooted.
Click to expand...
Click to collapse
Website not opening
Bontersoft said:
How to root Redmi 8a Pro (Olivewood) :
- First you must us it firmware miui 11.0.4.0 android 9
- Install Magisk Manager stable 22.00 or Canary version
- Flash this patched_boot.img (Magisk) with fastboot
- Done...now Redmi 8a Pro is rooted with magisk
Download Patched_boot.img (Magisk) : https://drive.google.com/file/d/1AQVrrSY5CJhty5NHgZry1Wu5zN6OVmG3/view
Click to expand...
Click to collapse
Plz post patched boot img for 8a dual olivewood 11.0.1.0

POCO F1 stuck on Oreo FIX

This is for POCO F1 users who have softbricked their phones and now stuck on Oreo. If they flash any other rom it will simply go to fastboot rather than booting. Just follow the below steps to fix yours.
Step 1 : Root your Oreo rom using magisk.
Step 2 : Boot into rom and install Lanthanum System toolbox
Step 3 : Open the app and give root privileges
Step 4 : Go to menu and scroll to partion settings
Step 5 : Scroll to dtbo
Step 6 : Click on it and select flash
Step 7 : Select the dtbo.img attached and flash it. ( If you get trouble while selecting or if it's crashing select from another file explorer.)
Step 8 : Reboot and then you can flash any rom like you used to.
Thanks a lot mate ! It Worked
bro im not able to install aex 8.0 A11 please help me
Fall3nSama3l said:
This is for POCO F1 users who have softbricked their phones and now stuck on Oreo. If they flash any other rom it will simply go to fastboot rather than booting. Just follow the below steps to fix yours.
Step 1 : Root your Oreo rom using magisk.
Step 2 : Boot into rom and install Lanthanum System toolbox
Step 3 : Open the app and give root privileges
Step 4 : Go to menu and scroll to partion settings
Step 5 : Scroll to dtbo
Step 6 : Click on it and select flash
Step 7 : Select the dtbo.img attached and flash it. ( If you get trouble while selecting or if it's crashing select from another file explorer.)
Step 8 : Reboot and then you can flash any rom like you used to.
Click to expand...
Click to collapse
thank you so much bro finally im able to install a custom rom . i installed dtbo.img by fastboot method
Babu4886 said:
thank you so much bro finally im able to install a custom rom . i installed dtbo.img by fastboot method
Click to expand...
Click to collapse
How?
rdjaat said:
How?
Click to expand...
Click to collapse
Just flash through fastboot command "fastboot flash dtbo dtbo.img" simple. You don't need to first flash Oreo rom or root device .I simply flashed it by fastboot and then installed twrp then flashed a custom rom corvus os 10.5
Babu4886 said:
Which firmware are u using
Click to expand...
Click to collapse
Corvus os
Babu4886 said:
Corvus os
Click to expand...
Click to collapse
bro i did the same my phone was stuck on permanent fastboot but when i try to flash miui 12.0.3 ofiicial through twrp or mi flash tool error comes which never did and i want to go to stock rom as i need to sell my phone
Previously my cellphone was in a custom ROM, I installed a module that used dtbo in it, while my cellphone didn't support it, finally my cellphone could live with the MIUI ROM
10 android 8(oreo), can I use the method above to use a custom rom again?
PanjiAja03 said:
Previously my cellphone was in a custom ROM, I installed a module that used dtbo in it, while my cellphone didn't support it, finally my cellphone could live with the MIUI ROM
10 android 8(oreo), can I use the method above to use a custom rom again?
Click to expand...
Click to collapse
https://t.me/poors_i_fone/165994 Here Download this dtbo.img
Download platform tools if using windows 7 or higher
open cmd
put phone in fastboot mode
type: 'fastboot flash dtbo dtbo.img'
this will fix everything... just reboot device
and make sure you dont end up flashing some trash files for your device... and fix this issue via edl or paying to xyz people. stay safe!
lakshhhhhh said:
https://t.me/poors_i_fone/165994 Here Download this dtbo.img
Download platform tools if using windows 7 or higher
open cmd
put phone in fastboot mode
type: 'fastboot flash dtbo dtbo.img'
this will fix everything... just reboot device
and make sure you dont end up flashing some trash files for your device... and fix this issue via edl or paying to xyz people. stay safe!
Click to expand...
Click to collapse
is it possible to flash the dtbo.img file after flashing the twrp and install the custom rom?
PanjiAja03 said:
is it possible to flash the dtbo.img file after flashing the twrp and install the custom rom?
Click to expand...
Click to collapse
bro is your phone stuck on fastboot completely?? dm me at telegram
𝗣π—₯π—˜π——π—”π—§π—’π—₯ 𝗒𝗦ℒ | 𝗣𝗒𝗖𝗒 𝗙1
πŸ’₯PREDATOR OS = GAMING + BBπŸ’₯ #POCO F1 (Beryllium) CUSTOM ROMS (MODS + PORT) Got Banned Join - @SorryIDidWrong Join Our Official Channel @predators_hotlist For Logs Join @logs_of_poors_i_fone
t.me

Guide for installing TWRP on OOS 11 Open Beta(Upto closed release 11)

Backup first, that's a must as always.
If coming from OOS 10 base -
1. Flash OOS 11 OB1/hotfix, after its completion do not reboot
2. Install official/unofficial twrp recovery image to ramdisk from advance menu in TWRP
3. Reboot to recovery
4.a. install magisk(optional) and reboot
4.b. repeat 1 and 2, reboot again then, 4.a.
If already on OOS 11 OB1/hotfix-
1. Flash the attached boot.img from bootloader
2. Reboot to recovery from bootloader itself(booting to system at this point will result in bootloop)
3. Follow the process as mentioned for OOS 10
Thx to Soft_M for boot image
NOTE: Above method is not compatible with OB2
OB2,OB3, closed release users directly flash official latest TWRP zip
NOTE: Installing TWRP on OB3 with any given method will cause safety net to fail
man thanks, that saved me from a bootloop from magisk...
Does this work with the HOTFIX build for OB1?
sw1tchback said:
Does this work with the HOTFIX build for OB1?
Click to expand...
Click to collapse
Yes it does, actually I tested this method on hotfix
Whats your widevine status on OOS11? Mine is l3 on unlocked bootloader.
parthrathore said:
Whats your widevine status on OOS11? Mine is l3 on unlocked bootloader.
Click to expand...
Click to collapse
For unlocked bootloader, l3 always
So you have tested official TWRP 3.5.2-9.0 on OOS Open Beta 2 and it works fine? Interesting
CrysisLTU said:
So you have tested official TWRP 3.5.2-9.0 on OOS Open Beta 2 and it works fine? Interesting
Click to expand...
Click to collapse
I confirm
I flashed oos beta2 and try to boot into twrp image through bootloader.but got to crushdump screen
What do I need to do on Beta 2 to get magisk and twrp installed? Currently none of them installed, magisk patched boot.img causes loop
romanuks said:
What do I need to do on Beta 2 to get magisk and twrp installed? Currently none of them installed, magisk patched boot.img causes loop
Click to expand...
Click to collapse
you can follow these steps:
1. install magisk app
2. boot patched boot img with magisk from another thread https://forum.xda-developers.com/t/...beta-1-for-oneplus-6-6t.4304161/post-85408313 through bootloader
3. patch boot image via magisk(if magisk ask you to allow reboot when you first time open it,don't allow it).
4. reboot your phone.you are good to go.
megaslx said:
you can follow these steps:
1. install magisk app
2. boot patched boot img with magisk from another thread https://forum.xda-developers.com/t/...beta-1-for-oneplus-6-6t.4304161/post-85408313 through bootloader
3. patch boot image via magisk(if magisk ask you to allow reboot when you first time open it,don't allow it).
4. reboot your phone.you are good to go.
Click to expand...
Click to collapse
Patching magisk from bootloader leads me to a bootloop though
megaslx said:
you can follow these steps:
1. install magisk app
2. boot patched boot img with magisk from another thread https://forum.xda-developers.com/t/...beta-1-for-oneplus-6-6t.4304161/post-85408313 through bootloader
3. patch boot image via magisk(if magisk ask you to allow reboot when you first time open it,don't allow it).
4. reboot your phone.you are good to go.
Click to expand...
Click to collapse
flash the above attached image and reboot to recovery directly, then follow the given procedure
voske15 said:
flash the above attached image and reboot to recovery directly, then follow the given procedure
Click to expand...
Click to collapse
so,on ob2 and 3, the pure twrp img will boot into crush dump,but patched boot partition won't?
megaslx said:
so,on ob2 and 3, the pure twrp img will boot into crush dump,but patched boot partition won't?
Click to expand...
Click to collapse
After testing it out, seems that is the case
edit: deleted
I had OB3 than I tried to "fastboot boot" latest TWRP to use PixelExperience. I got the QUALCOM message.
So I did the stupid thing to "fastboot flash boot" the latest TWRP. Now I'm bricked.
I will try to flash this one and see what happens. I was trying @mauronofrio unbrick guide, but it goes only until 10.3.8.
Julianocas said:
I had OB3 than I tried to "fastboot boot" latest TWRP to use PixelExperience. I got the QUALCOM message.
So I did the stupid thing to "fastboot flash boot" the latest TWRP. Now I'm bricked.
I will try to flash this one and see what happens. I was trying @mauronofrio unbrick guide, but it goes only until 10.3.8.
Click to expand...
Click to collapse
It worked. I've manage to get into TWRP and flash the stock O11. Thanks.
any actual guide to get twrp working on B3?
TheUndertaker21 said:
any actual guide to get twrp working on B3?
Click to expand...
Click to collapse
Just use FKM to flash a twrp and magisk. it should freakinglish work.

Can I reroot again without losing data?

Hey guys,
in the past I've been made a root to my phone, and I set it to unroot but did not relock the bootloader.
So - my bootloader is still unlocked.
There is any way that I can return to root device without losing data(without wiping?)?
Unlocking the bootloader is what usually causes a reset of your phone. If you have OEM Unlock still enabled, you should be able to just boot a Recovery (Nebrassy TWRP for OP7P) and install Magisk from there.
Download the latest Magisk apk from the github and rename it from .apk to .zip
Copy the .zip to internal storage
Reboot your phone to bootloader:
Power off
Hold Volume up+down and power button
Connect phone to PC
In bootloader mode and use following command:
Code:
fastboot boot twrp.img
"twrp.img" should be the name of the recovery you downloaded.
In TWRP:
Select Install
Flash Magisk zip
If you want to install the TWRP:
go to Advanced > Flash Current TWRP
Reboot
You should now have Magisk root installed.
Nightmare[ITA] said:
Unlocking the bootloader is what usually causes a reset of your phone. If you have OEM Unlock still enabled, you should be able to just boot a Recovery (Nebrassy TWRP for OP7P) and install Magisk from there.
Download the latest Magisk apk from the github and rename it from .apk to .zip
Copy the .zip to internal storage
Reboot your phone to bootloader:
Power off
Hold Volume up+down and power button
Connect phone to PC
In bootloader mode and use following command:
Code:
fastboot boot twrp.img
"twrp.img" should be the name of the recovery you downloaded.
In TWRP:
Select Install
Flash Magisk zip
If you want to install the TWRP:
go to Advanced > Flash Current TWRP
Reboot
You should now have Magisk root installed.
Click to expand...
Click to collapse
Do you have a tutorial for how to download and install twrp ?
maor23 said:
Do you have a tutorial for how to download and install twrp ?
Click to expand...
Click to collapse
Well, steps 3,4,5 & 7 are the tutorial if you just want to install TWRP. You can find the Nebrassy TWRP here.
Nightmare[ITA] said:
Well, steps 3,4,5 & 7 are the tutorial if you just want to install TWRP. You can find the Nebrassy TWRP here.
Click to expand...
Click to collapse
Thanks, mission completed!
Now, which magisk modules are recommended?
maor23 said:
Thanks, mission completed!
Now, which magisk modules are recommended?
Click to expand...
Click to collapse
Not many these days. Swift module for theming, viper4android, busybox, soundpacks maybe and systemless hosts for adblocking.

Categories

Resources