Hi,
i'm developing an App that takes one picture per hour, based on a file CSV in drive.
It worked fine until today. Then this error appeared: Storage/emulated/0/pictures/picture.jpg open failed EACCESS(Permission denied)
well, this is the ASD of the companion app and this is what the getASD procedure tries to return
you have to check your blocks to find out, where that error
Storage/emulated/0/pictures/picture.jpg open failed EACCESS(Permission denied)
This, with the first photo of the topic, makes the full project. Nothing else. The takepicture has an error, and from this point, am i missing some permissions?
Nevermind, it worked to change the "afterPicture" event like this:
Many thanks to all you that helped me with this problem. Apparently updating the phone, I changed the SDK version too, so the project, that worked fine till today, had all the problems i reported.
I'm sorry if the solution was that stupid. Thanks guys.