Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CECADEE37 for ; Mon, 4 Feb 2013 12:50:21 +0000 (UTC) Received: (qmail 19160 invoked by uid 500); 4 Feb 2013 12:50:21 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 18775 invoked by uid 500); 4 Feb 2013 12:50:20 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 18567 invoked by uid 500); 4 Feb 2013 12:50:13 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 18538 invoked by uid 99); 4 Feb 2013 12:50:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2013 12:50:12 +0000 Date: Mon, 4 Feb 2013 12:50:12 +0000 (UTC) From: "Michael Selbstdenker (JIRA)" To: callback-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-2348) Filesystem Access stopped working MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Michael Selbstdenker created CB-2348: ---------------------------------------- Summary: Filesystem Access stopped working Key: CB-2348 URL: https://issues.apache.org/jira/browse/CB-2348 Project: Apache Cordova Issue Type: Bug Components: CordovaJS, iOS Affects Versions: 2.3.0 Environment: iOS 6.1 on an iPad 2 16GB 3G Reporter: Michael Selbstdenker Assignee: Filip Maj Fix For: 2.4.0 After updating an application from 2.2 to version 2.3 the file system access stopped working. Even the basic {{window.requestFileSystem(window.LocalFileSystem.PERSISTENT, 0, gotFS, fail);}} call did never returned with the success or fail callback. The only solution i found was using the 2.4.0rc1 of Cordova. With this version everything was working as before with version 2.2. I also asked this question in the Phonegap newsgroup and found somebody else with the same problem: https://groups.google.com/forum/?fromgroups=#!topic/phonegap/SDrHbXw-vs8 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira