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 2FD27200BC2 for ; Thu, 13 Oct 2016 02:07:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2ECFE160AEE; Thu, 13 Oct 2016 00:07:23 +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 7DEC4160AF8 for ; Thu, 13 Oct 2016 02:07:22 +0200 (CEST) Received: (qmail 49724 invoked by uid 500); 13 Oct 2016 00:07:21 -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 49096 invoked by uid 99); 13 Oct 2016 00:07:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2016 00:07:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 988F92C4C7B for ; Thu, 13 Oct 2016 00:07:20 +0000 (UTC) Date: Thu, 13 Oct 2016 00:07:20 +0000 (UTC) From: "salles pro services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 00:07:23 -0000 salles pro services created CB-12004: ---------------------------------------- Summary: 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