I'm a Symbian C++ developer, I develop applications for S60. I'm here to share some of my thoughts, experiences, and know-how related to the mobile application development. Thanks for bearing me.
vin2ktalks | 06 November, 2009 21:13
While going through Gabor's article On Google's move in navigation, I happen to see the Google Sync page, Google Sync can setup with Mail for Exchange. You just need to download and install the Mail for Exchange (MfE) and later follow the Setup Google Sync.
This is for the first time I saw one of the Google's official page contain a link to NOKIA software, they usually provide all softwares their own. I don't know how many of you're aware of this, those who're not aware they can just try this NOKIA + Google combination.
Connectivity |
Permalink |
Comments (1) |
Trackbacks (0)
vin2ktalks | 09 September, 2007 17:33
General, Symbian C++, Testing |
Permalink |
Comments (2) |
Trackbacks (0)
vin2ktalks | 30 July, 2007 07:47

Browsing, Entertainment, General |
Permalink |
Add comment |
Trackbacks (0)
vin2ktalks | 07 May, 2007 14:10


Enterprise, S60, Symbian C++ |
Permalink |
Add comment |
Trackbacks (0)
vin2ktalks | 17 April, 2007 12:01
Remote Device Access – An Introduction
Remote device access (RDA) is one of the latest services provided by Forum.Nokia to its registered users for free of cost. This will enable you to access the limited devices remotely from any where in the world. This will be a very useful service for those of who doesn’t have a phone for testing their application, and those of who want to explore the features of different models of Nokia phones. At present you will get access to only some limited Nokia S60 models based on a reservation. Following are the models which is available at present:
![]() |
![]() |
Connectivity, S60, Testing |
Permalink |
Add comment |
Trackbacks (33)
vin2ktalks | 24 February, 2007 14:26
In this blog entry I would like to share a small utility class, which is nothing but to find the Phone/Network/Subscriber related information in a synchronous way. In Forum Nokia Technical Library there is already a tip for finding the IMEI number in synchronously, you can find it here. I've just used that approach here to find these details:
All the above functions are not synchronous so to make it synchronous the work-around is the use of CActiveSchedulerWait. After the call of these asynchronous and SetActive() you have to call a iActiveSchedulerWait->Start() and in your RunL() you have to check whether the iActiveSchedulerWait is already started with iActiveSchedulerWait->IsStarted() if then stop by iActiveSchedulerWait->Stop(), then fetch the information. Get to know more about this please refer this example: DevInfo_3.x.
Please check my comments below for more clarity.
EDIT: Changed the article name (previously it was Get the IMEI of a 3.x device) and added a more elaborated and extended example. Changed the CDevInfoAppUi::ShowNetworkInfo() as mentioned by 'operelstein' in his comment and updated the latest link for the example to download.
General, S60, Symbian C++ |
Permalink |
Comments (43) |
Trackbacks (0)
vin2ktalks | 29 January, 2007 11:46
General, Symbian C++ |
Permalink |
Comments (1) |
Trackbacks (0)