[jira] [Commented] (CB-6016) capture.captureAudio is not supported on BlackBerry10

2014-03-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933215#comment-13933215
 ] 

ASF subversion and git services commented on CB-6016:
-

Commit bd6af454227a9c791acfdb70ea592a54c888ef98 in 
cordova-plugin-media-capture's branch refs/heads/dev from 
[~bhigg...@blackberry.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=bd6af45
 ]

CB-6016 [BlackBerry10] Add audio capture capability


 capture.captureAudio is not supported on BlackBerry10
 -

 Key: CB-6016
 URL: https://issues.apache.org/jira/browse/CB-6016
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.3.0
Reporter: Doug Moscrop
Assignee: Bryan Higgins

 In a similar fashion to CB-117, captureAudio is stubbed out in the 
 media-capture plugin and simply always calls error with 
 NOT_SUPPORTED_ERROR_CODE.
 I suspect this may be due to the API offerings from BlackBerry - however, 
 captureAudio is plainly listed as being supported on BlackBerry 10 in all 
 documentation and even goes as far as to claim it will attempt to launch the 
 voice note app and return the above error status if it is not installed. 
 Recording works if I repackage my Android APK (built via Cordova) to a BAR 
 and run it via the Android runtime on BB.
 Sincere apologies if I've missed something.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6016) capture.captureAudio is not supported on BlackBerry10

2014-03-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933225#comment-13933225
 ] 

ASF GitHub Bot commented on CB-6016:


Github user bryanhiggins closed the pull request at:

https://github.com/apache/cordova-plugin-media-capture/pull/16


 capture.captureAudio is not supported on BlackBerry10
 -

 Key: CB-6016
 URL: https://issues.apache.org/jira/browse/CB-6016
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.3.0
Reporter: Doug Moscrop
Assignee: Bryan Higgins

 In a similar fashion to CB-117, captureAudio is stubbed out in the 
 media-capture plugin and simply always calls error with 
 NOT_SUPPORTED_ERROR_CODE.
 I suspect this may be due to the API offerings from BlackBerry - however, 
 captureAudio is plainly listed as being supported on BlackBerry 10 in all 
 documentation and even goes as far as to claim it will attempt to launch the 
 voice note app and return the above error status if it is not installed. 
 Recording works if I repackage my Android APK (built via Cordova) to a BAR 
 and run it via the Android runtime on BB.
 Sincere apologies if I've missed something.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6016) capture.captureAudio is not supported on BlackBerry10

2014-03-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933224#comment-13933224
 ] 

ASF GitHub Bot commented on CB-6016:


Github user bryanhiggins commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/16#issuecomment-37531680
  

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=bd6af45


 capture.captureAudio is not supported on BlackBerry10
 -

 Key: CB-6016
 URL: https://issues.apache.org/jira/browse/CB-6016
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.3.0
Reporter: Doug Moscrop
Assignee: Bryan Higgins

 In a similar fashion to CB-117, captureAudio is stubbed out in the 
 media-capture plugin and simply always calls error with 
 NOT_SUPPORTED_ERROR_CODE.
 I suspect this may be due to the API offerings from BlackBerry - however, 
 captureAudio is plainly listed as being supported on BlackBerry 10 in all 
 documentation and even goes as far as to claim it will attempt to launch the 
 voice note app and return the above error status if it is not installed. 
 Recording works if I repackage my Android APK (built via Cordova) to a BAR 
 and run it via the Android runtime on BB.
 Sincere apologies if I've missed something.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6016) capture.captureAudio is not supported on BlackBerry10

2014-03-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931886#comment-13931886
 ] 

ASF GitHub Bot commented on CB-6016:


GitHub user bryanhiggins opened a pull request:

https://github.com/apache/cordova-plugin-media-capture/pull/16

CB-6016 [BlackBerry10] Add audio capture capability

@rcruz r?

You can merge this pull request into a Git repository by running:

$ git pull 
https://github.com/blackberry-webworks/cordova-plugin-media-capture bb10Audio

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-media-capture/pull/16.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #16


commit e87583ec98a3343a1b8de82a354267ef58c717f6
Author: Bryan Higgins bhigg...@blackberry.com
Date:   2014-03-12T15:45:23Z

CB-6016 [BlackBerry10] Add audio capture capability




 capture.captureAudio is not supported on BlackBerry10
 -

 Key: CB-6016
 URL: https://issues.apache.org/jira/browse/CB-6016
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.3.0
Reporter: Doug Moscrop

 In a similar fashion to CB-117, captureAudio is stubbed out in the 
 media-capture plugin and simply always calls error with 
 NOT_SUPPORTED_ERROR_CODE.
 I suspect this may be due to the API offerings from BlackBerry - however, 
 captureAudio is plainly listed as being supported on BlackBerry 10 in all 
 documentation and even goes as far as to claim it will attempt to launch the 
 voice note app and return the above error status if it is not installed. 
 Recording works if I repackage my Android APK (built via Cordova) to a BAR 
 and run it via the Android runtime on BB.
 Sincere apologies if I've missed something.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6016) capture.captureAudio is not supported on BlackBerry10

2014-03-12 Thread Bryan Higgins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931938#comment-13931938
 ] 

Bryan Higgins commented on CB-6016:
---

An audio capture card was added to the platform as of 10.1. I've update the 
plugin to invoke this for captureAudio.

It looks like the docs from BBOS were incorrectly brought over to BB10.

 capture.captureAudio is not supported on BlackBerry10
 -

 Key: CB-6016
 URL: https://issues.apache.org/jira/browse/CB-6016
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.3.0
Reporter: Doug Moscrop
Assignee: Bryan Higgins

 In a similar fashion to CB-117, captureAudio is stubbed out in the 
 media-capture plugin and simply always calls error with 
 NOT_SUPPORTED_ERROR_CODE.
 I suspect this may be due to the API offerings from BlackBerry - however, 
 captureAudio is plainly listed as being supported on BlackBerry 10 in all 
 documentation and even goes as far as to claim it will attempt to launch the 
 voice note app and return the above error status if it is not installed. 
 Recording works if I repackage my Android APK (built via Cordova) to a BAR 
 and run it via the Android runtime on BB.
 Sincere apologies if I've missed something.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6016) capture.captureAudio is not supported on BlackBerry10

2014-03-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13932124#comment-13932124
 ] 

ASF GitHub Bot commented on CB-6016:


Github user rcruz commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/16#issuecomment-37445177
  
r+


 capture.captureAudio is not supported on BlackBerry10
 -

 Key: CB-6016
 URL: https://issues.apache.org/jira/browse/CB-6016
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.3.0
Reporter: Doug Moscrop
Assignee: Bryan Higgins

 In a similar fashion to CB-117, captureAudio is stubbed out in the 
 media-capture plugin and simply always calls error with 
 NOT_SUPPORTED_ERROR_CODE.
 I suspect this may be due to the API offerings from BlackBerry - however, 
 captureAudio is plainly listed as being supported on BlackBerry 10 in all 
 documentation and even goes as far as to claim it will attempt to launch the 
 voice note app and return the above error status if it is not installed. 
 Recording works if I repackage my Android APK (built via Cordova) to a BAR 
 and run it via the Android runtime on BB.
 Sincere apologies if I've missed something.



--
This message was sent by Atlassian JIRA
(v6.2#6252)