Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
gayatri
Posts: 47
Registered: ‎12-06-2012
My Carrier: Blackberry store

unable to connection application data connection to idea operator

Hi Friends,

I am unable to create http  connection with idea sim while same code is working perfect on other network operators.

Please help me it's urgent

Please use plain text.
Developer
simon_hain
Posts: 13,754
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: unable to connection application data connection to idea operator

use connectionfactory
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
peter_strange
Posts: 17,631
Registered: ‎07-14-2008

Re: unable to connection application data connection to idea operator

[ Edited ]

Just to expand on Simon's point, networking on BlackBerry is a little different to other platforms so you will need different code.

 

To understand the differences please review the following:

 

http://supportforums.blackberry.com/t5/Java-Development/Networking-Transports-II/ta-p/446742

 

http://supportforums.blackberry.com/t5/Java-Development/Network-Transports/ta-p/482457

 

http://supportforums.blackberry.com/t5/Java-Development/Different-ways-to-make-an-HTTP-or-socket-con...

 

That will give you the background you need.  In terms of coding my recommendation is the same as Simon's, use ConnectionFactory, as documented in the API. 

 

Edit:  I misread the original question and though it was saying the the code worked on other platforms, not operators.  Ignore this post - see one below for a better answer.

Please use plain text.
Contributor
gayatri
Posts: 47
Registered: ‎12-06-2012
My Carrier: Blackberry store

Re: unable to connection application data connection to idea operator

I am using ConnectionFactory, but it's not working 

Please use plain text.
Developer
peter_strange
Posts: 17,631
Registered: ‎07-14-2008

Re: unable to connection application data connection to idea operator

Sorry misread your question.  My mistake.

 

Try the network diagnostic to find out what connection methods are available with that Sim. 

http://supportforums.blackberry.com/t5/Java-Development/What-Is-Network-API-alternative-for-legacy-O...

Please use plain text.
New Contributor
ideacellular
Posts: 7
Registered: ‎01-19-2012
My Carrier: Idea

Re: unable to connection application data connection to idea operator

Dear Customer,

We regret the inconvenience caused to you. May we request you to reply to us with your complete account details such as Full name, mobile no. and alternate contact number. Also mention your token ID 205IC340555.

Regards,
Idea Cellular
Please use plain text.
Developer
simon_hain
Posts: 13,754
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: unable to connection application data connection to idea operator

i think i will petition my carrier to get a forums account as well :smileyhappy:
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Contributor
gayatri
Posts: 47
Registered: ‎12-06-2012
My Carrier: Blackberry store

Re: unable to connection application data connection to idea operator

getting response HTTP-OK -  "Connection-type:  Close"  in header with the use of idea operator 

 

Please use plain text.