hi, i wanna develop with visual studio 2005/2008 (c# or visual basic) my own programm which can send through an over usb connected hermes an sms and read out incoming sms throught the hermes ?
how can i solve this .
greetings
Related
Hi,
I've got a problem receiving incoming data calls on I-mate by my application. The cause is standart wm2003 application trying to answer any type of call. By what means could I make my application default one when answering data calls? And generaly, is it possible in wm2003 to segregate calls by type (voice/data) and use as default two different applications for each call type?
I used evc++ and TAPI developing my application till now.
Thank You in advance for any answers.
Yury
This is a nokia function but how can this be done on an xda2? I can beam contacts via infrared and bluetooth but there is no option to send the contact details via sms.
Please help me.
Thanks
kabayan!
sorry but that is not possible with the xda2. maybe with the next rom update. even voice dialing is not possible.
1st of all - hello!
This is my first post in this Forum and I feel very uncomfortable at this point because I got a question, which has been hit many times before. Further it won't be the exact right place here to ask, because I dont own a XDA but a Motorola MPx200 with Windows Mobile 2003 Smartphone Edition. Nevertheless, I guess you can help me because developement in .NET is quite the same - and most of the features will work there too.
But getting startet...
I'm trying to write a program, which will indicate on my desktop computer if there is a incoming call on my mobile. Further it has to show me the incoming callers ID, maybe from the buildin phonebook of the mobile. For that Programm i have to write a little "listener" for my mobile, which calls a function (which talks to my desktop) when a incoming call is received.
Unfortunatly I can't write C++, but I think there must also be a solution in C# .NET over a API call. But I don't know, which method in which DLL I should call to receive the information if there is an incoming call or not.
Can anybody please help figuring out how to do this.
What I know now is, that it has to do with RIL and TAPI, but I must read myself in RIL to understand that.
Your my last chance - i googled the whole day, even read about 20 pages on google groups but there wasn't the "All-i-need-to-be-happy"-solution at all. I also have searched the wiki in here...
Sorry if you don't understand some parts of this text - i come from germany, so english isn't my native language.
Thanks so long.
Marcus
Hi
for WM2003 it is kind of hard and involves a lot of study concernaing TAPI.
with WM5 it should be quite easy using .net compact framework 2.0 as there is a new namespace Microsoft.WindowsMobile.Status and a System Property called: SystemProperty.PhoneIncomingCall yet I have not tried that route.
One more Option which I didn't try - but could be a chance for you without learning TAPI is to register a small console.exe within the notifcation queue to run on the appropriate system event! (memmaid is a good explorer for the notiication queue)
This option will most likely just tell you that there is a call - and now details - I have no time to research this right now.
BR
Daniel
http://msdn.microsoft.com/library/en-us/apisp/html/sp_extapi_linegetnumbercalls.asp?frame=true
V
Progress
And is it working??
I thought I was the only one who wants to get this working...
Let us know !
Hi all,
How can I catch the incoming call's phone number (Caller ID) using the MFC?
If I use .NET there is SystemState and the SystemProperty PhoneIncomingCallerNumber. But what is similar with MFC?
Has anybody maybe a code snippet?
Joline
For WindowsMobile 5.0 and above you can read it from the registry.
Don't remember the exact reg key... but look in the SDK for:
SN_PHONEINCOMINGCALLERNUMBER_ROOT
SN_PHONEINCOMINGCALLERNUMBER_PATH
SN_PHONEINCOMINGCALLERNUMBER_VALUE
Best regards
Øystein
Thanks. This works.
I wrote a program which uses notifications and catches an incoming call. To see if that works the program opens a message box if there is an incoming call. But regrettably first I get the notification from the system and AFTER hang up the message box from my program appears.
What can I do that my program catch the call BEFORE all other programs notify this (e.g. to change the ring tone depending on the caller id)?
Joline
IMHO iits not so easy. You must use TAPI library and/or directly Ril.
Where can I find useful information about how to use TAPI and RIL (maybe with examples)?
Joline
For RIL exists only fragmentary informations - good source is forum http://www.teksoftco.com/forum/viewforum.php?f=15.
For TAPI examples search Windows Mobile SDK.
I need the same phone number catching in PHP
Hi ,
I need to generate the popup using PHP while the call is landed in our phone.
how can we do this?
Thanks and Regards,
JayarajMohan.J
Hi All!!!
Although I've been reading this forum from a long time, this is my first post.
I'm developing an application that integrates a GPS application (implemented in C++ using WM6 SDK) that should send a SMS to a Midlet application wich is a tracking application. In this journey I faced what seems to be a tough problem: I need to send an SMS from a C++ application to a Midlet application with the GPS coordinates.
It seems to be easy at first glance but as the J2ME community knows, Midlet applications can only receive messages that comes to a specific port number registered by the application.
I know to which port number I have to send the damm message, but WM6 SDK SMS API doesn't even mention a "port number". So I don't know how to specify it to the SmsSendMessage function.
My gess is that it has to be encoded in the parameter pbProviderSpecificData but I have no idea of how it should be encoded there.
WM6 SDK SMS API reference: http://msdn2.microsoft.com/en-us/library/aa919102.aspx
Any one has faced this problem before or could point me to the right direction?
Any comment on this is welcome.
Thanks in advance.