[jira] [Commented] (CB-10062) Error: EACCES: permission denied - update-notifier-cordova.json

2015-12-17 Thread Filipe (JIRA)

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

Filipe commented on CB-10062:
-

Same issue here.
I was struggling with an ANDROID_HOME not defined error (although I had it set 
correctly) because I had to use su to build for android platform because of 
this issue.
Omar workaround worked fine.

> Error: EACCES: permission denied - update-notifier-cordova.json
> ---
>
> Key: CB-10062
> URL: https://issues.apache.org/jira/browse/CB-10062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: OSX El Capitan
> Jims-MBP:myApp jtryon$ cordova -v
> 5.4.0
> Jims-MBP:myApp jtryon$ node -v
> v4.2.2
> Jims-MBP:myApp jtryon$ npm -v
> 2.14.7
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>
> ims-MBP:~ jtryon$ cordova -h
> /usr/local/lib/node_modules/cordova/node_modules/update-notifier/node_modules/configstore/index.js:53
> throw err;
> ^Error: EACCES: permission denied, open 
> '/Users/jtryon/.config/configstore/update-notifier-cordova.json'
> You don't have access to this file.at Error (native)
>at Object.fs.openSync (fs.js:549:18)
>at Object.fs.readFileSync (fs.js:397:15)
>at Object.create.all.get 
> (/usr/local/lib/node_modules/cordova/node_modules/update-notifier/node_modules/configstore/index.js:34:26)
>at Object.Configstore 
> (/usr/local/lib/node_modules/cordova/node_modules/update-notifier/node_modules/configstore/index.js:27:44)
>at new UpdateNotifier 
> (/usr/local/lib/node_modules/cordova/node_modules/update-notifier/index.js:34:17)
>at module.exports 
> (/usr/local/lib/node_modules/cordova/node_modules/update-notifier/index.js:123:23)
>at checkForUpdates (/usr/local/lib/node_modules/cordova/src/cli.js:64:20)
>at cli (/usr/local/lib/node_modules/cordova/src/cli.js:114:5)
>at Object. 
> (/usr/local/lib/node_modules/cordova/bin/cordova:41:1)



--
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-8084) Push Notifications code included by default

2015-08-04 Thread Filipe (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14654017#comment-14654017
 ] 

Filipe commented on CB-8084:


I also got cordova iOS platform version 3.8.0 and the issue is still there.

 Push Notifications code included by default
 ---

 Key: CB-8084
 URL: https://issues.apache.org/jira/browse/CB-8084
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Jacob Weber
Assignee: Shazron Abdullah
 Fix For: 3.8.0


 When creating a new Cordova app using the CLI, it adds code to AppDelegate.m 
 for Push Notifications. This causes Apple to issue a warning when you submit 
 the app, if your provisioning profile doesn't have Push Notifications enabled:
 {quote}
 Missing Push Notification Entitlement - Your app appears to include API used 
 to register with the Apple Push Notification service, but the app signature's 
 entitlements do not include the aps-environment entitlement. If your app 
 uses the Apple Push Notification service, make sure your App ID is enabled 
 for Push Notification in the Provisioning Portal, and resubmit after signing 
 your app with a Distribution provisioning profile that includes the 
 aps-environment entitlement. See Provisioning and Development in the 
 Local and Push Notification Programming Guide for more information. If your 
 app does not use the Apple Push Notification service, no action is required. 
 You may remove the API from future submissions to stop this warning. If you 
 use a third-party framework, you may need to contact the developer for 
 information on removing the API.
 {quote}



--
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-8875) Splash screen no longer fades when FadeSplashScreen=true

2015-07-29 Thread Filipe (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645907#comment-14645907
 ] 

Filipe commented on CB-8875:


I will try it.
Thanks Chris.


 Splash screen no longer fades when FadeSplashScreen=true
 

 Key: CB-8875
 URL: https://issues.apache.org/jira/browse/CB-8875
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Chris Karcher

 After upgrading to the latest version of the plugin with the fix for 
 [CB-8836], the splash screen in my iOS app no longer fades even though 
 FadeSplashScreen=true.
 This is the commit that addresses CB-8836:
 [https://github.com/apache/cordova-plugin-splashscreen/commit/559b300d29ba6eb2f951eb19b9bbf7ba9238a862]
 I've found that wrapping the entire call to [UIView transitionWithView] with 
 a dispatch_async (rather than the individual animation and completion blocks) 
 fixes the issue.



--
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-8875) Splash screen no longer fades when FadeSplashScreen=true

2015-07-27 Thread Filipe (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643076#comment-14643076
 ] 

Filipe commented on CB-8875:


Hi
I'm having the same problem. How can I use this fix? 
Is it merged?
thanks

 Splash screen no longer fades when FadeSplashScreen=true
 

 Key: CB-8875
 URL: https://issues.apache.org/jira/browse/CB-8875
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Chris Karcher

 After upgrading to the latest version of the plugin with the fix for 
 [CB-8836], the splash screen in my iOS app no longer fades even though 
 FadeSplashScreen=true.
 This is the commit that addresses CB-8836:
 [https://github.com/apache/cordova-plugin-splashscreen/commit/559b300d29ba6eb2f951eb19b9bbf7ba9238a862]
 I've found that wrapping the entire call to [UIView transitionWithView] with 
 a dispatch_async (rather than the individual animation and completion blocks) 
 fixes the issue.



--
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-7819) navigator.vibrate is not work

2015-04-14 Thread Filipe (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14494318#comment-14494318
 ] 

Filipe commented on CB-7819:


How can I test it?

 navigator.vibrate is not work
 -

 Key: CB-7819
 URL: https://issues.apache.org/jira/browse/CB-7819
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Vibration
Affects Versions: 3.7.0, 3.6.3
 Environment: phonegap 3.6.3 with all latest plugin
 ios 8.0.2
 winphone 8.1
 Android 4.4.2
 all real machine
 org.apache.cordova.vibration =  0.3.11
Reporter: Colin Bau
  Labels: vibrate
   Original Estimate: 12h
  Remaining Estimate: 12h

 according to this
 https://github.com/apache/cordova-plugin-vibration/blob/5adf530d3663226ad6913de6cfc8493672334023/doc/index.md
 it said...
 [the recommended way]
 navigator.vibrate
 navigator.vibrateWithPattern
 navigator.cancelVibration
 [the deprecated way]
 navigator.notification.vibrate
 navigator.notification.vibrateWithPattern
 navigator.notification.cancelVibration
 but in fact,when I use it
 navigator.notification.[yourmethod] is work but navigator.[yourmethod] not !!



--
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-7819) navigator.vibrate is not work

2015-02-10 Thread Filipe (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314175#comment-14314175
 ] 

Filipe commented on CB-7819:


I got the same issue.

 navigator.vibrate is not work
 -

 Key: CB-7819
 URL: https://issues.apache.org/jira/browse/CB-7819
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Vibration
Affects Versions: 3.6.3
 Environment: phonegap 3.6.3 with all latest plugin
 ios 8.0.2
 winphone 8.1
 Android 4.4.2
 all real machine
 org.apache.cordova.vibration =  0.3.11
Reporter: Colin Bau
  Labels: vibrate
   Original Estimate: 12h
  Remaining Estimate: 12h

 according to this
 https://github.com/apache/cordova-plugin-vibration/blob/5adf530d3663226ad6913de6cfc8493672334023/doc/index.md
 it said...
 [the recommended way]
 navigator.vibrate
 navigator.vibrateWithPattern
 navigator.cancelVibration
 [the deprecated way]
 navigator.notification.vibrate
 navigator.notification.vibrateWithPattern
 navigator.notification.cancelVibration
 but in fact,when I use it
 navigator.notification.[yourmethod] is work but navigator.[yourmethod] not !!



--
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