Hello!
Could you please send instruction to mail_to_alex@mail.ru?
Thank you!
Alexey K
Type: Posts; User: AlexeyK; Keyword(s):
Hello!
Could you please send instruction to mail_to_alex@mail.ru?
Thank you!
Alexey K
Hello!
To achieve this aim you can use Nokia SDK 3.0
Look for ISMSMemory interface in "Component library reference.pdf"
I have make such application and it works fine.
Advantage of this...
Hi
You should use Connectivity SDK 3.0. It is phone API.
Best regards
Alexey K.
Hello!
Look at http://www.opm-2.com/
It is great functionality with poor design :(
But in Oxygen there are some functions that not implemented in SDK 3.0 (for example: java applications...
Hello
Do you have PC Connectivity SDK 3.0? If yes - check for topic of documentation about delphi.
Then look on previous code. I think it is a good example how SDK works with Delphi.
Best...
Hello!
It is a good question. But i think that no one in this forum can't give answer :(
There is another similar question: how we can install SDK by ourselves, i.e. deploy with our...
Hello.
Try to initialize COM:
CoInitialize(nil);
at application startup and uninitialize at end:
CoUninitialize;
Hi!
I have problem with sending of Unicode SMS class 0.
To send this SMS i set up DCS byte to 18h i.e. ucs2 coding scheme and message class 0. After sending this SMS on phone screen appears few...
Hi!
I have same problem. But i do not sure that we have rights to distribute SDK with ours applications. I think we need answer from Nokia experts...
Nokia experts, could you please answer on...
Hi.
I have some experience of working with PhoneBook module, but not with Todo or Calendar modules :(
So i try to help you to get started with PhoneBook.
If you are using N6310i, you should...
Hi, I know for sure, that PS Suite build with PC Connectivity SDK.
But, which PC Suite uses what SDK - it is a good question...
For example PC Suite 4.88 work with SDK 3.0 i think.
Alexey K.
Hi
Sorry about last unit.
It's my mistake.
Here is 100% working code:
It works with Nokia 6310i , PC Connectivity SDK 3.0 and Delphi 7.
...
Hello Quentin.
Look at this unit.
It demonstrate how you can catch
SMS received event and read the message's fields.
Moreover there is a implementation of IShortMsgNotify.
You need to...
Hi, i have a question about IPhoneBook3 interface.
I use SDK 3.0. There is a sentence in Component library reference: "This interface provides phonebook information and contact and caller group...
Thank you Zamba for explanations of these properties.
Could you tell me please where i can find more information about values of SMSStatus property?
Thank you.
Hi.
The description of IGSMStatusReport and it's properties there is only in Exstensive Component Library Reference without any explanation of properties: ParameterIndicators and SMSStatus...
I...
Hi, does anybody knows something about these properties: ParameterIndicators and SMSStatus?
I have read the Nokia PC Connectivity SDK 3.0 documentation and nothing found.
Best regards,
Alexey K.
Hi! I have a problem whith receiving delivery reports of sending messages.
I use PC Connectivity SDK 3.0 and delphi 7.
I do not understand why ID of delivery message reference is one byte!?
If i...