[
https://issues.apache.org/jira/browse/CB-8059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14225019#comment-14225019
]
Joe Bowser commented on CB-8059:
--------------------------------
No activity to record sound? Sounds like there's a problem with the device not
having the Default Voice Recorder registered on the intent. :( I'll try
reproducing on this end, but I think this may be a device issue. Remember that
we just fire intents to integrate into Android. If the OS is mis-cofigured,
Cordova just won't work. Did you put a custom ROM?
> capture.captureAudio not working in nexus 7
> -------------------------------------------
>
> Key: CB-8059
> URL: https://issues.apache.org/jira/browse/CB-8059
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android, Plugin Media Capture
> Affects Versions: 3.5.0
> Reporter: Jon Mathew
> Labels: media-capture
> Attachments: screenshot-1.png
>
> Original Estimate: 96h
> Remaining Estimate: 96h
>
> I'm developing one simple application using phonegap for Android devices, in
> which one of the functionality is Audio Recording. The snippet to capture
> voice is as below -
> function captureAudio() {
> navigator.device.capture.captureAudio(captureSuccess, captureError, {
> limit: 1, duration: 60 });
> }
> The application is running as expected in Samsung Tab 2 (Android version
> 4.1.2) and user can able to record the voice.
> The same application I had deployed on Lenovo A 1000 (Android version 4.1.2)
> and nexus 7 (Android 4.4) but default voice recorder is not opening and I'm
> getting following error in logcat -
> In Cordova 3.x version:- android.content.ActivityNotFoundException: No
> Activity found to handle Intent {
> act=android.provider.MediaStore.RECORD_SOUND }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]