[jira] [Resolved] (CB-11817) audioSettings shows as unused variable and settings are not used when configuring a recorder

2017-01-26 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11817.
---
Resolution: Fixed
  Assignee: Shazron Abdullah

> audioSettings shows as unused variable and settings are not used when 
> configuring a recorder
> 
>
> Key: CB-11817
> URL: https://issues.apache.org/jira/browse/CB-11817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.3.0
> Environment: iOS
>Reporter: Gaven Henry
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> xcode shows up 2 warnings when building within CDVSound.m
> 1) unused variable 'audioSettings'
> 2) Null passed to a callee that requires non-null when creating an 
> audioFile.recorder
> To resolve both of these just need to pass the autoSettings object to the 
> audioFile.recorder function.
> This resolves both warnings and actually applies the autoSettings as expected.



--
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-12319) Recorded audio files cannot be played in iOS with the html tag

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12319:
-

Github user ghenry22 commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/124
  
This would be a nice one to get merged in for improving cross platform 
compatibility, need this for one of my apps to work smoothly when syncing audio 
recordings between multiple devices.


> Recorded audio files cannot be played in iOS with the html  tag
> --
>
> Key: CB-12319
> URL: https://issues.apache.org/jira/browse/CB-12319
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Media
>Reporter: Yang Zhonghua
>  Labels: pull-request-available
>
> Make the output file of Android an acc file in order to play the audio file 
> with the html  tag in iOS:
> 1. change OutputFormat from RAW_AMR to AAC_ADTS
> 2. change OutputFormat from AMR_NB to AAC



--
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-11817) audioSettings shows as unused variable and settings are not used when configuring a recorder

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11817:
-

Github user ghenry22 commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/116
  
@shazron I just checked Jira and CB-11817 is the correct Jira issue for 
this issue


> audioSettings shows as unused variable and settings are not used when 
> configuring a recorder
> 
>
> Key: CB-11817
> URL: https://issues.apache.org/jira/browse/CB-11817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.3.0
> Environment: iOS
>Reporter: Gaven Henry
>Priority: Minor
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> xcode shows up 2 warnings when building within CDVSound.m
> 1) unused variable 'audioSettings'
> 2) Null passed to a callee that requires non-null when creating an 
> audioFile.recorder
> To resolve both of these just need to pass the autoSettings object to the 
> audioFile.recorder function.
> This resolves both warnings and actually applies the autoSettings as expected.



--
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-11817) audioSettings shows as unused variable and settings are not used when configuring a recorder

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11817:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/116
  
Which JIRA issue is this really under? it's not the right one in the title


> audioSettings shows as unused variable and settings are not used when 
> configuring a recorder
> 
>
> Key: CB-11817
> URL: https://issues.apache.org/jira/browse/CB-11817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.3.0
> Environment: iOS
>Reporter: Gaven Henry
>Priority: Minor
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> xcode shows up 2 warnings when building within CDVSound.m
> 1) unused variable 'audioSettings'
> 2) Null passed to a callee that requires non-null when creating an 
> audioFile.recorder
> To resolve both of these just need to pass the autoSettings object to the 
> audioFile.recorder function.
> This resolves both warnings and actually applies the autoSettings as expected.



--
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-11817) audioSettings shows as unused variable and settings are not used when configuring a recorder

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11817:
-

Github user asfgit closed the pull request at:

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


> audioSettings shows as unused variable and settings are not used when 
> configuring a recorder
> 
>
> Key: CB-11817
> URL: https://issues.apache.org/jira/browse/CB-11817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.3.0
> Environment: iOS
>Reporter: Gaven Henry
>Priority: Minor
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> xcode shows up 2 warnings when building within CDVSound.m
> 1) unused variable 'audioSettings'
> 2) Null passed to a callee that requires non-null when creating an 
> audioFile.recorder
> To resolve both of these just need to pass the autoSettings object to the 
> audioFile.recorder function.
> This resolves both warnings and actually applies the autoSettings as expected.



--
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-1187) Move the Objective-C unit-tests out of CordovaLib.xcodeproj, into its own .xcodeproj

2017-01-26 Thread ASF subversion and git services (JIRA)

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

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

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

CB-1187: (iOS) Fix unused recording settings

 This closes #116


> Move the Objective-C unit-tests out of CordovaLib.xcodeproj, into its own 
> .xcodeproj
> 
>
> Key: CB-1187
> URL: https://issues.apache.org/jira/browse/CB-1187
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.0.0
>Reporter: Shazron Abdullah
>Assignee: Andrew Grieve
> Fix For: 2.1.0
>
>
> Right now CordovaLib.xcodeproj has two targets related to unit tests: 
> CordovaLibTests and CordovaLibApp. Move them to a .xcodeproj file but still 
> in the CordovaLib folder.
> This helps with users not getting confused when the CordovaLib.xcodeproj is a 
> subproject in their project (since it lists all targets of the subproject)



--
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-12388) Fix memory leak due to strong reference

2017-01-26 Thread ASF subversion and git services (JIRA)

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

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

Commit 4527e8ef11dedabf2245b5cfd38c094fbd158380 in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=4527e8e ]

CB-12388 - Fix memory leak due to strong reference


> Fix memory leak due to strong reference
> ---
>
> Key: CB-12388
> URL: https://issues.apache.org/jira/browse/CB-12388
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.0
>
>
> Integrate changes from: 
> https://github.com/adobe-marketing-cloud-mobile/aemm-ios/pull/2/files



--
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-12388) Fix memory leak due to strong reference

2017-01-26 Thread Shazron Abdullah (JIRA)

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

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

> Fix memory leak due to strong reference
> ---
>
> Key: CB-12388
> URL: https://issues.apache.org/jira/browse/CB-12388
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.0
>
>
> Integrate changes from: 
> https://github.com/adobe-marketing-cloud-mobile/aemm-ios/pull/2/files



--
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-12018) Update tests to use jasmine instead of jasmine-node

2017-01-26 Thread ASF subversion and git services (JIRA)

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

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

Commit 05af6195215a45937b95b97cc9edce6c5cca9492 in cordova-android's branch 
refs/heads/6.1.x from [~auso]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=05af619 ]

CB-12018 : updated tests to work with jasmine (promise matcher tests commented 
out for now)


> Update tests to use jasmine instead of jasmine-node
> ---
>
> Key: CB-12018
> URL: https://issues.apache.org/jira/browse/CB-12018
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, CLI, CordovaCommon, CordovaJS, CordovaLib, iOS, 
> Plugman
>Reporter: Steve Gill
>Assignee: Audrey So
>  Labels: cordova-7.0.0
>




--
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-12304) webview keeps reloading

2017-01-26 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-12304.
-
Resolution: Incomplete

We need more information.  What you provided me so far doesn't tell me much.

> webview keeps reloading
> ---
>
> Key: CB-12304
> URL: https://issues.apache.org/jira/browse/CB-12304
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 6.4.0
> Environment: Google Pixel phone, Android 7.1.1
>Reporter: Jonathan Puckey
>
> I am experiencing spontaneous webview reloads on my Google Pixel phone.
> I am unable to reproduce this on the android emulator.
> I created a standard app using the Cordova CLI with the following command: 
> "cordova create myApp com.myCompany.myApp myApp"
> I then imported it into Android Studio and ran a debug build.
> Please find my debug log here: 
> https://gist.github.com/puckey/844fbc6286fdbefe5cd47085a93f2814
> I split it into two: the messages received when the app starts up and is 
> running and then the part where the app is reloading itself.



--
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-12370) cordova camera plugin crashing for android 7 while capturing image through front cam or back cam

2017-01-26 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-12370.
-
Resolution: Not A Problem

This was one of the many reason we bumped to Cordova Android 6.0.0, so this is 
an issue with the version of Cordova you are using.  Please make sure to run 
the latest Camera plugin, as well as the latest version of Cordova.

> cordova camera plugin crashing for android 7 while capturing image through 
> front cam or back cam
> 
>
> Key: CB-12370
> URL: https://issues.apache.org/jira/browse/CB-12370
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 2.3.0
> Environment: android 7 
>Reporter: ASHIK K M
>
> Reason for crashing shown while running in Android Studio :
> java.lang.RuntimeException: Failure delivering result 
> ResultInfo{who=@android:requestPermissions:, request=0, result=-1, 
> data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) 
> }} to activity 
> {com.ionicframework.graphlock548865/com.ionicframework.graphlock548865.MainActivity}:
>  android.os.FileUriExposedException: 
> file:///storage/emulated/0/Android/data/com.ionicframework.graphlock548865/cache/.Pic.jpg
>  exposed beyond app through ClipData.Item.getUri()
>   
>   at 
> android.app.ActivityThread.deliverResults(ActivityThread.java:4094)
>   
>   at 
> android.app.ActivityThread.handleSendResult(ActivityThread.java:4137)
>   
>   at android.app.ActivityThread.-wrap20(ActivityThread.java)
>   
>   at 
> android.app.ActivityThread$H.handleMessage(ActivityThread.java:1529)
>   
>   at android.os.Handler.dispatchMessage(Handler.java:102)
>   
>   at android.os.Looper.loop(Looper.java:154)
>   
>   at android.app.ActivityThread.main(ActivityThread.java:6123)
>   
>   at java.lang.reflect.Method.invoke(Native Method)
>   
>   at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
>   
>   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757)
>   
>Caused by: android.os.FileUriExposedException: 
> file:///storage/emulated/0/Android/data/com.ionicframework.graphlock548865/cache/.Pic.jpg
>  exposed beyond app through ClipData.Item.getUri()



--
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-12365) Cordova Android App not compatible with Chromebooks with Play Store?

2017-01-26 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-12365.
-
Resolution: Incomplete

> Cordova Android App not compatible with Chromebooks with Play Store?
> 
>
> Key: CB-12365
> URL: https://issues.apache.org/jira/browse/CB-12365
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
> Environment: Mac OS X
> Cordova 6.2 and Cordova Android 5.1.1
>Reporter: Satguru Sharnam Mam
>
> For a Chromebook that supports Google Play Store (such as Samsung Chromebook 
> 3) it doesn't seem possible to download an App built with Cordova. It gives 
> error that app is not compatible with 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-12389) Cordova can not find Android Build Tools on Ubuntu 16.04

2017-01-26 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-12389:

Summary: Cordova can not find Android Build Tools on Ubuntu 16.04  (was: 
Cordova can not find Android Build Tools)

> Cordova can not find Android Build Tools on Ubuntu 16.04
> 
>
> Key: CB-12389
> URL: https://issues.apache.org/jira/browse/CB-12389
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
> Environment: Ubunto 16.04
>Reporter: Amir Karimi
>
> Hi, I am try to install Cordova after 3 months on new version of Ubuntu 
> (16.04) but it got error and can not find android build tools. all 
> environmets is set for my user and also root user and test it to echo all 
> variables...
> but it got error yet... i search every where and do not find solution for 
> this issus. please help me.
> i also test ionic and this got error same this to find android build tools...
> Error log:
> cordova build
> ANDROID_HOME=/home/amir/applications/android
> JAVA_HOME=/usr/local/java/jdk1.8.0_122
> Subproject Path: CordovaLib
> Starting a new Gradle Daemon for this build (subsequent builds will be 
> faster).
> Download 
> https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.1/gradle-2.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/build/gradle-core/2.2.1/gradle-core-2.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/build/builder/2.2.1/builder-2.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/lint/lint/25.2.1/lint-25.2.1.pom
> Download 
> https://repo1.maven.org/maven2/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/build/gradle-api/2.2.1/gradle-api-2.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/databinding/compilerCommon/2.2.1/compilerCommon-2.2.1.pom
> Download https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom
> Download 
> https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
> Download https://repo1.maven.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom
> Download 
> https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/5.0.4/asm-commons-5.0.4.pom
> Download 
> https://repo1.maven.org/maven2/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.pom
> Download 
> https://repo1.maven.org/maven2/net/sf/proguard/proguard-parent/5.2.1/proguard-parent-5.2.1.pom
> Download 
> https://repo1.maven.org/maven2/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom
> Download 
> https://repo1.maven.org/maven2/org/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom
> Download 
> https://repo1.maven.org/maven2/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom
> Download 
> https://repo1.maven.org/maven2/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom
> Download 
> https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
> Download 
> https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom
> Download https://repo1.maven.org/maven2/com/google/google/1/google-1.pom
> Download https://repo1.maven.org/maven2/org/antlr/antlr/3.5.2/antlr-3.5.2.pom
> Download 
> https://repo1.maven.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
> Download 
> https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/build/builder-model/2.2.1/builder-model-2.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/build/builder-test-api/2.2.1/builder-test-api-2.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/sdklib/25.2.1/sdklib-25.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/sdk-common/25.2.1/sdk-common-25.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/common/25.2.1/common-25.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/build/manifest-merger/25.2.1/manifest-merger-25.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/25.2.1/ddmlib-25.2.1.pom
> Download 
> https://repo1.maven.org/maven2/com/android/tools/jack/jack-api/0.11.0/jack-api-0.11.0.pom
> Download 
> https://repo1.maven.org/maven2/com/android/tools/jill/jill-api/0.10.0/jill-api-0.10.0.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/analytics-library/protos/25.2.1/protos-25.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/analytics-library/shared/25.2.1/shared-25.2.1.pom
> Download 
> https://jcenter.bintray.com/com/android/tools/analytics-library/tracker/25.2.1/tracker-25.2.1.pom
> Download 

[jira] [Updated] (CB-12390) setVolume() doesnt work

2017-01-26 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-12390:

Component/s: (was: Android)

> setVolume() doesnt work
> ---
>
> Key: CB-12390
> URL: https://issues.apache.org/jira/browse/CB-12390
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 3.5.0
> Environment: Mac os x(10.12.2),cordova cli(6.5.0)
>Reporter: Fatih Durmuş
>  Labels: android, media, mp3
>   Original Estimate: 612h
>  Remaining Estimate: 612h
>
> Hello, i hope you are fine.
> In my project, im trying to set volume with setVolume('0.0') but it doesnt 
> work.
> How can i diagnoses situation(is this my setup's fault or is it bug ?)
> Thank you for reading, best regards.



--
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-12368) Denying permission to gallery results in app crash on Android 6.0

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12368:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-camera/pull/251/commits/b23dac5afdbc3a40d387ce077af546ad33e0b84d)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/125/)

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



> Denying permission to gallery results in app crash on Android 6.0
> -
>
> Key: CB-12368
> URL: https://issues.apache.org/jira/browse/CB-12368
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Android 6.0
>Reporter: Sergey Zolotarev
>  Labels: android
> Fix For: 6.4.0
>
>
> Steps to reproduce:
> 1. Get picture from camera/gallery using Camera plugin
> 2. When asked for permission: Allow
> 3. Go back
> 4. Get picture again
> 5. Deny permission
> 6. App crashed



--
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-12368) Denying permission to gallery results in app crash on Android 6.0

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12368:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-camera/pull/251/commits/bfa48b9f13009d1b944e1f239a3468a386b263a2)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/124/)

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



> Denying permission to gallery results in app crash on Android 6.0
> -
>
> Key: CB-12368
> URL: https://issues.apache.org/jira/browse/CB-12368
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Android 6.0
>Reporter: Sergey Zolotarev
>  Labels: android
> Fix For: 6.4.0
>
>
> Steps to reproduce:
> 1. Get picture from camera/gallery using Camera plugin
> 2. When asked for permission: Allow
> 3. Go back
> 4. Get picture again
> 5. Deny permission
> 6. App crashed



--
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-12368) Denying permission to gallery results in app crash on Android 6.0

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12368:
-

GitHub user sryze opened a pull request:

https://github.com/apache/cordova-plugin-camera/pull/251

CB-12368: Fix wrong permission request on Android

### Platforms affected
Android

### What does this PR do?
The plugin was requesting permission for camera instead of external storage.

### What testing has been done on this change?
Tested on Android 6 & 7.

### 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.
- [ ] 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/sryze/cordova-plugin-camera cb-12368

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

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


commit bfa48b9f13009d1b944e1f239a3468a386b263a2
Author: Sergey Zolotarev 
Date:   2017-01-26T19:41:56Z

CB-12368: Fix wrong permission request on Android

The plugin was requesting permission for camera instead of external
storage.

Surprisingly enough this fixed CB-12368.




> Denying permission to gallery results in app crash on Android 6.0
> -
>
> Key: CB-12368
> URL: https://issues.apache.org/jira/browse/CB-12368
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Android 6.0
>Reporter: Sergey Zolotarev
>  Labels: android
> Fix For: 6.4.0
>
>
> Steps to reproduce:
> 1. Get picture from camera/gallery using Camera plugin
> 2. When asked for permission: Allow
> 3. Go back
> 4. Get picture again
> 5. Deny permission
> 6. App crashed



--
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-12163) plugin.xml 'resource-file' does not copy file to target for Windows

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12163:
-

GitHub user ktop opened a pull request:

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

CB-12163 Add doc for reference attr for resource-file in Windows



### Platforms affected
- Windows
- plugin.xml doc

### What does this PR do?
Adds documentation for the new "reference" attribute for the resource-file 
tag in plugin.xml for Windows. 

### What testing has been done on this change?
N/A

### 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/ktop/cordova-docs cb-12163

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

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






> plugin.xml 'resource-file' does not copy file to target for Windows
> ---
>
> Key: CB-12163
> URL: https://issues.apache.org/jira/browse/CB-12163
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: Master
> Environment: Windows 8/Windows10
>Reporter: Karen Tran
>Assignee: Karen Tran
>  Labels: Windows
>
> From plugin.xml:
> {noformat} target="myprops.properties"/>{noformat}
>  does not copy the file from src to target anymore. It used 
> to, but was changed. This creates a couple of issues since I expect it to be 
> in the application, but it technically isn't. This means that I cannot update 
> the file that doesn't exist and very much limits the functionality of 
>  (Also the documentation is wrong for Windows since it doesn't 
> copy any files). Visual Studio also only shows the file from the src path. 
> This doesn't make much sense since that file wouldn't be in the application. 
> The expected behavior should be if the target is specified,  
> should copy the file to the target location. In turn, Visual Studio should 
> show the target file instead of the src file because the target is part of 
> the application whereas the src file is not. 
> This used to be expected behavior, but was changed as a result of CB-10326. 
> The intention of that issue is limited to use cases of only having the src 
> attribute, ignoring the possibility that we would want to update files in the 
> target instead (which imo makes more sense). Resource files are not all .dll 
> files, so it's not very user friendly to limit the  tag to 
> handling just those kinds of files. 
> Proposed changes in JsprojManager.js and PluginHandler.js: 
> If target attribute is specified, copy the file to the target and point the 
> Include attribute to the path of the target. 



--
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-12364) [Windows] Inappbrowser inject file manual tests are not working

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12364:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-inappbrowser/pull/207/commits/d842693889057f5d3fe209f6f7a443015df28f22)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=windows-10-store/artifact/)
 |
| [iOS 9.3]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=ios-9.3/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=ios-9.3/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=ios-9.3/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=ios-9.3/artifact/)
 |
| [iOS 10.0]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=ios-10.0/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=ios-10.0/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=ios-10.0/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=ios-10.0/artifact/)
 |
| [Android 4.4]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=android-4.4/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=android-4.4/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=android-4.4/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=android-4.4/artifact/)
 |
| [Android 5.1]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=android-5.1/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=android-5.1/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=android-5.1/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/122//PLATFORM=android-5.1/artifact/)
 |
 



> [Windows] Inappbrowser inject file manual tests are not working
> ---
>
> Key: CB-12364
> URL: https://issues.apache.org/jira/browse/CB-12364
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: UWP
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged, windows
>




--
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-12240) Recording audio with MediaPlugin on Android failed with exception

2017-01-26 Thread Andries Smit (JIRA)

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

Andries Smit commented on CB-12240:
---

It could be related to the new pause recording functionality:

https://github.com/apache/cordova-plugin-media/compare/79f623264eae0e6813a2147533dd389eda14f455...2.4.x#diff-7f9d49cfebbdfaac0456316682dc263eL173


> Recording audio with MediaPlugin on Android failed with exception
> -
>
> Key: CB-12240
> URL: https://issues.apache.org/jira/browse/CB-12240
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
> Environment: Android
>Reporter: Marijn Giesen
>  Labels: Android
>
> Recording audio using the MediaPlugin on Android fails with exception. The 
> audiorecorder seems to be working, but the file never gets created. 
> The following exception is shown in the logs:
> {noformat}
> 12-12 05:57:08.397  1777  1818 D AudioPlayer: stopping recording
> 12-12 05:57:08.401  1777  1818 D AudioPlayer: size = 2
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: 
> /storage/emulated/0/tmprecording-1481540219004.3gp: open failed: ENOENT (No 
> such file or directory)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: java.io.FileNotFoundException: 
> /storage/emulated/0/tmprecording-1481540219004.3gp: open failed: ENOENT (No 
> such file or directory)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> libcore.io.IoBridge.open(IoBridge.java:452)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> java.io.FileInputStream.(FileInputStream.java:76)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.media.AudioPlayer.moveFile(AudioPlayer.java:213)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.media.AudioPlayer.stopRecording(AudioPlayer.java:271)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.media.AudioPlayer.destroy(AudioPlayer.java:133)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.media.AudioHandler.release(AudioHandler.java:276)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.media.AudioHandler.execute(AudioHandler.java:170)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:98)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.PluginManager.exec(PluginManager.java:132)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:57)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.engine.SystemExposedJsApi.exec(SystemExposedJsApi.java:41)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:53)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> android.os.Handler.dispatchMessage(Handler.java:102)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> android.os.Looper.loop(Looper.java:148)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> android.os.HandlerThread.run(HandlerThread.java:61)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: Caused by: 
> android.system.ErrnoException: open failed: ENOENT (No such file or directory)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> libcore.io.Posix.open(Native Method)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> libcore.io.IoBridge.open(IoBridge.java:438)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: ... 15 more
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: 
> /storage/emulated/0/tmprecording-1481540219004.3gp: open failed: ENOENT (No 
> such file or directory)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: java.io.FileNotFoundException: 
> /storage/emulated/0/tmprecording-1481540219004.3gp: open failed: ENOENT (No 
> such file or directory)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> libcore.io.IoBridge.open(IoBridge.java:452)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> java.io.FileInputStream.(FileInputStream.java:76)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.media.AudioPlayer.moveFile(AudioPlayer.java:213)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> org.apache.cordova.media.AudioPlayer.stopRecording(AudioPlayer.java:271)
> 12-12 05:57:08.402  1777  1818 E AudioPlayer: at 
> 

[jira] [Commented] (CB-12315) Contacts Plugin returns same URL for all photos in array

2017-01-26 Thread Joshua Rowe (JIRA)

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

Joshua Rowe commented on CB-12315:
--

Hello.  Cordova version at the time was 6.4.0, now it is 6.5.0.  Bug is in both 
versions.  Android platform version is 6.0.0.  Thanks.

> Contacts Plugin returns same URL for all photos in array
> 
>
> Key: CB-12315
> URL: https://issues.apache.org/jira/browse/CB-12315
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts
>Reporter: Joshua Rowe
>
> Example:  Contact ID 1000 has three photos which are returned in an array in 
> the contacts object.  However, all three photo URL's are the same for each of 
> the photos returned.
> 
> var options = new ContactFindOptions();
> options.filter = "";
> options.multiple = true;
> options.hasPhoneNumber = true;
> var fields = ["id", "photos"];
> navigator.contacts.find(fields, ContactListSuccess, ContactListError, 
> options);
> function ContactListSuccess(contacts) {
> for (var i = 0; i < contacts.length; i++) {
> console.log(contacts[i].id);
> 
> for (var j = 0; j < contacts[i].photos.length; j++) {
> console.log(j + " - " + contacts[i].photos[j].value);
> }
> }
> }
> function ContactListError(error) {
> console.error(error);
> }
> 



--
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-12402) Apps with ampersand (&) in the name throw build error in cordova-ios@4.3.0+

2017-01-26 Thread Sven Tobback (JIRA)
Sven Tobback created CB-12402:
-

 Summary: Apps with ampersand (&) in the name throw build error in 
cordova-ios@4.3.0+
 Key: CB-12402
 URL: https://issues.apache.org/jira/browse/CB-12402
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 4.3.0
Reporter: Sven Tobback
Priority: Blocker


Cordova apps with an ampersand in the name give a build error since cordova-ios 
4.3.0: 

"xcodebuild: error: Unable to load workspace 'Tom & Jerry.xcworkspace'.
Reason: Could not open workspace file at ~/git/Tom & 
Jerry/platforms/ios/Tom & Jerry.xcworkspace/contents.xcworkspacedata"

I found that the problem is with the .xcworkspace file. The ampersand doesn't 
get encoded in the XML files that are generated.

PR that created the problem: https://github.com/apache/cordova-ios/pull/247

Reproduce:

1. run cordova create HelloCordova
2. edit config.xml  tag inside to "Tom & Jerry"
3. run cordova platform add ios@4.3.1
4. run cordova build ios 
--> ERROR



--
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-11197) Android status bar appears when keyboard pops up.

2017-01-26 Thread Volkan G. (JIRA)

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

Volkan G. commented on CB-11197:


Still not resolved :(

> Android status bar appears when keyboard pops up.
> -
>
> Key: CB-11197
> URL: https://issues.apache.org/jira/browse/CB-11197
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 2.1.0
> Environment: cordova 6.1.1
> cordova-plugin-console 1.0.2 "Console"
> cordova-plugin-device 1.1.0 "Device"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-file-transfer 1.4.0 "File Transfer"
> cordova-plugin-statusbar 2.1.3 "StatusBar"
> cordova-plugin-whitelist 1.2.0 "Whitelist"
>Reporter: David Hooey
>  Labels: regression, triaged
> Attachments: NoStatusBar.png, 
> StatusBarShowsAfterKeyboardShowAndHide.png
>
>
> When configuring for full screen app, the statusbar will appear when the 
> keyboard pops up for input. The iOS build is fine. The previous version 
> {{cordova-plugin-statusbar 2.0.0}} does not exhibit this problem.
> {code}
> 
> 
> 
> {code}
> Also mentioned in this 
> [post|http://stackoverflow.com/questions/36156357/cordova-status-bar-plugin-doesnt-work-in-android-when-keyboard-pops-up].



--
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-12378) Add network type changed event

2017-01-26 Thread Emil Cieslar (JIRA)

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

Emil Cieslar commented on CB-12378:
---

Thanks for quick reply! I'm aware I could be polling navigator.connection.type, 
but that means I'd have to be polling. Listening to event would be much cleaner 
in the code than manually doing it. 

I agree that network type is not reliable enough to determine connection speed, 
but I guess in some cases it's enough.

> Add network type changed event
> --
>
> Key: CB-12378
> URL: https://issues.apache.org/jira/browse/CB-12378
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Plugin Network Information
>Reporter: Emil Cieslar
>
> Currently, there are two events that we can listen to: online and offline. It 
> would be nice if there was another event which was fired whenever network 
> type changes. For example if user is online on Connection.CELL_4G and network 
> type changes to Connection.CELL_2G, it would be great to know that because 
> that's almost like there's no connection at all. Thanks!



--
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-12401) Online documentation bug

2017-01-26 Thread Jedat Kinports (JIRA)
Jedat Kinports created CB-12401:
---

 Summary: Online documentation bug
 Key: CB-12401
 URL: https://issues.apache.org/jira/browse/CB-12401
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Jedat Kinports


On this page: 
https://cordova.apache.org/docs/en/latest/guide/platforms/ios/#project-configuration
 under "Deploying to Device" it should say: "2. Verify that the Code Signing 
Identity setting within the Code Signing section within the build settings is 
set to your certificate name." instead of: "2. Verify that the Code Signing 
Identity setting within the Code Signing section within the build settings is 
set to your provisioning profile name.".



--
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-12400) [iOS] file transfer lose connection after several download on iOS 10

2017-01-26 Thread JIRA

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

Néville Dubuis updated CB-12400:

Description: 
Symptom:
=

On downloading files from Amazon S3, after several download (not, always the 
same number or time) the plugin return errors when downloading existing files. 
the plugin return error code 3, with void http_status and body and the native 
code return: "network connection was lost". Once this error happens once, it 
always happens then on every file transfer download (I didn't try with the 
upload, but i suspect the issue is the same) until we quit the app and reopen 
it. We check the network connection, it was fine on every failed attempt, we 
were even able to call an API before and after the download with $http and it 
worked just fine. 

So after digging into this issue and not finding any clue, we thought it might 
be something directly on the http or tcp protocol. So we setup an https proxy 
(with burp suite), to see the connection and what was happening. It appears 
that the issue never appears when using the https proxy. So we switch back to 
normal wifi connection, and then the error happened again. At this point we 
change back  the connection to the proxy and we were able to download our files 
without restarting the app. 

Conclusion

It's seems that something on HTTPS is not working correctly (ciphers, TLS, 
version, keep alive ?) . We reimplement those downloads with 
cordova-plugin-background-download 
(https://github.com/dualinventive/cordova-plugin-background-download) and we 
have no issue with this one. The problem might come for the deprecated 
NSURLConnection that does not support something new on the https protocol that 
is supported by NSURLSession.

As my mother tongue is not english, I hope everything is understandable, if 
it's not i can try to explain it better ;)

  was:
Symptom:
=

On downloading files from Amazon S3, after several download (not, always the 
same number or time) the plugin return errors when downloading existing files. 
the plugin return error code 3, with void http_status and body and the native 
code return: "network connection was lost". Once this error happens once, it 
always happens then on every file transfer download (I didn't try with the 
upload, but i suspect the issue is the same) until we quit the app and reopen 
it. We check the network connection, it was fine on every failed attempt, we 
were even able to call an API before and after the download with $http and it 
worked just fine. 

So after digging into this issue and not finding any clue, we thought it might 
be something directly on the http or tcp protocol. So we setup an https proxy 
(with burp suite), to see the connection and what was happening. It appears 
that the issue never appears when using the https proxy. So we switch back to 
normal wifi connection, and then the error happened again at this we change 
back  the connection to the proxy and we were able to download our files 
without restarting the app. 

Conclusion

It's seems that something on HTTPS is not working correctly (ciphers, TLS, 
version, keep alive ?) . We implement those downloads with 
cordova-plugin-background-download 
(https://github.com/dualinventive/cordova-plugin-background-download) and we 
have no issue with this one. The problem might come for the deprecated 
NSURLConnection that does not support something new on the https protocol that 
is supported by NSURLSession.

As my mother tongue is not english, I hope everything is understandable, if 
it's not i can try to explain it better ;)


> [iOS] file transfer lose connection after several download on iOS 10 
> -
>
> Key: CB-12400
> URL: https://issues.apache.org/jira/browse/CB-12400
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: 1.6.1
> Environment: iOS 10+
>Reporter: Néville Dubuis
>
> Symptom:
> =
> On downloading files from Amazon S3, after several download (not, always the 
> same number or time) the plugin return errors when downloading existing 
> files. the plugin return error code 3, with void http_status and body and the 
> native code return: "network connection was lost". Once this error happens 
> once, it always happens then on every file transfer download (I didn't try 
> with the upload, but i suspect the issue is the same) until we quit the app 
> and reopen it. We check the network connection, it was fine on every failed 
> attempt, we were even able to call an API before and after the download with 
> $http and it worked just fine. 
> So after digging into this issue and not finding any clue, we thought it 
> might be something directly on the http or tcp protocol. So we setup an 

[jira] [Created] (CB-12400) [iOS] file transfer lose connection after several download on iOS 10

2017-01-26 Thread JIRA
Néville Dubuis created CB-12400:
---

 Summary: [iOS] file transfer lose connection after several 
download on iOS 10 
 Key: CB-12400
 URL: https://issues.apache.org/jira/browse/CB-12400
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Affects Versions: 1.6.1
 Environment: iOS 10+
Reporter: Néville Dubuis


Symptom:
=

On downloading files from Amazon S3, after several download (not, always the 
same number or time) the plugin return errors when downloading existing files. 
the plugin return error code 3, with void http_status and body and the native 
code return: "network connection was lost". Once this error happens once, it 
always happens then on every file transfer download (I didn't try with the 
upload, but i suspect the issue is the same) until we quit the app and reopen 
it. We check the network connection, it was fine on every failed attempt, we 
were even able to call an API before and after the download with $http and it 
worked just fine. 

So after digging into this issue and not finding any clue, we thought it might 
be something directly on the http or tcp protocol. So we setup an https proxy 
(with burp suite), to see the connection and what was happening. It appears 
that the issue never appears when using the https proxy. So we switch back to 
normal wifi connection, and then the error happened again at this we change 
back  the connection to the proxy and we were able to download our files 
without restarting the app. 

Conclusion

It's seems that something on HTTPS is not working correctly (ciphers, TLS, 
version, keep alive ?) . We implement those downloads with 
cordova-plugin-background-download 
(https://github.com/dualinventive/cordova-plugin-background-download) and we 
have no issue with this one. The problem might come for the deprecated 
NSURLConnection that does not support something new on the https protocol that 
is supported by NSURLSession.

As my mother tongue is not english, I hope everything is understandable, if 
it's not i can try to explain it better ;)



--
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-12364) [Windows] Inappbrowser inject file manual tests are not working

2017-01-26 Thread ASF subversion and git services (JIRA)

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

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

Commit d842693889057f5d3fe209f6f7a443015df28f22 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~daserge]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=d842693
 ]

CB-12364 [Windows] Inappbrowser inject file manual tests are not working


> [Windows] Inappbrowser inject file manual tests are not working
> ---
>
> Key: CB-12364
> URL: https://issues.apache.org/jira/browse/CB-12364
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: UWP
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged, windows
>




--
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-12364) [Windows] Inappbrowser inject file manual tests are not working

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12364:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-inappbrowser/pull/207


> [Windows] Inappbrowser inject file manual tests are not working
> ---
>
> Key: CB-12364
> URL: https://issues.apache.org/jira/browse/CB-12364
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: UWP
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged, windows
>




--
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-12364) [Windows] Inappbrowser inject file manual tests are not working

2017-01-26 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov resolved CB-12364.
--
Resolution: Fixed

Fixed in 1.6.2-dev

> [Windows] Inappbrowser inject file manual tests are not working
> ---
>
> Key: CB-12364
> URL: https://issues.apache.org/jira/browse/CB-12364
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: UWP
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged, windows
>




--
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-12383) [Windows] App crashes with --browserify and SplashScreen plugin

2017-01-26 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov resolved CB-12383.
--
Resolution: Fixed

Fixed in cordova-lib@6.5.1-dev

> [Windows] App crashes with --browserify and SplashScreen plugin
> ---
>
> Key: CB-12383
> URL: https://issues.apache.org/jira/browse/CB-12383
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib, Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>




--
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-12383) [Windows] App crashes with --browserify and SplashScreen plugin

2017-01-26 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov updated CB-12383:
-
Component/s: CordovaLib

> [Windows] App crashes with --browserify and SplashScreen plugin
> ---
>
> Key: CB-12383
> URL: https://issues.apache.org/jira/browse/CB-12383
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib, Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>




--
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-12383) [Windows] App crashes with --browserify and SplashScreen plugin

2017-01-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12383:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-lib/pull/515


> [Windows] App crashes with --browserify and SplashScreen plugin
> ---
>
> Key: CB-12383
> URL: https://issues.apache.org/jira/browse/CB-12383
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>




--
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-12383) [Windows] App crashes with --browserify and SplashScreen plugin

2017-01-26 Thread ASF subversion and git services (JIRA)

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

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

Commit 9f704a70b1376f712c7287d32587b33e68ff8f70 in cordova-lib's branch 
refs/heads/master from [~daserge]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=9f704a7 ]

CB-12383 Fix cordova_plugins metadata definition
Define parent object first


> [Windows] App crashes with --browserify and SplashScreen plugin
> ---
>
> Key: CB-12383
> URL: https://issues.apache.org/jira/browse/CB-12383
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>




--
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-12212) Cordova iOS build fails with pods that use the resource_bundle spec feature.

2017-01-26 Thread Gary Archer (JIRA)

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

Gary Archer commented on CB-12212:
--

Well spotted Helen.

I get the same issue when trying to integrate the Google AppAuth pod from here, 
even thought it doesn't use a resource_bundle:
https://github.com/openid/AppAuth-iOS/blob/master/AppAuth.podspec

I can get an XCode build working but 'cordova build ios' fails.
For now my workaround is to build a separate AppAuth.framework project from the 
source - and to embed that.

> Cordova iOS build fails with pods that use the resource_bundle spec feature.
> 
>
> Key: CB-12212
> URL: https://issues.apache.org/jira/browse/CB-12212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.0
>Reporter: Helen Crowell
> Fix For: cordova-ios@4.4.0
>
>
> Cordova iOS build fails with pods that use the `resource_bundle` spec feature.
> Tested with two different pods that use the `resource_bundle` spec feature.
> cordova version: 6.4.0
> Installed platforms:
>   ios 4.3.0
> Test code:
> {code}
> cordova create test
> cd test
> cordova platform add ios
> cordova build
> {code}
> Test 1:
> UrbanAirship-iOS-SDK
> https://github.com/urbanairship/ios-library/search?utf8=%E2%9C%93=resource_bundle
> {code}
> ~/Documents/workspace/test_ios_8_1_3_entitlement/platforms/ios$ cat Podfile
> # DO NOT MODIFY -- auto-generated by Apache Cordova
> platform :ios, '8.0'
> target 'TestProj' do
> project 'TestProj.xcodeproj'
> pod 'UrbanAirship-iOS-SDK', '~> 8.1.3'
> end
> $cordova build
> ...
> === BUILD TARGET UrbanAirship-iOS-SDK-AirshipResources OF PROJECT Pods WITH 
> CONFIGURATION Debug ===
> Check dependencies
> Write auxiliary files
> write-file 
> /Users/abcuser/Library/Developer/Xcode/DerivedData/TestProj-ceyniiayavksmtaebmmmvxaymsdx/Build/Intermediates/Pods.build/Debug-iphonesimulator/UrbanAirship-iOS-SDK-AirshipResources.build/AirshipResources-generated-files.hmap
> write-file 
> /Users/abcuser/Library/Developer/Xcode/DerivedData/TestProj-ceyniiayavksmtaebmmmvxaymsdx/Build/Intermediates/Pods.build/Debug-iphonesimulator/UrbanAirship-iOS-SDK-AirshipResources.build/AirshipResources-all-target-headers.hmap
> write-file 
> /Users/abcuser/Library/Developer/Xcode/DerivedData/TestProj-ceyniiayavksmtaebmmmvxaymsdx/Build/Intermediates/Pods.build/Debug-iphonesimulator/UrbanAirship-iOS-SDK-AirshipResources.build/AirshipResources-own-target-headers.hmap
> write-file 
> /Users/abcuser/Library/Developer/Xcode/DerivedData/TestProj-ceyniiayavksmtaebmmmvxaymsdx/Build/Intermediates/Pods.build/Debug-iphonesimulator/UrbanAirship-iOS-SDK-AirshipResources.build/AirshipResources.hmap
> write-file 
> /Users/abcuser/Library/Developer/Xcode/DerivedData/TestProj-ceyniiayavksmtaebmmmvxaymsdx/Build/Intermediates/Pods.build/Debug-iphonesimulator/UrbanAirship-iOS-SDK-AirshipResources.build/AirshipResources-all-non-framework-target-headers.hmap
> write-file 
> /Users/abcuser/Library/Developer/Xcode/DerivedData/TestProj-ceyniiayavksmtaebmmmvxaymsdx/Build/Intermediates/Pods.build/Debug-iphonesimulator/UrbanAirship-iOS-SDK-AirshipResources.build/AirshipResources-project-headers.hmap
> Create product structure
> /bin/mkdir -p 
> /Users/abcuser/Documents/workspace/test_ios_8_1_3_entitlement/platforms/ios/build/emulator/AirshipResources.bundle
> CopyPlistFile 
> /Users/abcuser/Documents/workspace/test_ios_8_1_3_entitlement/platforms/ios/build/emulator/AirshipResources.bundle/Info.plist
>  UrbanAirship-iOS-SDK/AirshipKit/AirshipResources/Info.plist
> cd 
> /Users/abcuser/Documents/workspace/test_ios_8_1_3_entitlement/platforms/ios/Pods
> export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/abcuser/Documents/workspace/sandalwood/build/install/sandalwood/bin:/usr/local/bin/cordova:/usr/local/bin/phonegap:/usr/local/bin/npm/bin:/usr/local/share/python:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/local/bin:/Users/abcuser/Documents/workspace/android-sdk//platform-tools:/Users/abcuser/Documents/workspace/android-sdk/tools"
> builtin-copyPlist --convert binary1 --outdir 
> /Users/abcuser/Documents/workspace/test_ios_8_1_3_entitlement/platforms/ios/build/emulator/AirshipResources.bundle
>  -- UrbanAirship-iOS-SDK/AirshipKit/AirshipResources/Info.plist
> ProcessProductPackaging "" 
> /Users/abcuser/Library/Developer/Xcode/DerivedData/TestProj-ceyniiayavksmtaebmmmvxaymsdx/Build/Intermediates/Pods.build/Debug-iphonesimulator/UrbanAirship-iOS-SDK-AirshipResources.build/AirshipResources.bundle.xcent
> cd 
> /Users/abcuser/Documents/workspace/test_ios_8_1_3_entitlement/platforms/ios/Pods
>