Hi together,
i cant get my ota running again. I am building with the community docker image and the OTA_URL parameter setted.
After booting, the property lineage.updater.uri is not setted (should that be the case or is this not the “productive place” where it should be configured ?), if I set it manually with
setprop lineage.updater.uri “https://updateserver.de/api/v1/beryllium/unofficial/” it seems to work again.
Without setting it there the requests are made to https://ota.ecloud.global/api/v1/beryllium/unofficial/eng.root.20200524.112605.
Seems like the OTA Url gets to the buildscript. Adding OTA URL overlay is echoed on the build and
the /srv/src/PIE/vendor/lineage/overlay/microg/packages/apps/Updater/res/values/strings.xml contains the valid Ota url also…
Any ideas whats the problem here?
thanks,
Alex