Don't do that.Can both mods be run simultaneously?
Or better yet, is it wise to do so?
Figured that was the answer.
Yeah, only use one module of a type at a time. You can use USNF 2.4.0 with MHPC, although the latter is no longer being developed to my knowledge
USNF 2.4.0 works for me on my Pixel 5.Got Displax's mod working. USNF 2.4.0 is definitely broke right now unless you're using MHPC (didn't want to go that route since it's not supported anymore).
Now... do I want to update the latest GPay that just rolled out?![]()
I think Wallet randomly stopped working for me but I had changed something in Magisk, so after enabling DenyList on all subprocesses of Wallet/GPay and clearing data on Wallet, it works fine.Seems to be an "intermittent" problem (within the last week) with USNF 2.4. Many people have reported that GPay/Wallet no longer works for them using USNF 2.4 and they had to revert to Displax's 2.3.1-MOD_2.1 to get it working again. On the other hand, others seem to have GPay/Wallet working just fine with 2.4.
Definitely is definitely the wrong adverb![]()
I got it. I got it. LolSeems to be an "intermittent" problem (within the last week) with USNF 2.4. Many people have reported that GPay/Wallet no longer works for them using USNF 2.4 and they had to revert to Displax's 2.3.1-MOD_2.1 to get it working again. On the other hand, others seem to have GPay/Wallet working just fine with 2.4.
Definitely is definitely the wrong adverb![]()
Seems to be an "intermittent" problem (within the last week) with USNF 2.4. Many people have reported that GPay/Wallet no longer works for them using USNF 2.4 and they had to revert to Displax's 2.3.1-MOD_2.1 to get it working again. On the other hand, others seem to have GPay/Wallet working just fine with 2.4.
Definitely is definitely the wrong adverb![]()
I can say the lastest gpay update caused gpay not to work with USNF 2.4, at least for me. Reverted to Dispax's MOD 2.1 and cleared data of gpay app and gpay is working again.Seems to be an "intermittent" problem (within the last week) with USNF 2.4. Many people have reported that GPay/Wallet no longer works for them using USNF 2.4 and they had to revert to Displax's 2.3.1-MOD_2.1 to get it working again. On the other hand, others seem to have GPay/Wallet working just fine with 2.4.
Definitely is definitely the wrong adverb![]()
Who what? Huh?! I wasn't there that day, you can't prove anything....Oh.Any issues updating to Feb image? Everything still working fine? Passing integrity, root etc?
@V0latyle I know you update your phone every month, do you think it would be a good idea to add to the OP something like "no issues reported, passing integrity, root, etc after (Month) update" ?
Pretty common for OTAs to not work while rooted. Either use the factory method or sideload OTA
Something about the root patch seems to interfere with normal automatic OTAs. This happens to a lot of people. For some reason the system doesn't check for and download the update.okay. but they used to come before, is it not coming now? sideloading is the only way?
What version of Magisk are you using?I have not rooted an Android device in years so I apologize for the inexperience.
I have an unlocked Pixel 6
Android 13 Nov 2022 software release.
I have unlocked the boot loader, installed Magisk, patched the proper boot file, transferred it back to my pc and then ran `fastboot boot <imgname>.img`
my device loads and reboots on its own.
Once it reboots I go to Magisk and it is stil N/A so not rooted.
I am not sure what I might be missing I have checked a couple of guides and all have the same process.
Thank you for the help
I am using the latest version of Magisk downloaded today.Something about the root patch seems to interfere with normal automatic OTAs. This happens to a lot of people. For some reason the system doesn't check for and download the update.
The update methods that work are described in the OP.
What version of Magisk are you using?
Try flashing the patched image to /boot.
With Pixel Flasher you can. To do it manually you'll need to flash one slot, set the active slot to the other slot and then flash again.On pixel 6 a/b is there away to flash both slots at the same time with fastboot?
yes and apparently it's a known "issue" that occurs when you blindly tap on the update notification without unhiding magisk first. No clue how to fix, will try with pixel flasher.Anyone else got a magisk canary update, but won't open after installation?
You should be in fastboot mode, not recovery, to flash the patched image, but I'm assuming you are since you were able to flash the stock boot.img.I'm having trouble rooting my pixel 6.
I rooted it a long time ago, but then I had to wipe it and it hasn't been rooted since.
Bootloader is still unlocked.
I extracted and patched the boot.img for the build I currently have installed (TQ1A.230205.001.D2, Feb 2023, T-Mobile, T-Mobile MVNOs).
Transferred the patched boot.img back to my computer, rebooted to recovery, and then did the fastboot flash boot command.
After rebooting, the phone just boot loops. I'm able to flash the stock boot.img back and it boots again.
I've tried it several times and with Pixelflasher, but I just keep going into a boot loop. Not sure what i'm doing wrong.
Thanks.
Edit: Forgot to add that i'm using the latest Debug build of magisk. Tried the stable build also.
You should be in fastboot mode, not recovery, to flash the patched image, but I'm assuming you are since you were able to flash the stock boot.img.
Do you happen to have any Magisk mods still installed? If you have one that needs updating, that will cause a bootloop.
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot flash boot <drag and drop master root.img here>
adb reboot sideload
adb sideload ota.zip
fastboot boot <drag and drop master root.img here>
fastboot flash bootloader <drag and drop new bootloader.img here>
fastboot flash radio <drag and drop radio.img here>
fastboot update --skip-reboot image-codename-buildnumber.zip
fastboot boot <drag and drop master root.img here>
flash-all
script included in the factory zip. You will have to copy the script, bootloader image, radio image, and update zip into the Platform Tools folder; you will then have to edit the script to remove the -w
option so it doesn't wipe your device.fastboot flash bootloader <bootloader image name>
fastboot reboot bootloader
ping -n 5 127.0.0.1 > nul
fastboot flash radio <radio image name>
fastboot reboot bootloader
ping -n 5 127.0.0.1 > nul
fastboot update --skip-reboot <image-device-buildnumber.zip>
fastboot boot <drag and drop master root.img here>
MEETS_STRONG_INTEGRITY
will ALWAYS fail on an unlocked bootloader.I always follow these steps once I know the OTA is available:Interesting. How did you command the reboot?
When I tried to update this way on my wife's 5a, it bootlooped back to the original slot.
So, if I use this tool after rooting OTA updates will work and I'll still have root?
Edit: And can you explain more clearly the process on how to do this?
fastboot
and flash or boot from a patched boot
image.boot
in the Magisk appvbmeta
in Vbmeta Patchervbmeta
in Vbmeta Patcherboot
image in the Magisk app and copy it to your computerfastboot
boot
imageboot
image in step 5, but that will likely be a few days. Hopefully we'll be able to install Magisk to the inactive slot on Pixel devices again in the future, which would consolidate steps 5-8.