Congrats Neil:)
Type: Posts; User: sumit.rathi; Keyword(s):
Congrats Neil:)
Congrats Levin.... Good work
You do not need to put RunL() only. Actually what is being suggested here is that when you are using asynchronous services there is well defined active object framework to use instead of...
RMobileCall doesn't provide any customize methods to answer a call silently so to acheive this the workaround needed is same as needed with CTelephony.
RMobileCall is not public but you find it in...
You should also dig into the reason of Viewserv11 so that you can be aware of how much harmful this User::WaitForRequest() is.
But it is also true that using non network based GPs you might not get the Lat, long sometimes because of satellite unavailability or due to bad weather conditions.
The problem you are getting because of network based GPS tracking.
One more reason can be the google database against the Cell ID's what you get while getting GPS. Calculating GPS using network...
I wish next time you will give some useful pointers regarding the problem.
Hi Kuddy,
1. Search articles on wiki related CTelephony for answering,Hanging up and dailing calls. This is quite celebrated topic and you can easily find it.
2. Now to do it silently means...
If you are sure there is no memory leak in DoSomethingL() and no leave and panic. Then go ahead :P
So can you please debug the application to get closer to the crashing reason !
Check wiki articles for getting current Date and Time.
Just read the documentation and you can find many methods like CreateBitmapsL() and SetIconMask(). Try to find out those and then try to implement.
What is the return value of
TimeEditor1(). check the input parameter for At function i think it takes TTIme const ref.
AFAIK video frame size for 5800 can be 640*480. But i think it's not supported with H.264. I suggest you to try with H.263 or MPEG-4.
You can have a look at this simple example also for some more reference.
http://wiki.forum.nokia.com/index.php/Simple_Timer_implementation
With question you should also specify the language and platform .
Killing the process for reclaiming memory is not a good practice. You should debug or check what is causing such kind of problem.
There is no problem in using New and Delete anywhere in Symbian...
If you want your code to start running whenever der is an incoming call..you should implement CTelephony using active objects framework and you can find a lot of examples for that on wiki. But the...
Hi,
You need to search the UID of missed call app and launch it using that UID when u creates miss call log.
Hi,
myfolderId is a varibale of TMsvId type but the value it holds at a particular time is constant ,so you can use this value while switching between cases.
Have you tried? are you...
Really it is very confusing in understanding what actually you want to accomplish.
One more question are you taking test of people here or want some help? If want help then there is no need of...
Hi Jaya,
For using global variable in UI application. You can declare them in your AppUi class and use them any where by casting the AppUi pointer in that class.
...
Yeah it is possible to have more than 1 active objects SetActive but the completion is done one by one only not concurrently.
If you have read my post properly then you can see i am not talking about only RMobileConferenceCall .I discussed about four RClasses which we say are deprecated onwards 3rd edition.
So if you say...