Here's my experience sideloading the December update on my Pixel 6 Pro [128Gb, unlocked, purchased from Google Store] since I'm dumb and can't wait a week for ota.
First I updated ADB and Android Studio.
adb version
before | after |
Android Debug Bridge version 1.0.41
Version 31.0.1-7187441 | Android Debug Bridge version 1.0.41
Version 31.0.3-7562133 |
For the sideload, I wasn't sure which image to choose, I guessed and got it wrong. Second guess was good. I don't know what the EMEA carriers option is, so I avoided it.
After the failure I was careful NOT to reboot, but to continue on to the next sideload (Recovery did warn about the OS possibly not being able to boot after the failure). Successful sideload took less than 10 minutes.
adb reboot recovery
12.0.0 (SQ1D.211205.016.A1, Dec 2021) FAILED | 12.0.0 (SQ1D.211205.017, Dec 2021, US carriers) WORKED |
adb sideload raven-ota-sq1d.211205.016.a1-81234517.zip
Total xfer: 1.81x | adb sideload raven-ota-sq1d.211205.017-5576891c.zip
Total xfer: 2.00x
|
Now send the package you want to apply
to the device with "adb sideload <filename>"...
Supported API: 3
Finding update package...
Verifying update package...
Update package verification took 114.2 s (result 0).
Installing update...
Step 1/2
Error applying update: 9 (ErrorCode::kDownloadTransferError)
E:Error in /sideload/package.zip (status 1)
Install from ADB completed with status 1.
Installation aborted. | Now send the package you want to apply
to the device with "adb sideload <filename>"...
Supported API: 3
Finding update package...
Verifying update package...
Update package verification took 115.0 s (result 0).
Installing update...
Step 1/2
Step 2/2
Install from ADB completed with status 0. |