Sure ![]()
- you’ll need
adbinstalled on your PC - connect the phone via USB
- run
adb logcat -c && adb logcat > logcat.txtto capture a log - start the OTA update on the phone and wait for it to download something
- look for for a URL containing
googleapisin the log - (optional) try downloading it, e.g. with
wgetand check the content - that’s your link to the
ota.zip
Edit: Aaaaahh, you meant what to do with it, not how to get it ![]()
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.