DavidBuchanan314 / NXLoader

My first Android app: Launch Fusée Gelée payloads from stock Android (CVE-2018-6242)
https://nxloader.app
MIT License
524 stars 55 forks source link

Storage permission issue #13

Open Craftyawesome opened 6 years ago

Craftyawesome commented 6 years ago

When choosing a payload if the file manager gives the file in a format like storage/emulated/0/file (example: es file explorer) the app will crash because it lacks the storage permission.

natinusala commented 6 years ago

A workaround is to grant the permission from the system settings for the app

Craftyawesome commented 6 years ago

I am seemingly unable to force the permission on s7 nougat. You can just use the default file manager and it will work though.

Elenedeath commented 6 years ago

i try on my phone with android 7.1.2, it's a lenovo zuk z2 pro with custom rom. don't have a filemanager by default, i use root explorer. i try to set permission on system parameter for storage, it say no permission. i try to use /sdcard or /storage/emulated/0/ and the two link crash the app

i try with file commander and work fine.

MenosGrante commented 6 years ago

I can reproduce this bug with ES Explorer and I'll try to add permission processing to solve this problem in a new release.