Since magisk 23013 is merged, do we still need to use the canary version or stable build will do the task?Magisk canary 23014 (release notes) is out, should contain the slot detection fix.
Since magisk 23013 is merged, do we still need to use the canary version or stable build will do the task?Magisk canary 23014 (release notes) is out, should contain the slot detection fix.
A lot of people don't know what vbmeta is, or why it is an important factor.
vbmeta
is a partition on your device that contains metadata used by Android Verified Boot. On Pixel 6, even if you have your bootloader unlocked, you have to flash vbmeta
with the disable flags, or it won't boot with a patched boot
partition.The guide you linked to pretty soon comes up with some obscure looking commands for the average eye.
flash-all
script referenced within them.fastboot
command for it for your device, so you can flash your own images. Doing so will wipe your data.boot
image for your version in the Magisk app, then flash it to your device, which is what actually gives you root.vbmeta
image for your version with disable flags, for the reasons noted above. Doing so will wipe your data, but only the first time (unless you forget the disable flags in future flashes).Can you elaborate what you mean by "magisk 23013 is merged"?Since magisk 23013 is merged, do we still need to use the canary version or stable build will do the task?
Use latest magisk alpha, it doesn't work with Magisk stable.
i did patched it! but with very complicated way.. thanks!
Do you have the Google adb driver installed?I tried on Windows, Mac and Linux I can't use fastboot mode at all unfortunately..
It stuck on waiting for device after fastboot flashing unlock :/
I have the latest platform-tools yeah :/
No the adb driver is a separate install.
Triple check you have installed the latest driver. The Pixel 6 is a new phone and therefore you need the latest Google drivers. Whatever older driver might have worked on your previous Pixel device won't work on the P6.
It would be cool to point me to the latest drivers because it seems to me to have done it but it still does not workTriple check this. The Pixel 6 is a new phone and therefore you need the latest Google drivers. Whatever older driver might have worked on your previous Pixel device won't work on the P6.
A simple search,,, and here it is,,It would be cool to point me to the latest drivers because it seems to me to have done it but it still does not work It would be cool to point me to the latest drivers because it seems to me to have done it but it still does not work
Well, i did that it just creates a broken driver with a question mark and it still doesn't work.. maybe it's because I'm on Windows 11 ?A simple search,,, and here it is,,
![]()
Get the Google USB Driver | Android Studio | Android Developers
The Google USB Driver is required to perform adb debugging on Windows with Google devices.developer.android.com
Try to manually install the driver in device settings, install as a legacy driver.Well, i did that it just creates a broken driver with a question mark and it still doesn't work.. maybe it's because I'm on Windows 11 ?
Thanks a lot !
Well, i did that it just creates a broken driver with a question mark and it still doesn't work.. maybe it's because I'm on WindowsA simple search,,, and here it is,,
![]()
Get the Google USB Driver | Android Studio | Android Developers
The Google USB Driver is required to perform adb debugging on Windows with Google devices.developer.android.com
Okay after tried everything on Linux, Windows, Mac and several usb-c cables from Sony, Huawei & OnePlus etc... Guess what ? The only cable that allowed me to run fastboot successfully was with a 10 centimeter cable supplied with a cheap SSD from China, can someone explain that ?Try to manually install the driver in device settings, install as a legacy driver.
Windows 10,11, it does not matter.
adb reboot bootloader
fastboot flashing unlock
fastboot flash vbmeta --disable-verity --disable-verification <drag and drop vbmeta.img>
fastboot flash boot <drag and drop magisk_patched-23xxx_xxxxx.img>
fastboot update --disable-verity --disable-verification <drag and drop image-device-buildnumber.zip here>
fastboot flash boot <drag and drop magisk_patched-23xxx_xxxxx.img>
fastboot flash vbmeta --disable-verity --disable-verification <vbmeta.img>
failed to load/verify boot images
dd
to reset the disable flag bits in vbmeta
, took the OTA from System Update, then used dd
to restore the disable flags before rebooting.B
, which seems to come with compatibility issues with with Magisk on the Pixel 6. I immediately experienced the loss of root that others have described on reboot. It turns out that the Magisk app doesn't detect the change in slot and defaults to slot A
.fastboot flash boot_b magisk_patched-23011_xxxxx.img
.My wife thinks so too, although "beautiful" isn't the word she uses