hi all,
i had download the SendSms. from the msdn website...
however when it send the sms out to a GSM phone (Nokia 7110) it appear as a flash sms(which the contents of the sms appear directly on the screen of the phone eg:"Message:hello world", rather than "1 message receive"). Furthermore, the sms is not handled by the inbox..
does anyone knows how to disable this flash sms?
or is there any other way to send sms using VB.NET???
this is the website that i downloaded the send sms application..
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfsendsms.asp
Cool!
I've been looking for a way to send flash sms..
Sorry that I can't help you though..
flashing sms...eVB
Hmm, this is cpy/pasted from the page being shown when clicking your link .....
private enum PROVIDER_SPECIFIC_MESSAGE_CLASS
{
PS_MESSAGE_CLASS0 = 0,
PS_MESSAGE_CLASS1,
PS_MESSAGE_CLASS2,
PS_MESSAGE_CLASS3,
}
PS_MESSAGE_CLASS0 indicates the message should be displayed immediately but not stored on the Subscriber Identity Module (SIM).
PS_MESSAGE_CLASS0 = 0,
What does the above value "= 0" means??
I've tried using ur method, but the message still appear as a flash sms on the phone.
how do i change the values?
and is the PS_MESSAGE_CLAASS really neccessary?
because i actually commented out the whole class and compile,and the app still send a flash SMS...
PS_MESSAGE_CLASS0 indicates the message should be displayed immediately but not stored on the Subscriber Identity Module (SIM).
PS_MESSAGE_CLASS1 indicates the service center handling the message should be notified when the message goes through and it should be stored.
PS_MESSAGE_CLASS2 indicates the message should be first sent to the SMS data field within the user's SIM before notification is sent to the service center handling the message. If the SIM is filled, an error message is sent to the service center.
PS_MESSAGE_CLASS3 indicates when the message has successfully been sent to the destination and can be stored to SIM, the service center will receive a notification.
i just want to disable the flash sms..
Can you post please your compiled flash Sms application..
its on the msdn website..
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfsendsms.asp
it contains the codes..
i am using vb.net..
Yeah,but I am not using vb.net and don't wanna install it only to compile that app.
So,can you send me the compiled Flash sms app please?
Nice!!
But I dont have MS Visual Studio but I would like the SMS Flash Application too
Can you post it here please?
Cheers
Rdkay
I've found the solution by hacking into the msdn code. Just add the providers' data (force the providers' data to use class 1 sms type)
ProvData(4)=1
Re: Cool!
Bonzo said:
I've been looking for a way to send flash sms..
Sorry that I can't help you though..
Click to expand...
Click to collapse
Try "SMS Writer" v1.6 by DesignLab, you will have options for "Flash SMS", "Normal SMS" and "Normal SMS with Receipt"...
Best regards,,,
Related
Hello!
I have some difficulties to read SMS in my application : my application doesn't want to use the fonction SmsOpen in mode RECEIVE. Do you know the parameters to use in this function to read Sms?
Gremlins (and I'm not Gizmo!)
funny as Gizmo asked me exact the same question via private mail ...
This was my response:
----------------------------------------
I've never used the function to read SMS messages but here is my suggestion:
check the return code of SmsOpen, it is probably SMS_E_RECEIVEHANDLEALREADYOPEN. According the SDK help it means, that another app has already opened and is using the provider. In most cases, that might be Inbox, so shut down the Inbox task befor you are running your code.
If your error code is different, check the meaning in the help file, look for SmsOpen -> SMS specific error codes.
You don't have disable Inbox. The problem is the internal SMS handler - if you look in \Windows\Startup, you'll see a SMSHandler (I don't have a T-Mobile at the moment, so can't confirm the exact name). You need to get your application to start before it. In addition, you need to do a SmsSetMessageNotification() for both SMS_MSGTYPE_RAW as well as SMS_MSGTYPE_TEXT message types. Strangely, the code does not get the notification if you only set it for one of the two.
I have a T-Mobile MDA. There is a folder called "AutoStart" in the Windows folder, so I guess the file called "SMSReceiver.exe" is the handler you were talking about. I named my application "aaamyapplication" in order to start it up first after a soft reset (There is actually no "startup" registry-entry either for "SMSReceiver" nor for my application... in the end I kicked "SMSReceiver" out).
Unfortunately receiving an SMS through my app does not work (but strangely the system is still able to receive SMS in spite of deleting "SMSReceiver").
Do you have a good guess what I should do? I would be grateful for any advice
t_lex
Could some body be more specific on what Jvd said ??? i'm running an XDA2 and when i look in windows/startup i only get the followng :
CheckAutoRun
ChgDfLnk
IA_Caller_ID
MMReg
poutlook
stk
wifiIcon
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
Hello people,
I wish to send a text message (SMS) to all of my contacts. My contact list is about 2000, so I guess I will need a software in order to send a message to all of them, because if I am not mistaken if using the MS software for msgs, will crash the phone as will try to load all msgs to memory.
Any of you who knows how to solve my problem, or knows a software? Please....
Thank you in advance.
Group SMS by t0flus.......
evolish said:
Hello people,
I wish to send a text message (SMS) to all of my contacts. My contact list is about 2000, so I guess I will need a software in order to send a message to all of them, because if I am not mistaken if using the MS software for msgs, will crash the phone as will try to load all msgs to memory.
Any of you who knows how to solve my problem, or knows a software? Please....
Thank you in advance.
Click to expand...
Click to collapse
Another forum member - t0flus - posted an application called "Group SMS" which may do what you're after....I'm presuming you could send the message group by group (if your contacts are in groups?).
The program can be found by searching for "Group SMS" or by clicking >HERE<.
I've not tried t0flus' program myself, but I'm certain that throwing 2000 contacts at the standard MS SMS program will kill it!!
Hope that helps!
Mark.
That is exactly what I was doing using my Nokia 7610, but I thought I would be able to find a software that would "do the grouping" automatically for me.
Thank you anyhow.
You see, I just think that a software can send for example 10 - 10 text messages, until all of it is sent and then display a message say sent to all or something like that.
Maybe try getting a PC program like Jeyo Mobile Commander and using that to send the SMS? It drags a list of contacts and messages over via ActiveSync and you can use the app to send SMSes, backup/restore your SMS inbox, backup/restore your contacts etc... I've sent SMSes from it before when I've been too lazy to pick my phone up
Here's another Group SMS app that allows you to choose one or more Contact Groups to send a text message. Works in a different way to the other app mentioned here and one or the other might suit your application better.
http://forum.xda-developers.com/showthread.php?t=306682
Great! Thank you people... I will try, and I hope that one of those will help me do it by the press of one buttons, because you have no idea how difficult and annoying it is to have to split your contacts to hundreds and send them that way.
Finally, BaselsReply V2.0 is released with a major changes!
Update List:
* Fix bugs: Sending issues
* Add: Skin-chooser
* Add: New skin (Greener)
* Add: Server-mode
Server-Mode: Click on [Server] {
Activate-button: Activate the server
Deactivate-button: Deactivate the server
Settings-button{
Add-button: Add new Request/Answer(Action)
Remove-button: Remove Selected Action
Info-button: Information about the selected Action
}
}
How to use the server?
Simply.. Start by creating your list of Actions(Command List) with the Add-button. When your done press [Back] and click on [Activate]. Your server is now ready for SMS interception.
When someone send a SMS to you with the following text.. Example:
SMS Message:
br mobile
or closely
SMS Message
br<space>mobile (DON'T FORGET THE SPACE!)
"br" is the program trigger (with other words the word that will make the program read the sms). Followed by the "mobile" which is the "Request-Text" you input as a action. The user whom sent the SMS to you will get a SMS back from BaselsReply-Server with the corresponding Answer-Text.
------------------------
"Reply-mode" is like a answering-machine but still different, because it answers the calls with a SMS instead of the ordinary "Voice-answering machine".
"Server-mode" is like a big "SMS-server" or "Bot". You give the Server commands.. If the Request-command says "hi" and the Answering-command says "hello". Then if a user send you a SMS with the text "br hi" the Server will read the SMS and respond with a "hello".
------------------------
Screenshots in attachment field...
Download from MonkeyUpdates: http://monkeyupdates.blogg.se/1199514383_pocket_pc_baselsreply.html
Please don't upload the software elsewere
Cheers!!!
mate what is this software for???
thnkz for sharing
jatt_inder said:
mate what is this software for???
thnkz for sharing
Click to expand...
Click to collapse
"Reply-mode" is like a answering-machine but still different, because it answers the calls with a SMS instead of the ordinary "Voice-answering machine".
"Server-mode" is like a big "SMS-server" or "Bot". You give the Server commands.. If the Request-command says "hi" and the Answering-command says "hello". Then if a user send you a SMS with the text "br hi" the Server will read the SMS and respond with a "hello". I'm afraid I can't explain better than that.. Try the software and u'll get it
cheers
Hi,
is there a possobility to send a message (for the new year) to all my contacts? The best would be if i could send the message only to the mobile numbers.
thx
There is a program out there, called "group SMS", however, i dont use it, so cant say if it will do exactly as you ask.
However it is a step forward from Raw WinMo, which does not appear to send group txts of any kind.
Best of luck.
You could also have a look at "Power SmS", though you would have to build your groups manually before sending your message.
ok, i tried power sms, i didn't an sms yet, but it sees to work, thx