commandergenius icon indicating copy to clipboard operation
commandergenius copied to clipboard

/sdcard permission denied

Open yadavvivek654 opened this issue 4 years ago • 3 comments

When I try to to access my internal storage of Android through this app it says SD card permission denied

yadavvivek654 avatar Oct 17 '20 12:10 yadavvivek654

Same problem occured to me.

stephanusminor avatar Nov 04 '20 13:11 stephanusminor

I have found a solution for this problem Please install a previous version in which the SD card permission is allowed after that you may update through app store to the latest version in this way SD card permission is working on latest version First you have to install this APK file .the link given below after that you may update through play store latest version

https://sourceforge.net/projects/libsdl-android/files/ubuntu/Debian-20.01.07.apk/download

Please mention if you have found this information helpful

yadavvivek654 avatar Nov 06 '20 02:11 yadavvivek654

I'm late, but... Installing an apk to work around permissions on an apk seems shady, sorry. Read the documentation on storage, they're getting pickier every version, especially now on Android 10.

What I've done is keep the minSdkVersion at 19 (Kitkat, Android 4.4). Newer versions will pop-up a storage permission dialog on installation, will bitch about the app being built for older devices, but will allow storage on /sdcard. For now.

1000283 avatar Aug 04 '21 14:08 1000283