[jira] [Comment Edited] (CB-12065) How to get latitude and longitude with ionic framework in Android

2016-10-26 Thread Rachita Mathur (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15610619#comment-15610619
 ] 

Rachita Mathur edited comment on CB-12065 at 10/27/16 4:27 AM:
---

yes we have install cordova-plugin-geolocation

On Thu, Oct 27, 2016 at 5:26 AM, jcesarmobile (JIRA) 




was (Author: rachita92):
yes we have install cordova-plugin-geolocation?

On Thu, Oct 27, 2016 at 5:26 AM, jcesarmobile (JIRA) 



> How to get latitude and longitude with ionic framework in Android
> -
>
> Key: CB-12065
> URL: https://issues.apache.org/jira/browse/CB-12065
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Rachita Mathur
>
> Hi Team
> I am not able to fetch latitude longitude in android using the below code.
> The code is working fine for IOS.
> var options = { timeout: 3000, enableHighAccuracy: true };
> document.addEventListener('deviceready', function () {
> navigator.geolocation.getCurrentPosition(onSuccess, onError, options);
> });
> function onSuccess(position) 
> {
> latvalue = position.coords.latitude;
> lngvalue = position.coords.longitude;
> timestamp = position.timestamp;
> alert(latvalue);
> }
> function onError(error)
> {
> alert(error);
> }
> Please suggest what need to be done.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11554) too "brutal" app reload when title is empty

2016-10-26 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-11554.
---
Resolution: Fixed

> too "brutal" app reload when title is empty
> ---
>
> Key: CB-11554
> URL: https://issues.apache.org/jira/browse/CB-11554
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Affects Versions: 1.0.4-dev
>Reporter: Philippe Wang
>Assignee: Shazron Abdullah
>  Labels: iOS, ios, regression, triaged
>
> This patch 
> https://github.com/apache/cordova-plugin-wkwebview-engine/commit/815ed0741b9ae30b343d6429bd8ff2ad37ec5790
> introduces {if title is empty then reload the app}.
> It was really hard for me to find the reason why the app I'm working on kept 
> reloading on each resume, while I had an older build of my app not having 
> this bad feature. Shouldn't there be at least a warning message explaining 
> why the app reloads? It'd be even better to find some better criteria.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12065) How to get latitude and longitude with ionic framework in Android

2016-10-26 Thread Rachita Mathur (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15610619#comment-15610619
 ] 

Rachita Mathur commented on CB-12065:
-

yes we have install cordova-plugin-geolocation?

On Thu, Oct 27, 2016 at 5:26 AM, jcesarmobile (JIRA) 



> How to get latitude and longitude with ionic framework in Android
> -
>
> Key: CB-12065
> URL: https://issues.apache.org/jira/browse/CB-12065
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Rachita Mathur
>
> Hi Team
> I am not able to fetch latitude longitude in android using the below code.
> The code is working fine for IOS.
> var options = { timeout: 3000, enableHighAccuracy: true };
> document.addEventListener('deviceready', function () {
> navigator.geolocation.getCurrentPosition(onSuccess, onError, options);
> });
> function onSuccess(position) 
> {
> latvalue = position.coords.latitude;
> lngvalue = position.coords.longitude;
> timestamp = position.timestamp;
> alert(latvalue);
> }
> function onError(error)
> {
> alert(error);
> }
> Please suggest what need to be done.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-12065) How to get latitude and longitude with ionic framework in Android

2016-10-26 Thread Rachita Mathur (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15610619#comment-15610619
 ] 

Rachita Mathur edited comment on CB-12065 at 10/27/16 5:10 AM:
---

yes we have installed cordova-plugin-geolocation.

We are getting 100% latitude longitude in case of IOS  but in Android only 30%

On Thu, Oct 27, 2016 at 5:26 AM, jcesarmobile (JIRA) 




was (Author: rachita92):
yes we have installed cordova-plugin-geolocation

On Thu, Oct 27, 2016 at 5:26 AM, jcesarmobile (JIRA) 



> How to get latitude and longitude with ionic framework in Android
> -
>
> Key: CB-12065
> URL: https://issues.apache.org/jira/browse/CB-12065
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Rachita Mathur
>
> Hi Team
> I am not able to fetch latitude longitude in android using the below code.
> The code is working fine for IOS.
> var options = { timeout: 3000, enableHighAccuracy: true };
> document.addEventListener('deviceready', function () {
> navigator.geolocation.getCurrentPosition(onSuccess, onError, options);
> });
> function onSuccess(position) 
> {
> latvalue = position.coords.latitude;
> lngvalue = position.coords.longitude;
> timestamp = position.timestamp;
> alert(latvalue);
> }
> function onError(error)
> {
> alert(error);
> }
> Please suggest what need to be done.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-12065) How to get latitude and longitude with ionic framework in Android

2016-10-26 Thread Rachita Mathur (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15610619#comment-15610619
 ] 

Rachita Mathur edited comment on CB-12065 at 10/27/16 4:27 AM:
---

yes we have installed cordova-plugin-geolocation

On Thu, Oct 27, 2016 at 5:26 AM, jcesarmobile (JIRA) 




was (Author: rachita92):
yes we have install cordova-plugin-geolocation

On Thu, Oct 27, 2016 at 5:26 AM, jcesarmobile (JIRA) 



> How to get latitude and longitude with ionic framework in Android
> -
>
> Key: CB-12065
> URL: https://issues.apache.org/jira/browse/CB-12065
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Rachita Mathur
>
> Hi Team
> I am not able to fetch latitude longitude in android using the below code.
> The code is working fine for IOS.
> var options = { timeout: 3000, enableHighAccuracy: true };
> document.addEventListener('deviceready', function () {
> navigator.geolocation.getCurrentPosition(onSuccess, onError, options);
> });
> function onSuccess(position) 
> {
> latvalue = position.coords.latitude;
> lngvalue = position.coords.longitude;
> timestamp = position.timestamp;
> alert(latvalue);
> }
> function onError(error)
> {
> alert(error);
> }
> Please suggest what need to be done.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12070) edit-config doesn't work with plist files

2016-10-26 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-12070:
--
Fix Version/s: cordova-lib@6.4.1

> edit-config doesn't work with plist files
> -
>
> Key: CB-12070
> URL: https://issues.apache.org/jira/browse/CB-12070
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Darryl Pogue
> Fix For: cordova-lib@6.4.1
>
>
> Trying to use the {{edit-config}} tag in config.xml to add to the iOS 
> Info.plist file:
> {code} mode="merge">
> 
> foo
> 
> {code}
> It's giving me an error in xml_helpers.js:
> {code}Error: TypeError: doc.find is not a function
> at Object.resolveParent 
> (/Users/dpogue/Coding/cordova-app/node_modules/cordova-common/src/util/xml-helpers.js:210:26)
> at 
> /Users/dpogue/Coding/cordova-app/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:464:53
> at Array.forEach (native)
> at is_conflicting 
> (/Users/dpogue/Coding/cordova-app/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:456:17)
> at PlatformMunger.add_config_changes 
> (/Users/dpogue/Coding/cordova-app/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:204:33)
> at 
> /Users/dpogue/Coding/cordova-app/node_modules/cordova-lib/src/cordova/prepare.js:127:24
> at _fulfilled 
> (/Users/dpogue/Coding/cordova-app/platforms/ios/cordova/node_modules/q/q.js:834:54)
> at self.promiseDispatch.done 
> (/Users/dpogue/Coding/cordova-app/platforms/ios/cordova/node_modules/q/q.js:863:30)
> at Promise.promise.promiseDispatch 
> (/Users/dpogue/Coding/cordova-app/platforms/ios/cordova/node_modules/q/q.js:796:13)
> at 
> /Users/dpogue/Coding/cordova-app/platforms/ios/cordova/node_modules/q/q.js:604:44{code}
> This seems to happen because plist files are turned into JS objects when they 
> are parsed, rather than XML documents like AndroidManifest.xml or config.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12060) Keyboard replaces characters in input fields (Android System Webview 54)

2016-10-26 Thread Barry vd. Heuvel (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608645#comment-15608645
 ] 

Barry vd. Heuvel commented on CB-12060:
---

A temporary solution would be to use Crosswalk as InAppBrowser (eg. 
https://github.com/sidneys/cordova-plugin-inappbrowser-crosswalk but which is 
not up-to-date, although some bugs are fixed as PR)

> Keyboard replaces characters in input fields (Android System Webview 54)
> 
>
> Key: CB-12060
> URL: https://issues.apache.org/jira/browse/CB-12060
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Cordova Android
>Reporter: Tomas Brambora
>
> When typing into an input, the keyboard behaves in a funny way. When I press 
> `@`, it jumps to the start of the input, when I press `+` or `.`, it replaces 
> the next character with a `+` or `.`.
> This only happens with the new Android System WebView 54. It doesn't happen 
> with 53 or earlier versions. It also doesn't happen with Crosswalk.
> We can switch to Crosswalk but when calling `window.open` (e.g. when signing 
> in with Google OAuth), the page loads in the system webview which is broken.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12060) Keyboard replaces characters in input fields (Android System Webview 54)

2016-10-26 Thread jcesarmobile (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15610101#comment-15610101
 ] 

jcesarmobile commented on CB-12060:
---

are you using any javascript to validate or edit the input? 

If the problem is on the webview, I don't think we can do anything about it

> Keyboard replaces characters in input fields (Android System Webview 54)
> 
>
> Key: CB-12060
> URL: https://issues.apache.org/jira/browse/CB-12060
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Cordova Android
>Reporter: Tomas Brambora
>
> When typing into an input, the keyboard behaves in a funny way. When I press 
> `@`, it jumps to the start of the input, when I press `+` or `.`, it replaces 
> the next character with a `+` or `.`.
> This only happens with the new Android System WebView 54. It doesn't happen 
> with 53 or earlier versions. It also doesn't happen with Crosswalk.
> We can switch to Crosswalk but when calling `window.open` (e.g. when signing 
> in with Google OAuth), the page loads in the system webview which is broken.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12053) External url does not load

2016-10-26 Thread jcesarmobile (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12053.
-
Resolution: Not A Problem
  Assignee: jcesarmobile

If you want them to load in the cordova webview you have to configure your 
config.xml to allow nativation to that sites using allow-navigation tag.
If you want them to load on safari you have to configure your config.xml to 
open them in safari using allow-intent tag

Read more on 
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/index.html

> External url does not load
> --
>
> Key: CB-12053
> URL: https://issues.apache.org/jira/browse/CB-12053
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: iOS
>Reporter: Nick Brook
>Assignee: jcesarmobile
>
> In the latest Cordova-ios master Cordova doesn't seem to want to load 
> external URLs. In CDVUIWebViewNavigationDelegate 
> -webview:shouldStartLoadWithRequest:navigationType: by default allows gap://, 
> any plugin overrides, and file urls (from -defaultResourcePolicyForURL: ). 
> Should I be adding a plugin or overriding a delegate or something here to 
> load external urls? Or is this incorrect behaviour?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12062) Cordova Splashscreen Plugin Crash due to incorrect KVO observing

2016-10-26 Thread jcesarmobile (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile updated CB-12062:
--
Labels: ios pull-request-available  (was: ios)

> Cordova Splashscreen Plugin Crash due to incorrect KVO observing
> 
>
> Key: CB-12062
> URL: https://issues.apache.org/jira/browse/CB-12062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Paul Taykalo
>  Labels: ios, pull-request-available
>
> Applicaiton Crashes unexpectedly if there's more then one cordova application 
>  due to incorrect Key-Value-Observing logic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12065) How to get latitude and longitude with ionic framework in Android

2016-10-26 Thread jcesarmobile (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15610091#comment-15610091
 ] 

jcesarmobile commented on CB-12065:
---

did you install cordova-plugin-geolocation?

> How to get latitude and longitude with ionic framework in Android
> -
>
> Key: CB-12065
> URL: https://issues.apache.org/jira/browse/CB-12065
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Rachita Mathur
>
> Hi Team
> I am not able to fetch latitude longitude in android using the below code.
> The code is working fine for IOS.
> var options = { timeout: 3000, enableHighAccuracy: true };
> document.addEventListener('deviceready', function () {
> navigator.geolocation.getCurrentPosition(onSuccess, onError, options);
> });
> function onSuccess(position) 
> {
> latvalue = position.coords.latitude;
> lngvalue = position.coords.longitude;
> timestamp = position.timestamp;
> alert(latvalue);
> }
> function onError(error)
> {
> alert(error);
> }
> Please suggest what need to be done.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12038) Cordova Android Release October 20, 2016

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607581#comment-15607581
 ] 

ASF GitHub Bot commented on CB-12038:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/653


> Cordova Android Release October 20, 2016
> 
>
> Key: CB-12038
> URL: https://issues.apache.org/jira/browse/CB-12038
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Android
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12031) Cordova-Windows Platform Release October 19, 2016

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609139#comment-15609139
 ] 

ASF GitHub Bot commented on CB-12031:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/652


> Cordova-Windows Platform Release October 19, 2016
> -
>
> Key: CB-12031
> URL: https://issues.apache.org/jira/browse/CB-12031
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Windows
>Affects Versions: 4.4.3
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: release, windows
> Fix For: 4.4.3
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12039) Tools release Oct 19, 2016

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609124#comment-15609124
 ] 

ASF GitHub Bot commented on CB-12039:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/657


> Tools release Oct 19, 2016
> --
>
> Key: CB-12039
> URL: https://issues.apache.org/jira/browse/CB-12039
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI
>Reporter: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12031) Cordova-Windows Platform Release October 19, 2016

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609297#comment-15609297
 ] 

ASF GitHub Bot commented on CB-12031:
-

Github user daserge commented on the issue:

https://github.com/apache/cordova-docs/pull/652
  
Npm publish is done.
Thanks @vladimir-kotikov!


> Cordova-Windows Platform Release October 19, 2016
> -
>
> Key: CB-12031
> URL: https://issues.apache.org/jira/browse/CB-12031
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Windows
>Affects Versions: 4.4.3
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: release, windows
> Fix For: 4.4.3
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12039) Tools release Oct 19, 2016

2016-10-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609123#comment-15609123
 ] 

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

Commit cd16bb4b5e2ef7cb0174e391f98ff332643d5bfb in cordova-docs's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=cd16bb4 ]

CB-12039: added tools release blog post


> Tools release Oct 19, 2016
> --
>
> Key: CB-12039
> URL: https://issues.apache.org/jira/browse/CB-12039
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI
>Reporter: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12031) Cordova-Windows Platform Release October 19, 2016

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609131#comment-15609131
 ] 

ASF GitHub Bot commented on CB-12031:
-

Github user stevengill commented on the issue:

https://github.com/apache/cordova-docs/pull/652
  
Merging this in and building the site now. I'll deploy it. You publish 
windows to npm


> Cordova-Windows Platform Release October 19, 2016
> -
>
> Key: CB-12031
> URL: https://issues.apache.org/jira/browse/CB-12031
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Windows
>Affects Versions: 4.4.3
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: release, windows
> Fix For: 4.4.3
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12031) Cordova-Windows Platform Release October 19, 2016

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609166#comment-15609166
 ] 

ASF GitHub Bot commented on CB-12031:
-

Github user daserge commented on the issue:

https://github.com/apache/cordova-docs/pull/652
  
Thank you Steven!


> Cordova-Windows Platform Release October 19, 2016
> -
>
> Key: CB-12031
> URL: https://issues.apache.org/jira/browse/CB-12031
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Windows
>Affects Versions: 4.4.3
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: release, windows
> Fix For: 4.4.3
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12031) Cordova-Windows Platform Release October 19, 2016

2016-10-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609138#comment-15609138
 ] 

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

Commit 3e95909114ecfe9651bd3ee8bf4ad75fbe042d69 in cordova-docs's branch 
refs/heads/master from [~daserge]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=3e95909 ]

CB-12031 Add windows@4.4.3 release blog post

 This closes #652


> Cordova-Windows Platform Release October 19, 2016
> -
>
> Key: CB-12031
> URL: https://issues.apache.org/jira/browse/CB-12031
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Windows
>Affects Versions: 4.4.3
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: release, windows
> Fix For: 4.4.3
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12067) Mobile Spec is missing cordova-plugin-compat, any plugins that require compat changes don't compile

2016-10-26 Thread Joe Bowser (JIRA)
Joe Bowser created CB-12067:
---

 Summary: Mobile Spec is missing cordova-plugin-compat, any plugins 
that require compat changes don't compile
 Key: CB-12067
 URL: https://issues.apache.org/jira/browse/CB-12067
 Project: Apache Cordova
  Issue Type: Bug
  Components: mobile-spec
Reporter: Joe Bowser
Assignee: Joe Bowser
Priority: Blocker






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12067) Mobile Spec is missing cordova-plugin-compat, any plugins that require compat changes don't compile

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609544#comment-15609544
 ] 

ASF GitHub Bot commented on CB-12067:
-

GitHub user infil00p opened a pull request:

https://github.com/apache/cordova-mobile-spec/pull/141

CB-12067: Added cordova-plugin-compat to default plugins



### Platforms affected
Android

### What does this PR do?
Fixes mobilespec so that we can do dev on cordova-plugin-compat and plugins 
that need to use it AT THE SAME TIME

### What testing has been done on this change?
I ran mobilespec and it worked.

### Checklist
- [ x] [Reported an 
issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
- [ x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ x] Added automated test coverage as appropriate for this change.



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

$ git pull https://github.com/infil00p/cordova-mobile-spec 
compat_plugin_addition

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

https://github.com/apache/cordova-mobile-spec/pull/141.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 #141


commit 265963e24e6d278c716460974b3022fdb06f9551
Author: Joe Bowser 
Date:   2016-10-26T20:14:40Z

CB-12067: Added cordova-plugin-compat to default plugins




> Mobile Spec is missing cordova-plugin-compat, any plugins that require compat 
> changes don't compile
> ---
>
> Key: CB-12067
> URL: https://issues.apache.org/jira/browse/CB-12067
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12004) cordova-plugin-media 2.4.0 : open failed: EROFS (Read-only file system)

2016-10-26 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-12004.
-
Resolution: Won't Fix

This is a problem with the third party plugin and not with our media plugin 
that requests permissions.  We don't support third party plugin errors such as 
this, and you should message the developer of that plugin.

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-12004) cordova-plugin-media 2.4.0 : open failed: EROFS (Read-only file system)

2016-10-26 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609554#comment-15609554
 ] 

Joe Bowser edited comment on CB-12004 at 10/26/16 8:21 PM:
---

This is a problem with the third party plugin and not with our media plugin 
that requests permissions.  We don't support third party plugin errors such as 
this, and you should message the developer of that plugin.

I tested on the same model of phone, just to be sure.


was (Author: bowserj):
This is a problem with the third party plugin and not with our media plugin 
that requests permissions.  We don't support third party plugin errors such as 
this, and you should message the developer of that plugin.

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11625) Camera crashes due to FileUriExposedException issues

2016-10-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609510#comment-15609510
 ] 

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

Commit 23520f8e5d45f4231195db3f12748545a74c1340 in cordova-plugin-compat's 
branch refs/heads/master from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-compat.git;h=23520f8 
]

CB-11625: Adding the BuildConfig fetching code as a backup to using a new 
preference

This closes #2


> Camera crashes due to FileUriExposedException issues
> 
>
> Key: CB-11625
> URL: https://issues.apache.org/jira/browse/CB-11625
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Reporter: Joe Bowser
>  Labels: android, nougat, triaged
>
> There is a new URI that checks if the File URI is exposed.  It seems the 
> Android team wants to make our lives awful by using their content providers 
> that don't work with the web.  This is related to CB-11592



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12062) Cordova Splashscreen Plugin Crash due to incorrect KVO observing

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609450#comment-15609450
 ] 

ASF GitHub Bot commented on CB-12062:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/117
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-splashscreen/pull/117/commits/58044c7b16ab84652b0545e19b1cdc8636d83c51)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/31//PLATFORM=android/artifact/)
 |
 



> Cordova Splashscreen Plugin Crash due to incorrect KVO observing
> 
>
> Key: CB-12062
> URL: https://issues.apache.org/jira/browse/CB-12062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Paul Taykalo
>  Labels: ios
>
> Applicaiton Crashes unexpectedly if there's more then one cordova application 
>  due to incorrect Key-Value-Observing logic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12039) Tools release Oct 19, 2016

2016-10-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609574#comment-15609574
 ] 

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

Commit 1766733 from [~stevegill]
[ https://svn.apache.org/r1766733 ]

CB-12039 updating docs and publishing blog posts

> Tools release Oct 19, 2016
> --
>
> Key: CB-12039
> URL: https://issues.apache.org/jira/browse/CB-12039
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI
>Reporter: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12068) Camera doesn't save the image on Moto X Play

2016-10-26 Thread Joe Bowser (JIRA)
Joe Bowser created CB-12068:
---

 Summary: Camera doesn't save the image on Moto X Play
 Key: CB-12068
 URL: https://issues.apache.org/jira/browse/CB-12068
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
Reporter: Joe Bowser
Assignee: Joe Bowser


The Camera Mobile Spec test fails on the Moto X Play running Android 6.0.1.

The same plugin works on the Nexus 5 (Android 6.0.1), Xiaomi Miui 8 (based on 
Android 6.0.1)

Testing on other devices now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12062) Cordova Splashscreen Plugin Crash due to incorrect KVO observing

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607732#comment-15607732
 ] 

ASF GitHub Bot commented on CB-12062:
-

GitHub user PaulTaykalo reopened a pull request:

https://github.com/apache/cordova-plugin-splashscreen/pull/117

CB-12062: (ios) Fix crash when listening for KVO changes for deallocated 
object

### Platforms affected
ios

### What does this PR do?
Fix crash when listening for KVO changes for deallocated object

### What testing has been done on this change?
Tests aded


### Checklist
- ✅ [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- ✅ Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- ✅ Added automated test coverage as appropriate for this change.



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

$ git pull https://github.com/PaulTaykalo/cordova-plugin-splashscreen 
fix/kvo-crashing-fix

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

https://github.com/apache/cordova-plugin-splashscreen/pull/117.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 #117


commit 58044c7b16ab84652b0545e19b1cdc8636d83c51
Author: Paul Taykalo 
Date:   2016-10-25T14:49:05Z

Fix crash when listening for KVO changes




> Cordova Splashscreen Plugin Crash due to incorrect KVO observing
> 
>
> Key: CB-12062
> URL: https://issues.apache.org/jira/browse/CB-12062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Paul Taykalo
>  Labels: ios
>
> Applicaiton Crashes unexpectedly if there's more then one cordova application 
>  due to incorrect Key-Value-Observing logic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12062) Cordova Splashscreen Plugin Crash due to incorrect KVO observing

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607731#comment-15607731
 ] 

ASF GitHub Bot commented on CB-12062:
-

Github user PaulTaykalo closed the pull request at:

https://github.com/apache/cordova-plugin-splashscreen/pull/117


> Cordova Splashscreen Plugin Crash due to incorrect KVO observing
> 
>
> Key: CB-12062
> URL: https://issues.apache.org/jira/browse/CB-12062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Paul Taykalo
>  Labels: ios
>
> Applicaiton Crashes unexpectedly if there's more then one cordova application 
>  due to incorrect Key-Value-Observing logic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12066) Paramedic sometimes hang on Windows when adding Android platform

2016-10-26 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-12066:
--

 Summary: Paramedic sometimes hang on Windows when adding Android 
platform
 Key: CB-12066
 URL: https://issues.apache.org/jira/browse/CB-12066
 Project: Apache Cordova
  Issue Type: Bug
  Components: Paramedic
Affects Versions: Master
Reporter: Alexander Sorokin
Assignee: Alexander Sorokin


{noformat}
cordova-paramedic: adding platform : 
android@https://github.com/apache/cordova-android.git
Warning: using prerelease version 6.4.1-dev (cordova-lib@6.4.1-dev)
git cloning: https://github.com/apache/cordova-android.git
Repository "https://github.com/apache/cordova-android.git; checked out to git 
ref "master".
Warning: using prerelease platform android@6.1.0-dev.
Use 'cordova platform add android@latest' to add the latest published version 
instead.
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms\android
Package: io.cordova.hellocordova
Name: HelloCordova
Activity: MainActivity
Android target: android-24
Subproject Path: CordovaLib
Android project created with cordova-android@6.1.0-dev
Installing "cordova-plugin-device" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Starting a new Gradle Daemon for this build (subsequent builds will be faster).
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 44.873 secs
Installing "cordova-plugin-file-transfer" for android
Installing "cordova-plugin-file" for android
Fetching plugin "cordova-plugin-compat" via npm
Installing "cordova-plugin-compat" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 5.454 secs
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 5.989 secs

The Android Persistent storage location now defaults to "Internal". Please 
check this plugin's README to see if your application needs any changes in its 
config.xml.

If this is a new application no changes are required.

If this is an update to an existing application that did not specify an 
"AndroidPersistentFileLocation" you may need to add:

  ""

to config.xml in order for the application to find previously stored files.

ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 7.376 secs
Installing "cordova-plugin-file-transfer-tests" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 10.043 secs
Installing "cordova-plugin-paramedic" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 12.33 secs
Installing "cordova-plugin-test-framework" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 7.115 secs
Tests will use the following file transfer server address: http://10.0.2.2:5000
Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
project
Fetching plugin "cordova-plugin-whitelist@1" via npm
Installing "cordova-plugin-whitelist" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 10.322 secs

   This plugin is only applicable for versions of cordova-android 
greater than 4.0. If you have a previous platform version, you do *not* need 
this plugin since the whitelist will be built in.
{noformat}

It happens only with the master Android platform version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: 

[jira] [Commented] (CB-12059) No devices returned by cordova run windows --list

2016-10-26 Thread Vladimir Kotikov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607965#comment-15607965
 ] 

Vladimir Kotikov commented on CB-12059:
---

bq. {{Cannot launch the app with current version of Windows 10 SDK tools. You 
will have to launch the app after installation is completed}}
This message is emitted always when you're trying to deploy app to windows 
phone device. There was some bug in WinAppDeployCmd that was preventing us from 
launching app after installation. This might have been fixed already, but we 
didn't have a chance to revisit this, so this is actually not an error, just 
warning that you may safely ignore.

bq. {{Error: Unexpected error from installation...}}
This basically means that something is happened inside WinAppDeployCmd, we 
don't know how to handle. Even though the app has been installed, 
WinAppDeployCmd returned an error, and since we can't check if the app was 
really installed updated on device, we just report this error back assuming 
that if something went wrong then the app probably hasn't been installed.

If you feel that this is an issue for you, please open a separate ticket, 
perhaps with more detailed repro steps, so we can validate the problem and see 
if it's possible to fix it at our end.

Thanks.

> No devices returned by cordova run windows --list
> -
>
> Key: CB-12059
> URL: https://issues.apache.org/jira/browse/CB-12059
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
>Reporter: Graeme Mawson
>  Labels: reproduced, triaged
>
> Cordova CLI v6.3.1, Cordova Windows v4.4.2 on Surface Pro 4.
> I have Visual Studio 2015 installed and the Win 10 SDK and can successfully 
> deploy my apps to the SurfacePro using the Cordova command line via:
> cordova run windows
> I have a Lumia 550 Windows 10 phone connected via USB to the SurfacePro and 
> have enabled Developer Mode, Device discovery and Device Portal (without 
> Authentication) on the phone in the Settings under "For Developers".
> I can deploy to this phone by opening the CordovaApp.sln file generated by 
> Cordova in Visual Studio, selecting ARM and deploying to the attached device. 
> It works well.
> When I run this command:
> WinAppDeployCmd devices
> I get this output which indicates that my phone is found:
> Discovering devices...
> IP Address  GUID   Model/Name
> 127.0.0.1Lumia 550 (RM-1127)
> Done.
> However, when I run the following Cordova CLI command:
> cordova run windows --list
> I get this output which indicates no devices found:
> Available windows devices:
> Available windows virtual devices:
> Given that Cordova doesn't recognise my attached device, I am not able to 
> deploy directly to it using the Cordova CLI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-6229) Hide location but show Done button

2016-10-26 Thread Jesse MacFadyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-6229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen updated CB-6229:

Assignee: sterling gerritz

> Hide location but show Done button
> --
>
> Key: CB-6229
> URL: https://issues.apache.org/jira/browse/CB-6229
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Android, Plugin InAppBrowser
>Affects Versions: 3.4.0
>Reporter: Jacob Weber
>Assignee: sterling gerritz
>Priority: Minor
>
> Can we have a configuration for Android that hides the URL, but shows the 
> Done button (and the back/forward buttons)? This would make it similar to the 
> iOS behavior when you set "location=no".
> Some other people have discussed the issue here:
> http://stackoverflow.com/questions/15348871/how-can-i-get-the-cordova-inappbrowser-to-provide-a-way-for-the-user-to-close-th



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12062) Cordova Splashscreen Plugin Crash due to incorrect KVO observing

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607729#comment-15607729
 ] 

ASF GitHub Bot commented on CB-12062:
-

Github user PaulTaykalo commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/117
  
Rebuild, please


> Cordova Splashscreen Plugin Crash due to incorrect KVO observing
> 
>
> Key: CB-12062
> URL: https://issues.apache.org/jira/browse/CB-12062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Paul Taykalo
>  Labels: ios
>
> Applicaiton Crashes unexpectedly if there's more then one cordova application 
>  due to incorrect Key-Value-Observing logic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12066) Paramedic sometimes hang on Windows when adding Android platform

2016-10-26 Thread Alexander Sorokin (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Sorokin updated CB-12066:
---
Description: 
{noformat}
cordova-paramedic: adding platform : 
android@https://github.com/apache/cordova-android.git
Warning: using prerelease version 6.4.1-dev (cordova-lib@6.4.1-dev)
git cloning: https://github.com/apache/cordova-android.git
Repository "https://github.com/apache/cordova-android.git; checked out to git 
ref "master".
Warning: using prerelease platform android@6.1.0-dev.
Use 'cordova platform add android@latest' to add the latest published version 
instead.
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms\android
Package: io.cordova.hellocordova
Name: HelloCordova
Activity: MainActivity
Android target: android-24
Subproject Path: CordovaLib
Android project created with cordova-android@6.1.0-dev
Installing "cordova-plugin-device" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Starting a new Gradle Daemon for this build (subsequent builds will be faster).
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 44.873 secs
Installing "cordova-plugin-file-transfer" for android
Installing "cordova-plugin-file" for android
Fetching plugin "cordova-plugin-compat" via npm
Installing "cordova-plugin-compat" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 5.454 secs
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 5.989 secs

The Android Persistent storage location now defaults to "Internal". Please 
check this plugin's README to see if your application needs any changes in its 
config.xml.

If this is a new application no changes are required.

If this is an update to an existing application that did not specify an 
"AndroidPersistentFileLocation" you may need to add:

  ""

to config.xml in order for the application to find previously stored files.

ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 7.376 secs
Installing "cordova-plugin-file-transfer-tests" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 10.043 secs
Installing "cordova-plugin-paramedic" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 12.33 secs
Installing "cordova-plugin-test-framework" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 7.115 secs
Tests will use the following file transfer server address: http://10.0.2.2:5000
Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
project
Fetching plugin "cordova-plugin-whitelist@1" via npm
Installing "cordova-plugin-whitelist" for android
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:clean
:CordovaLib:clean

BUILD SUCCESSFUL

Total time: 10.322 secs

   This plugin is only applicable for versions of cordova-android 
greater than 4.0. If you have a previous platform version, you do *not* need 
this plugin since the whitelist will be built in.
{noformat}

It happens only with the master Android platform version and only on Windows.

  was:
{noformat}
cordova-paramedic: adding platform : 
android@https://github.com/apache/cordova-android.git
Warning: using prerelease version 6.4.1-dev (cordova-lib@6.4.1-dev)
git cloning: https://github.com/apache/cordova-android.git
Repository "https://github.com/apache/cordova-android.git; checked out to git 
ref "master".
Warning: using prerelease platform android@6.1.0-dev.
Use 'cordova platform add android@latest' to add the latest published version 
instead.
Adding 

[jira] [Issue Comment Deleted] (CB-12066) Paramedic sometimes hang on Windows when adding Android platform

2016-10-26 Thread Alexander Sorokin (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Sorokin updated CB-12066:
---
Comment: was deleted

(was: Investigation shows that this can be an issue related to synchronous 
shelljs execution.)

> Paramedic sometimes hang on Windows when adding Android platform
> 
>
> Key: CB-12066
> URL: https://issues.apache.org/jira/browse/CB-12066
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Paramedic
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> {noformat}
> cordova-paramedic: adding platform : 
> android@https://github.com/apache/cordova-android.git
> Warning: using prerelease version 6.4.1-dev (cordova-lib@6.4.1-dev)
> git cloning: https://github.com/apache/cordova-android.git
> Repository "https://github.com/apache/cordova-android.git; checked out to git 
> ref "master".
> Warning: using prerelease platform android@6.1.0-dev.
> Use 'cordova platform add android@latest' to add the latest published version 
> instead.
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms\android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-24
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.1.0-dev
> Installing "cordova-plugin-device" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Starting a new Gradle Daemon for this build (subsequent builds will be 
> faster).
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 44.873 secs
> Installing "cordova-plugin-file-transfer" for android
> Installing "cordova-plugin-file" for android
> Fetching plugin "cordova-plugin-compat" via npm
> Installing "cordova-plugin-compat" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 5.454 secs
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 5.989 secs
> The Android Persistent storage location now defaults to "Internal". Please 
> check this plugin's README to see if your application needs any changes in 
> its config.xml.
> If this is a new application no changes are required.
> If this is an update to an existing application that did not specify an 
> "AndroidPersistentFileLocation" you may need to add:
>   " />"
> to config.xml in order for the application to find previously stored files.
> 
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 7.376 secs
> Installing "cordova-plugin-file-transfer-tests" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 10.043 secs
> Installing "cordova-plugin-paramedic" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 12.33 secs
> Installing "cordova-plugin-test-framework" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 7.115 secs
> Tests will use the following file transfer server address: 
> http://10.0.2.2:5000
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
> project
> Fetching plugin "cordova-plugin-whitelist@1" via npm
> Installing "cordova-plugin-whitelist" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 

[jira] [Commented] (CB-12066) Paramedic sometimes hang on Windows when adding Android platform

2016-10-26 Thread Alexander Sorokin (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607778#comment-15607778
 ] 

Alexander Sorokin commented on CB-12066:


Investigation shows that this can be an issue related to synchronous shelljs 
execution.

> Paramedic sometimes hang on Windows when adding Android platform
> 
>
> Key: CB-12066
> URL: https://issues.apache.org/jira/browse/CB-12066
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Paramedic
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> {noformat}
> cordova-paramedic: adding platform : 
> android@https://github.com/apache/cordova-android.git
> Warning: using prerelease version 6.4.1-dev (cordova-lib@6.4.1-dev)
> git cloning: https://github.com/apache/cordova-android.git
> Repository "https://github.com/apache/cordova-android.git; checked out to git 
> ref "master".
> Warning: using prerelease platform android@6.1.0-dev.
> Use 'cordova platform add android@latest' to add the latest published version 
> instead.
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms\android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-24
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.1.0-dev
> Installing "cordova-plugin-device" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Starting a new Gradle Daemon for this build (subsequent builds will be 
> faster).
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 44.873 secs
> Installing "cordova-plugin-file-transfer" for android
> Installing "cordova-plugin-file" for android
> Fetching plugin "cordova-plugin-compat" via npm
> Installing "cordova-plugin-compat" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 5.454 secs
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 5.989 secs
> The Android Persistent storage location now defaults to "Internal". Please 
> check this plugin's README to see if your application needs any changes in 
> its config.xml.
> If this is a new application no changes are required.
> If this is an update to an existing application that did not specify an 
> "AndroidPersistentFileLocation" you may need to add:
>   " />"
> to config.xml in order for the application to find previously stored files.
> 
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 7.376 secs
> Installing "cordova-plugin-file-transfer-tests" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 10.043 secs
> Installing "cordova-plugin-paramedic" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 12.33 secs
> Installing "cordova-plugin-test-framework" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 7.115 secs
> Tests will use the following file transfer server address: 
> http://10.0.2.2:5000
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
> project
> Fetching plugin "cordova-plugin-whitelist@1" via npm
> Installing "cordova-plugin-whitelist" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total 

[jira] [Commented] (CB-10974) Cordova file transfer Content-Length header problem

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607793#comment-15607793
 ] 

ASF GitHub Bot commented on CB-10974:
-

Github user daserge commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/141
  
I've tested the file-transfer tests via logging out the headers from 
whatheaders.com (in filetransfer.spec.27) and from local server headers echo 
endpoint (in `chunkedMode handling`) - and `Transfer-Encoding` is not being 
included in the requests.
The only exception - is using chunkedMode=true, which leads to 
`Transfer-Encoding=chunked`.

What Android OS version has the issue? I've tested this on 5.0.1 device.


> Cordova file transfer Content-Length header problem
> ---
>
> Key: CB-10974
> URL: https://issues.apache.org/jira/browse/CB-10974
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
> Environment: iPad Mini 2 with iOS 9.3
>Reporter: Roman Lapotchkin
>Assignee: Sergey Shakhnazarov
>  Labels: iOS, triaged
>
> The Content-Length header always sending even options.chunkedMode is true. It 
> expected header Transfer-Encoding: chuncked. When i commented this code in 
> src/ios/CDVFileTransfer.m at line 232 it works:
> [req setValue:[[NSNumber numberWithLongLong:totalPayloadLength] stringValue] 
> forHTTPHeaderField:@"Content-Length"];



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12031) Cordova-Windows Platform Release October 19, 2016

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607858#comment-15607858
 ] 

ASF GitHub Bot commented on CB-12031:
-

Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-docs/pull/652
  
LGTM


> Cordova-Windows Platform Release October 19, 2016
> -
>
> Key: CB-12031
> URL: https://issues.apache.org/jira/browse/CB-12031
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Windows
>Affects Versions: 4.4.3
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: release, windows
> Fix For: 4.4.3
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12066) Paramedic sometimes hang on Windows when adding Android platform

2016-10-26 Thread Alexander Sorokin (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607779#comment-15607779
 ] 

Alexander Sorokin commented on CB-12066:


Investigation shows that this can be an issue related to synchronous shelljs 
execution.

> Paramedic sometimes hang on Windows when adding Android platform
> 
>
> Key: CB-12066
> URL: https://issues.apache.org/jira/browse/CB-12066
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Paramedic
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> {noformat}
> cordova-paramedic: adding platform : 
> android@https://github.com/apache/cordova-android.git
> Warning: using prerelease version 6.4.1-dev (cordova-lib@6.4.1-dev)
> git cloning: https://github.com/apache/cordova-android.git
> Repository "https://github.com/apache/cordova-android.git; checked out to git 
> ref "master".
> Warning: using prerelease platform android@6.1.0-dev.
> Use 'cordova platform add android@latest' to add the latest published version 
> instead.
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms\android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-24
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.1.0-dev
> Installing "cordova-plugin-device" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Starting a new Gradle Daemon for this build (subsequent builds will be 
> faster).
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 44.873 secs
> Installing "cordova-plugin-file-transfer" for android
> Installing "cordova-plugin-file" for android
> Fetching plugin "cordova-plugin-compat" via npm
> Installing "cordova-plugin-compat" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 5.454 secs
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 5.989 secs
> The Android Persistent storage location now defaults to "Internal". Please 
> check this plugin's README to see if your application needs any changes in 
> its config.xml.
> If this is a new application no changes are required.
> If this is an update to an existing application that did not specify an 
> "AndroidPersistentFileLocation" you may need to add:
>   " />"
> to config.xml in order for the application to find previously stored files.
> 
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 7.376 secs
> Installing "cordova-plugin-file-transfer-tests" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 10.043 secs
> Installing "cordova-plugin-paramedic" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 12.33 secs
> Installing "cordova-plugin-test-framework" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total time: 7.115 secs
> Tests will use the following file transfer server address: 
> http://10.0.2.2:5000
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
> project
> Fetching plugin "cordova-plugin-whitelist@1" via npm
> Installing "cordova-plugin-whitelist" for android
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_112
> Subproject Path: CordovaLib
> Incremental java compilation is an incubating feature.
> :clean
> :CordovaLib:clean
> BUILD SUCCESSFUL
> Total 

[jira] [Commented] (CB-12039) Tools release Oct 19, 2016

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607615#comment-15607615
 ] 

ASF GitHub Bot commented on CB-12039:
-

GitHub user stevengill opened a pull request:

https://github.com/apache/cordova-docs/pull/657

CB-12039: added tools release blog post

Please review

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

$ git pull https://github.com/stevengill/cordova-docs master

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

https://github.com/apache/cordova-docs/pull/657.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 #657






> Tools release Oct 19, 2016
> --
>
> Key: CB-12039
> URL: https://issues.apache.org/jira/browse/CB-12039
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI
>Reporter: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-12059) No devices returned by cordova run windows --list

2016-10-26 Thread Vladimir Kotikov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607965#comment-15607965
 ] 

Vladimir Kotikov edited comment on CB-12059 at 10/26/16 9:23 AM:
-

bq. {{Cannot launch the app with current version of Windows 10 SDK tools. You 
will have to launch the app after installation is completed}}
This message is emitted always when you're trying to deploy app to windows 
phone 10 device. There was some bug in WinAppDeployCmd that was preventing us 
from launching app after installation. This might have been fixed already, but 
we didn't have a chance to revisit this, so this is actually not an error, just 
warning that you may safely ignore.

bq. {{Error: Unexpected error from installation...}}
This basically means that something has happened inside WinAppDeployCmd, we 
don't know how to handle. Even though the app has been installed, 
WinAppDeployCmd returned an error, and since we can't check if the app was 
really installed/updated on device, we just report this error back assuming 
that if something went wrong then the app probably hasn't been installed.

If you feel that this is an issue for you, please open a separate ticket, 
perhaps with more detailed repro steps, so we can validate the problem and see 
if it's possible to fix it at our end.

Thanks.


was (Author: vladimir.kotikov):
bq. {{Cannot launch the app with current version of Windows 10 SDK tools. You 
will have to launch the app after installation is completed}}
This message is emitted always when you're trying to deploy app to windows 
phone device. There was some bug in WinAppDeployCmd that was preventing us from 
launching app after installation. This might have been fixed already, but we 
didn't have a chance to revisit this, so this is actually not an error, just 
warning that you may safely ignore.

bq. {{Error: Unexpected error from installation...}}
This basically means that something is happened inside WinAppDeployCmd, we 
don't know how to handle. Even though the app has been installed, 
WinAppDeployCmd returned an error, and since we can't check if the app was 
really installed updated on device, we just report this error back assuming 
that if something went wrong then the app probably hasn't been installed.

If you feel that this is an issue for you, please open a separate ticket, 
perhaps with more detailed repro steps, so we can validate the problem and see 
if it's possible to fix it at our end.

Thanks.

> No devices returned by cordova run windows --list
> -
>
> Key: CB-12059
> URL: https://issues.apache.org/jira/browse/CB-12059
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
>Reporter: Graeme Mawson
>  Labels: reproduced, triaged
>
> Cordova CLI v6.3.1, Cordova Windows v4.4.2 on Surface Pro 4.
> I have Visual Studio 2015 installed and the Win 10 SDK and can successfully 
> deploy my apps to the SurfacePro using the Cordova command line via:
> cordova run windows
> I have a Lumia 550 Windows 10 phone connected via USB to the SurfacePro and 
> have enabled Developer Mode, Device discovery and Device Portal (without 
> Authentication) on the phone in the Settings under "For Developers".
> I can deploy to this phone by opening the CordovaApp.sln file generated by 
> Cordova in Visual Studio, selecting ARM and deploying to the attached device. 
> It works well.
> When I run this command:
> WinAppDeployCmd devices
> I get this output which indicates that my phone is found:
> Discovering devices...
> IP Address  GUID   Model/Name
> 127.0.0.1Lumia 550 (RM-1127)
> Done.
> However, when I run the following Cordova CLI command:
> cordova run windows --list
> I get this output which indicates no devices found:
> Available windows devices:
> Available windows virtual devices:
> Given that Cordova doesn't recognise my attached device, I am not able to 
> deploy directly to it using the Cordova CLI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12059) No devices returned by cordova run windows --list

2016-10-26 Thread Graeme Mawson (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graeme Mawson closed CB-12059.
--

> No devices returned by cordova run windows --list
> -
>
> Key: CB-12059
> URL: https://issues.apache.org/jira/browse/CB-12059
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
>Reporter: Graeme Mawson
>  Labels: reproduced, triaged
>
> Cordova CLI v6.3.1, Cordova Windows v4.4.2 on Surface Pro 4.
> I have Visual Studio 2015 installed and the Win 10 SDK and can successfully 
> deploy my apps to the SurfacePro using the Cordova command line via:
> cordova run windows
> I have a Lumia 550 Windows 10 phone connected via USB to the SurfacePro and 
> have enabled Developer Mode, Device discovery and Device Portal (without 
> Authentication) on the phone in the Settings under "For Developers".
> I can deploy to this phone by opening the CordovaApp.sln file generated by 
> Cordova in Visual Studio, selecting ARM and deploying to the attached device. 
> It works well.
> When I run this command:
> WinAppDeployCmd devices
> I get this output which indicates that my phone is found:
> Discovering devices...
> IP Address  GUID   Model/Name
> 127.0.0.1Lumia 550 (RM-1127)
> Done.
> However, when I run the following Cordova CLI command:
> cordova run windows --list
> I get this output which indicates no devices found:
> Available windows devices:
> Available windows virtual devices:
> Given that Cordova doesn't recognise my attached device, I am not able to 
> deploy directly to it using the Cordova CLI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12059) No devices returned by cordova run windows --list

2016-10-26 Thread Graeme Mawson (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608046#comment-15608046
 ] 

Graeme Mawson commented on CB-12059:


Thanks for the explanation.  It's all good.  As long as the app gets installed, 
I can live with the error messages :)
Regards, Graeme.

> No devices returned by cordova run windows --list
> -
>
> Key: CB-12059
> URL: https://issues.apache.org/jira/browse/CB-12059
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
>Reporter: Graeme Mawson
>  Labels: reproduced, triaged
>
> Cordova CLI v6.3.1, Cordova Windows v4.4.2 on Surface Pro 4.
> I have Visual Studio 2015 installed and the Win 10 SDK and can successfully 
> deploy my apps to the SurfacePro using the Cordova command line via:
> cordova run windows
> I have a Lumia 550 Windows 10 phone connected via USB to the SurfacePro and 
> have enabled Developer Mode, Device discovery and Device Portal (without 
> Authentication) on the phone in the Settings under "For Developers".
> I can deploy to this phone by opening the CordovaApp.sln file generated by 
> Cordova in Visual Studio, selecting ARM and deploying to the attached device. 
> It works well.
> When I run this command:
> WinAppDeployCmd devices
> I get this output which indicates that my phone is found:
> Discovering devices...
> IP Address  GUID   Model/Name
> 127.0.0.1Lumia 550 (RM-1127)
> Done.
> However, when I run the following Cordova CLI command:
> cordova run windows --list
> I get this output which indicates no devices found:
> Available windows devices:
> Available windows virtual devices:
> Given that Cordova doesn't recognise my attached device, I am not able to 
> deploy directly to it using the Cordova CLI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-7117) MediaFile.getFormatData() of newly-recorded video contains bad information

2016-10-26 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov resolved CB-7117.
--
Resolution: Fixed

Fixed by https://github.com/apache/cordova-plugin-media-capture/pull/53

> MediaFile.getFormatData() of newly-recorded video contains bad information
> --
>
> Key: CB-7117
> URL: https://issues.apache.org/jira/browse/CB-7117
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Affects Versions: 3.5.0
> Environment: iOS 7, Android 4.4
>Reporter: Matthew Curtis
>
> I use the capture plugin to record a video from the device's camera. Upon 
> completion of recording, I'd like to get the duration of the video for use in 
> my application. However, when I run this test on my iPad or Android phone, 
> the MediaFileData object contains zero-ed out information. Here's a snippet:
> {code:JavaScript}
> navigator.device.capture.captureVideo(
> function(files) {
> var videoFile = files[0];
> videoFile.getFormatData(function(fileData) {
> console.log('file data:' + JSON.stringify(fileData));
> });
> }
> );
> {code}
> The console output is:
> {code:JavaScript}
> file data:{"width":0,"duration":0,"bitrate":0,"codecs":null,"height":0}
> {code}
> As best as I can tell, I'm using this correctly. Is there something I'm 
> missing, or can this not be used for newly-created media?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-10488) MediaFile.getFormatData does not work with localURL; changed with fullPath

2016-10-26 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov closed CB-10488.
-

> MediaFile.getFormatData does not work with localURL; changed with fullPath
> --
>
> Key: CB-10488
> URL: https://issues.apache.org/jira/browse/CB-10488
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Android, iOS
>Reporter: Tanase Butcaru
>  Labels: Android, iOS, media-capture, triaged
>
> _MediaFile.getFormatData_ result data was empty (filled with default "0" 
> values) for all types of capture: image, video & audio.
> Problem encountered on Android & iOS.
> I solved this by changing the url passed to native code from _localURL_ to 
> _fullPath_.
> Tested with two different Android phones (5.1 & 4.4) & one iPhone 5 (iOS 9).
> The fix works!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10701) Cordova Media Capture Plugin Video capture results in 0 'duration'

2016-10-26 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov resolved CB-10701.
---
Resolution: Fixed

Fixed in https://github.com/apache/cordova-plugin-media-capture/pull/53

> Cordova Media Capture Plugin Video capture results in 0 'duration'
> --
>
> Key: CB-10701
> URL: https://issues.apache.org/jira/browse/CB-10701
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Intel XDK
>Reporter: Ivan
>  Labels: triaged
>
> I'm using Cordova Media Capture Plugin to capture video on android and 
> iphone. Everything works fine but one thing and that is getting duration of 
> video file.
> I'm using this code:
> navigator.device.capture.captureVideo(onSuccessVideo, onFailVideo, {limit:1, 
> duration: 120});
> function onSuccessVideo (mediaFiles) {
> mediaFiles[0].getFormatData(function(data) {
> var video_duration = data.duration;
> });
> }
> results for duration is zero on android and on iphone.
> Can you help me with this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10488) MediaFile.getFormatData does not work with localURL; changed with fullPath

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608423#comment-15608423
 ] 

ASF GitHub Bot commented on CB-10488:
-

Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/53
  
Tested and confirm, it works well. Also there is a couple of manual tests 
added for this in 7e28e9cb1d60e54ecb1e29e61d38329d9c0e62f0


> MediaFile.getFormatData does not work with localURL; changed with fullPath
> --
>
> Key: CB-10488
> URL: https://issues.apache.org/jira/browse/CB-10488
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Android, iOS
>Reporter: Tanase Butcaru
>  Labels: Android, iOS, media-capture, triaged
>
> _MediaFile.getFormatData_ result data was empty (filled with default "0" 
> values) for all types of capture: image, video & audio.
> Problem encountered on Android & iOS.
> I solved this by changing the url passed to native code from _localURL_ to 
> _fullPath_.
> Tested with two different Android phones (5.1 & 4.4) & one iPhone 5 (iOS 9).
> The fix works!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12062) Cordova Splashscreen Plugin Crash due to incorrect KVO observing

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608161#comment-15608161
 ] 

ASF GitHub Bot commented on CB-12062:
-

Github user daserge commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/117
  
Let there be tests


> Cordova Splashscreen Plugin Crash due to incorrect KVO observing
> 
>
> Key: CB-12062
> URL: https://issues.apache.org/jira/browse/CB-12062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Paul Taykalo
>  Labels: ios
>
> Applicaiton Crashes unexpectedly if there's more then one cordova application 
>  due to incorrect Key-Value-Observing logic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10974) Cordova file transfer Content-Length header problem

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608385#comment-15608385
 ] 

ASF GitHub Bot commented on CB-10974:
-

Github user royipr commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/141
  
cool Ill check that later today!


> Cordova file transfer Content-Length header problem
> ---
>
> Key: CB-10974
> URL: https://issues.apache.org/jira/browse/CB-10974
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
> Environment: iPad Mini 2 with iOS 9.3
>Reporter: Roman Lapotchkin
>Assignee: Sergey Shakhnazarov
>  Labels: iOS, triaged
>
> The Content-Length header always sending even options.chunkedMode is true. It 
> expected header Transfer-Encoding: chuncked. When i commented this code in 
> src/ios/CDVFileTransfer.m at line 232 it works:
> [req setValue:[[NSNumber numberWithLongLong:totalPayloadLength] stringValue] 
> forHTTPHeaderField:@"Content-Length"];



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10974) Cordova file transfer Content-Length header problem

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608285#comment-15608285
 ] 

ASF GitHub Bot commented on CB-10974:
-

Github user royipr commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/141
  
I have tested that on 6.0.1, Sounds weird what you saying...
I thought it might be related to AWS but if version 1.5.1 worked, there 
must be something broken with 1.6. If you need me to test more things let me 
know.


> Cordova file transfer Content-Length header problem
> ---
>
> Key: CB-10974
> URL: https://issues.apache.org/jira/browse/CB-10974
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
> Environment: iPad Mini 2 with iOS 9.3
>Reporter: Roman Lapotchkin
>Assignee: Sergey Shakhnazarov
>  Labels: iOS, triaged
>
> The Content-Length header always sending even options.chunkedMode is true. It 
> expected header Transfer-Encoding: chuncked. When i commented this code in 
> src/ios/CDVFileTransfer.m at line 232 it works:
> [req setValue:[[NSNumber numberWithLongLong:totalPayloadLength] stringValue] 
> forHTTPHeaderField:@"Content-Length"];



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10488) MediaFile.getFormatData does not work with localURL; changed with fullPath

2016-10-26 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov resolved CB-10488.
---
Resolution: Fixed

> MediaFile.getFormatData does not work with localURL; changed with fullPath
> --
>
> Key: CB-10488
> URL: https://issues.apache.org/jira/browse/CB-10488
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Android, iOS
>Reporter: Tanase Butcaru
>  Labels: Android, iOS, media-capture, triaged
>
> _MediaFile.getFormatData_ result data was empty (filled with default "0" 
> values) for all types of capture: image, video & audio.
> Problem encountered on Android & iOS.
> I solved this by changing the url passed to native code from _localURL_ to 
> _fullPath_.
> Tested with two different Android phones (5.1 & 4.4) & one iPhone 5 (iOS 9).
> The fix works!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10489) MediaFile.getFormatData for audio recordings does not work for *.amr files

2016-10-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608405#comment-15608405
 ] 

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

Commit 26f9ad109552f86f0052a1ca325a03bb07db3d16 in 
cordova-plugin-media-capture's branch refs/heads/master from [~TanaseButcaru]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=26f9ad1
 ]

CB-10489 Fix for MediaFile.getFormatData / audio recording support

This closes #53


> MediaFile.getFormatData for audio recordings does not work for *.amr files
> --
>
> Key: CB-10489
> URL: https://issues.apache.org/jira/browse/CB-10489
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Android 4.4, Android 5.1
>Reporter: Tanase Butcaru
>  Labels: Android
>
> After resolving this bug (https://issues.apache.org/jira/browse/CB-10488) I 
> still could find a case where this feature does not work properly.
> iOS behaves as it should, only on Android the issue manifests.
> On my older device with Android 4.4, the sound recorder app has the option to 
> change the file type and if I set .wav instead of .amr, the recorded file is 
> read & its data is returned as it should (no "0" value for duration, for eg.).
> So the problem might be the .amr files.
> i tried to set the MIME type before launching the sound recorder app:
> {code}
> intent.putExtra(android.provider.MediaStore.Audio.Media.ENTRY_CONTENT_TYPE, 
> "audio/aac");
> {code}
> ... but with no success. Tried with _MIME_TYPE_ and _CONTENT_TYPE_ too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10489) MediaFile.getFormatData for audio recordings does not work for *.amr files

2016-10-26 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov resolved CB-10489.
---
Resolution: Fixed

> MediaFile.getFormatData for audio recordings does not work for *.amr files
> --
>
> Key: CB-10489
> URL: https://issues.apache.org/jira/browse/CB-10489
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Android 4.4, Android 5.1
>Reporter: Tanase Butcaru
>  Labels: Android
>
> After resolving this bug (https://issues.apache.org/jira/browse/CB-10488) I 
> still could find a case where this feature does not work properly.
> iOS behaves as it should, only on Android the issue manifests.
> On my older device with Android 4.4, the sound recorder app has the option to 
> change the file type and if I set .wav instead of .amr, the recorded file is 
> read & its data is returned as it should (no "0" value for duration, for eg.).
> So the problem might be the .amr files.
> i tried to set the MIME type before launching the sound recorder app:
> {code}
> intent.putExtra(android.provider.MediaStore.Audio.Media.ENTRY_CONTENT_TYPE, 
> "audio/aac");
> {code}
> ... but with no success. Tried with _MIME_TYPE_ and _CONTENT_TYPE_ too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10488) MediaFile.getFormatData does not work with localURL; changed with fullPath

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608408#comment-15608408
 ] 

ASF GitHub Bot commented on CB-10488:
-

Github user asfgit closed the pull request at:

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


> MediaFile.getFormatData does not work with localURL; changed with fullPath
> --
>
> Key: CB-10488
> URL: https://issues.apache.org/jira/browse/CB-10488
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Android, iOS
>Reporter: Tanase Butcaru
>  Labels: Android, iOS, media-capture, triaged
>
> _MediaFile.getFormatData_ result data was empty (filled with default "0" 
> values) for all types of capture: image, video & audio.
> Problem encountered on Android & iOS.
> I solved this by changing the url passed to native code from _localURL_ to 
> _fullPath_.
> Tested with two different Android phones (5.1 & 4.4) & one iPhone 5 (iOS 9).
> The fix works!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10488) MediaFile.getFormatData does not work with localURL; changed with fullPath

2016-10-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608404#comment-15608404
 ] 

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

Commit ab8b63308c1df274b7c98f816ee7f41fcec98313 in 
cordova-plugin-media-capture's branch refs/heads/master from [~TanaseButcaru]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=ab8b633
 ]

CB-10488 Fix for MediaFile.getFormatData


> MediaFile.getFormatData does not work with localURL; changed with fullPath
> --
>
> Key: CB-10488
> URL: https://issues.apache.org/jira/browse/CB-10488
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Android, iOS
>Reporter: Tanase Butcaru
>  Labels: Android, iOS, media-capture, triaged
>
> _MediaFile.getFormatData_ result data was empty (filled with default "0" 
> values) for all types of capture: image, video & audio.
> Problem encountered on Android & iOS.
> I solved this by changing the url passed to native code from _localURL_ to 
> _fullPath_.
> Tested with two different Android phones (5.1 & 4.4) & one iPhone 5 (iOS 9).
> The fix works!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10701) Cordova Media Capture Plugin Video capture results in 0 'duration'

2016-10-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608406#comment-15608406
 ] 

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

Commit 7e28e9cb1d60e54ecb1e29e61d38329d9c0e62f0 in 
cordova-plugin-media-capture's branch refs/heads/master from [~Nikita Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=7e28e9c
 ]

CB-10701 CB-7117 android: Add manual test to check getting metadata


> Cordova Media Capture Plugin Video capture results in 0 'duration'
> --
>
> Key: CB-10701
> URL: https://issues.apache.org/jira/browse/CB-10701
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: Intel XDK
>Reporter: Ivan
>  Labels: triaged
>
> I'm using Cordova Media Capture Plugin to capture video on android and 
> iphone. Everything works fine but one thing and that is getting duration of 
> video file.
> I'm using this code:
> navigator.device.capture.captureVideo(onSuccessVideo, onFailVideo, {limit:1, 
> duration: 120});
> function onSuccessVideo (mediaFiles) {
> mediaFiles[0].getFormatData(function(data) {
> var video_duration = data.duration;
> });
> }
> results for duration is zero on android and on iphone.
> Can you help me with this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7117) MediaFile.getFormatData() of newly-recorded video contains bad information

2016-10-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608407#comment-15608407
 ] 

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

Commit 7e28e9cb1d60e54ecb1e29e61d38329d9c0e62f0 in 
cordova-plugin-media-capture's branch refs/heads/master from [~Nikita Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=7e28e9c
 ]

CB-10701 CB-7117 android: Add manual test to check getting metadata


> MediaFile.getFormatData() of newly-recorded video contains bad information
> --
>
> Key: CB-7117
> URL: https://issues.apache.org/jira/browse/CB-7117
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Affects Versions: 3.5.0
> Environment: iOS 7, Android 4.4
>Reporter: Matthew Curtis
>
> I use the capture plugin to record a video from the device's camera. Upon 
> completion of recording, I'd like to get the duration of the video for use in 
> my application. However, when I run this test on my iPad or Android phone, 
> the MediaFileData object contains zero-ed out information. Here's a snippet:
> {code:JavaScript}
> navigator.device.capture.captureVideo(
> function(files) {
> var videoFile = files[0];
> videoFile.getFormatData(function(fileData) {
> console.log('file data:' + JSON.stringify(fileData));
> });
> }
> );
> {code}
> The console output is:
> {code:JavaScript}
> file data:{"width":0,"duration":0,"bitrate":0,"codecs":null,"height":0}
> {code}
> As best as I can tell, I'm using this correctly. Is there something I'm 
> missing, or can this not be used for newly-created media?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609665#comment-15609665
 ] 

ASF GitHub Bot commented on CB-3232:


GitHub user stevengill opened a pull request:

https://github.com/apache/cordova-coho/pull/143

Update tools-release-process.md



### Platforms affected


### What does this PR do?


### What testing has been done on this change?


### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.



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

$ git pull https://github.com/stevengill/cordova-coho patch-59

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

https://github.com/apache/cordova-coho/pull/143.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 #143


commit 7c228e97c86720014292649e87b42aff6bc1d7e8
Author: Steve Gill 
Date:   2016-10-26T21:03:51Z

Update tools-release-process.md




> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, CLI
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609668#comment-15609668
 ] 

ASF GitHub Bot commented on CB-3232:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-coho/pull/143


> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, CLI
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12068) False Error: Camera doesn't save the image on Moto X Play

2016-10-26 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser updated CB-12068:

   Priority: Minor  (was: Major)
Description: 
The Camera Mobile Spec Manual Test  fails on the Moto X Play running Android 
6.0.1.

Meanwhile, if you take the example code, it works as expected.  There could be 
an issue with the mobile-spec test and this device.

  was:
The Camera Mobile Spec test fails on the Moto X Play running Android 6.0.1.

The same plugin works on the Nexus 5 (Android 6.0.1), Xiaomi Miui 8 (based on 
Android 6.0.1)

Testing on other devices now.

Summary: False Error: Camera doesn't save the image on Moto X Play  
(was: Camera doesn't save the image on Moto X Play)

> False Error: Camera doesn't save the image on Moto X Play
> -
>
> Key: CB-12068
> URL: https://issues.apache.org/jira/browse/CB-12068
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Plugin Camera
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Minor
>
> The Camera Mobile Spec Manual Test  fails on the Moto X Play running Android 
> 6.0.1.
> Meanwhile, if you take the example code, it works as expected.  There could 
> be an issue with the mobile-spec test and this device.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12068) False Error: Camera doesn't save the image on Moto X Play

2016-10-26 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser updated CB-12068:

Component/s: mobile-spec

> False Error: Camera doesn't save the image on Moto X Play
> -
>
> Key: CB-12068
> URL: https://issues.apache.org/jira/browse/CB-12068
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Plugin Camera
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Minor
>
> The Camera Mobile Spec Manual Test  fails on the Moto X Play running Android 
> 6.0.1.
> Meanwhile, if you take the example code, it works as expected.  There could 
> be an issue with the mobile-spec test and this device.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10974) Cordova file transfer Content-Length header problem

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608312#comment-15608312
 ] 

ASF GitHub Bot commented on CB-10974:
-

Github user daserge commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/141
  
Oh, I think it might switch to `chunkedMode=true` because of HTTPS:

https://github.com/apache/cordova-plugin-file-transfer/blob/2b6b6d9333848beb05a6128242701261467b5d69/src/android/FileTransfer.java#L432,L433

It would be great if you could try to use this PR + `chunkedMode=false` 
setting and let me know if it works for you:
https://github.com/apache/cordova-plugin-file-transfer/pull/161


> Cordova file transfer Content-Length header problem
> ---
>
> Key: CB-10974
> URL: https://issues.apache.org/jira/browse/CB-10974
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
> Environment: iPad Mini 2 with iOS 9.3
>Reporter: Roman Lapotchkin
>Assignee: Sergey Shakhnazarov
>  Labels: iOS, triaged
>
> The Content-Length header always sending even options.chunkedMode is true. It 
> expected header Transfer-Encoding: chuncked. When i commented this code in 
> src/ios/CDVFileTransfer.m at line 232 it works:
> [req setValue:[[NSNumber numberWithLongLong:totalPayloadLength] stringValue] 
> forHTTPHeaderField:@"Content-Length"];



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12069) Permission Errors with Android Support v4 and FilesProvider on Android 4.4.4

2016-10-26 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser updated CB-12069:

Description: 
When using a Moto G (XT1022), it was discovered that the Camera is no longer 
writing to the file using the FilesProvider.  It seems that there is a 
READ_ONLY filesystem error on the shared FS, even though it's a shared FS.  
It's very likely that we have to tell users who want to support 4.4.x to not 
upgrade to the new Camera plugin, since it doesn't work on Kitkat and lower.

Thought: What's the point of a compatibility library that's not compatible with 
KitKat and lower?

  was:
When using a Moto G, it was discovered that the Camera is no longer writing to 
the file using the FilesProvider.  It seems that there is a READ_ONLY 
filesystem error on the shared FS, even though it's a shared FS.  It's very 
likely that we have to tell users who want to support 4.4.x to not upgrade to 
the new Camera plugin, since it doesn't work on Kitkat and lower.

Thought: What's the point of a compatibility library that's not compatible with 
KitKat and lower?


> Permission Errors with Android Support v4 and FilesProvider on Android 4.4.4
> 
>
> Key: CB-12069
> URL: https://issues.apache.org/jira/browse/CB-12069
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Camera
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>
> When using a Moto G (XT1022), it was discovered that the Camera is no longer 
> writing to the file using the FilesProvider.  It seems that there is a 
> READ_ONLY filesystem error on the shared FS, even though it's a shared FS.  
> It's very likely that we have to tell users who want to support 4.4.x to not 
> upgrade to the new Camera plugin, since it doesn't work on Kitkat and lower.
> Thought: What's the point of a compatibility library that's not compatible 
> with KitKat and lower?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11523) Unhandled null pointer on mediacapture cancel

2016-10-26 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov closed CB-11523.
-

> Unhandled null pointer on mediacapture cancel
> -
>
> Key: CB-11523
> URL: https://issues.apache.org/jira/browse/CB-11523
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Affects Versions: 1.2.0
> Environment: Android 4.4.2
>Reporter: Jan Kalina
>Assignee: Vladimir Kotikov
>  Labels: Android, wfc
>
> When selection of media in mediacapture is canceled:
> E/AndroidRuntime( 5307): java.lang.NullPointerException
> E/AndroidRuntime( 5307):  at 
> org.apache.cordova.mediacapture.Capture.createMediaFile(Capture.java:452)
> E/AndroidRuntime( 5307):  at 
> org.apache.cordova.mediacapture.Capture.access$000(Capture.java:54)
> E/AndroidRuntime( 5307):  at 
> org.apache.cordova.mediacapture.Capture$1.run(Capture.java:286)
> E/AndroidRuntime( 5307):  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> E/AndroidRuntime( 5307):  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> E/AndroidRuntime( 5307):  at java.lang.Thread.run(Thread.java:841)
> (and Cordova application is killed)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11523) Unhandled null pointer on mediacapture cancel

2016-10-26 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov resolved CB-11523.
---
Resolution: Cannot Reproduce

Closing this due to no response and because I wasn't able to reproduce this on 
various devices. If anyone still seeing this problem, please reopen.

> Unhandled null pointer on mediacapture cancel
> -
>
> Key: CB-11523
> URL: https://issues.apache.org/jira/browse/CB-11523
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
>Affects Versions: 1.2.0
> Environment: Android 4.4.2
>Reporter: Jan Kalina
>Assignee: Vladimir Kotikov
>  Labels: Android, wfc
>
> When selection of media in mediacapture is canceled:
> E/AndroidRuntime( 5307): java.lang.NullPointerException
> E/AndroidRuntime( 5307):  at 
> org.apache.cordova.mediacapture.Capture.createMediaFile(Capture.java:452)
> E/AndroidRuntime( 5307):  at 
> org.apache.cordova.mediacapture.Capture.access$000(Capture.java:54)
> E/AndroidRuntime( 5307):  at 
> org.apache.cordova.mediacapture.Capture$1.run(Capture.java:286)
> E/AndroidRuntime( 5307):  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> E/AndroidRuntime( 5307):  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> E/AndroidRuntime( 5307):  at java.lang.Thread.run(Thread.java:841)
> (and Cordova application is killed)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-10593) captureVideo: Android 6.0.1 camera crashes if video exceeds duration

2016-10-26 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov closed CB-10593.
-
Resolution: Cannot Reproduce

Ah, I see.
Unfortunately I wasn't able to reproduce the problem on this configuration, so 
this might be a device-specific issue or some project misconfiguration.

I'm going to close this as no repro. Please reopen if you run into this again.

> captureVideo: Android 6.0.1 camera crashes if video exceeds duration
> 
>
> Key: CB-10593
> URL: https://issues.apache.org/jira/browse/CB-10593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: cordova-android@4.1.1
>Reporter: Geoffrey Bauduin
>Assignee: Vladimir Kotikov
>  Labels: Android, android, wfc
>
> I use this plugin in order to capture a video that can last, at most, 10 
> seconds.
> {code:title=camera.ts|borderStyle=solid}
> this.window["navigator"]["device"]["capture"].captureVideo((data:any) => {
>   if (data.length > 0) {
> observer.next(data[0].fullPath);
>   } else {
> observer.error("Cannot find recorded video");
>   }
> }, (error:string) => {
>   console.error("Cannot get video from camera:", error);
>   observer.error(error);
> }, {
>   duration: 10,
>   limit: 1,
>   quality: 0
> });
> {code}
> Everything is working as intended when I stop the video by myself before the 
> 10 seconds, but if my video exceeds 10 seconds, the camera application 
> crashes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12060) Keyboard replaces characters in input fields (Android System Webview 54)

2016-10-26 Thread Barry vd. Heuvel (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15608518#comment-15608518
 ] 

Barry vd. Heuvel commented on CB-12060:
---

I have the same issue. Text input changes with punctuation (@ or .) -> 
ba...@example.com --> bba...@xample.com, barry.n...@example.com -> 
barry.@xample.com or something similar.

This issue is present in both Cordova and the InAppBrowser. Using Crosswalk 
indeed fixes the issue in the app, but makes social login through InAppBrowser 
impossible.

But is this a webview issue or Cordova issue instead then? I have not yet 
reproduced this on other devices. Did you find a work around?

> Keyboard replaces characters in input fields (Android System Webview 54)
> 
>
> Key: CB-12060
> URL: https://issues.apache.org/jira/browse/CB-12060
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Cordova Android
>Reporter: Tomas Brambora
>
> When typing into an input, the keyboard behaves in a funny way. When I press 
> `@`, it jumps to the start of the input, when I press `+` or `.`, it replaces 
> the next character with a `+` or `.`.
> This only happens with the new Android System WebView 54. It doesn't happen 
> with 53 or earlier versions. It also doesn't happen with Crosswalk.
> We can switch to Crosswalk but when calling `window.open` (e.g. when signing 
> in with Google OAuth), the page loads in the system webview which is broken.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12070) edit-config doesn't work with plist files

2016-10-26 Thread Darryl Pogue (JIRA)
Darryl Pogue created CB-12070:
-

 Summary: edit-config doesn't work with plist files
 Key: CB-12070
 URL: https://issues.apache.org/jira/browse/CB-12070
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
Reporter: Darryl Pogue


Trying to use the {{edit-config}} tag in config.xml to add to the iOS 
Info.plist file:

{code}

foo

{code}

It's giving me an error in xml_helpers.js:
{code}Error: TypeError: doc.find is not a function
at Object.resolveParent 
(/Users/dpogue/Coding/cordova-app/node_modules/cordova-common/src/util/xml-helpers.js:210:26)
at 
/Users/dpogue/Coding/cordova-app/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:464:53
at Array.forEach (native)
at is_conflicting 
(/Users/dpogue/Coding/cordova-app/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:456:17)
at PlatformMunger.add_config_changes 
(/Users/dpogue/Coding/cordova-app/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:204:33)
at 
/Users/dpogue/Coding/cordova-app/node_modules/cordova-lib/src/cordova/prepare.js:127:24
at _fulfilled 
(/Users/dpogue/Coding/cordova-app/platforms/ios/cordova/node_modules/q/q.js:834:54)
at self.promiseDispatch.done 
(/Users/dpogue/Coding/cordova-app/platforms/ios/cordova/node_modules/q/q.js:863:30)
at Promise.promise.promiseDispatch 
(/Users/dpogue/Coding/cordova-app/platforms/ios/cordova/node_modules/q/q.js:796:13)
at 
/Users/dpogue/Coding/cordova-app/platforms/ios/cordova/node_modules/q/q.js:604:44{code}

This seems to happen because plist files are turned into JS objects when they 
are parsed, rather than XML documents like AndroidManifest.xml or config.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12062) Cordova Splashscreen Plugin Crash due to incorrect KVO observing

2016-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609632#comment-15609632
 ] 

ASF GitHub Bot commented on CB-12062:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/117
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-splashscreen/pull/117/commits/01b0bb99606ca2affd8eed8bc9f4e9084c015bfe)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/32//PLATFORM=android/artifact/)
 |
 



> Cordova Splashscreen Plugin Crash due to incorrect KVO observing
> 
>
> Key: CB-12062
> URL: https://issues.apache.org/jira/browse/CB-12062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Paul Taykalo
>  Labels: ios
>
> Applicaiton Crashes unexpectedly if there's more then one cordova application 
>  due to incorrect Key-Value-Observing logic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12039) Tools release Oct 19, 2016

2016-10-26 Thread Steve Gill (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Gill resolved CB-12039.
-
Resolution: Fixed
  Assignee: Steve Gill

> Tools release Oct 19, 2016
> --
>
> Key: CB-12039
> URL: https://issues.apache.org/jira/browse/CB-12039
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-12004) cordova-plugin-media 2.4.0 : open failed: EROFS (Read-only file system)

2016-10-26 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609554#comment-15609554
 ] 

Joe Bowser edited comment on CB-12004 at 10/26/16 8:21 PM:
---

This is a problem with the third party plugin and not with our media plugin 
that requests permissions.  We don't support third party plugin errors such as 
this, and you should message the developer of that plugin.

I tested on the same model of phone, just to be sure.  That's why there was a 
delay in responding.


was (Author: bowserj):
This is a problem with the third party plugin and not with our media plugin 
that requests permissions.  We don't support third party plugin errors such as 
this, and you should message the developer of that plugin.

I tested on the same model of phone, just to be sure.

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org