0
votes
2answers
145 views
+150
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 …
4
votes
0answers
45 views
Is there an SMS blacklist? [closed]
We have a few websites that allow their users to subscribe to SMS notifications when updates to the site are being made. The system will send out SMS notifications to the devices t …
0
votes
0answers
26 views
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 s …
-1
votes
2answers
73 views
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 …
0
votes
2answers
68 views
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.Serial …
0
votes
2answers
62 views
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 scri …
2
votes
3answers
162 views
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 …
0
votes
3answers
51 views
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 poin …
-1
votes
2answers
149 views
sending sms through way2sms help needed.
Hi, I am building a desktop app in Visual C# 2.0 that can send sms through way2sms.com. anyone of you ve tried such thing...? please help.
0
votes
2answers
32 views
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 …
0
votes
0answers
21 views
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 …
2
votes
3answers
129 views
send a text message via .net
All: Are there any free solutions out there for sending text messages (SMS) via .net? (maybe a web service or something?).
EDIT
What I'm really looking for is a reference for …
0
votes
1answer
40 views
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 …
-3
votes
4answers
85 views
Sms sending problem…
Hai guys,
I am sending sms to my clients via my application..... Suppose if am sending a msg to 100 mobile numbers , one of it happens to be a non existing mob no .... How …
1
vote
1answer
172 views
Receiving SMS messages in Android 1.6
Hello all.
I have a code sample (from Reto Meier's book) on receiving SMS messages in an android application using a broadcast receiver.
I am looking to be able to receive a SMS …
