[
https://issues.apache.org/jira/browse/CB-7765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Perry updated CB-7765:
----------------------------
Description: When using the media-capture, getTempDirectoryPath calls
cordova.getActivity().getCacheDir() when there is no SD card which returns
/data/data/com.packagename/cache but this path does not exist. The code then
calls File.mkdirs to create the path which calls mkdirErrno which calls
Libcore.os.mkdir(path, S_IRWXU) and that is throwing an exception that is
caught and the method silently returns false. The exception has an errno = 17.
The end result is captureImage calls the error callback with
CAPTURE_INTERNAL_ERR. (was: When using the media-capture or camera plugin,
getTempDirectoryPath calls cordova.getActivity().getCacheDir() when there is no
SD card which returns /data/data/com.packagename/cache but this path does not
exist. The code then calls File.mkdirs to create the path which calls
mkdirErrno which calls Libcore.os.mkdir(path, S_IRWXU) and that is throwing an
exception that is caught and the method silently returns false. The exception
has an errno = 17. The end result is captureImage calls the error callback with
CAPTURE_INTERNAL_ERR.)
> navigator.device.capture.captureImage Throws CAPTURE_INTERNAL_ERR, Cannot
> Create Cache Folder, Galaxy S5
> --------------------------------------------------------------------------------------------------------
>
> Key: CB-7765
> URL: https://issues.apache.org/jira/browse/CB-7765
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android, Plugin Media Capture
> Affects Versions: 3.5.0
> Environment: Galaxy S5
> Reporter: David Perry
>
> When using the media-capture, getTempDirectoryPath calls
> cordova.getActivity().getCacheDir() when there is no SD card which returns
> /data/data/com.packagename/cache but this path does not exist. The code then
> calls File.mkdirs to create the path which calls mkdirErrno which calls
> Libcore.os.mkdir(path, S_IRWXU) and that is throwing an exception that is
> caught and the method silently returns false. The exception has an errno =
> 17. The end result is captureImage calls the error callback with
> CAPTURE_INTERNAL_ERR.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]