my application includes a wifi scanner process. the process uses RConnectionMonitor::GetPckgAttribute ( ) periodically (every 60 seconds) to retreive a list of wireless networks detected in the air.
Type: Posts; User: tal.shahar@mobile-mx.com; Keyword(s):
my application includes a wifi scanner process. the process uses RConnectionMonitor::GetPckgAttribute ( ) periodically (every 60 seconds) to retreive a list of wireless networks detected in the air.
I am facing the nastiest of all bugs I have ever had to deal with - my application includes a few backround processes, and an average time of 10 hours after installing it, we find the device (Nokia...
my app uses CTelephony::DialNewCall to make a voice call. problem is, on Nokia 5800, it often occurs that even though the call is placed (the other side rings and I can answer on the other side and...
Hi,
my application registers a SIP profile using the CSIPProfileRegistry API. the profile gets registered succesfully. My problem is I expected to get notifications for activities going on with...
I saw a few features in an E71 application made by Nokia, and I was wondering if some of the features I saw are available to non Nokia folks like me:
1. on the E71 standby screen (center screen)...
Thanks ! works like a charm
hi all,
I include an executable in my package which I do not want added to the device menu.
to be clear - my sis package includes 2 executables both of which are view based applications, but I...
Thanks, it looks like the AIW Service Handler API is more apropriate for this purpose.
http://wiki.forum.nokia.com/index.php/TSS000713_-_Creating_video_and_VoIP_calls
does anyone know how I...
is there an API to dial internet (voip) call programatically ?
Thanks Skumar_rao
The article you pointed me to explains how to launch a view of the log application, but I am afraid that might not be enough because I need to get back to my application the...
Does anyone know if there is a simple API for invoking the native recent calls application from within my applications to let the user choose a number from the recent calls ?
just found the answer to my own question 1 minute after posting it.
The method to override is CAknSettingItemList::SaveSettingValuesL
I would like to implement UI just like the browser's access points setting. a CAknEnumeratedTextPopupSettingItem setting item with 2 values - User defined and Always ask.
When the user opens the...
now I can debug, but it looks like the symbols are wrong - it is stepping through lines without logic, as if it is not really in the lines I see in the debugger.
what is to be done in such cases ?
Thanks, solved the problem. you are a life savior.
where are you from ?
I cannot configure carbide to remote debug a console application.
I use carbide's wizard to create a symbian console application. I then go to the debug perspective and create a new debug...
here is a link you might find useful
http://blogs.forum.nokia.com/index.php?op=ViewArticle&blogId=34687&articleId=93
hi folks,
I need to develop a S603rd application that captures video clips (when the user invokes a command in the application) and uploads the clips to an HTTP server.
Can someone give me some...
wizard_hu_,
I have been trying to solve this for 2 days straight now with no success. I know cookies are HTTP headers, and I return to the google server exactly the cookies I am given, but for...
hi all,
developing S60 3rd on N95.
I am implementing a client to some google services. the client attempts to sign into google by posting to the following address...
I am implementing an http client taht is supposed to log into google services, which require cookies to be enabled.
I am using class RHTTPTransaction
The problem is I get an error from google...
when you use the famous bestTaskMan task manager application - each time you open it, you see a note that says "x days left for your trial" with "Try" and "Register" on the left and right soft key....
I use the S603rd FP2 SDK to build for all of my target production devices, be they S603rd first release, FP1 or FP2
Is this a potential for problems ? Is it important to build using the exact SDK ?
Is there a general rule on what code violations can cause a symbian phone to reset ?
specifically, I have an issue with a production application on an E71 that cause spontanious device restarts.
My...
I take back my last post. the code was missing the .Resume call
everything is OK