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
.zip downloaded
- Reboot
- Open
Magisk > Modules > DNSCrypt-Proxy 2 > Remove
- Reboot
- See
dnscrypt-proxy folder still at storage/emulated/0/dnscrypt-proxy path
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:
Additional context
What I know
uninstall.sh won't work with /sdcard for some devices because that path isn't mounted until data is decrypted (fixed in #L2-L4).
- It doesn't work on devices having
Android 11 or higher.
- It work on devices having
Android 7 or lower.
What I don't know
- If it work on
Android 8 devices.
- If it work on
Android 9 devices.
- If it work on
Android 10 devices.
Describe the bug
DNSCrypt module doesn't remove the internal
dnscrypt-proxyfolder once removed from Magisk.To Reproduce
Steps to reproduce the behavior:
.zipdownloadedMagisk > Modules > DNSCrypt-Proxy 2 > Removednscrypt-proxyfolder still atstorage/emulated/0/dnscrypt-proxypathExpected behavior (i.e. solution)
Once removed the module should remove all of its rests, without leaving the
dnscrypt-proxyfolder in the internal memory.Device informations:
1124.1Additional 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).Android 11or higher.Android 7or lower.What I don't know
Android 8devices.Android 9devices.Android 10devices.