03-12-2010 02:03 PM
Does Vodafone UK have any restrictions on streaming data over Direct TCP?
We've had several users complain that they are only able to stream a few hundred kilobytes before the stream is cut off.
I don't have any way to test this as I'm in North America.
Thanks.
03-12-2010 07:35 PM
Are you transmitting from the phone or the phone is doing the receiving?
I found that I can't transmitting much from the phone via direct TCP and I am in North America
03-12-2010 11:09 PM
The phone is receiving.
03-15-2010 04:28 AM
Make sure you're really using Direct TCP (called Carrier TCP nowadays) rather than WAP 2.0 TCP to which BlackBerrys with Vodafone UK SIMs silently switch unless care is taken. The WAP 2.0 transport is pretty strange and unreliable on Vodafone UK.
To force Direct TCP append ";connectionhandler=none;ConnectionUID=" to the Connector.open URL you are using (in addition to other parameters, such as ";deviceside=true").
03-15-2010 08:52 AM
klyubin wrote:Make sure you're really using Direct TCP (called Carrier TCP nowadays) rather than WAP 2.0 TCP to which BlackBerrys with Vodafone UK SIMs silently switch unless care is taken. The WAP 2.0 transport is pretty strange and unreliable on Vodafone UK.
To force Direct TCP append ";connectionhandler=none;ConnectionUID=" to the Connector.open URL you are using (in addition to other parameters, such as ";deviceside=true").
Thanks for the help.
Makes sense, but it's hard to believe that Vodafone gets away with this stuff.
Are these parameters necessary with using Carrier TCP over WiFi on Vodafone UK?
Can we append these parameters without causing problems on other carriers?
03-15-2010 09:08 AM - last edited on 03-15-2010 09:17 AM
In my experience, these parameters are needed for Vodafone UK.
I believe that these parameters will be ignored by other carriers.
I think there are other carriers that also need these parameters set to stop the default use of WAP, for example Verizon in the US.
03-15-2010 09:27 AM
Thanks Peter.
Are these parameters necessary to use WiFi on Vodafone UK?
FYI, Verizon doesn't need this.
03-15-2010 09:32 AM
Wi-Fi connections (those where you append ";interface=wifi") have nothing to do with the carrier. You don't need to append connectionhandler=none or ConnectionUID= to Wi-Fi connection URLs.
03-15-2010 09:33 AM
"Verizon doesn't need this" - that is good to know - thanks.
03-15-2010 10:23 AM
klyubin wrote:Wi-Fi connections (those where you append ";interface=wifi") have nothing to do with the carrier. You don't need to append connectionhandler=none or ConnectionUID= to Wi-Fi connection URLs.
That's what I thought but when I asked the user to test WiFi he said he was having the same problem.
Anyway, this got me thinking...
If you use the new ConnectionFactory in 5.0 and specify a TCP_CELLULAR Transport do you still get a WAP connection on Vodafone UK?
Anyone tried this yet?