PacktPublishing / Learning-Embedded-Android-N-Programming

Code repository for Learning Embedded Android N Programming, published by Packt
MIT License
14 stars 10 forks source link

OTA AOSP 9 #2

Open SergiiGudym opened 4 years ago

SergiiGudym commented 4 years ago

I can not find documentation for AOSP 9. Can you help? Most interested in the structure of the OTA package. Maybe you have scripts for unpacking (provision in human-readable form). I want to manually verify that I am updating (list and new.dat is not friendly).

also what the data(minimum) used in OTA update(bootloader, update script etc)? can you tell in which script to look for the creation of helper files(meta info)? For example, how to create a simple minimal update for 1 apk?

I understand that this is not related to your book, but I do not know where I can ask similar questions

Best Regards