Here is the sample code:
I want to know how to know the order of
the fields example KUidContactFieldPhoneNumber
KUidContactFieldPhoneNumber: 08424561 08234322 0434567752 ...
Type: Posts; User: timatima; Keyword(s):
Here is the sample code:
I want to know how to know the order of
the fields example KUidContactFieldPhoneNumber
KUidContactFieldPhoneNumber: 08424561 08234322 0434567752 ...
=Symbian 3rd
Phone = Nokia E70
After some time my socket system gets this
KErrSSLAlertInternalError -7580 error and when it trys
connect again always comes -7580 this or -25
error.
...
I first Export the calndar data like this and its working....
TInt err = 0;
calIter_ = CCalIter::NewL(*calSession_);
calEntryView_ = CCalEntryView::NewL(*calSession_, *this);
...
I got it working with these modifications....
void CSocketSymbianReader::RunL() { FUNC
addLogMessage(Log::Debug, "Asynchronous request completed with status: " +
...
Does anybody have same kind of situation ?
I got E61 phone and same socket code is working on
Nokia 6680 (Device) only one difference is done Socket SetOpt
is set! And when I run it on the...
How to remove Application shortcuts in code from Nokia9500 phone?
I know those are saved there...
and it is database
C:\System\Data\Shortcuts.dat
Is there some interface to add and remove...
So I have this kind of situation...
I can send data if I use CSecureSocket like this
CSecureSocket *secureSocket_;...
secureSocket_->Send(data, iStatus);
SetActive();
But I want to send...
I found solution...
CImIAPPreferences* prefs = CImIAPPreferences::NewLC();
prefs->RestoreL(*store);
if (prefs->NumberOfIAPs() > 0) {
prefs->ReplaceIAPL(0, choice);
} else {...
Here is the way I try it...
I do this way I change it both SMTP and POP3 or IMAP4
but it does not change.... does anybody know how to do it?
.
.
.
CMsvSession *iSession_;
...
How to know in s60 is the phone support camera or not?
Hello I got this code...
and I can call Data call or voice call with
AT commands:
ATDT063111111\r\n Data
ATDT063111111;\r\n Voice Call
But when I try this
AT+CPIN="0000","0001"\r\n
It...
Here is what I have found out!
But questions first does anybody know how to get:
SMS settings
-Message Sent As type "Text,Fax,Paging,E-mail"
-Preferred connection "GSM,GPRS"
MMS...
Now I got MMS settings class... CMmsClientMtm
Last is EMail settings does anybody know how to retrieve those settings?
I found SMS settings API class CSmsSettings...
Now I must find API to change
MMS settings
Email settings
How can I read and write MMS and SMS settings In code?
I can't find solution to do that?
I want to shutdown phone
This code just reboot.
UserSvr::ResetMachine(EStartupWarmReset);
But I want to shutdown phone and after shutdown user press
phone on button and write pin code or...
S80: Is there any CAknGlobalNote type dialog ?
CAknGlobalNote dialog is S60 series dialog you can show in *.exe
so you don't need to create Application to show dialogs!
Is there any similar...
I need to know is Bluetooth currently Active or not
Where I can retrieve such information?
This code:
TBuf8<256> dataBuf8;
RSystemAgent sysAgent;
sysAgent.Connect();
TInt value;
TUint32 kMax = 0x1000FFFF;
for (TUint32 k = 0x10000000;k<kMax;k++) {
TUid testuid={k};
value =...
const TInt KMidletUidValue = 0x10000419;
How get the (*.exe) uid in this case
how to get the midp2.exe uid ?
All *.app files that ams generated
uid2 is 0x100096c5
is it that ?
or where...
RApaLsSession appSession;
if( appSession.Connect() == KErrNone) {
TBuf<256> appPath( _L("E:\\System\\Apps\\[10184fee]\\[10184fee].app") );
CApaCommandLine * cmd=CApaCommandLine::NewL();
...
Install java midlet generates:
System\Apps\[101xxxxx]
and there is
-[101xxxxx].bin
-[101xxxxx].app
-[101xxxxx].aif
-[101xxxxx].txt
RSS file
--------
RESOURCE DIALOG r_about_box {
flags = EAknDialogGenericQueryFlags ;
buttons = R_AVKON_SOFTKEYS_CLOSE ;
items = {
DLG_LINE {
type =...
Can Phone reboot when I have connect too many RFs ?
RFs fileServer_;
fileServer_.Connect()
fileServer_.Close();
or
RFile inFile;
TInt err = inFile.Open(fileServer_, origFileName->Des(),...