badabing2005 / PixelFlasher

Pixel™ phone flashing GUI utility with features.
GNU General Public License v3.0
1.33k stars 111 forks source link

Crash when flashing August version of Pixel 7 on 5.7.2.0, #93

Closed alexgmin closed 1 year ago

alexgmin commented 1 year ago

The crashing run is PixelFlasher_2023-08-23_14h23m38s.log I tried afterwards with a different sdk version with the same result.

I tried the flash with 5.6.0.0 and 5.7.1.0 and it worked correctly.

Note that my phone was in a boot loot after the crash.

badabing2005 commented 1 year ago

This is not due to 5.7.1.0 working and 5.7.2 not working. Looking at the support file, your issue appears to be USB driver / Android platform tools issue.

First flash that put it into bootloop state:

==============================================================================
 2023-08-23 14:27:48 PixelFlasher 5.7.2.0              Flashing Phone    
==============================================================================
Android Platform Tools Version: 33.0.3-8952118
...
Sending 'vendor_kernel_boot_a' (65536 KB)          OKAY [  1.897s]
Writing 'vendor_kernel_boot_a'                     OKAY [  0.078s]
extracting super_empty.img (0 MB) to disk... took 0.000s
Rebooting into fastboot                            OKAY [  0.001s]
< waiting for REDACTED >
Sending 'super' (5 KB)                             OKAY [  0.001s]

Your phone did not get into fastbootd mode (userspace fastboot), this is a known issue for MacOS on M1 chip, you seem to be on Linux, perhaps the same issue exists on Linux too.

Later on you switched to Android platform tools 34.0.4-10411341 Which does not use fastbootd and flashes everything in bootloader mode, hence why it would have worked.

I'll close this as none issue, but if you experience issues with PF 5.7.2 and not earlier versions, without changing any other parameters (doing the exact same thing) then feel free to post here to open the ticket.