Oops, how could I miss that... Thanks wizard_hu_ Thanks for the help, I let you know the results. :)
Type: Posts; User: emailatravi; Keyword(s):
Oops, how could I miss that... Thanks wizard_hu_ Thanks for the help, I let you know the results. :)
Hi All,
In the MR SDK plugin release, the MProfilesNamesArray class had this function
virtual const MProfileName* ProfileName( TInt aIndex ) const = 0;
I was wondering why there is no such...
Hi,
Can you debug your code using breakpoints around the code and further down.
This will help you to give a clear picture at what line the error is taking place.
if(KErrNone ==...
Hi,
Please use this example. You can also extract the header and class file form there.
...
Hi,
I had faced a similar problem of the application not exiting. I figured out that i was starting a background server exe before exiting, and if the background server exe was not found in its...
Hi,
I dont know regarding CTelephony, but using Etel, after getting the line status, you need to take the ownership of the incoming call and then you can accept or reject the call. Same can be...
Hi,,
http://zerogravity.narod.ru/symbian/uiq/etelmm.html
Enjoy... Cheers!!! and Happy Diwali
Hi protochip,
Can you paste the bld.inf file here....
Hi,
Post the problem that you are facing..
Hi,
Make sure S60 sdk is for 3rd edition and not for 2nd edition :D
and also Java 1.4 :)
Hi,
For this I think you need to have access to etelmm.h
Hi,,
I had previously faced the same problem. You need to implement the counter which gets incremented say every 30 min. ad then reset the counter AND perform the task when threshold for your...
Hi kumar_sai123,
Use this in your pkg file.
;Files to Remove
"" - "C:\system\data\my_runtime_generated_file", FN
FN is FILENULL as yogpan said.
Hi Arthur.Wang,
What I think you can proceed by drawing the "prepared graphics" over the Phone Dailer Screen. For that you will need to override the UI that is created by the default Phone Dailer....
did u used the .cer and .key file to sign the application??
Hi Joseph.m,
May be this code help you.
Before that read the SDk documentation for CCommsDatabase, CCommsDbTableView.
CCommsDatabase* db = CCommsDatabase::NewL();
CleanupStack::PushL(db);
Hi protochip,
You can always get basic help form the forum and wiki.
void KillProcess(const TDesC8& aProcessName)
{
TBuf8<128> buf;
TFullName repName;
Hi Arthur.Wang,
If possible can you elaborate the problem.
What I get a feel that you need to override the screen that comes while calling.
Hi symbian_beginner,
You need to sign the application. If you have published ID then use that for Off line signing of the application OR else use Open Sign Online.
Create the sis file the...
Hi Diana,
What I was using was MR library (ahelclient.lib) which supported for Initial Release and FP1 but it didn't supported FP2. [:(]
try to use the lib that came with MR plugin FP2.
...
You need to call RApaLsSession::Connect() in ConstructL();
Try to use nokia wiki. There are lot of things useful (code)
:)
RApaLsSession aLs;
User::LeaveIfError(aLs.Connect());
CleanupClosePushL(aLs);
CArrayFixFlat<TSize>* array=new(ELeave)CArrayFixFlat<TSize>(3);
CleanupStack::PushL(array);...
http://www.newlc.com/Carbide-c-Setting-up-On-Target.html
Hi,
// In header file
RApaLsSession iApaLsSession;
TApaAppInfo iApaAppInfo;
TInt iError;
Hi,
@stenlik : I will give a try regarding fresh build for S60 FP2.
@skumar_rao: The exe is not crashing. I have executed it exe seperately by using FI, RI in the pkg file.