[ 
https://issues.apache.org/jira/browse/CB-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855705#comment-13855705
 ] 

Matthew Keable edited comment on CB-5685 at 12/23/13 4:02 PM:
--------------------------------------------------------------

After finding a thread on the Blackberry support forums about problems with the 
Capture plugin, I tried a suggestion of adding:

<rim:permissions>
    <rim:permit>access_shared</rim:permit>
</rim:permissions>

To config.xml.

This appears to have resolved the problem. Would it be possible for you to 
automatically include this in the build script?

Source: 
http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Cordova-3-2-0-Capture-Plugin-not-working/m-p/2701939#M42061


was (Author: keab42):
After finding a thread on the Blackberry support forums about problems with the 
Capture plugin, I tried a suggestion of adding:

<rim:permissions>
    <rim:permit>access_shared</rim:permit>
</rim:permissions>

To config.xml.

This appears to have resolved the problem. Would it be possible for you to 
automatically include this in the build script?

> Video Capture Plugin Internal Error on Blackberry10
> ---------------------------------------------------
>
>                 Key: CB-5685
>                 URL: https://issues.apache.org/jira/browse/CB-5685
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry, Plugin Media Capture
>         Environment: Blackberry10
>            Reporter: Matthew Keable
>            Priority: Blocker
>              Labels: blackberry, capture, video
>
> In Cordova 3.3.1 with the latest versions of Media Capture and File plugins, 
> calling the Video Capture plugin like this:
> navigator.device.capture.captureVideo(onVideoCaptureSuccess, 
> onVideoCaptureError, {
>             limit : 1,
>             duration : 3000
>         });
> On a Blackberry Z10 running Blackberry 10.2.0.1791 with a project built 
> against the Blackberry 10.2.0.15 NDK results in a 
> CaptureError.CAPTURE_INTERNAL_ERR
> Videos are being recorded because they can be found in the device video 
> gallery, but it seems that the plugin does not receive them.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to