Skip to content

Conversation

@FAB1150
Copy link

@FAB1150 FAB1150 commented Feb 9, 2024

I'm extremely new to magisk modules (in fact, this is the first time Iook into one), so excuse the ignorance.

This PR should solve issue #16 as it mounts /system as it does in https://github.com/nathanchance/magisk-modules/blob/master/META-INF/com/google/android/update-binary .

This removes the systemless check (and mounts /data twice), but it works if installed from the magisk app module manager. Probably needs some modification before merging

I'm extremely new to magisk modules (in fact, this is the first time Iook into one), so excuse the ignorance.

This PR should solve issue Magisk-Modules-Repo#16 as it mounts /system as it does in https://github.com/nathanchance/magisk-modules/blob/master/META-INF/com/google/android/update-binary .

This removes the systemless check (and mounts /data twice), but it works if installed from the magisk app module manager. Probably needs some modification before merging
it indeed could be modified before merging. It now mounts /system in rw if $SYSTEMLESS is false like before, and doesn't mount a bunch of unneeded stuff.

This should also solve issue Magisk-Modules-Repo#11, looking into it.
@FAB1150
Copy link
Author

FAB1150 commented Feb 9, 2024

It indeed could be modified before merging. It now mounts /system in rw if $SYSTEMLESS is false like before, and doesn't mount a bunch of unneeded stuff.

This should also solve issue #11, looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant