No.I just got a new pixel 6. It's a Verizon verison. So can I unlock bootloader? If not can I root with locked bootloader and by pass safety net?
No, you cannot root and pass Safety net with a locked bootloader.
Last edited:
No.I just got a new pixel 6. It's a Verizon verison. So can I unlock bootloader? If not can I root with locked bootloader and by pass safety net?
will it be possible in future?
¯\_(ツ)_/¯
whats the difference between Canary vs Beta? whats is the current stable version?Magisk Canary Update
app-release_e2545e57-26001.apk
Notes:
- Tap app-release.apk
- Tap 3 dots (...) across from 10.x MB, Tap Download
Magisk Beta Update
Magisk-v26.0.apk
The Beta version is more stable than than the Canary version which is the testing version for Magisk. The Stable version is 25.2.whats the difference between Canary vs Beta? whats is the current stable version?
I have Stable version Installed with latest A13 build. Should I install Beta or stay with stable?The Beta version is more stable than than the Canary version which is the testing version for Magisk. The Stable version is 25.2.
The Beta version is more stable than than the Canary version which is the testing version for Magisk. The Stable version is 25.2.
If you are look for it a technical description of the differences between the three Magisks Beta, Canary , and Stable visit this thread and search each version.
AFAIK there isn't any Custom Recovery like TWRP for Android 13.
is there any way to take Full backup before flashing a new ROM and restore it If something went wrong?AFAIK there isn't any Custom Recovery like TWRP for Android 13.
If it ain't broke don't fix it.I have Stable version Installed with latest A13 build. Should I install Beta or stay with stable?
I'm assuming you are referring to updating your Google Pixel 6 Factory firmware, when you wrote "flashing a new ROM". If the answer is yes, try this: Back up or restore data on your Pixel phoneis there any way to take Full backup before flashing a new ROM and restore it If something went wrong?
I want full backup. everything just like how TWRP make your whole system backup.I'm assuming you are referring to updating your Google Pixel 6 Factory firmware, when you wrote "flashing a new ROM". If the answer is yes, try this: Back up or restore data on your Pixel phone
AFAIK, there is no way to do a full image backup like TWRP.I want full backup. everything just like how TWRP make your whole system backup.
Does this work correctly?? Or still broken like all the previous ones.Magisk Canary Update
app-release_e2545e57-26001.apk
Notes:
- Tap app-release.apk
- Tap 3 dots (...) across from 10.x MB, Tap Download
Magisk Beta Update
Magisk-v26.0.apk
I'm on 26001 Canary, no issues.Does this work correctly?? Or still broken like all the previous ones.
I'm still rocking 25206 here...
Nope.I today updated my phone months after I figured out that the OTA update with Magisk doesn't work. Before trying to take the next OTA update and bricking my phone again: Does taking the OTA update with Magisk (assuming to deactivate all modules, uninstalling Magisk and to install magisk into the inactive slot) now work?
When the phone boots, back up your data and wipe the phone and set it up or try flashing the other slot.No error
Fastbootd doesn't work with SDK 34.0.1
Device is booting but now, every time I boot the phone, I have the corrupted device warning screen and I have to force boot.
If anyone could help.
Thanks.
fastboot -w update image-oriole-aa9a.999999.999.zip
Flash the previous month's boot image (it won't boot but that's ok), then flash the boot image from your current build. That should get rid of the corrupt message.No error
Fastbootd doesn't work with SDK 34.0.1
Device is booting but now, every time I boot the phone, I have the corrupted device warning screen and I have to force boot.
If anyone could help.
Thanks.
fastboot --version
at the prompt. If a adb/fastboot is found delete the folder containing them. Also, check the path environment for paths to them and remove it.fastboot flashing unlock
and press enter.fastboot reboot
at the Command Prompt and press enter.fastboot flashing lock
fastboot reboot
adb wait-for-device shell magisk --remove-modules
fastboot Reboot
flash-all
at the Command Prompt and press enter.flash-all
at the Command Prompt and press enter.adb wait-for-device shell magisk --remove-modules
fastboot Reboot
fastboot flash boot --slot all boot.img
fastboot flash boot "name of patched boot".img
without the quote marks at the Prompt and press enter.fastboot reboot
at the Prompt and press enter.fastboot flash boot boot.img --slot all
adb wait-for-device shell magisk --remove-modules
fastboot devices
to verify communication with phone. It should return your phone's serial number.Yeah, sometimes flashing an old boot image (it will fail to boot) and then flashing a new boot image works. Sometimes sideloading an OTA works. Sometimes just waiting for the next monthly OTA works. It's a crazy thing with this Pixel 6 series and the changes that have come with it.Thank you both @Lughnasadh and @capntrips!
What's odd is I did reflash my boot image thinking that would fix but it didn't, had to reflash anew from sideload.
Thanks again for the info