chriswoope / resign-android-image

Resign Android OS (esp. GrapheneOS) images with your signing keys and add ADB root and other modifications
MIT License
86 stars 6 forks source link

Incremental OTA updates seem to be default now #20

Closed peterjanbalkenende closed 1 year ago

peterjanbalkenende commented 1 year ago

Hello,

The OTA updater now seems to pull incremental updates from the update server, and as described in #10 this script is not handling this yet.

Is this easily fixable or would this require more work?

Thanks.

peterjanbalkenende commented 1 year ago

This was because of user error, my webserver was not correctly responding with a 404 for the incremental zip file request.