i am working on a mobile application which needs to use bluetooth to send a file to another mobile device. I\'m using Qt for symbian.
On a Symbian S60 phone, is it possible to create an application that awakes 开发者_开发问答when a voice call starts; intercepts what the user says; applies a filter to the voice stream and makes it so
I want to use 开发者_如何学运维my mobile phone application on my computer how can it be done?http://developer.symbian.org/wiki/index.php/Symbian_EmulatorEvery phone that we purchse we get a CD and dat
I\'m creating a Qt Symbian application and need to connect to internet. In some way I need to let the user choose a connection when the app starts. I could use Qt Mobility to get it working but when N
Anyone knows how to trigger a Symbian C++ application using any J2ME API call? I have a J2ME application that needs a customized photo taking application in Symbian 开发者_开发技巧C++. The reason for
Basically I wanted what the pys60 module keycapture does (global capture of keystrokes) but I wanted to do this with the touchscreen. So if the program is running, all touch events can be intercepted
I am quite new with symbian and c++. I try to use sensor on N97 device. I got error that rrsensorapi.h is not found. I have check through epoc folder it not there either. In this case, how can I find
The iPhone has a functionality that when a google maps URL is typed into (or linked) the mobile browser it wi开发者_开发知识库ll open the Google Maps app instead of displaying it in the mobile browser
I want to add or read the fields of contact like i am getting the telephone home no ContactList clist;
I am having a QListView which contains some items. Now I want to get the index of selected item开发者_StackOverflow中文版, i.e. if I select 5th element I should get 5. How I can get this?In every view