Thanks:), I got them
Type: Posts; User: saji_iq; Keyword(s):
Thanks:), I got them
I would like to know, what is the process of being a Symbian Signed Test house, Because we have doing Certified Symbian signing very frequently. It will be a great, if anyone share information, so...
Could you let me know, are there any private APIs. we do nothave any problem, to get the API partening with Forum Nokia. I just want to know is there any APIs present either private or public so that...
Need suggestions etc, regarding developing a PPTP Client for Symbian 3rd edition devices.
certainly I am serious about the stuff, I am not writing production code yet just experimenting with Gizmo IKSEMEL, and for your information , I have to do that, it is not in symbian rather it is in...
I need little help regarding Gizmo IKsemel parser. Actually I have successfully compiled and Loaded the ECom-Plug in , but when I make call to any function then it crashes the application. here is...
Could someone let me know ways to verify the sis file signing. I mean with which certificate the sis file has signed. I forget , I have read about a website in forum nokia newsletter that tell me...
Thanks, I have find out the solution, and I have updated it on WIKI too.
http://wiki.forum.nokia.com/index.php/SMS_Operations#Sent_Item
Thanks Kiran, I have already consulted you code, But in my Case I am reading Sent Folder Messages, and the code below
CSmsHeader& header = iSmsMtm->SmsHeader();
TPtrC from =...
I am using the following code to get the phone Number in the recipient field of sms. it is working fine, but it is giving me Contact Name(if the Contact is present against the recipient number). Now...
I would like to clear few things regarding Client-server framework
1- Could it be possible to push data from server to client(Client has been connected with server but would it be possible to...
it means , there is some object that is not being intialized, I could not review your all code , but may be it is due the fact you "getImage" methode is returning "null" and you are trying to paint...
Check out these links , these may help you
http://wiki.forum.nokia.com/index.php/Change_screen_orientation_of_UI_application
...
Actually problem is not with the iLine intiialization, the problem is with your RUNL code , you are calling SetActive() at wrong place,
void DropCall::RunL()
{
if(iCallStatus ==...
You can easily get the country information from all the symbian based device using the telephony API, telephony API will gives the Mobile Country Country Code(MCC), check out CTelephony -...
There are two variants of
1-iCall.Dial(number); if you use this one there is no need to call setActive after this.
2-iCall.Dial(iStatus,number);if you use this you need to call SetActive and on...
check out for any memory leak, and try to pass as less data as parameter as possible.
first 3 digits are from operator, that is why it does not use them
:)
m confused now, Could you please describe once again, what you are doing in your applications
Describe Comprehensivly.
TInt phoneid =CCoeEnv::Static()->WsSession().GetFocusWindowGroup();
RWsSession iWsSession = CCoeEnv::Static()->WsSession();
TWsEvent iWsEvent;
iWsEvent.SetType(EEventKey);...
Has Answercall been called?? then it is strange
your code is good, I do not think there is any problem in the code
But the problem seems to be the way you are doing your work.
1- What my perception is you are "listing of changes in phone line...
Search youappname.rsg in symbian installation folder in epoc32
for example "C:\Symbian\9.1\S60_3rd\Epoc32"
You are right, but "once I have installed the application using updation process, I have been able to share the same file between two applications and hence between two separate processes."
I am...
I peronaly could not get your point , you are mixing the things, that usage to green key, and answer incomming call, if you could share you piece of code, then I might help you, cos I have done this...