How to use ETZAutomaticTimeUpdate feature of RTz ?
Will that help me to set my devices date time ?
Type: Posts; User: eshajari; Keyword(s):
How to use ETZAutomaticTimeUpdate feature of RTz ?
Will that help me to set my devices date time ?
Is there any way (or any API) to check status (i.e turn on/turn off) of "Automatic time update" option available in "Date and time" settings.
Basically i want to use accurate date and time value...
Integrated GPS requires 3+ satellite signal connection to have more accurate GPS data, so for AGPS (i.e Assisted GPS) if i receives lets say less then 3 satellite view then can i consider it as AGPS?
hello all.
As known about gps fetching in devices are through mobiles gps , internet gps and AGps.
So i wanted to know about how to implement or fetch AGPS from the application. any suggetion...
I try it by closing Database.
now its working . Thank you so much. symbianyucca . :)
Hello,
I m using data.dat file for database information storage. I wanted to send it to server for that i need its pointer and need to open that file using filesession RFs. but when using...
Is it possible to push a view for some time interval and then after expiry of time it will self destroyed. ??
I am having same problem but when i Activate other view application get closed.
how to solve it ?
In AppUi
and othe makecall.cpp and .h files are created. but now it working fine. only when cal ended it wont return to main app. rather app goes to the background. .
Thanx wizard_hu . by Commenting that virtual function my app run successfully. But cant receive the CallDialled Event. when i implement that Method inside AppUi 's cpp class its showing error in...
Thank u . pooja.
I was talking about the same example, i m getting error about that virtual observer. "Because following virtual functions are abstract: " , so where to implement its method ? or...
I wanted to dial a call from directly a click event of a button. I try MakeCall example. but showing error .virtual void MDialObserver::CallDialedL(TInt)
.
what to add inside that buttons event....
Signal exception 100 received Catagory : USER reason : 129
ya i did that thing put breakpoints at constuctL of AppUi's and also at new class's consruct method. i also had created object and instance of new class at appui. bt execution cant even reach at...
Hello ,
My app was running good bt after when I add new class (.cpp and .h )files in my App. all works are done its showing some warnings , No errors but when i start to debug it doesnt come to...
Same cpp file name was reapeted in .mmp file or database would b having two diff. calls. check for any of this.. the problem would be solved.
thank u.
replace MAKEFILEICONS_SCALABLE_DC' by MAKEFILEICONS_aif_SCALABLE_DC' it would be resolved.
hello I have the problem like this but had created two class of diff. name and diff method but used d32dbms.h file in both ... . but getting error at each method in that class of Multiple defination...
I had same kind of problem and above methods were not working . I resolved it : through replacing your old .cproject file and mmp files with changed one.
OK wizard_hu will try like tht .thanx for the response .
i Re-install the suite but showing same error. But when i changed default program to open it to Nokia suit its working. thank u for that.-
When i double click the .sisx file it would b open in my phone through the nokia pc suite.. But in my carbide when i double click it. It shows an error window . "Application not found" When this...
Thank u for replying symbianyucca .
I m Making application for s60 phones and using carbide c++ IDE. When i build rhe application it Should generate two files 1.sis and 2.sisx . Both are being...
hello all.
I made an application and by including .pkg file and adding signed certi. . then build the proj. It Shows the .sis and .sisx file. but .sisx file is unsupported . Showing error like ...
Thank u Vineet.jain and Jayesh. Now its Working.