Root magisk - Xiaomi Mi A2 / 6X Questions & Answers

I have unlocked bootloader, installed TWRP on slot_b.
I wanted install magisk, but when i install on slot_b Magisk Manager says "not installed" so wtf. I tried set slot_a but automatic magisk install on slot_b.
So?
Thanks for help.

Kek, fixed.

T4Ump said:
Kek, fixed.
Click to expand...
Click to collapse
Can you give me the steps to root with magisk ?

webmasterone said:
Can you give me the steps to root with magisk ?
Click to expand...
Click to collapse
Make a backup of everything as your phone will probably be completely wiped!
Download and unpack jasmine_global_images_V9.6.10.0.ODIMIFE_8.1
Download and unpack miflash_unlock-en-3.3.525.23
Download TWRP-3.2.3-jasmine-20180804.img
Make sure you are a developer and have enabled "unlock bootloader" in developer options.
Connect phone to pc and use "adb -d reboot bootloader" to go into bootloader mode (Or hold vol down + power)
Unlock bootloader from pc:
Code:
fastboot_unlock.exe flashing unlock_critical
fastboot_unlock.exe flashing unlock
Reboot phone.
Copy boot.img from jasmine_global_images_V9.6.10.0.ODIMIFE_8.1\images\boot.img to your phone
Install magisk 16.7 on your phone and use it to patch the boot.img
Connect phone to pc and use "adb -d reboot bootloader" to go into bootloader mode (Or hold vol down + power)
Flash TWRP-3.2.3-jasmine-20180804.img:
Code:
fastboot.exe flash boot_b TWRP-3.2.3-jasmine-20180804.img
fastboot.exe set_active b
Hold volume up and reboot phone to enter TWRP
Code:
fastboot.exe reboot
In TWRP go to reboot and select boot A, then go back without actually rebooting
Install the patched boot.img into boot and then reboot
Now you should have root and magisk should work.

raaav said:
Make a backup of everything as your phone will probably be completely wiped!
Download and unpack jasmine_global_images_V9.6.10.0.ODIMIFE_8.1
Download and unpack miflash_unlock-en-3.3.525.23
Download TWRP-3.2.3-jasmine-20180804.img
Make sure you are a developer and have enabled "unlock bootloader" in developer options.
Connect phone to pc and use "adb -d reboot bootloader" to go into bootloader mode (Or hold vol down + power)
Unlock bootloader from pc:
Reboot phone.
Copy boot.img from jasmine_global_images_V9.6.10.0.ODIMIFE_8.1\images\boot.img to your phone
Install magisk 16.7 on your phone and use it to patch the boot.img
Connect phone to pc and use "adb -d reboot bootloader" to go into bootloader mode (Or hold vol down + power)
Flash TWRP-3.2.3-jasmine-20180804.img:
Hold volume up and reboot phone to enter TWRP
In TWRP go to reboot and select boot A, then go back without actually rebooting
Install the patched boot.img into boot and then reboot
Now you should have root and magisk should work.
Click to expand...
Click to collapse
For the backup you mean all SD (virtual) data, as all the app will be restored from Google account, correct?
I've already unlocked my bootloader, have I to unlock it again with this code ?
The wiping is due only to the bootloader unlock ? If I will have not to unlock it again, willn't my phone be wiped?

webmasterone said:
For the backup you mean all SD (virtual) data, as all the app will be restored from Google account, correct?
I've already unlocked my bootloader, have I to unlock it again with this code ?
The wiping is due only to the bootloader unlock ? If I will have not to unlock it again, willn't my phone be wiped?
Click to expand...
Click to collapse
Yes, I was refering to bootloader unlock. Flashing the changed img should not wipe the device. But it's better to be safe than sorry.

raaav said:
Yes, I was refering to bootloader unlock. Flashing the changed img should not wipe the device. But it's better to be safe than sorry.
Click to expand...
Click to collapse
Ok
Coz I unlocked the bootloader with simply
Fastboot OEM unlock
And I would like to avoid to backup/restore all (I did the unlock as soon as I bought my A2 just to not have to do it again when a root system will be available and not to have my device wiped)
Attached you can see my unlock status.
I think I'm ok, am I not ?
In your opinion, can you proceed with other step (skipping the unlock)?

raaav said:
Yes, I was refering to bootloader unlock. Flashing the changed img should not wipe the device. But it's better to be safe than sorry.
Click to expand...
Click to collapse
Ok
Coz I unlocked the bootloader with simply
Fastboot OEM unlock
And I would like to avoid to backup/restore all (I did the unlock as soon as I bought my A2 just to not have to do it again when a root system will be available and not to have my device wiped)
Attached you can see my unlock status.
I think I'm ok, am I not ?
In your opinion, can you proceed with other step (skipping the unlock)?

raaav said:
Make a backup of everything as your phone will probably be completely wiped!
Download and unpack jasmine_global_images_V9.6.10.0.ODIMIFE_8.1
Download and unpack miflash_unlock-en-3.3.525.23
Download TWRP-3.2.3-jasmine-20180804.img
Install magisk 16.7
Click to expand...
Click to collapse
Can you also please tell me where to download the needed files ?

Related

Twrp 3.0 recovery

TWRP Recovery v.3.0 for BLU_VIVO_XL (gionee6753_65u_l1)
based on firmware version BLU_V0030UU_V07_GENERIC_5.1_20160126-1033 / Tue Jan 26 10:33:33 CST 2016 / Android 5.1
How do we go about to install this
jemmini said:
TWRP Recovery v.3.0 for BLU_VIVO_XL (gionee6753_65u_l1)
based on firmware version BLU_V0030UU_V07_GENERIC_5.1_20160126-1033 / Tue Jan 26 10:33:33 CST 2016 / Android 5.1
Click to expand...
Click to collapse
Is this confirmed to work? I tried flashing the TWRP for the Blu Pure XL and the phone boot looped. I was able to unlock the bootloader ADB but after flashing TWRP the phone bootlooped.
ItGuyJax8430 said:
Is this confirmed to work? I tried flashing the TWRP for the Blu Pure XL and the phone boot looped. I was able to unlock the bootloader ADB but after flashing TWRP the phone bootlooped.
Click to expand...
Click to collapse
flash the original recovery (from fastboot mode).
loading recovery and system loading - are two different things...
p.s. recovery was tested.
jemmini said:
flash the original recovery (from fastboot mode).
loading recovery and system loading - are two different things...
p.s. recovery was tested.
Click to expand...
Click to collapse
10-4 ill give the recovery a go. I knew there was a difference, I was just giving extra info on my situation. I just got my replacement phone in today, ill give the recovery a go.
ItGuyJax8430 said:
10-4 ill give the recovery a go. I knew there was a difference, I was just giving extra info on my situation. I just got my replacement phone in today, ill give the recovery a go.
Click to expand...
Click to collapse
give me the boot.img and recovery.img files from your firmware. and the file /proc/emmc from the system
and I'll make TWRP for you...
It works. Thank you jemmini!
Edit: It appears I spoke too soon. Recovery works, but now the phone is in a constant boot loop.
2nd update: By some miracle, I got the phone to stop looping and just stay on recovery by randomly pressing buttons.
During the loop, I get this message.
after unlocking the bootloader you need for the first time to boot the system with the original recovery. and only after that to flash the TWRP...
jemmini, do you have a backup of the stock rom? If so, can you upload it? Thank you.
jemmini said:
after unlocking the bootloader you need for the first time to boot the system with the original recovery. and only after that to flash the TWRP...
Click to expand...
Click to collapse
Can you provide step by step instructions?
I imagine it would be something like this.
1. Developer Options > Enable OEM Unlock
2. Enable USB Debugging
3. Reboot to bootloader
4. fastboot oem unlock
5. fastboot reboot? (boot back into system) << i think this is where people are getting boot loop
6. reboot to bootloader
7. fastboot flash recovery (twrp recovery.img)
8. reboot to recovery
9. profit?
---------- Post added at 07:50 AM ---------- Previous post was at 07:46 AM ----------
xdadev_user11 said:
jemmini, do you have a backup of the stock rom? If so, can you upload it? Thank you.
Click to expand...
Click to collapse
If you have no other option, you can try this.. http:// firmwarefile.com/gionee-s-plus
emowing said:
Can you provide step by step instructions?
Click to expand...
Click to collapse
1. Developer Options > Enable OEM Unlock
2. Enable USB Debugging
3. Reboot to bootloader
4. fastboot oem unlock
4.1. fastboot oem unlock confirm
5. fastboot reboot? (boot back into system) << i think this is where people are getting boot loop
6. reboot to bootloader
7. fastboot flash recovery (twrp recovery.img)
8. reboot to recovery
9. profit.
jemmini said:
give me the boot.img and recovery.img files from your firmware. and the file /proc/emmc from the system
and I'll make TWRP for you...
Click to expand...
Click to collapse
I'm planning on trying out TWRP later today. Before I do that, what files should I grab (as a backup) and from where should I grab them? I'm happy to upload them for others, too.
So I will be able to root the phone with this? After unlocking bootloader and flashing twrp I flash supersu?
jemmini said:
1. Developer Options > Enable OEM Unlock
2. Enable USB Debugging
3. Reboot to bootloader
4. fastboot oem unlock
4.1. fastboot oem unlock confirm
5. fastboot reboot? (boot back into system) << i think this is where people are getting boot loop
6. reboot to bootloader
7. fastboot flash recovery (twrp recovery.img)
8. reboot to recovery
9. profit.
Click to expand...
Click to collapse
@jemmini I've never heard of the command fastboot oem unlock confirm before. Is this a command to run or do you mean we should do a fastboot getvar all and check the bootloader unlock status for a yes? Sorry for the newbie question. I've never needed to do this with a nexus.
emowing said:
@jemmini I've never heard of the command fastboot oem unlock confirm before. Is this a command to run or do you mean we should do a fastboot getvar all and check the bootloader unlock status for a yes? Sorry for the newbie question. I've never needed to do this with a nexus.
Click to expand...
Click to collapse
The confirmation he means is after you execute the unlock command, on the phone screen asks you to confirm by press volume up. That all.
[del]
xdadev_user11 said:
It works. Thank you jemmini!
Edit: It appears I spoke too soon. Recovery works, but now the phone is in a constant boot loop.
2nd update: By some miracle, I got the phone to stop looping and just stay on recovery by randomly pressing buttons.
Click to expand...
Click to collapse
The same thing happened to me.
After I was able to get into recovery using your steps, I formated ONLY the /data partition and rebooted. The phone then booted up properly after that.
I then downloaded the SuperSU ZIP file and rooted my phone through recovery .
I hope this helps someone.
acotto said:
The same thing happened to me.
After I was able to get into recovery using your steps, I formated ONLY the /data partition and rebooted. The phone then booted up properly after that.
I then downloaded the SuperSU ZIP file and rooted my phone through recovery .
I hope this helps someone.
Click to expand...
Click to collapse
Nice find :good:. I'll try it when I get my phone.. it will be delivered today.
emowing said:
If you have no other option, you can try this.. http:// firmwarefile.com/gionee-s-plus
Click to expand...
Click to collapse
So I unlocked bootloader and also got the bootloop. I flashed this firmware to fix it, but I found out the radio included is not the same as the US version, so now the sim cards don't work.
The firmware image have a file called "MT6753_Android_scatter.txt" which determine what partition to flash. Base on this guide http://www.mtkroms.com/2015/03/how-to-restore-lost-imei-on-any.html, the "secro" partition being replaced may be what caused the issue, so looked like that's what I have unchecked before flashing.
jemmini said:
..
Click to expand...
Click to collapse
I just discovered that you can back the secro and many other partition within TWRP. I don't know if that alone will fix the sim problem. WRONG

How to relock bootloader.

Download the latest FW files from from http://downloads.oneplus.net/oneplus-5/oneplus_5_oxygenos_4.5.8/
Install TWRP and Magisk if you don't have them yet.
Magisk should allow you to slide "OEM unlocking" to "enabled" in developer settings (THIS IS IMPORTANT)
Reboot to fastboot
Flash stock recovery via fastboot.
Run locking via fastboot flashing lock command
Allow it to reboot and upon start up it will say device corrupted (THIS IS NORMAL)
Boot to recovery via the warning start screen.
Once in recovery, sideload latest FW.
Profit.
https://www.thecustomdroid.com/restore-oneplus-5-stock-firmware/
krystyuc said:
https://www.thecustomdroid.com/restore-oneplus-5-stock-firmware/
Click to expand...
Click to collapse
I'm coming from Motorola/Lenovo and I cannot imagine that it is so simple to unlock and relock the bootloader. When you unlock the bootloader on Moto phones you void your warranty. I am so scared from my experience with Motorola that I haven't tried it yet for my OP5.
Can someone please give me some reassurance?
lollyjay said:
I'm coming from Motorola/Lenovo and I cannot imagine that it is so simple to unlock and relock the bootloader. When you unlock the bootloader on Moto phones you void your warranty. I am so scared from my experience with Motorola that I haven't tried it yet for my OP5.
Can someone please give me some reassurance?
Click to expand...
Click to collapse
Yes it's that easy. Done it a few times.
lollyjay said:
I'm coming from Motorola/Lenovo and I cannot imagine that it is so simple to unlock and relock the bootloader. When you unlock the bootloader on Moto phones you void your warranty. I am so scared from my experience with Motorola that I haven't tried it yet for my OP5.
Can someone please give me some reassurance?
Click to expand...
Click to collapse
I can relate to that. I have personally owned two Moto E devices along with the OnePlus One and OnePlus 5, and I can assure that it's way too easy with the latter. I have had really bad experience with Moto, be it updates, unlocking, or downgrading. OnePlus is like a second-Nexus to me, when it comes to such stuff. :good:
deathst said:
Download the latest FW files from from http://downloads.oneplus.net/oneplus-5/oneplus_5_oxygenos_4.5.8/
Install TWRP and Magisk if you don't have them yet.
Magisk should allow you to slide "OEM unlocking" to "enabled" in developer settings (THIS IS IMPORTANT)
Reboot to fastboot
Flash stock recovery via fastboot.
Run locking via fastboot flashing lock command
Allow it to reboot and upon start up it will say device corrupted (THIS IS NORMAL)
Boot to recovery via the warning start screen.
Once in recovery, sideload latest FW.
Profit.
Click to expand...
Click to collapse
Thanks for sharing mate.
I`ve alredy rooted with SuperSu and TWRP installed. How do I flash Magisk over SuperSu ?
And I`ve tried to flash latest FW (OOS 4.5.10 Full Zip) with TWRP, but whenever I try to reboot it always says " No OS Installed .......".
I`ve tried several times, but every time it remains the same.
I totally new to OP devices. It would be very helpful, if you share how to revert back to stock OOS and lock the bootloader.
deathst said:
Download the latest FW files from from http://downloads.oneplus.net/oneplus-5/oneplus_5_oxygenos_4.5.8/
Install TWRP and Magisk if you don't have them yet.
Magisk should allow you to slide "OEM unlocking" to "enabled" in developer settings (THIS IS IMPORTANT)
Reboot to fastboot
Flash stock recovery via fastboot.
Run locking via fastboot flashing lock command
Allow it to reboot and upon start up it will say device corrupted (THIS IS NORMAL)
Boot to recovery via the warning start screen.
Once in recovery, sideload latest FW.
Profit.
Click to expand...
Click to collapse
It will be good if you can't post exact commands needed to flash stock recovery, relook, etc.
here in this video u can see in detail how to lock bootloader. hope this help
https://www.youtube.com/watch?v=CQYCSdDUdAU
adb sideload fails
deathst said:
Install TWRP and Magisk if you don't have them yet.
Magisk should allow you to slide "OEM unlocking" to "enabled" in developer settings (THIS IS IMPORTANT)
Reboot to fastboot
Flash stock recovery via fastboot.
Run locking via fastboot flashing lock command
Allow it to reboot and upon start up it will say device corrupted (THIS IS NORMAL)
Boot to recovery via the warning start screen.
Once in recovery, sideload latest FW.
Profit.
Click to expand...
Click to collapse
I have followed the instructions but the adb sideload command fails.
The process stops about 40% and the phone screen shows "failed".
Is there somebody have any guess about why it happens?

ROOT HTC U PLay

This is a short guide on rooting for thous who are new to this stuff
Steps:
1: download adb platform tools from here
2: Unlock bootloader. follow the guide on htcdev.
make sure you have htc drivers installed so that you can use oem command in fastboot mode for unlocking
3: Download TWRP
4: Download SuperSU and copy it to your phone's internal memory
5: Enable USB debugging and type "adb reboot-bootloader" from pc
6: Type: "fastboot boot twrp-3.1.1-0-alpine.img"
make sure you have twrp image in same folder as adb.
7: Wait for sometime you will boot into twrp recovery from there select install and select the SuperSU zip file
8: reboot and check for root
Links:
http://www.supersu.com/download
https://developer.android.com/studio/releases/platform-tools.html
has anybody tried this? I'm a bit scared to be the first one
javnostra said:
has anybody tried this? I'm a bit scared to be the first one
Click to expand...
Click to collapse
You should make sure you get a pristine backup at hand, or a RUU appropriate to your device. Otherwise you'll never be able toreturn to a full stock system.
On the U11 it is possible to boot TWRP from fastboot, without flashing it and thus without touching stock recovery. That way I've been able to flash Magisk what's coming with MagiskSU and the possibility to use some Modules. And all without altering the system or replacing stock recovery in the first place.
Sent from my HTC U11 using XDA Labs
javnostra said:
has anybody tried this? I'm a bit scared to be the first one
Click to expand...
Click to collapse
Yes its working without flaws, i have tested it myself. also your not installing recovery this time your booting directly
dranzer006 said:
Yes its working without flaws, i have tested it myself. also your not installing recovery this time your booting directly
Click to expand...
Click to collapse
Thanks, I will try it then.
javnostra said:
Thanks, I will try it then.
Click to expand...
Click to collapse
It works. Thanks a lot. My phone is rooted
5m4r7ph0n36uru said:
You should make sure you get a pristine backup at hand, or a RUU appropriate to your device. Otherwise you'll never be able toreturn to a full stock system.
Click to expand...
Click to collapse
for anyone asking themselves how to backup
https://forum.xda-developers.com/showpost.php?p=53767160&postcount=2
or https://forum.xda-developers.com/showpost.php?p=53770286&postcount=4
or is there a different way these days? @5m4r7ph0n36uru
BerndM14 said:
Connect phone to PC, boot into bootloader mode and type fastboot boot name_of_recovery.img that'll just boot the custom recovery as opposed to flashing it, that way you can make a nandroid backup of all partitions including stock recovery.
Click to expand...
Click to collapse
an0ther said:
The guys method of using recovery to backup recovery will only work on Philz… Not twrp as it does not always backup stock recovery properly. The proper way to backup stock recovery is..
1. Root your phone, which can be done by towel root or by just booting a recovery like he said,
fastboot boot twrporwhatever.img, then flash supersu
2. Boot phone that has stock recovery
3. adb shell
4. su "watch your phone to grant root adb access if you haven't ever done it"
5. dd if=/dev/block/mmcblk0p43 of=/sdcard/recovery.img
6. This will put flashable recovery.img on your internal sd card. Copy this and save it for later
7. "fastboot flash recovery recovery.img" will get you back to stock recovery, "fastboot flash recovery twrporwhatever.img" to flash custom recovery.
Click to expand...
Click to collapse
If possible and a TWRP recovery is available one should boot to bootloader and try if the command fastboot boot name_of_twrp.img works. Make sure to NOT grant r/w at first boot and leave it ro. Now you can perform a backup of stock recovery, boot and system image (not system partition!) to obtain a pristine backup.
All else will alter system partitions md5 and the backup won't be pristine any longer. Due to block based OTA policy introduced by Google you won't be able to OTA without a pristine system image.
Sent from my HTC U11 using XDA Labs
Bro My Boot Loader is Locked.
Htc dev Not Relised Htc u play Boot loader.
I think these are the instructions. You need to register to access the link
https://www.htcdev.com/bootloader/unlock-instructions
or use my login:
lizba
ALJSDBf234LJABSf
edit: dont use my login. you have to register. you'll get a mail with another page plus a .bin file
https://www.htcdev.com/bootloader/unlock-instructions/page-4/
I have two questions.
1. If I fastboot to TWPR will it stay (flash for good) or after disconnecting my phone it will be gone ?
2. Can I flash Magisk instead of SuperSU ?
Code:
fastboot oem get_identifier_token
FAILED (remote: unknown command)
how i can solve it?
ex71 said:
Code:
fastboot oem get_identifier_token
FAILED (remote: unknown command)
how i can solve it?
Click to expand...
Click to collapse
need enable "OEM unlock" in developers menu, reboot into bootloader and select "download mode". Next steps from original guide.
ex71 said:
need enable "OEM unlock" in developers menu, reboot into bootloader and select "download mode". Next steps from original guide.
Click to expand...
Click to collapse
But in download mode there is no fastboot active ?! Until you installed the correct drivers
no "fastboot" (like a "one s", etc) on this phone. no fastboot usb
"fastboot" command work in "bootloader menu" and "download mode"
fastboot oem only in download mode
Hello. Please explain what I am doing wrong. I will download what is in points. I download this adb something, but it does not work. Nothing starts. Does not communicate with the phone. OCB. Could anyone write this guide so that he could understand and act?

Couldn't install Update fix

if you have any problems with updating just follow this instructions
First of all you need unlocked bootloader
1.Download and install adb and drivers (if you did it then skip this)
2. download stock rom there - https://forum.xda-developers.com/mi-a2/how-to/ota-v9-6-5-0-odimife-t3823445
(i recommenting to download your current rom version)
3.download ota flasher from here - https://downloadmirror.co/2CVe/mi-a2-OTAFlasher.zip
4.extract ota flasher and .img files to the same folder
5.switch off your phone and go to Fatsboot mode (press power + volume down button for 8sec)
6.connect your phone to pc and double click to 'OTAflasher.bat'
7.wait for finish
8. restart your phone and update it
this method worked for me and i wanted to share it with you guyz
if you need any help lemme know
have good day
You need to unlock critical partitions then only can flash stock rom
Use this command -
fastboot flashing unlock_critical
ckpv5 said:
You need to unlock critical partitions then only can flash stock rom
Use this command -
fastboot flashing unlock_critical
Click to expand...
Click to collapse
but this will earse all my data right?
Yes .. if I remember correctly this unlock_critical will erase data. That's why it is advised to do it right after unlocking bootloader.
BTW .. the OTA Flasher that is linked at item no. 3, also available at originally posted on XDA - https://forum.xda-developers.com/showpost.php?p=78123332&postcount=457
can download without waiting time.

The classic way to install TWRP、Magisk and more

Installing magisk_patched is unnecessary.
download ADB here
download TWRP here
download magisk here
first ,we must unlock bootloader.
Settings->About phone->tap at Build number 7 times.Now,we unlocked the "Developer options". open it and turn the OEM unlocking on.
Reboot to bootloader&Run this command on your computer with ADB:
fastboot oem unlock
Use Volume key to select&Power key to enter.
(Ensure you have fully backed up all your files first because the device will be wiped back to default factory state but with an unlocked bootloader)
reboot to bootloder&connect us phone to computer.
Run this command on your computer with ADB:
fastboot boot twrp-3.3.1-2-guacamole.img
then,the phone will reboot to TWRP,but this not end for install, it will be broke after you reboot again, we must install the twrp-installer-3.3.1-2-guacamole.zip In this TWRP.
after this step we got the TWRP installed.
then use TWRP to install the last release magisk.
now we got magisk installed & SafetyNet-pass.
you can install xposed or not .
thanks all&enjoy.
This guide completely misses unlocking the bootloader, changing the option in developer settings to OEM unlock is NOT unlocking the bootloader. Please amend your guide to show the missing steps:
Running the following in the bootloader is how to correctly unlock the bootloader :
fastboot devices
Make sure your device is reported correctly
fastboot oem unlock
(Ensure you have fully backed up all your files first because the device will be wiped back to default factory state but with an unlocked bootloader)
djsubterrain said:
This guide completely misses unlocking the bootloader, changing the option in developer settings to OEM unlock is NOT unlocking the bootloader. Please amend your guide to show the missing steps:
Running the following in the bootloader is how to correctly unlock the bootloader :
fastboot devices
Make sure your device is reported correctly
fastboot oem unlock
(Ensure you have fully backed up all your files first because the device will be wiped back to default factory state but with an unlocked bootloader)
Click to expand...
Click to collapse
reedit now,thx
May want to fix Ture to True and after flashing the TWRP-installer reboot back to TWRP to make sure it sticks(Recovery Installed) before you flash Magisk zip.
Don't forget to flash to both slots to get everything to stick.
Its pretty hard to fail safetynet. I've flashed many different things on this phone and never failed it.
JeSUS! FINALLY! After trying out that other method of rooting, installing twrp and magisk (by using patched images) THIS worked. I updated to 9.5.6 (back to stock, but still bootloader unlocked) and then followed this guide to rooting this phone. Finally! Whew! Wish I had done this from the start. I'm able to go get some sleep now! Thanks OP!
So many great minds here! Best community for a specified device that ive ever had the pleasure of being a part of. Can't wait to try this when my unlock token comes in ?
roaduardo said:
JeSUS! FINALLY! After trying out that other method of rooting, installing twrp and magisk (by using patched images) THIS worked. I updated to 9.5.6 (back to stock, but still bootloader unlocked) and then followed this guide to rooting this phone. Finally! Whew! Wish I had done this from the start. I'm able to go get some sleep now! Thanks OP!
Click to expand...
Click to collapse
This is the classic way to get root,happy to help you
Purest said:
Don't forget to flash to both slots to get everything to stick.
Click to expand...
Click to collapse
I am waiting for the gsi of resurrection remix, curing twrp now is unnecessary
just making sure:
adb devices
adb reboot bootloader
fastboot devices
fastboot oem unlock (have it checked in dev options first)
reboot into bootloader after phone setup
fastboot boot twrp ................img
install twrp..............zip
install magisk
reboot?
equlizer said:
just making sure:
adb devices
adb reboot bootloader
fastboot devices
fastboot oem unlock (have it checked in dev options first)
reboot into bootloader after phone setup
fastboot boot twrp ................zip
install twrp..............zip
install magisk
reboot?
Click to expand...
Click to collapse
Did u try it ? Im waiting on confirmation as well
This is the method that I have been doing all along and it works everytime without any issues.
equlizer said:
just making sure:
adb devices
adb reboot bootloader
fastboot devices
fastboot oem unlock (have it checked in dev options first)
reboot into bootloader after phone setup
fastboot boot twrp ................zip
install twrp..............zip
install magisk
reboot?
Click to expand...
Click to collapse
Should be fastboot boot TWRP.img then install either twrp.zip if there's an installer or twrp.img if not
JTruj1ll0923 said:
Should be fastboot boot TWRP.img then install either twrp.zip if there's an installer or twrp.img if not
Click to expand...
Click to collapse
fixed my post so this method i dont have to worry about slots a and b right? Then what about when an update comes. Do i flash the full update or can i do an OTA? If i flash a full .zip will i loose my data? I'm coming from a pixel 2 xl.
Can someone please clarify. If I do this on slot A, how do I change over to Slot B to do it?
BlueMemory said:
Installing magisk_patched is unnecessary.
download ADB here
download TWRP here
download magisk here
first ,we must unlock bootloader.
Settings->About phone->tap at Build number 7 times.Now,we unlocked the "Developer options". open it and turn the OEM unlocking on.
Reboot to bootloader&Run this command on your computer with ADB:
fastboot oem unlock
Use Volume key to select&Power key to enter.
(Ensure you have fully backed up all your files first because the device will be wiped back to default factory state but with an unlocked bootloader)
reboot to bootloder&connect us phone to computer.
Run this command on your computer with ADB:
fastboot boot twrp-3.3.1-2-guacamole.img
then,the phone will reboot to TWRP,but this not end for install, it will be broke after you reboot again, we must install the twrp-installer-3.3.1-2-guacamole.zip In this TWRP.
after this step we got the TWRP installed.
then use TWRP to install the last release magisk.
now we got magisk installed & SafetyNet-pass.
you can install xposed or not .
thanks all&enjoy.
Click to expand...
Click to collapse
Flashing twrp Breaks wifi.
ashokmor007 said:
Flashing twrp Breaks wifi.
Click to expand...
Click to collapse
Does it really? I just ordered a 7 Pro yesterday so I don't have mine yet.
Hi everyone its not working for me i wonder why i am on gm1915
H4X0R46 said:
Does it really? I just ordered a 7 Pro yesterday so I don't have mine yet.
Click to expand...
Click to collapse
No it doesn't. I flashed the twrp installer zip with magisk and my wifi is working just fine.
---------- Post added at 09:24 PM ---------- Previous post was at 09:21 PM ----------
schmeggy929 said:
May want to fix Ture to True and after flashing the TWRP-installer reboot back to TWRP to make sure it sticks(Recovery Installed) before you flash Magisk zip.
Click to expand...
Click to collapse
schmeggy what up. I see you're still rockin the Bad BoyZ siggy

Categories

Resources