We build our own internal distro of AOSP software and have always created 
OTA files in the following manner for previous AOSP versions:

./build/tools/releasetools/ota_from_target_files 
dist_output/tardis-target_files.zip ota_update.zip as per documentation.

We have never had issues applying those OTA files, either manually in 
recovery or using our internal FOTA tool.

In Android 9, we build the OTA files and they work when doing it manually 
in recovery, but it fails with our custom FOTA tool that has worked all the 
way through AOSP 8.

We get the following error when our FOTA client tries to apply OTA package.

W/System.err: java.io.FileNotFoundException: /cache/recovery/uncrypt_file 
(Permission denied)

We are not sure if the building of the OTA file has changed or if we are 
missing some new permission we need on FOTA client?  Any ideas?

Thanks,


-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to