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

topjohnwu picture topjohnwu  路  96Comments

reihunter360 picture reihunter360  路  41Comments

coderobe picture coderobe  路  56Comments

Paget96 picture Paget96  路  45Comments

sabpprook picture sabpprook  路  62Comments