![]() |
Problem Using Socket Connection on AT&T network I am trying to connect to a server over direct TCP. The connection string I am using ("socket://<IP-Address>:<port>;deviceside=true") works fine on verizon and T-mobile phones, but I am having problems on a telus bold 9700 with a&t SIM card (US). I am getting a CriticalIOException when I try to connect. The details are: Connection string: socket://<IP-Address>:<port>;deviceside=true;apn=bb.telus.com;T unnelAuthusername=null;TunnelAuthPassword=null Exception: net.rim.device.internal.io.CriticalIOException Critical tunnel failure I have tried various prefixes of above connection string with and without username and password etc. Does anyone know what connection string should I use ? I have also tried apns 'proxy' and 'internet.com' that have been suggested elsewhere. The adv. settings->TCP/IP ... shows APN string "bb.telus.com" and web browser seems to be working just fine. |
Follow Up: I was able to get rid of the CriticalIOException by getting the APN from the Host Routing Table and included it as part of the connection string. Now I am getting an IOException: Connection Timed Out. I know the Server I am trying to connect to is listening as I am able to send it messages from WiFi and other phones on a Verizon Network. I have successfully set a long Timeout (60 seconds) through SocketConnectionEnhanced but it is still timing out. It seems like this could be a problem with AT&T or the Telus Phone. Has anyone had similar issues or if you could offer some guidance this one is really puzzling me. |
| All times are GMT -5. The time now is 11:31 AM. |
Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.