Magisk-Modules-Alt-Repo / NoStorageRestrict

Remove the restriction when selecting folders through SAF
192 stars 22 forks source link

Module does not work on Android 13 #15

Closed WitheringWyvern closed 1 year ago

WitheringWyvern commented 1 year ago

Files app crashes as soon as it opens.

DanGLES3 commented 1 year ago

Files app crashes as soon as it opens.

For the time being I'd suggest using the xposed version if that happens, due to reasons currently unknown to me, the patched APKs work inconsistently across devices/ROMs

WitheringWyvern commented 1 year ago

Hmm, the Xposed version seems to not work as well, and when using it, Mixplorer doesn't work while it was able to with the apk version.

WitheringWyvern commented 1 year ago

To anyone wondering, I was able to bypass this by going to /data/media/0/Android using MiXplorer

DanGLES3 commented 1 year ago

To anyone wondering, I was able to bypass this by going to /data/media/0/Android using MiXplorer

I'll have to investigate, could you send me your device's external storage provider APK? Odd that it didn't work considering it did so for most other users

WitheringWyvern commented 1 year ago

Wait which app is the external storage provider? The built in Files app?

DanGLES3 commented 1 year ago

Wait which app is the external storage provider? The built in Files app?

The system app named external storage provider, it's not the files app

WitheringWyvern commented 1 year ago

com.android.externalstorage_v33.apk.zip

DanGLES3 commented 1 year ago

com.android.externalstorage_v33.apk.zip

I'm a bit in a hurry since it's late rn but I'll send you the zip to test it NoStorageRestrict-main.zip

WitheringWyvern commented 1 year ago

It still seems to not work, file managers can't access the data folder and obb folder contents show as empty

DanGLES3 commented 1 year ago

It still seems to not work, file managers can't access the data folder and obb folder contents show as empty

That's not what this module is about however, I think you might have misunderstood what it's about (it's for allowing the granting of access to folders where Android would normally prompt you to pick another such as the download folder)

Having third party file managers be restricted from accessing the Android folder is an restriction deeply rooted into the system that's not easily removable

WitheringWyvern commented 1 year ago

Ah, I see