HuskyDG / magic_overlayfs

Make system partition become read-write (it is also possible without Magisk)
657 stars 144 forks source link

beginner help #34

Closed TheNeutrinoRaged closed 11 months ago

TheNeutrinoRaged commented 11 months ago

Hi, I'm trying to hide system/addon.d from my banking app, I think i should be able to do that with this module but I've never used OverlayFS before.

I've installed the module and I think it's running OK, but which folder do I make the change I need?

I think I need to make an 'opaque directory' in the 'upper' folder but I can't figure out where that is?

Any help to point me on my way would be appreciated

Thanks!

overlay.log

HuskyDG commented 11 months ago

Go ahead and directly delete /system/addon.d when system partition is overlaied by Magisk Overlayfs

HuskyDG commented 11 months ago

Alternatively mount /data/adb/overlay image to /mnt/abc and create whiteout with mknod /mnt/abc/upper/system/addon.d c 0 0