From a2db0e8c4748522de3d29c353264a4126bbd24a7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 28 Aug 2022 17:23:42 -0400 Subject: [PATCH] reduce updater timeouts --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 24b81cf9..362c396b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -584,6 +584,7 @@
  • improve safety of factory images flashing scripts by flashing the SoC firmware to the inactive slot, switching to it and then flashing it to the previously active slot before proceeding with flashing the OS (this provides a high level of safety for devices like 6th generation Pixels doing boot chain anti-rollback despite the fact that they neglected to provide firmware handling flashing safely)
  • Pixel 6, Pixel 6 Pro, Pixel 6a: erase DPM partitions in factory images flashing scripts
  • System Updater: catch ServiceSpecificException thrown by UpdateEngine.applyPayload(...) in some cases to properly report the error via a notification
  • +
  • System Updater: reduce connect/read timeouts from 60s to 30s
  • carriersettings-extractor: fix handling currently mostly unused field (not going to make any difference to users in practice, but may become more relevant in the future)