-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Describe the bug
DNSCrypt module doesn't remove the internal dnscrypt-proxy folder once removed from Magisk.
To Reproduce
Steps to reproduce the behavior:
- Download the latest dnscrypt-proxy-android version
- Disable network connections (no internet)
- Install the
.zipdownloaded - Reboot
- Open
Magisk > Modules > DNSCrypt-Proxy 2 > Remove - Reboot
- See
dnscrypt-proxyfolder still atstorage/emulated/0/dnscrypt-proxypath
Expected behavior (i.e. solution)
Once removed the module should remove all of its rests, without leaving the dnscrypt-proxy folder in the internal memory.
Device informations:
- Android:
11 - Magisk:
24.1
Additional context
What I know
uninstall.shwon't work with/sdcardfor some devices because that path isn't mounted until data is decrypted (fixed in #L2-L4).- It doesn't work on devices having
Android 11or higher. - It work on devices having
Android 7or lower.
What I don't know
- If it work on
Android 8devices. - If it work on
Android 9devices. - If it work on
Android 10devices.
Metadata
Metadata
Assignees
Labels
No labels