Hi everybody, I need to start a connection to the internet throught my operator's network ( code snippet will be appreciated) and how to monitor it's signal strength throught RConnectionMonitor
Hi everybody, I need to start a connection to the internet throught my operator's network ( code snippet will be appreciated) and how to monitor it's signal strength throught RConnectionMonitor
What kind of conection you need ?
You could maybe check HTTP example, or sockets exampes, depending on which one would suit your needs best.
What have you tried so far?
Wiki articles like http://wiki.forum.nokia.com/index.ph...rom_the_device show you how to get connections and their information, then you can pick one.
After that RConnection::Start can bring you up a connection (in fact TCommDbConnPref::SetBearerSet may also help you in picking the right IAP automatically).
Then use RConnectionMonitor, its more or less usable documentation is already referred in one of your older threads (http://discussion.forum.nokia.com/fo...d.php?t=158786).