This is a simple fix for the error on boot should you face it (tested on pixel 6 pro)
Download the ota package from here
I recommend to enable USB debugging on your phone first thing as well as set up adb
Power off the phone and hold power and volume up , when the android with the yellow exclamation mark appears tap volume up
Use the volume keys to navigate and go to apply update from ADB
Open a terminal in the platform tools folder
.\adb sideload <path to ota package>
The phone will apply the ota
Comments