Yep
For some odd reason, this version isn't detecting Magisk Manager, which I don't have hidden or renamed. Last version I used (latest as of September update) worked fine.Update Release:
Oct 04, 2022 v4.1.2 release
- include busybox binaries for different Android architectures (arm64-v8a, armeabi-v7a, x86_64, x86)
- don't use hidden Magisk for patching, as it is a stub only.
Can you provide a support.zip? let me see what is going on.For some odd reason, this version isn't detecting Magisk Manager, which I don't have hidden or renamed. Last version I used (latest as of September update) worked fine.
I'm using Canary 25303.
boot
/init_boot
(stock or patched) to the phone.Unfortunately this is a MAC issue with fastbootd mode.Hi.
PIxel Flasher for Mac 4.6.1.0 - MacBook Air M1 - MOnterey 12.6.2 - Pixel 5 on Android 13
If PixelFlasher becomes unresponsive (as per Actvity Manager and Force Quit dialog) during the upgrade process am I in big trouble?
Screengrab attached. Phone is in Fastboot mode
Edit: It has been stuck for about 15 minutes
View attachment 5805987
Oh I thought I'd temp booted on the Barbet too. Makes sense.Thanks,
Puzzle solved.
--slot all
does not seem to have any effect when live booting, so that is not the issue.- The issue is that when you select temporary root, after flashing stock, Live boots to root, upon invoking that command, the phone automatically boots to the boot.img specified, however PF is trying to issue
fastboot reboot
command thinking that the device would be left in bootloader mode, and because the device is not in bootloader mode, just like any fastboot command, the command waits for device, hence hanging effect.
FIXED- Why did you encounter this with redfin but not barbet? that is because with redfin you chose temporary root, whereas with barbet, that option was not selected, the problem will only be experienced with temporary root option being selected.
Code:BARBET OPTIONS -------------- Custom Flash Options: True Disable Verity: False Disable Verification: False Flash Both Slots: True Force: False Verbose Fastboot: True Temporary Root: False Flash To Inactive Slot: False REDFIN OPTIONS -------------- Custom Flash Options: True Disable Verity: False Disable Verification: False Flash Both Slots: True Force: False Verbose Fastboot: True Temporary Root: True Flash To Inactive Slot: False
Was there any other issue I needed to look into?
Thanks for the pointer. The console did not specifically say it was waiting but it did appears as it though it was. Perhaps that had to do with it having caused the hang.Unfortunately this is a MAC issue with fastbootd mode.
See the discussion here. read subsequent posts to get an idea and what to do assuming that you can do something about it.
Oh I thought I'd temp booted on the Barbet too. Makes sense.Thanks,
Puzzle solved.
--slot all
does not seem to have any effect when live booting, so that is not the issue.- The issue is that when you select temporary root, after flashing stock, Live boots to root, upon invoking that command, the phone automatically boots to the boot.img specified, however PF is trying to issue
fastboot reboot
command thinking that the device would be left in bootloader mode, and because the device is not in bootloader mode, just like any fastboot command, the command waits for device, hence hanging effect.
FIXED- Why did you encounter this with redfin but not barbet? that is because with redfin you chose temporary root, whereas with barbet, that option was not selected, the problem will only be experienced with temporary root option being selected.
Code:BARBET OPTIONS -------------- Custom Flash Options: True Disable Verity: False Disable Verification: False Flash Both Slots: True Force: False Verbose Fastboot: True Temporary Root: False Flash To Inactive Slot: False REDFIN OPTIONS -------------- Custom Flash Options: True Disable Verity: False Disable Verification: False Flash Both Slots: True Force: False Verbose Fastboot: True Temporary Root: True Flash To Inactive Slot: False
Was there any other issue I needed to look into?