ggkameleon
Senior Member
Hi ! I have update to the last Janv 2022 Update but when restart my Pixel 4a 5g I loose the root ?
I do Root it again after all restart phone.
Thanks
I do Root it again after all restart phone.
Thanks
Did you flash the patched boot image?Hi ! I have update to the last Janv 2022 Update but when restart my Pixel 4a 5g I loose the root ?
I do Root it again after all restart phone.
Thanks
Yes for update I see your post and update ota and reboot fastboot flash boot img of fi Janv Factory image only
If you followed the instructions in the OP, and flashed the patched boot image, you shouldn't be losing root.Yes for update I see your post and update ota and reboot fastboot flash boot img of fi Janv Factory image only
Yes I don't understand !?If you followed the instructions in the OP, and flashed the patched boot image, you shouldn't be losing root.
Re-patch and re-flash the boot image.Yes I don't understand !?
I don't flash vmbeta and don't disable Verity but just magisk patch boot.
My Pixel boot no mistake but if I restart it loose magisk root
Ok I do it. Thanks
Hi ! I do it but always after restart it loose root (photo)
Something may have been screwed up between Magisk and the boot image patch.Hi ! I do it but always after restart it loose root (photo)
If I remove all mods and remove root and after root it again ?
But how do to remove root ? Just flash Boot.img ?
And I think post on Magisk Thread thanks
fastboot boot <drag and drop patched boot image>
fastboot flash boot <drag and drop patched image>
Hi ! Ok thank you very much. I do it this week-end.Something may have been screwed up between Magisk and the boot image patch.
The best way to remove root is to use Complete Uninstall within the Magisk app; this only works if you have functioning root.
Try this:
- Temporarily boot the patched image:
Code:fastboot boot <drag and drop patched boot image>
- When the device boots, open Magisk and check to see if you have root.
- If you do have root, select "Uninstall" within Magisk, then "Complete Uninstall".
- Allow Magisk to reboot your device.
- Ensure no other copies of Magisk are on the device - such as if you hid the Magisk app as something else.
- Re-install Magisk 23016.
- Reboot to bootloader and flash the patched boot image:
Code:fastboot flash boot <drag and drop patched image>
- Boot device.
If this doesn't work, I'm afraid you may have to wipe data.
Hi ! Do you know what is it ?Something may have been screwed up between Magisk and the boot image patch.
The best way to remove root is to use Complete Uninstall within the Magisk app; this only works if you have functioning root.
Try this:
- Temporarily boot the patched image:
Code:fastboot boot <drag and drop patched boot image>
- When the device boots, open Magisk and check to see if you have root.
- If you do have root, select "Uninstall" within Magisk, then "Complete Uninstall".
- Allow Magisk to reboot your device.
- Ensure no other copies of Magisk are on the device - such as if you hid the Magisk app as something else.
- Re-install Magisk 23016.
- Reboot to bootloader and flash the patched boot image:
Code:fastboot flash boot <drag and drop patched image>
- Boot device.
If this doesn't work, I'm afraid you may have to wipe data.
Yes that sounds right. Make sure all instances of Magisk are removed from the device.Hi ! Do you know what is it ?
I think it's magisk modified with hide.
I can use it if I remove root it's safe ? Thanks
Magisk alpha
ahttpss://t.me/magiskalpha/400?single
Hello, I am coming back to you to inform you that I have finally succeeded.Yes that sounds right. Make sure all instances of Magisk are removed from the device.
Yes - the only way to properly remove Magisk is to use "Complete Uninstall" inside the Magisk app. Unfortunately this is only possible if you have root. Otherwise, if you try to install another version of Magisk, it will make a mess of things.Hello, I am coming back to you to inform you that I have finally succeeded.
But it will not have been easy I tried to remove the Root as you had indicated to me but did not work.
Then I tried the same with Magisk Alpha ! same not work
Then flash the Vbmeta and disable verity & flash the Boot img modified but the Pixel got stuck in fastboot.
Finally I deleted the Root and then reinstalled the Ota via adb sideload & reboot.
I finally reinstalled the official Magisk Canary and modified the boot img. Then I started all over again ! Sideload Ota, Flash Boot modified and once reboot I opened Magisk and flash direct installation of Magisk and there perfect it worked and all my modules were installed ?
I think Magisk leaves traces in the system.
This may be some welcome news to some of you:
Magisk Alpha now supports installing to the inactive slot on Pixel devices, which should simplify things for those of you who prefer to update via OTA.
This is Alpha software, use at your own risk! It will probably break some things! The last commit failed to build, but I am sure it'll be fixed soon.
Github download page
That was removed as of 23010. Use YASNAC or some other solution.I'm finding that with the Canary builds, I'm using 23016, there is no option to test for safetynet passing. What am I missing?
Hello. I have the exact same problem, when I reboot my device I lost root. After reading your message, I uninstalled Magisk (with Magisk option), installed it back (Canary version 23016), flashed the patched boot image.Yes - the only way to properly remove Magisk is to use "Complete Uninstall" inside the Magisk app. Unfortunately this is only possible if you have root. Otherwise, if you try to install another version of Magisk, it will make a mess of things.
Glad you were able to get it fixed though.
It shouldn't matter. Perhaps you needed to flash it to both slots.Hello. I have the exact same problem, when I reboot my device I lost root. After reading your message, I uninstalled Magisk (with Magisk option), installed it back (Canary version 23016), flashed the patched boot image.
I got root back, so I tried to reboot my device, and I lost root again. :[
EDIT : Fixed it...somehow I was flashing the boot img into the booloader, I had to go to Fastboot mode (https://www.hardreset.info/devices/google/google-pixel-4a-5g/fastboot-mode/ ) to flash it correctly!
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 update bootloader <bootloader image name>
fastboot reboot bootloader
ping -n 5 127.0.0.1 > nul
fastboot update radio <radio image name>
fastboot reboot bootloader
ping -n 5 127.0.0.1 > nul
fastboot update --skip-reboot --slot=all <image-device-buildnumber.zip>
fastboot boot <drag and drop master root.img here>
So I did upgrading from latest 11 to latest 12 some minutes ago. Booted, patched boot.img with magisk 23016 and flashed the patched image to get back root. Worked like a charm just like any update before. So no more wipe needed.