Communications

This is the place for all who wants to learn about network and local communication programming

Tutorial
 
28 Dec 2007 - 17:52

A short tutorial that demonstrate the use of RMobilePhone and RPacketService classes to retrieve the status of a GPRS connection on a UIQ 3 device.

Tutorial posted December 28th, 2007 by mickeyfirst
 
8 Oct 2007 - 10:44

Here is a list of undocumented HTTPMSG panics (these typically occurs when using the Symbian HTTP API).

Tutorial posted October 8th, 2007 by eric
 
9 Jul 2007 - 09:59

I'll present an correct approach to retrieve the phone IMEI code on a UIQ3 device. Here I’ll present an approach to retrieve IMEI code by calling functions of class RMobilePhone. I have debugged these source codes on W950 (Symbian 9.1, UIQ3.0).
You can get some description of the format of IMEI code in [1]. In this paper, the PlpVariant::GetMachineIdL function is called to retrieve the phone IMEI code, but this function has been deprecated on UIQ3.0.

Tutorial posted July 9th, 2007 by mickeyfirst
 
18 Apr 2007 - 23:07

The CNetworkCellMonitor class shown in this code snippet monitors the network and cell a mobile device is registered on. It will report the Mobile Country Code, the Mobile Network Code and the CellId to an observer class.

Tutorial posted April 18th, 2007 by eric
 
2 Mar 2007 - 07:35
The RSendAsMessage has been introduced in Symbian v9 and greatly simplifies the sending of a short messages (SMS) in C++. This article shows you a code snippet that do this.
Tutorial posted March 2nd, 2007 by eric
 
27 Dec 2006 - 11:47
Following is my contribution on how to retrieve IMEI and IMSI on S60 3rd edition. Along with that you can also use this code to retrieve network info (Cell Id, Location code). It can further be extended to retrieve other network information.
Tutorial posted December 27th, 2006 by vinay
 
16 May 2006 - 09:39
The Nokia E60 is the first Nokia phone which offers SIP VoIP telephony over WiFi. Find a brief description how to define your VOIP setup inside this article.
Tutorial posted May 16th, 2006 by hannes
 
17 Apr 2006 - 20:45
Our final aim is to create an application that can be used in two ways: first, launched as usual using its icon in one of the application folders, second, to have it launched for us if the user starts a specific file received in the Messaging Inbox (arriving from another phone, through SMS, MMS, e-mail or via Bluetooth or infrared)...
Tutorial posted April 17th, 2006 by djgtram
 
14 Nov 2005 - 08:56
A MIDP 2.0 J2ME Midlet registers itself with the push registry to a particular port for receiving incoming SMSes on that port. I have seen many people struggling with trying to send a message from native Symbian application to a J2ME application running on target phone listening. Here is my contribution on how this can be done.
Tutorial posted November 14th, 2005 by vinay

copyright 2003-2009 NewLC SARL