Thursday, October 30, 2008

How to detect if phone has 3G enabled.

Some items in you applications you want to do some action only when there is 3G network (like video streaming upload or video calling.) So how to detect that phone has 3G network.
TBool isSupported = CFeatureDiscovery:: IsFeatureSupportedL (KFeatureIdProtocolWcdma);
if (isSupported)
{
// activate the service
}

3 comments:

Unknown said...

Hi Sir
i found this code on your blog.

its for deleting a perticular entry from the call logs.
but i dont know how to use it.
can you please guide me..??


http://wiki.forum.nokia.com/index.php/How_to_delete_last_dialed_number_from_call_logs

Ramesh Kumar said...

Thanks for sharing this useful info.keep updating same way.

Cheers,
Ramesh Roy
IPhone Application Development Company

Unknown said...

Nice blog to reading thanks for sharing such useful information this is very helpful for students who learn Mobile Application Development.And keep continue to sharing useful information for us.

stats counter