Software update: FP4.FP4I.A.175.20221207

Sure :slightly_smiling_face:

  • you’ll need adb installed on your PC
  • connect the phone via USB
  • run adb logcat -c && adb logcat > logcat.txt to capture a log
  • start the OTA update on the phone and wait for it to download something
  • look for for a URL containing googleapis in the log
  • (optional) try downloading it, e.g. with wget and check the content
  • that’s your link to the ota.zip :tada:

Edit: Aaaaahh, you meant what to do with it, not how to get it :man_facepalming:

You could use it to update the system through recovery, but my main reason to share it is because you can use it to create updated factory images if you combine the ota.zip with the previous factory images using something like payload_dumper.

2 Likes