[jira] [Commented] (CB-5737) Installing device plugin causes Android app to exception error on exit.

2014-01-07 Thread John McLear (JIRA)

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

John McLear commented on CB-5737:
-

Confirm fix in 0.2.7 thanks to @Andrew Grieve

> Installing device plugin causes Android app to exception error on exit.
> ---
>
> Key: CB-5737
> URL: https://issues.apache.org/jira/browse/CB-5737
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: John McLear
>Assignee: Andrew Grieve
>Priority: Critical
>
> cordova -v = 3.3.1-0.1.2
> To replicate:
> {code:javascript}
> cordova create foo
> cd foo
> cordova platform add android
> cordova plugin add org.apache.cordova.device
> cordova run android
> {code}
> Press back button once app has loaded, you will see an error.
> Problem exists at 0.2.2..
>  cordova plugin add org.apache.cordova.device@0.2.2
> Fetching plugin from "org.apache.cordova.device@0.2.2"
> So possible it's a Cordova issue..  Will try older versions of Cordova..
> Problem exists in Cordova 3.3.0-rc1, can't test earlier due to brokenness



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5737) Installing device plugin causes Android app to exception error on exit.

2014-01-07 Thread ASF subversion and git services (JIRA)

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

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

Commit 6b40b60f7f7aa3c8ed955fbed8add8498b9cb062 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=6b40b60 
]

CB-5737 Fix exception on close caused by left over telephony code from CB-5504


> Installing device plugin causes Android app to exception error on exit.
> ---
>
> Key: CB-5737
> URL: https://issues.apache.org/jira/browse/CB-5737
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: John McLear
>Assignee: Andrew Grieve
>Priority: Critical
>
> cordova -v = 3.3.1-0.1.2
> To replicate:
> {code:javascript}
> cordova create foo
> cd foo
> cordova platform add android
> cordova plugin add org.apache.cordova.device
> cordova run android
> {code}
> Press back button once app has loaded, you will see an error.
> Problem exists at 0.2.2..
>  cordova plugin add org.apache.cordova.device@0.2.2
> Fetching plugin from "org.apache.cordova.device@0.2.2"
> So possible it's a Cordova issue..  Will try older versions of Cordova..
> Problem exists in Cordova 3.3.0-rc1, can't test earlier due to brokenness



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5737) Installing device plugin causes Android app to exception error on exit.

2014-01-07 Thread ASF subversion and git services (JIRA)

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

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

Commit 6b40b60f7f7aa3c8ed955fbed8add8498b9cb062 in branch refs/heads/dev from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=6b40b60 
]

CB-5737 Fix exception on close caused by left over telephony code from CB-5504


> Installing device plugin causes Android app to exception error on exit.
> ---
>
> Key: CB-5737
> URL: https://issues.apache.org/jira/browse/CB-5737
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: John McLear
>Assignee: Andrew Grieve
>Priority: Critical
>
> cordova -v = 3.3.1-0.1.2
> To replicate:
> {code:javascript}
> cordova create foo
> cd foo
> cordova platform add android
> cordova plugin add org.apache.cordova.device
> cordova run android
> {code}
> Press back button once app has loaded, you will see an error.
> Problem exists at 0.2.2..
>  cordova plugin add org.apache.cordova.device@0.2.2
> Fetching plugin from "org.apache.cordova.device@0.2.2"
> So possible it's a Cordova issue..  Will try older versions of Cordova..
> Problem exists in Cordova 3.3.0-rc1, can't test earlier due to brokenness



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5737) Installing device plugin causes Android app to exception error on exit.

2014-01-07 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-5737:
---

Looks like it is caused by some telephony logic that got left in after CB-5504

> Installing device plugin causes Android app to exception error on exit.
> ---
>
> Key: CB-5737
> URL: https://issues.apache.org/jira/browse/CB-5737
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: John McLear
>Assignee: Andrew Grieve
>Priority: Critical
>
> cordova -v = 3.3.1-0.1.2
> To replicate:
> {code:javascript}
> cordova create foo
> cd foo
> cordova platform add android
> cordova plugin add org.apache.cordova.device
> cordova run android
> {code}
> Press back button once app has loaded, you will see an error.
> Problem exists at 0.2.2..
>  cordova plugin add org.apache.cordova.device@0.2.2
> Fetching plugin from "org.apache.cordova.device@0.2.2"
> So possible it's a Cordova issue..  Will try older versions of Cordova..
> Problem exists in Cordova 3.3.0-rc1, can't test earlier due to brokenness



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5737) Installing device plugin causes Android app to exception error on exit.

2014-01-07 Thread Tommy-Carlos Williams (JIRA)

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

Tommy-Carlos Williams commented on CB-5737:
---

Also reproduced on 3.3.1-0.1.2

> Installing device plugin causes Android app to exception error on exit.
> ---
>
> Key: CB-5737
> URL: https://issues.apache.org/jira/browse/CB-5737
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: John McLear
>Assignee: Andrew Grieve
>Priority: Critical
>
> cordova -v = 3.3.1-0.1.2
> To replicate:
> {code:javascript}
> cordova create foo
> cd foo
> cordova platform add android
> cordova plugin add org.apache.cordova.device
> cordova run android
> {code}
> Press back button once app has loaded, you will see an error.
> Problem exists at 0.2.2..
>  cordova plugin add org.apache.cordova.device@0.2.2
> Fetching plugin from "org.apache.cordova.device@0.2.2"
> So possible it's a Cordova issue..  Will try older versions of Cordova..
> Problem exists in Cordova 3.3.0-rc1, can't test earlier due to brokenness



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5737) Installing device plugin causes Android app to exception error on exit.

2014-01-07 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-5737:
---

Reproduced. Thanks for bumping.

> Installing device plugin causes Android app to exception error on exit.
> ---
>
> Key: CB-5737
> URL: https://issues.apache.org/jira/browse/CB-5737
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: John McLear
>Assignee: Andrew Grieve
>Priority: Critical
>
> cordova -v = 3.3.1-0.1.2
> To replicate:
> {code:javascript}
> cordova create foo
> cd foo
> cordova platform add android
> cordova plugin add org.apache.cordova.device
> cordova run android
> {code}
> Press back button once app has loaded, you will see an error.
> Problem exists at 0.2.2..
>  cordova plugin add org.apache.cordova.device@0.2.2
> Fetching plugin from "org.apache.cordova.device@0.2.2"
> So possible it's a Cordova issue..  Will try older versions of Cordova..
> Problem exists in Cordova 3.3.0-rc1, can't test earlier due to brokenness



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)