Magisk: /vendor/etc/vintf/manifest.xml symlinking

Created on 20 Jan 2020  路  3Comments  路  Source: topjohnwu/Magisk

/vendor/etc/vintf/manifest.xml fails to be symlinked by a module in time to register hardware services that are added to this file when existing in a module setting.

Placing this same modified xml directly on the partition allows the added hardware services to register successfully.

This prevents my current porting project from being a pure Magisk module as /vendor/etc/vintf/manifest.xml must be edited in place at this time. Thanks, John.

gh

All 3 comments

Would be interesting to see if simple_mount would have made this possible, but I don't remember when it was removed and if the last version it existed in supported Q.

You can addon any system or vendor init rc script to this as well

No future plans are made to support pre-init complex mounting.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dg28gadhavi picture dg28gadhavi  路  3Comments

betaxab picture betaxab  路  4Comments

ananjaser1211 picture ananjaser1211  路  4Comments

Madis0 picture Madis0  路  3Comments

HikariCalyx picture HikariCalyx  路  3Comments