Giusy Active Member Licensed User Mar 18, 2019 #1 Hi, I would write a file on my sd card The instruction causes this error: Permission Denied B4X: Dim out As OutputStream = File.OpenOutput(Main.DIRECTORY_CARD & "/PDF",Main.titolo & ".pdf", False) I have to insert an instruction in Manifest Editor? If so, which one? Thanks
Hi, I would write a file on my sd card The instruction causes this error: Permission Denied B4X: Dim out As OutputStream = File.OpenOutput(Main.DIRECTORY_CARD & "/PDF",Main.titolo & ".pdf", False) I have to insert an instruction in Manifest Editor? If so, which one? Thanks
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2019 #2 The only way to write to the SD card is explained here: ExternalStorage - Access SD cards and USB sticks Upvote 0
The only way to write to the SD card is explained here: ExternalStorage - Access SD cards and USB sticks
Giusy Active Member Licensed User Mar 19, 2019 #3 Erel said: The only way to write to the SD card is explained here: ExternalStorage - Access SD cards and USB sticks Click to expand... Yes @Erel, but externalstorage.zip he interrupts himself by saying: error of analysis. Upvote 0
Erel said: The only way to write to the SD card is explained here: ExternalStorage - Access SD cards and USB sticks Click to expand... Yes @Erel, but externalstorage.zip he interrupts himself by saying: error of analysis.
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2019 #4 You should post the exact error message. Upvote 0
Giusy Active Member Licensed User Mar 19, 2019 #5 Erel said: You should post the exact error message. Click to expand... Hi @Erel error of analysis error during parcel analysis Attachments Screenshot_2019-03-19-15-21-59error.png 29.9 KB · Views: 200 Upvote 0
Erel said: You should post the exact error message. Click to expand... Hi @Erel error of analysis error during parcel analysis
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2019 #6 What is the device OS version? When does this error happen? What do you see in the logs? Upvote 0
Giusy Active Member Licensed User Mar 20, 2019 #7 Erel said: What is the device OS version? When does this error happen? What do you see in the logs? Click to expand... Hi @Erel I work with pc windows 7 device samsung - version 4.4.2 I lunch the program in debud mode and the window said: completed successfuly and immediately the writing of the screenshot I have attached to you comes out Nothing in the log Upvote 0
Erel said: What is the device OS version? When does this error happen? What do you see in the logs? Click to expand... Hi @Erel I work with pc windows 7 device samsung - version 4.4.2 I lunch the program in debud mode and the window said: completed successfuly and immediately the writing of the screenshot I have attached to you comes out Nothing in the log
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2019 #8 Android 4.4 devices do not fully support this API. The minimum version is Android 5. Upvote 0
Giusy Active Member Licensed User Mar 20, 2019 #9 Erel said: Android 4.4 devices do not fully support this API. The minimum version is Android 5. Click to expand... Thanks @Erel the important thing is to have understood the problem Upvote 0
Erel said: Android 4.4 devices do not fully support this API. The minimum version is Android 5. Click to expand... Thanks @Erel the important thing is to have understood the problem
Giusy Active Member Licensed User Mar 20, 2019 #10 Erel said: Android 4.4 devices do not fully support this API. The minimum version is Android 5. Click to expand... @Erel Deduction: so with Android 4 I can't access the SDcard in any way? Upvote 0
Erel said: Android 4.4 devices do not fully support this API. The minimum version is Android 5. Click to expand... @Erel Deduction: so with Android 4 I can't access the SDcard in any way?
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2019 #11 You should be able to access the SD on Android 4.3-. Android 4.4 is problematic. Upvote 0