AT Commands for send SMS in a VB6 Application - Networking

Hi, I'm Carlos from Spain. At first time, sorry for my english. :?
I need to make a VB6 Application to send SMS messages, but i not have the AT COMMANDS LIST for the XDA. Anyone know where can i find it?

Related

How to read SMS?

Dear all,
Could you give a sample program to show how to register a new program to read SMS?
Thanks
which platform do u want to develop for? WM5 or WM6 and what programming language?
english wm6 rom
need to read txt in chinese
any solutions for this
thanks for the help
well for writing an application that listens for an incoming SMS check out Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace
http://msdn2.microsoft.com/en-us/li...mobile.pocketoutlook.messageinterception.aspx
that's for C#/VB.Net netcf V2.0/3.5 WM5/WM6, there's a sample application with WM6 SDK you can check it out.
For reading chinese text, i have no idea never tried writing application to handle any language other than english... sorry. But you can post a question on microsoft compact framework news group they can help you better there
hope that helps
how about getting wisbar to recognize voicemails?
mrabie said:
well for writing an application that listens for an incoming SMS check out Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace
http://msdn2.microsoft.com/en-us/li...mobile.pocketoutlook.messageinterception.aspx
that's for C#/VB.Net netcf V2.0/3.5 WM5/WM6, there's a sample application with WM6 SDK you can check it out.
For reading chinese text, i have no idea never tried writing application to handle any language other than english... sorry. But you can post a question on microsoft compact framework news group they can help you better there
hope that helps
Click to expand...
Click to collapse
thanks a lot !

SMS from JAVA App

Hi All,
I am trying to develop a Personal Java App for XDA which can read,send SMS and can read CBS. I look through web for help and could find some SMS APIs but not really helpful. Is there a way in JAVA to do that and do I need to have some contract with O2 ( service provider) or some knowledge of internals of XDA like RIL.
Any help is appreciated.
Thanks
Dhiraj
I have implemented a JNI API for SMS: attached is the code for XDA II
Hi Dhiraj
I read yr SMS from Java App
I wonder if u could write a small app which could pick out a phone number contained in an sms. I receive sms from various sources with cell phone numbers in them and i need to respond to them with my postal address. I wonder if i could find an app which could send an sms to the number contained in an sms.
for eg.
new sms from :
shailes<+91-12345-85995>
content as below
"
Dear Al please call dhiraj on +91-98123-47485 and discuss the sms thread and send a quote and yr address"
<end of message>
Action
SEND An sms to DHIRAJ with predefined message
Most application filters can only read and will reply to sender
for eg. MAGICALL will send SHAILES a predefined message or the incoming text message
I need the program to read the phone number inside the text message and reply to it.
Any help

send sms using java

hello,
i need to wrtie a java application that will send and receive SMS. for this i have to call sms.dll using JNI. does anyone knows how i can do that?
thanks in advance

Help Read SMS

Hello,
I would like to use SMS in a new application using XDA. I want my application can read sms in inbox.
Do you know how I could see example of source code using SMS API? Or do you have such example to help me?
I got example to send sms but cannot get sample how to read the sms.
FYI, i am writing program using eVB.
Thanks a lot
You should take a look at PocketPC Network Programming by Steve Makofsky or simply try
http://groups.google.com/groups?q=pocketpc+sms+api&start=0&hl=de&ie=UTF-8&
and
http://msdn.microsoft.com/library/en-us/dnppcgen/html/sms_apps2.asp?frame=true
SMS API is not easy.
Yup, it's not very easy, you need to learn about POOM...
I advise you to look into VB .net, it's been made a hell of a lot easier.
I still do it the Medieval way though! Win32 C++ all the way :shock:
V
I did include some C code on sending/reading SMS in this post
http://forum.xda-developers.com/viewtopic.php?t=10761&highlight=
You are asking about reading messages in the Inbox that is when poom as mentioned by vijay555 comes into play.
I don't know anything about poom, but I have read incoming SMS by making my read thread take control of incoming SMS. This means that the message never goes into the inbox.
vangelderp: interesting code, not seen it before on the board. A very good way to do it. It doesn't need to be installed before pocket outlook etc does it? I don't imagine it does. Good stuff!
V
No it does not need to be installed before PPC Inbox (Outlook), what seems to happen is when a SMS message comes in the Inbox fires up. From that point on my code won't get a handle to SMSRead.
So what you need to do is do a warm reset and then start your user program (including my code sample) before any new incoming SMS messages and then it will get the SMSRead handle first. This then blocks Inbox getting a handle which I am sure it raises a error message on if you then try to go into inbox.
vangelderp: yup, that's what I thought. I never used that technique because of that, I stuck with POOM. But your createevent and thread work is very helpful.
V
SmsReadMessage of SMS.API
Thanks for your all comments.
Do you know how to use SmsReadMessage of SMS.API ?
This function is used to Reads a previously received SMS message. I really hope somebody else out there can help me how to use that function
Regards
You use SmsReadMessage like I do in the code attachment I have mentioned.
This function does not read a SMS message that has already been received by the normal PPC Inbox program. As said for that you need to use POOM.
SmsReadMessage for for your code to get a SMS Read Handle and then wait for the event (The Message) to occur and then use the SmsReadMessage function.
Exactly as I have done in my code snippit.

sms to multiple recepients

hi, anybody hav softwr to send sms to multiple recepients or groups or can u guide me where to get it.----for imate jam.
thanx in advance.
Already built in, you only need to type in the first few letters of your contacts in the To: field when composing new message, then click on the found numbers, then just put semi colon ";" after each recipients to add new recipients.
sms to a group of contacts
is it possible to send sms to a group of contacts- through any softwares?? pls help
o2smsplus can do what you want. it can even choose which entries among the group of contacts you do not want to send the sms to. there's a cab file floating somewhere in this forum.
raymonds said:
o2smsplus can do what you want. it can even choose which entries among the group of contacts you do not want to send the sms to. there's a cab file floating somewhere in this forum.
Click to expand...
Click to collapse
could u give a link caz i didnt find after an hour of painful searching....can it be downloaded via o2 connect?
i'm sorry i just read that the cab file won't work for wm2003... they said it's intended only for wm5 devices.
http://forum.xda-developers.com/showthread.php?t=264584&highlight=o2smsplus
O2 sms plus for imate jam??
through some of links I found that O2 sms plus is availble only with O2 as inbuilt software and not availble as a third party download. If any links availble for imate jam pls send.
and thanx for the suggestions.
For WM2003!
arp said:
For WM2003!
Click to expand...
Click to collapse
hi arp...
i've installed the o2 sms but when i try to tap it, the message 'O2SMSPlus' is not a valid Pocket PC application...
am i missing something, or do i need to install other software prior to this...
thanks...
websinister said:
hi arp...
i've installed the o2 sms but when i try to tap it, the message 'O2SMSPlus' is not a valid Pocket PC application...
am i missing something, or do i need to install other software prior to this...
thanks...
Click to expand...
Click to collapse
use tango keyboard and canned message option instead works for me
Hi guys! Hope eveyone had a pleasant new year's celebration.
Anyway, I was hoping that somebody could either post the link or the file of the modified 02 SMS Plus that will run on any WM5 device. I have a WM5 device but unfortunately isn't from 02 and would love to have its functionality.
I have searched this forum for HOURS and cannot seem to find it.
Cheers in advance!
O2sms woks well onWM5 devices!
tesna said:
Already built in, you only need to type in the first few letters of your contacts in the To: field when composing new message, then click on the found numbers, then just put semi colon ";" after each recipients to add new recipients.
Click to expand...
Click to collapse
What a shame, using xda 2s for year then u alighten me, now i know..... thanks!

Categories

Resources