Re: [mono-android] Problem with binding of Google analytics tracker library

2012-09-06 Thread mlegris
Hi Kyle, Could you tell me how you got over the problem of GetInstance()? I'm trying to do: GoogleAnalyticsTracker.GetInstance() and it doesn't work. Plus the Assembly browser doesn't show me any code in any of the bindings I've created now for some reason so I'm out of luck exploring the methods

Re: [mono-android] Problem with binding of Google analytics tracker library

2012-06-07 Thread Jonathan Pryor
On Jun 7, 2012, at 11:25 AM, Petr Slováček wrote: > I discovered there's an option to switch on debug mode for that Google > analytics library and then it shows more information what it actually does. ... > Any idea why it behaves like this? I haven't this problem when using this > library in my

Re: [mono-android] Problem with binding of Google analytics tracker library

2012-06-07 Thread Petr Slováček
Jon, I just tried my original Java app to be sure and I found out that the problem occurs there too. I just didn't noticed that earlier. So it seems to be a problem of that Google Java Library. Sorry to disturb you with that. Thanks for your time Petr

Re: [mono-android] Problem with binding of Google analytics tracker library

2012-06-07 Thread Petr Slováček
ike this? I haven't this problem when using this library in my original Java application. Petr -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: 6. června 2012 19:59 To: Discussions related to Mono

Re: [mono-android] Problem with binding of Google analytics tracker library

2012-06-06 Thread Petr Slováček
m] On Behalf Of Jonathan Pryor Sent: 6. června 2012 19:59 To: Discussions related to Mono for Android Subject: Re: [mono-android] Problem with binding of Google analytics tracker library On Jun 6, 2012, at 11:03 AM, Petr Slováček wrote: > This is what I get in application output window each time

Re: [mono-android] Problem with binding of Google analytics tracker library

2012-06-06 Thread Jonathan Pryor
On Jun 6, 2012, at 11:03 AM, Petr Slováček wrote: > This is what I get in application output window each time it tries to send > the data: Less useful than I hoped. HttpResponseParser.parseHead(): https://github.com/android/platform_external_apache-http/blob/master/src/org/apache/http/i

Re: [mono-android] Problem with binding of Google analytics tracker library

2012-06-06 Thread Petr Slováček
-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: 6. června 2012 16:50 To: Discussions related to Mono for Android Subject: Re: [mono-android] Problem with binding of Google analytics tracker library On Jun 6, 2012, at 10:42 AM, Kyle wrote: &g

Re: [mono-android] Problem with binding of Google analytics tracker library

2012-06-06 Thread Jonathan Pryor
On Jun 6, 2012, at 10:42 AM, Kyle wrote: > Is it possible that embedded java library does not share internet access > rights from the application? Not that I know of. Is there a stack trace? Line numbers? org.apache.http.NoHttpResponseException is part of AOSP, so it might be possible to dig in

Re: [mono-android] Problem with binding of Google analytics tracker library

2012-06-06 Thread Emiel Metselaar
I have bound the easy tracker library (googles wrapper around google analytics, which takes care that the communication occurs from the calling thread) and if your app has internet access rights it works. On Wed, Jun 6, 2012 at 4:42 PM, Kyle wrote: > Hello everyone, > > I have a problem with ja