[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-06-14 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c27


Geoff Norton  changed:

   What|Removed |Added

 CC||rickgr...@mac.com

--- Comment #27 from Geoff Norton  2010-06-14 21:32:15 UTC 
---
*** Bug 609928 has been marked as a duplicate of this bug. *** 
http://bugzilla.novell.com/show_bug.cgi?id=609928

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-02-19 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c26


--- Comment #26 from Katherine Ye  2010-02-19 23:07:29 
UTC ---
I have figured out the Uri part.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-02-19 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c25


--- Comment #25 from Katherine Ye  2010-02-19 17:38:50 
UTC ---

I know we can construct a Uri using Uri uri = new
Uri("http://www.java2s.com";)... In my app I have hostname and port. Can you
show me an example of how to construct a uri based on hostname and port. Or
construct a uri base on System.Net.IPEndPoint or System.Net.IPAddress etc.
Thanks

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-02-18 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c24


--- Comment #24 from Geoff Norton  2010-02-19 00:11:02 UTC 
---
You will need to call MonoTouch.ObjCRuntime.Runtime.StartWWAN

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-02-18 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c23


Katherine Ye  changed:

   What|Removed |Added

 CC||k...@recursionsw.com

--- Comment #23 from Katherine Ye  2010-02-19 00:02:59 
UTC ---
Hi,

I have just download monotouch 1.4.7 and build an iPhone app using monoDevelop
2.2.1. My app uses TcpClient. When the app run through wifi it runs fine. But
if I turn off the wifi and enable 3G, I got exception message:"No route to
host". The top of the stack trace is as follows:
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x0]
in :0 
Thu Feb 18 17:20:05 unknown UIKitApplication:com.recursionsw.vdemo[0xd6][342]
:   at System.Net.Sockets.TcpClient.Connect (System.Net.IPEndPoint
remote_end_point) [0x0] in :0 
Thu Feb 18 17:20:05 unknown UIKitApplication:com.recursionsw.vdemo[0xd6][342]
:   at System.Net.Sockets.TcpClient.Connect (System.Net.IPAddress
address, Int32 port) [0x0] in :0 
Thu Feb 18 17:20:05 unknown UIKitApplication:com.recursionsw.vdemo[0xd6][342]
:   at ... ( left out)

My question is do I need something to make it work. Code snippet or example
will be great. 

Also curious on the answer for the Comment 19. 

Thanks

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-28 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c22


--- Comment #22 from Geoff Norton  2010-01-28 18:44:13 UTC 
---
Vittorio,

  Runtime.StartWWAN is in the MonoTouch.ObjCRuntime.Runtime class.

Lorezno,

  StartWWAN 100% brings up the wwan if called correctly (it makes a http
connection to a host specified in the uri).  If you are having issues please
file a NEW bug with a sample project.  This bug is resolved.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-28 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c21


--- Comment #21 from Lorenzo Viola  2010-01-28 18:39:08 UTC 
---
Hello
Now it's working better for me, but I don't know if it's completely resolved..

I too execute Runtime.StartWWAN(uri), but it's not enough

I had to add a cycle, that keeps trying to download what I need
(example an XML file, using a WebClient)

This is still not enough, as in the end quite strangely the only function that
really downloads what I need is the the following :

string myurl = "http://xxx.yyy.zzz";;
XDocument xdoc = null;
...
xdoc = XDocument.Load(myurl);


Any other function fails (if a connection to the provider is not really
established)

I feel that you should provide a working example of using WWAN on the
monotouch-samples.

Best Regards

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-28 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c20


--- Comment #20 from Vittorio Polizzi  
2010-01-28 14:06:12 UTC ---
My application relies on a Web Service so the Web Client is never used
directly. At first try the application fails. If I try again it works as
expected. It seems that the WAN connection is brought up but the web service
fails in the meanwhile. I tried to use Runtime.StartWWAN(uri) to kick the
connection but I am unable to find it. I am using MonoTouch 1.4.7.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-27 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c19


John Hughes  changed:

   What|Removed |Added

 CC||jhug...@adsoftinc.com

--- Comment #19 from John Hughes  2010-01-27 20:41:13 
UTC ---
(In reply to comment #18)
> Really fixed in 1.4.6.  WebClient does this automatically, if you need to use
> low level sockets you must call:
> 
> Runtime.StartWWAN (uri)
> 
> This method will make a http connection to the URI, which will in turn bring 
> up
> 3G/EDGE.  This method is a blocking call.

What about TcpClient?  Does TcpClient do this automatically? Does an app using
TcpClient need to do anything special?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-26 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c18


Geoff Norton  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #18 from Geoff Norton  2010-01-27 03:13:13 UTC 
---
Really fixed in 1.4.6.  WebClient does this automatically, if you need to use
low level sockets you must call:

Runtime.StartWWAN (uri)

This method will make a http connection to the URI, which will in turn bring up
3G/EDGE.  This method is a blocking call.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-19 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c17


Vittorio Polizzi  changed:

   What|Removed |Added

 Status|NEEDINFO|REOPENED
  Info Provider|johnnyn...@yahoo.com|

--- Comment #17 from Vittorio Polizzi  
2010-01-19 19:59:43 UTC ---
My application has the SBUsesNetwork set to true in its Info.plist but it has
no effect on the issue ...

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-19 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c16


--- Comment #16 from Lorenzo Viola  2010-01-19 19:30:32 UTC 
---
Created an attachment (id=337489)
 --> (http://bugzilla.novell.com/attachment.cgi?id=337489)
3g problem

Here is a sample :

- compile and deploy the app (reachability modified application, only in
main.cs)

- disable wifi, and leave active the carrier settings on iphone

- switch off iphone, and restart it

- launch application, it will try to connect for a while

- in the end you will get a "NameResolutionFailure"

There must be some ConnectionIsRequired Flag to activate somewhere...

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-19 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c15


Geoff Norton  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
  Info Provider||johnnyn...@yahoo.com

--- Comment #15 from Geoff Norton  2010-01-19 17:23:55 UTC 
---
If you are still seeing this bug, please provide a complete solution that
demonstrates the issue and attach it.

Thank you.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-19 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c14


--- Comment #14 from Lorenzo Viola  2010-01-19 16:54:54 UTC 
---
I want also to add the following : inside my project options, under "iPhone
Build", I can't manage to change the SDK version from 3.0 to 3.1.

No matter what I try , even manually editing the .csproj file and changing
MtouchSdkVersion to 3.1, it will always return to 3.0 value on the combo box
(even if it looks like to build against 3.1)

It is a "feature", or a bug, that could lead to the actual bug problem ? 

it is a bit confusing ... anyway, this test seems to show that the bug exists
even compiling against SDK 3.1...

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-19 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c13


Lorenzo Viola  changed:

   What|Removed |Added

   Priority|P3 - Medium |P2 - High

--- Comment #13 from Lorenzo Viola  2010-01-19 11:52:24 UTC 
---
Hello 

I've also tested with Mono Touch 1.4.5, and still the 3G/Gprs /carrier
connection doesn't start if an external URL or any connection is requested and
the only available interface is the Carrier.

It only works if mail or safari are started first.

This is clearly visible after a reboot of the iPhone, as there are no
connections still started.

The application crashes, here is a log ( made a reboot, launched application ,
it crashed )


Tue Jan 19 08:58:04 unknown configd[22] : network configuration
changed.
Tue Jan 19 08:58:10 unknown kernel[0] : launchd[52] Builtin profile:
container (seatbelt)
Tue Jan 19 08:58:10 unknown kernel[0] : launchd[52] Container:
/private/var/mobile/Applications/0AF27FCA-C336-4495-9E2F-EF181FBFC691
(seatbelt)
Tue Jan 19 08:58:14 unknown com.apple.SpringBoard[24] : CoreAnimation:
timed out fence 500
Tue Jan 19 08:58:16 unknown com.apple.SpringBoard[24] : CoreAnimation:
timed out fence 500
Tue Jan 19 08:58:19 unknown UIKitApplication:com.yourcompany.sample[0x3492][52]
: Unhandled Exception: System.Net.WebException: Error:
NameResolutionFailure
Tue Jan 19 08:58:19 unknown UIKitApplication:com.yourcompany.sample[0x3492][52]
:   at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult
asyncResult) [0x0] in :0 
Tue Jan 19 08:58:19 unknown UIKitApplication:com.yourcompany.sample[0x3492][52]
:   at System.Net.HttpWebRequest.GetResponse () [0x0] in :0 
Tue Jan 19 08:58:19 unknown UIKitApplication:com.yourcompany.sample[0x3492][52]
:   at iCubaMusic.AppDelegate.m__2
(System.Object sender, MonoTouch.UIKit.UIButtonEventArgs args) [0x0] in
:0 
Tue Jan 19 08:58:19 unknown UIKitApplication:com.yourcompany.sample[0x3492][52]
:   at MonoTouch.UIKit.UIAlertView+_UIAlertViewDelegate.Clicked
(MonoTouch.UIKit.UIAlertView alertview, Int32 buttonIndex) [0x0] in
:0 
Tue Jan 19 08:58:19 unknown UIKitApplication:com.yourcompany.sample[0x3492][52]
:   at MonoTouch.UIKit.UIApplication.Main (System.String[] args,
System.String principalClassName, System.String delegateClassName) [0x0] in
:0 
Tue Jan 19 08:58:19 unknown UIKitApplication:com.yourcompany.sample[0x3492][52]
:   at MonoTouch.UIKit.UIApplication.Main (System.String[] args)
[0x0] in :0 
Tue Jan 19 08:58:19 unknown UIKitApplication:com.yourcompany.sample[0x3492][52]
:   at iCubaMusic.Application.Main (System.String[] args) [0x0] in
:0 
Tue Jan 19 08:58:19 unknown com.apple.launchd[1] :
(UIKitApplication:com.yourcompany.sample[0x3492]) Exited with exit code: 1
Tue Jan 19 08:58:19 unknown SpringBoard[24] : Application 'iCubaMusic'
exited abnormally with exit status 1
Tue Jan 19 09:00:19 unknown SpringBoard[24] : MultitouchHID(208bd0)
uilock state: 0 -> 1
Tue Jan 19 09:00:34 unknown CommCenter[28] : There are no assertions
for PDP context 0:
Tue Jan 19 09:00:34 unknown CommCenter[28] : Telling PDP context 0 to
go inactive.
Tue Jan 19 09:00:34 unknown CommCenter[28] : There are no assertions
for PDP context 1:
Tue Jan 19 09:00:34 unknown CommCenter[28] : Telling PDP context 1 to
go inactive.
Tue Jan 19 09:00:34 unknown CommCenter[28] : There are no assertions
for PDP context 2:
Tue Jan 19 09:00:34 unknown CommCenter[28] : Telling PDP context 2 to
go inactive.
Tue Jan 19 09:00:34 unknown CommCenter[28] : There are no assertions
for PDP context 3:
Tue Jan 19 09:00:34 unknown CommCenter[28] : Telling PDP context 3 to
go inactive.
Tue Jan 19 09:00:38 unknown CommCenter[28] : Telling CSI to go low
power.
Tue Jan 19 09:00:38 unknown CommCenter[28] : CSI can enter low power,
so now telling to do so.
Tue Jan 19 09:00:38 unknown CommCenter[28] : Will sleep.  Heard from
CSI in 0.00456601 seconds

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-18 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c


Vittorio Polizzi  changed:

   What|Removed |Added

 CC||vittorio.poli...@edisonweb.
   ||com

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-18 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c12


Vittorio Polizzi  changed:

   What|Removed |Added

   Priority|P5 - None   |P3 - Medium
 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #12 from Vittorio Polizzi  
2010-01-18 09:59:57 UTC ---
Hello everyone.
The bug seems to be still out there since I am using Mono Touch 1.4.5 and I am
able to replicate the issue.

My application is unable to start any new 3G connection alone. If I start a
connection using eg. Safari then the application is able to go to the Internet.

I tested this with a 3G on TIM Italy in the following conditions:

* Disabled WiFi
* Enabled 3G
=> Application *does not* works

* Disabled WiFi
* Set airplane mode, reset it back to normal
* Launch application while still "searching" or after a network attach
=> Application produces a socket error

If I start a 3G connection using Safari, then the application works. 
If I start a 3G connection using Safari, set airplane mode, reset it back to
normal the application does not works.
If I start a 3G connection using Safari, and let it sleep for a while, the
application does not works.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-13 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c11


Lorenzo Viola  changed:

   What|Removed |Added

 CC||i...@eulogika.net
 Resolution|FIXED   |WONTFIX

--- Comment #11 from Lorenzo Viola  2010-01-13 18:56:14 UTC 
---
Hello, I also have the same problem. 

After the first reboot of an iPhone 3GS, using only Carrier connection, the
first WebRequest or other standard .Net similar call over the internet never
gets a data-call startup.

If I try to use email or safari, then this one makes effectively start the
internet connection (using Vodafone, Italy)

Using some fake NSURLConnection looks to make it work better, but it is not
still perfect. It could be related to a power management issue ( not handled by
the monotouch library ).



Please confirm that this issue has been resolved even after first startup, as
it block our publishing on AppleStore, or propose a routine fix (even on the
forum).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2010-01-12 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c10


Geoff Norton  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
  Info Provider|johnnyn...@yahoo.com|
 Resolution||FIXED

--- Comment #10 from Geoff Norton  2010-01-12 17:56:11 UTC 
---
Fixed thanks.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-12-04 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c9


--- Comment #9 from John Hughes  2009-12-04 20:36:24 UTC 
---
I get different results.  I get the socket exceptions even after the 3G
indicator comes up... and I continue to get the socket exceptions after that. 
I'll see if I can put together a video.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-12-03 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c8


Miguel de Icaza  changed:

   What|Removed |Added

 CC||mig...@novell.com

--- Comment #8 from Miguel de Icaza  2009-12-04 04:33:49 UTC 
---
I tested this with a 3G on ATT in the following conditions:

* Disabled WiFi
* Enabled 3G
=> Application works

* Disabled WiFi
* Set airplane mode, reset it back to normal
* Launch application while still "searching"
=> Application produces Socket error.

As soon as the 3G indicator comes up, I no longer get an error.

* Disable WiFi
* Disable 3G
=> Application gets sockets errors, invalid hostnames (and so does Safari)

Eventually, the phone gets network connectivity (Edge in my case), so we end up
with:
* Disabled WiFi
* Disabled 3G
* Edge running
=> Connection works.

It does take a while, some 10 seconds to go from 3G to Edge working though.


I have noticed problems like the symptoms described in the bug with my twitter
client depending on where I am though;   Sometimes I am in a bad spot, and even
with 3G I get errors from it.
See the sample monotouch-samples/reachability for some samples on how to detect
the network availability.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-12-03 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c7


--- Comment #7 from John Hughes  2009-12-03 23:46:41 UTC 
---
.. however as I mentioned:

"Other iPhone applications are able to connect over 3G just fine, so I don't
think there is a 3G connectivity issue."

What I mean by that is that I can start up other non-Monotouch apps and connect
over 3G without a problem before and after running the test app when it fails.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-12-03 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c6


--- Comment #6 from John Hughes  2009-12-03 23:42:54 UTC 
---
Yes I am on AT&T USA.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-12-03 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c5


Geoff Norton  changed:

   What|Removed |Added

 CC||m...@beaton.co.nz

--- Comment #5 from Geoff Norton  2009-12-03 19:06:37 UTC 
---
*** Bug 537077 has been marked as a duplicate of this bug. *** 
http://bugzilla.novell.com/show_bug.cgi?id=537077

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-12-03 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c4


--- Comment #4 from Geoff Norton  2009-12-03 18:48:30 UTC 
---
I cannot replicate this on my original, 3G or 3GS phone.

Are you on AT&T?  I'm wondering if AT&T is very slow to spin up a edge/3g
connection (I'm in canada)

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-12-02 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c3


--- Comment #3 from John Hughes  2009-12-03 03:56:55 UTC 
---
I have only tested this on a 3GS phone.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-11-24 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

http://bugzilla.novell.com/show_bug.cgi?id=555439#c2


Geoff Norton  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||gnor...@novell.com
  Info Provider||johnnyn...@yahoo.com

--- Comment #2 from Geoff Norton  2009-11-25 02:49:05 UTC 
---
Is this with a original, 3G or 3GS?

Thanks

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)

2009-11-13 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=555439

User johnnyn...@yahoo.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=555439#c1





--- Comment #1 from John Hughes   2009-11-13 15:03:00 MST 
---
You can test the 3G connection by disabling WiFi in the iPhone settings.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs