I need to connect my PC and mobile phone (Nokia 6630) through USB cable and to get the access to contacts and file system.
How can I make it?
And should I use SDK?
Type: Posts; User: Serhio; Keyword(s):
I need to connect my PC and mobile phone (Nokia 6630) through USB cable and to get the access to contacts and file system.
How can I make it?
And should I use SDK?
Which attachment type(format) must be used for contact sending via SMS,MMS,E-mail,Bluetooth or IR?
thanx in advance
I create edit control and fill it to text from file.
Text in control have green color.
How I can change it?
I try some metods, but without effect.
void CAboutContainer::ConstructL(const...
I create listen bluetooth socket and regisry it as service:
// load protocol, RFCOMM
TProtocolDesc pdesc;
User::LeaveIfError(iSocketServ->FindProtocol(_L("RFCOMM"), pdesc));
// open a...
How recognize(notified) that new bluetooth device in range?
Why absence 'smlcontroller.lib' in any SDK?
I'm trying to implement an app that will use the alarm server on sdk version 7.0s (S60_v20).
According to the docs RAlarmServer should not be used since this will not be available for very long....
I try insert my embedded object in CEikRichTextEditor control:
iLabel = new (ELeave) CEikRichTextEditor();
// ...
CMyDocument *pDoc =...