up vote 1 down vote favorite
share [g+] share [fb]

In Blackberry application I want to check what type of network connection is being used on particular phone, whether it is BES/MDS,BIS-B or Direct Tcp. Is there any way to find out this?

Many applications like Jive,Opera and many more are doing this kind of check.

Please help.

link|improve this question

55% accept rate
1  
Do you mean "How do I check for available connectivity"? – martin clayton Nov 5 '09 at 17:51
feedback

2 Answers

up vote 2 down vote accepted

Your question springs from an incorrect assumption. A Blackberry could be communicating over any or all of those channels simultaneously. In fact any application may as well. At any particular time you can determine if coverage is sufficient for one of those channels, or register a listener for notification of changing status using net.rim.device.api.system.CoverageInfo.

link|improve this answer
feedback

The question is quite logical and I do agree with Richard as well. Though a better answer lies in the fact that there can be a logic developed which would involve Service Book parsing and making use of system listeners to check the current coverage status.

I had attempted to make one such logic once in my project which worked for me. I had shared my findings and understanding about the concept in more detail at my blog post. May be you would like to check once.

You can find my blog post here.

Regards, Sameer Nafdey.

link|improve this answer
1  
Hi Sameer,Thanks for your valuable answer.And your blog post helped me a lot.I went through the source code provided by you.Handling network types in Blackberry was a headache for me....Kudos to you. – imMobile Nov 7 '09 at 4:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.