Thursday 8 November 2018

Android 5(HTC) EACCES (Permission denied)

app can't create folder/file on android 5(HTC HTC6525LVW os version: 5.0.1) external storage in directory owned by app.



Parent folder is returned by [getExternalFilesDirs(String type)][1] method.



Sdcard is mounted.



Anyone else having this problem or suggestion how to solve it?




(Unfortunately I don't have this device to test it more)



Edit: From one user I know that prior this bug she encrypted sdcard and then formatted it.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...