Just as title.
Thanks.
Type: Posts; User: milandttp; Keyword(s):
Just as title.
Thanks.
Hi symbianyucca,
It can work, thanks.
Hi savaj,
Thanks for your reply.
I know the approach to find the install application, but what I need is when the install application started, I will get a notify or an event, so I can handle...
Does anybody know how to detect install/uninstall event?
I used a stack variable, so it got a wrong value.
Thanks.
in my client, I sent the request like below:
TPckg<TTime> data(aTime);
TIpcArgs args(&data);
SendReceive(ETimeServSetAlarm,args,aStatus);
and in my server, I got the request:
TTime time;
my certification file has the four capabilities, but when i add
ReadDeviceData WriteDeviceData capabilities in my mmp file, the application runs error on start with the information "because of...
on s60 2nd version it works well(i used N70 to test on 2nd version)
but on s60 3rd version it runs error(i used Nokia 3250 to test on 3rd version, and on N95 and E65 there are the same problem)
CPbkContactEngine::Static(); return NULL
so display "display 3"
no, i used in a view
had the same problem
i debug it like this:
iEikonEnv->AlertWin(_L("display 1"));
CPbkContactEngine::NewL()
iEikonEnv->AlertWin(_L("display 2"));
but just displayed "display 1" then application exit
so i think my...
when run CPbkContactEngine::NewL() the application exit with the information "application_name quit"
but it didn't happen on epoc
why
Here is my code:
RPbkViewResourceFile phonebookResource( *(CEikonEnv::Static()) );
if ( !phonebookResource.IsOpen())
{
phonebookResource.OpenL();
}
// Add searching array to...
the problem has been solved.
thanks
I delete database, and restart my project, but got the same error
but it runs well on s60 2nd
so I don't kown why
When my project excute to
TTime time;
time.HomeTime();
table.SetColL(historyset->ColNo(KReadTime),time);
.....
I port my project from s60 2nd to s60 3rd, but when it excute to
TFileName mbmFile(KBackground);
CompleteWithAppPath(mbmFile);
iBackgroundRotated =...
How to add a bmp file in S60 3rd?
how to write codes in mmp file, or others necessary
thanks
如题,谢谢!:eek: