10-02-2012 10:49 AM
Hi everyone,
I really need some quick workaround to be able to download a file larger than 256 KB .
I was going through the forum and found these..
Is it true that there is no solution /workaround to download a file larger than 256 KB using a BIS_B http connection? Or am I missing somthing?
Should I change the connection type??
Please help me.
10-02-2012 10:57 AM
10-02-2012 11:39 AM
Thanks Simon,
But could you please help me with this ? Does all this need to be done on the client end ? How will we get the 216 response ???
10-02-2012 11:46 AM
10-02-2012 02:31 PM
I am using the usual http connection and setting the transport using Connection factory class
cf = new ConnectionFactory();
cf.setPreferredTransportTypes(AppConstants.TRANSPO
Ans these are the transport types being used , in the order of priority
public static final int[] TRANSPORT_CHANNEL_PRIORITIES = {
TransportInfo.TRANSPORT_TCP_CELLULAR, TransportInfo.TRANSPORT_WAP2,
TransportInfo.TRANSPORT_BIS_B, TransportInfo.TRANSPORT_WAP,
TransportInfo.TRANSPORT_MDS, TransportInfo.TRANSPORT_TCP_WIFI };