Re: [mono-android] long polling - connection timeouts

2013-04-09 Thread Stephan Steiner
My app already keeps track of network state (currently I'm only using WiFi) - if I have no connectivity, I abort the long poll so the wireless radio interface should not be an issue. I've alteady tested 'network out of range' issues quite extensively since my app is being deployed in environments

Re: [mono-android] Set up an Galaxy S2 with 4.1.2 for debugging

2013-04-09 Thread EaranMaleasi
aalready solved itself, manually killing and restarting the adb-server (maybe with some other things) did work -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Set-up-an-Galaxy-S2-with-4-1-2-for-debugging-tp5713045p5713125.html Sent from the Mono for Android mailin

Re: [mono-android] how to know my app version number on google play from my device

2013-04-09 Thread javitxin
I found a solution.. just create a parameter and call it using a web service to get the version number.. Thanks.. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/how-to-know-my-app-version-number-on-google-play-from-my-device-tp5713117p5713124.html Sent from the

Re: [mono-android] long polling - connection timeouts

2013-04-09 Thread Goncalo Oliveira
mmm it might be useful to dump the radio logs On 9 April 2013 15:26, Stephan Steiner wrote: > I think I may have used the wrong title thus giving the wrong impression of > what the problem is or isn't. > > I already have > > System.Net.ServicePointManager.DefaultConnectionLimit = 4; > > In my c

Re: [mono-android] long polling - connection timeouts

2013-04-09 Thread Stephan Steiner
I think I may have used the wrong title thus giving the wrong impression of what the problem is or isn't. I already have System.Net.ServicePointManager.DefaultConnectionLimit = 4; In my code - I've had this problem earlier (both of you participated in the thread last year), and if this were it,

Re: [mono-android] new entry

2013-04-09 Thread Massimiliano Fabbri
:D Yes I'm subscriber. Nice to meet yoyu Mel. Il 09/04/13 12:27, Miljenko Cvjetko ha scritto: Hi Massi On 2013.04.09 09:05, Massimiliano Fabbri wrote: Hi everybody, I'm new on the list. Greetings for all. Massi. Welcome. I'm Mel and have problems with excessive coding, neglecting famil

Re: [mono-android] long polling - connection timeouts

2013-04-09 Thread Goncalo Oliveira
Correct. you probably want to change the defaults System.Net.ServicePointManager.DefaultConnectionLimit = 4; On 6 April 2013 00:12, Sayed Arian Kooshesh wrote: > sounds like a problem with servicepointmanager. IT limits your connections > to a site to 2 and can cause a limitation in your conne

Re: [mono-android] Set up an Galaxy S2 with 4.1.2 for debugging

2013-04-09 Thread EaranMaleasi
up to now the device worked quite well, but now neither VS nor the adb itself find it. i've tried to restart the PC, the device, both, different USB-ports,reinstall the driver via kies (twice). i don't know what could be helpful for you to figure out what could be the error so tell me what you want

Re: [mono-android] long polling - connection timeouts

2013-04-09 Thread Sayed Arian Kooshesh
sounds like a problem with servicepointmanager. IT limits your connections to a site to 2 and can cause a limitation in your connections. You might want to look into it.. just a fly by guess. http://msdn.microsoft.com/en-us/library/system.net.servicepointmanager.aspx On Fri, Apr 5, 2013 at 3:42

[mono-android] how to know my app version number on google play from my device

2013-04-09 Thread javitxin
Hi, does anyone know how to get the version number of my published app in google play from any device? I just want to compare my publish number version with the client installed number version.. Thanks in advance!! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/

Re: [mono-android] Receiving class doesn't seem to deserialise values in the intent

2013-04-09 Thread Robert Jordan
Hi, i.PutExtra("ID", ids [0]) will store a string, since your IDs are stored in a string list. int f = base.Intent.GetIntExtra("ID", 0) is trying to read an int, but, obviously, it can't find one because you've stored a string. Robert On 09.04.2013 02:35, Paul Johnson wrote: Hi, I'm using X

Re: [mono-android] new entry

2013-04-09 Thread Miljenko Cvjetko
Hi Massi On 2013.04.09 09:05, Massimiliano Fabbri wrote: Hi everybody, I'm new on the list. Greetings for all. Massi. Welcome. I'm Mel and have problems with excessive coding, neglecting family etc... Have You visited forums? http://forums.xamarin.com mel _

[mono-android] new entry

2013-04-09 Thread Massimiliano Fabbri
Hi everybody, I'm new on the list. Greetings for all. Massi. ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid