sms

outof memory exception

i developed to send sms from computer to mobile using c#.net and ms.access. when i send more then 100 msg my system become slow and i got low virtual memory and system is hang. so i have to restart the system. i couldnot run the other application also bcz of slow. ...

Mobile Phone no. verification

I am designing a website.I want to validate the mobile no. entered by the user on the registration page, by sending a verification code to his mobile phone. Can anyone give me pointers to how should i proceed with it?? ...

Sending and Receiving SMS from J2EE application using GSM phone. How to??

I am developing a application using J2EE and the specifications of project requires SMS based query to some information. Any user sends a text message in predefined format. User get a autoresponder about current information. I heard about SMSlib but dont know if this library can give me what i want. Advice please. thanks ...

Android sending lots of SMS messages

I have a app, which sends a lot of SMS messages to a central server. Each user will probably send ~300 txts/day. SMS messages are being used as a networking layer, because SMS is almost everywhere and mobile internet is not. The app is intended for use in a lot of 3rd world countries where mobile internet is not ubiquitous. When I hi...

Automatically detect which Com Port is connected to a USB GSM Modem using Java

I wrote a Java application that reads and sends SMS messages from a USB GSM modem. I'm using SMSLib (which uses JavaCommAPI), and it runs on Windows. I need to pass in the COM PORT, that the modem appears to be connected to. So far, I've been looking up the COM PORT manually using the Windows Device Manager, and write it into a propert...

Sending a retrieved SMS using Python

Hi Guys, I am writing a Python script to read a SMS from the SIM memory, buffer it and send the same SMS to another number. I am executing this script on Telit GM862-GPS. The script I have written is : import MDM MDM.send('AT+CMGF=1\r', 10) # Changing to Text mode MDM.send('AT+CMGR=1\r',0) # ...

How to send text messages to site users

I have a site that I would like to send all of the users (20-100) text messages about 2 or 3 times a year. What are my options? and how do I implement this into a php/mysql based site? Any and all suggestions are welcome. Feel free to let me know if I need to provide more information for clarity. ...

Can't send many SMS using a loop

I want to send SMS from my PC using a GSM modem. I have used this example and I can send SMS. I want to use a loop to SMS to many users, but it doesn't work. My error: sms.SerialConnectionException: Port currently owned by SMSConnector at sms.SerialConnection.openConnection(SerialConnection.java:93) at sms.Sender.send(Sender.ja...

Can a native Blackberry application (not MIDlet) use MIDP Push Registry?

If I am writing a MIDlet, and if the device supports SMS push registration (i.e. supports WMA 1.1 spec), I will be able to send push messages to the application that is installed on the phone and is listening to SMS messages at the assigned port. However, if I am writing a Blackberry application, can I still go ahead and use the proced...

Privileged operations in netbeans mobility

I'm writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as a background service. Documentation says to request permission in the jad file, I have done so and presume it will work on a device. However I would like to...

Android SMS intercept without notification icon or WAP-PUSH messages

Is there a way to intercept an SMS with BroadcastReceiver as for example here but without showing any notifications to the user and immediately deleting the message that contains for example some keyword EDIT: What I need is to have some communication between android phones, one to one, and I thought that sending SMS messages would s...

Is it possible to intercept an outgoing SMS message on Windows Mobile?

I am interested in writing an app that will intercept an outgoing SMS message and process it in some way before it is sent. Is that possible in the .NET compact framework? I have seen documentation to intercept and incoming SMS but not outging. If it is not possible in .NET, is there some other way that It can be done? ...

How to find unread sms messages in windows mobile

I need to find if there are any unread SMS on a windows mobile 6 smartphone. I know about message interception, but thats not what I need: I already know if I receive an sms, but now I need to know if there is an unread sms at some later point in time (which might not be, since the user might have read the sms by then). My goal is to e...

How to play system signal in Windows Mobile?

On Windows Mobile 6, I want to play a system sound, the "received sms signal", to be exact. Is there a way to play system sounds on windows mobile? ...

Huawei Mobile Connect E170

I am trying to receive SMS messages with a Huawei Mobile Connect, Model: E170 device through hyper terminal but can't. I used the below commands to initialize the modem: AT+CMGF=1 AT+CNMI=2,2,0,0,0 (But this gives me this error: +CMS ERROR: 303) This same commands working on my nokia N70, 6630 and many other nokia models i can't r...

iPhone How to programmatically handle SMS/Call alert notification

I'm having some problems with SMS alerts and call notification freezing up the video player. I'm currently displaying a video using MPMoviePlayerController with movieControl Hidden. I'm also overlaying a subtitle using UITextView on top of the video. However whenever a SMS alert popup, the video will freeze up but the textView will con...

Can I Send a Text Message from My Computer to a Cell Phone?

Is it possible to send a text message from a computer to a cell phone? I'd like to be able to do this with Ruby, not quite sure what it entails. After seeing GrandCentral and Google Voice, it seems like it's not that bad. Is it possible? How do I get started! ...

Java SMS API for Modem

I need a Java API that i can use to receive and send SMS messages. I already know of SMSLIB, but am wondering if there is a better one out there. ...

PDU to text conversion in Java

hello guys, i need help in converting sms in PDU mode to text mode in Java. ...

Send SMS using Skype from PHP

Hello, Is there a real skype api sms gateway ? I want to develop a very light client for Skype in php. I have found Skype4com but it is not very useful since the user can't send an sms with his username/password. Thanks! ...