Open rvf16g opened 6 months ago
This was obviously in my imagination.
As seen in magisk-overlayfs-release.zip/customize.sh, if the module fails to install it automatically removes the overlay ext4 file system file /data/adb/overlay (2GB).
In regards to the module installation error, following a thread on XDA forums, I removed the ext4 fs test:
|| ! test_mount_image
export OVERLAY_MODE=1
Removing the execution of the test function is obviously not a good idea and we need to debug this.
Hello
Thank you for working on this project and providing us means to gain better control of our devices.
I have the following system: Samsung Galaxy A54 5G Android 14 Samsung firmware A546BXXU7BXD8 2024-04-15 Magisk 27.0 rooted
Installed magic_overlayfs 3.2.2 module via magisk with the following error: ! Setup ext4 image failed, abort ! Installation failed
Prior to rebooting I disabled the module with the slider and uninstalled it. Rebooted device with no visible problem. The /data/adb/overlay file is gone but I think I am missing the 2GB of the ext4 partition. Is this possible? If so how can I debug this?
Thank you Regards