By rscorreia
Some WLAN libraries present in previous Symbian SDK, are missing in the latest SDKs.
To Fix this problem, follow these steps:
Download this package from forum Nokia:
*Note: You should have the register of forum Nokia.
http://www.forum.nokia.com/info/sw.nokia.com/id/53439e01-f605-4491-96f4-62d003bd4c0c/S60_3rd_SDK_MR_API_Plug-In_Pack1.zip.html
After downloading the file WLANSettingsUI.ZIP, open the folder : WLANSettingsUI -> Epoc32 -> include.
Copy the wlancdbcols.h to: “your SDK [...]
By rscorreia
First, you need Carbide.C++ and Symbian 5th Edition SDK installed.
* If you don’t handle with exact position, the super-class CCoeControl provides a handler of touch screen events.
When you create a new project, on AppView class, carbide fills the method HandlePointerEventL with a super-class call: CCoeControl::HandlePointerEventL(aPointerEvent); .
If you want to create a new Handler of touch [...]
By Diego Lopes
C++ Bluetooth API for Symbian OS
Hello fellows,
The importance of this API remains on the fact that Qt extensions for S60 doesn’t provide any API to access Bluetooth feature of the devices. The C++ Bluetooth API tries to fill this gap.
Bluetooth API provides an easy access of the bluetooth available resources on Symbian OS devices, it [...]
By Ruy Nóbrega
SMSBasic
SMSBasic has an useful and easy interface for those who want to handle messages(sms). It provides to the C/C++ programmer functions to handle the basic events from the Message Server without any knowledge about Symbian components.
The SMSBasic.rar package contains some files that you’ll need to use SystemAPI:
Binaries generated (dll and dso files)
SMSBasic source code
Example
Doxygen with API [...]
By Diego Lopes
System API
SystemAPI provides easy access to informations about battery’s level and signal’s strength on Symbian OS devices, without Symbian/C++ coding conventions knowledge. Qt and OpenC/C++ programmers can benefit from this API to get easy access to battery’s and signal’s status and level on their projects. Contributions are welcome.
The SystemAPI.rar package contains some files that you’ll [...]
By joaor
Location API
The Location C++ API is another effort to get ride of Symbian/C++ coding conventions knowledge. It provides easy access to Location information on Symbian OS devices. Qt and OpenC/C++ programmers can benefit from this API to create LBS enabled applications. Of course this is only the first step. Contributions are welcome.
The Location.rar package contains [...]
By Diego Lopes
What is it?
An C++ API that provides easy access to Acceleromenter Sensor of Symbian OS devices. It requires no knowleadge of Symbian/C++ coding conventions. Qt and OpenC/C++ programmers can benefit from this API to get easy access to accelerometer’s device on their projects.
The Accelerometer.rar package contains some files that you’ll need to use AccelerometerApi:
Binaries [...]