Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 596B3200B9D for ; Thu, 13 Oct 2016 23:10:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54E7C160AF6; Thu, 13 Oct 2016 21:10:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9D053160AD2 for ; Thu, 13 Oct 2016 23:10:23 +0200 (CEST) Received: (qmail 28675 invoked by uid 500); 13 Oct 2016 21:10:22 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 28663 invoked by uid 99); 13 Oct 2016 21:10:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2016 21:10:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 90DCC2C4C74 for ; Thu, 13 Oct 2016 21:10:22 +0000 (UTC) Date: Thu, 13 Oct 2016 21:10:22 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-12004) cordova-plugin-media 2.4.0 : open failed: EROFS (Read-only file system) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 13 Oct 2016 21:10:24 -0000 [ https://issues.apache.org/jira/browse/CB-12004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15573191#comment-15573191 ] Joe Bowser edited comment on CB-12004 at 10/13/16 9:10 PM: ----------------------------------------------------------- Can you provide more information, such as which device you are currently using? Also, did you grant FS access? was (Author: bowserj): Can you provide more information, such as which device, and what version of Android you're currently using? > cordova-plugin-media 2.4.0 : open failed: EROFS (Read-only file system) > ----------------------------------------------------------------------- > > Key: CB-12004 > URL: https://issues.apache.org/jira/browse/CB-12004 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 2.4.0 > Environment: Android 6.0.1 > Reporter: salles pro services > > 10-12 20:58:12.549 9230 9291 W System.err: java.io.FileNotFoundException: /storage/emulated/0/tmprecording-1476316692548.3gp: open failed: EROFS (Read-only file system) > 10-12 20:58:12.549 9230 9291 W System.err: at libcore.io.IoBridge.open(IoBridge.java:452) > 10-12 20:58:12.549 9230 9291 W System.err: at java.io.RandomAccessFile.(RandomAccessFile.java:117) > 10-12 20:58:12.549 9230 9291 W System.err: at java.io.RandomAccessFile.(RandomAccessFile.java:149) > 10-12 20:58:12.549 9230 9291 W System.err: at android.media.MediaRecorder.prepare(MediaRecorder.java:784) > 10-12 20:58:12.549 9230 9291 W System.err: at org.apache.cordova.media.AudioPlayer.startRecording(AudioPlayer.java:159) > 10-12 20:58:12.549 9230 9291 W System.err: at org.apache.cordova.media.AudioHandler.startRecordingAudio(AudioHandler.java:287) > 10-12 20:58:12.549 9230 9291 W System.err: at org.apache.cordova.media.AudioHandler.promptForRecord(AudioHandler.java:543) > 10-12 20:58:12.549 9230 9291 W System.err: at org.apache.cordova.media.AudioHandler.execute(AudioHandler.java:118) > 10-12 20:58:12.549 9230 9291 W System.err: at org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:98) > 10-12 20:58:12.549 9230 9291 W System.err: at org.apache.cordova.PluginManager.exec(PluginManager.java:133) > 10-12 20:58:12.549 9230 9291 W System.err: at org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:59) > 10-12 20:58:12.549 9230 9291 W System.err: at org.apache.cordova.engine.SystemExposedJsApi.exec(SystemExposedJsApi.java:41) > 10-12 20:58:12.549 9230 9291 W System.err: at org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method) > 10-12 20:58:12.549 9230 9291 W System.err: at org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:39) > 10-12 20:58:12.549 9230 9291 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102) > 10-12 20:58:12.549 9230 9291 W System.err: at android.os.Looper.loop(Looper.java:148) > 10-12 20:58:12.550 9230 9291 W System.err: at android.os.HandlerThread.run(HandlerThread.java:61) > 10-12 20:58:12.550 9230 9291 W System.err: Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) > 10-12 20:58:12.550 9230 9291 W System.err: at libcore.io.Posix.open(Native Method) > 10-12 20:58:12.550 9230 9291 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186) > 10-12 20:58:12.550 9230 9291 W System.err: at libcore.io.IoBridge.open(IoBridge.java:438) > 10-12 20:58:12.550 9230 9291 W System.err: ... 16 more > 10-12 20:58:12.550 9230 9291 W PluginManager: THREAD WARNING: exec() call to Media.startRecordingAudio blocked the main thread for 21ms. Plugin should use CordovaInterface.getThreadPool() -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org