Is there any public guide for the subj? I have arm SOC Rockchip and the Android 11 firmware from the manufacturer (downloadable from their's GIT).
I am able to unpack it through all stages:
- single img
- boot + update.img
- uboot.img + boot.img + recovery.img + super.img + ...
- super.img.raw
- odm.img + product.img + system.img + system_ext.img + vendor.img
- each img from (5) complete unpacked until files
And I am able to pack it in backward order to flash and boot.
Is there enough to obtain ATV versions (according to the arch) for some apk's (which is ?) and just replace them in the source filepaths ?
Is there are list of conflicts apk's which is required to be deleted in oneway (without replacement) ?
Is there some special tunings required for the configs (SELinux for example) ?
UART/TTL in my hands and I am ready to read boot stdout :)