Send text message to group contacts only on not answer call - Touch Diamond2, Pure Themes and Apps

Thank you to all the developers on this site. It has answered already most of my queries that I had upon receiving my new HTC Diamond 2.
I am very happy with the device and using some of the tweaks and programs the phone is now nearly set up exactly how I want it.
However there is one feature that I think is missing. As standard the HTC D2 will allow a call to be rejected and a standard text message be sent. But this will be sent to all callers.
I do not want to spend money sending a sms to cold callers for example. Just wondering if it would be possible to create an application that could expand on the standard function.
Some ideas for the app would be:
Send sms only to contacts in the address book that are included in a catergory or multiple catergories.
Send a different sms depending on the catergory of the contact.
Set up profiles to define the reason for not answering call, eg in meeting, driving, sleeping etc
Of cause the above list is not exhaustive.
Would like peoples opinions on this function and whether some one would be able to create. I would of course offer to test the app. Sorry do not have the current skills to create the app.
In advance thanks for reading this message and for replies.

Related

Sending SMS to a group

Is there a SW available on the XDA II that allows me to send a SMS msg to a group? I used to be available to do it on my ipaq using simple SMS.
I select category say "personal" from my contacts and viola, the msg will be sent.
AFAIK you can either select multiple recipients from you contacts list or you could set up a contact named "my-group" or so and put all the phone numbers in the mobile field, seperated by semicolons. It works here, but I have not yet tried more than a dozen at once.
Martin
martin kopplow said:
AFAIK you can either select multiple recipients from you contacts list or you could set up a contact named "my-group" or so and put all the phone numbers in the mobile field, seperated by semicolons. It works here, but I have not yet tried more than a dozen at once.
Martin
Click to expand...
Click to collapse
How did you do it Martin? I created a new contact and put multiple of mobile phone numbers saparated by semicolons, but the semicolons don't appear on the SMS program. In other words, the SMS program removes all semicolons and appends all the numbers.
tried this, but when i send a message I get the error:
"You cannot send this message as both an SMS and an e-mail message. Please remove either the SMS or the e-mail address and send again"
Needless to say, I created a new contact with two telephone numbers in the mobile phone section seperated with one ;
Ashby
group sms
hi guys
i tried to do this as well but it didnt work i had a nokia comunicator and i was able to do this with no problems.
regards kevin b :lol:
Thanks guys for the replies. I guess I have to live with sending SMS messages manually
It is really strange that an expensive pda+phone with a powerful operating system doesn't have this simple functionality.
I might sound strange, but this function is very important to me coz I send an average of 8 SMS messages to a group of people on daily basis.
I miss my T610
gropu sms
i agree kufi these phones arent cheap.
when i do into my sms box and say new i can add more contacts and seperate them with ; without any problem
havent tried sending it though so i'm not sure if it would fail but i can add more then one contact thats for sure
Yes this is how I do it too; the manual way which is time consuming and annoying. The optimal way is to assign a group of contacts under one name, but as you can see, it is not possible.
Hoping an application will be avaialable soon, coz this is driving me crazy.
group sms
I got this software, I think it works great. you have to first creat a group list, when saving the number, you have to save it in the group. I don't have any link for it, but its group sms ver1.1 by shailesh ashar, google it, or find the cab laying around here. hope it helped.
http://www.shubaroo.com/index.php?module=group_sms
Did you search?
http://www.google.com/cse?cx=000825...p+sms&sa=Search&cof=FORID:0&ie=utf-8&oe=utf-8
^ search for "group sms", see first hit
please help me....
i am using O2 XDA Flame model, i need to know if there is any application for forwarding sms from inbox to group contacts by selecting the group name. i have used software for sending new sms to group contacts but have not seen any application helping to forward inbox sms to group contacts... hope i have clearly mentioned my query.
thank you.
If you are sending the same group of people text messages I send the message in the normal way - this requires you adding each of the recipients one at a time.
When you are finished and you send the mail - go back into your messages and select the 'sent' option form the drop down. You can now highlight the recipients and use the 'copy' option.
Then, go to the 'NOTES' section of your XDA and paste in the list and save it using whatever title you want.
Every time you want to send a message to these recipients, open your 'NOTES' and copy/paste the list into your message - it is not perfect...but it does work and does save time.
I have only just joined the forum. Anyone still having problems sending texts to multiple contacts on you htc tp2 try this I think it may help you.
Create a new contact any name and type the contacts numbers in as laid out below.
12345678999>; <12345678999>; <12345678999>; and so on. You need six spaces between each number, no left side arrow in front of the first number as the phone puts that in by default and no right side arrow after the last number. I have tried it with upto ten numbers no probs it might work with more.
Also if if one of the contacts in your group sent you the original message you wont wanna send it back to him so if you hit menu then hit check names hey presto it will put all the contact names in relevant to the numbers, touch on the one you want to delete and then hit your back space key and its gone. Good luck.
chk out my signature for group sms app that I made

Intercepting Text Messages

I get alot of text messages from some people and my partner would like to be able to intercept those messages so he can have a copy of them on his Wizard. How would he go about doing that?
You want all you SMS messages forwarded to another phone?
think he want to set rules for which ones are forwarded
Your "partner" can't intercept them.. But you can do one of two things..
Either create a program intercepting all incoming SMS'es, always forwarding them to him. You could append the sender phonenumber in the body of the sms or something so he'll know who it is from..
The other thing you could do .. is write a client/server app, so when you get an sms, it's intercepted and posted to a homepage/server you have.. Your partner could have a clientversion which regurarly synchronizes the data from the server and adds them to the cemail.vol file.. making it seem that he ha got the sms aswell..
Another thing again .. you could just make another app which sends the incoming sms as an email to your partner.. Many ways to do this.. but he can not intercept them.. you have to forward them either as an SMS, Email or pure data via a server solution you code/develop...
"Either create a program intercepting all incoming SMS'es, always forwarding them to him. You could append the sender phonenumber in the body of the sms or something so he'll know who it is from.."
he can also make a program which only intercept sms's from a list of phone numbers or where surden texts or char's are present
but the program would need to run all the time and periodicly check for new sms's
i would like a program to reject sms messages or mms messages by phone number like i was able to do with my old phone.
sashje said:
Your "partner" can't intercept them.. But you can do one of two things..
Either create a program intercepting all incoming SMS'es, always forwarding them to him. You could append the sender phonenumber in the body of the sms or something so he'll know who it is from..
The other thing you could do .. is write a client/server app, so when you get an sms, it's intercepted and posted to a homepage/server you have.. Your partner could have a clientversion which regurarly synchronizes the data from the server and adds them to the cemail.vol file.. making it seem that he ha got the sms aswell..
Another thing again .. you could just make another app which sends the incoming sms as an email to your partner.. Many ways to do this.. but he can not intercept them.. you have to forward them either as an SMS, Email or pure data via a server solution you code/develop...
Click to expand...
Click to collapse
I think I'll just go with the first suggestion. Thanks!
MOD EDIT:
this is obviously illegal.
lets move this discussion to the Q&A section
beastlybit81 said:
Hey all. Nearly 2 years have gone by since the last post in this thread and I know technology changes over time. I've done some reading about intercepting SMS/text messages but I was wondering if there are now any other ways to do this.
I want to be able to intercept text messages sent and received from one particular CDMA mobile phone number, or to have them forwarded to me without the person's knowledge. I don't have physical access to this person's phone, but if it helps I do have their ESN/MEID for their device.
I'm not so worried about intercepting phone calls or anything. I can get close enough to the user's phone though to be on the same cell tower as them if needed in order to intercept or have the SMS messages forwarded to me.
Are their any options for making this possible without direct access to this particular device? I understand the idea behind copying the identity of the target phone using a SIM card, but again, I don't have physical access to the phone in order to do that. Thanks!
Click to expand...
Click to collapse
Guys,
Isn't this illegal? You're literally asking to be the NSA or the government, snooping information without the person's information or consent?
Spying on a significant other?
Cheers.
good point. didn't read the last post.

The Mobile Secretary

Hello,
I am currently using the Mobile Secretary as my program to auto-respond to missed calls. As viewed here:
http://blogs.msdn.com/windowsmobile/...secretary.aspx
As you can tell it is quite outdated and need something a few more features. (excluding international texts being the primary concern)
Can anyone recommend any applications?
Also I think it's worth mentioning I have a Samsung Ace i325 with windows mobile 6 standard.
OK, the source is available, so you're on. Be specific about what you'd like to have changed.
godefroi said:
OK, the source is available, so you're on. Be specific about what you'd like to have changed.
Click to expand...
Click to collapse
The most important feature I need is the ability to:
-exclude international callers. (and SMS if that feature is added)
-ability to automatically reply to SMS/text as well.
Some features that would be a bonus: (in order of importance)
-Ability to have 6 saved messages I can switch between
-Number of rings before the phone auto hangs up
-Max number of SMS that can be sent to one person
-Log of amount of SMS sent per session
-Log of phone numbers that SMS were sent
If I can get a program like this working on my current phone I will definitely pay for it.
When you say "exclude international callers", you mean don't automatically send back the SMS when you miss a call from an international caller? Why don't you just leave international callers out of the group?
As for automatically replying to SMS, how would you like the reply to be handled? Would you put a message in for each group, and SMS from people in that group would get that group's reply?
When you say "exclude international callers", you mean don't automatically send back the SMS when you miss a call from an international caller? Yes.
Why don't you just leave international callers out of the group?
I only really need the "Default" and "Unknown Caller" groups with both sending the same message. I don't plan on using the groups to send specific messages to certain people. I want to send the same SMS to all missed calls. Unless I am missing something but I don't see how to filter out all Int Calls?
As for automatically replying to SMS, how would you like the reply to be handled? Would you put a message in for each group, and SMS from people in that group would get that group's reply?
That would be a nice feature, but all since I am only using two groups with the same message, it probably isn't necessary. I just need it to auto-reply one SMS to all received SMS.
If all you're looking for is a quick little app to auto-SMS any missed calls (excluding international calls) with the same message, that'd be really quick to whip up.
godefroi said:
If all you're looking for is a quick little app to auto-SMS any missed calls (excluding international calls) with the same message, that'd be really quick to whip up.
Click to expand...
Click to collapse
As long as it doesn't attempt to send SMS to numbers that come up as "Blocked ID" (could cause errors) ...then even what your suggesting would be improvement.
That plus auto-SMS to all texts would be great.
I would also need a manual filter for a few numbers that I know don't want any SMS sent. (paycard numbers in particular)
(I currently use a "third group" on mobile secretary to "filter" out those auto-SMS, forgot to mention that earlier)
I definitely don't need an intricate program =)

SMS Gateway for use in Android app?

So, Ive made an Android App called SMS Forward. It enables forwarding of SMS to either another phone number or an email. What would be cool is if I could somehow make it so that you could reply to text messages through email. For this to work I reckon I need to use some kind of SMS Gateway. I know there are solutions out there you have to pay for, which is fine.. Does anyone have any suggestions?
you have to check 2-WaySMS for sms sending/receiving
My app PhoneLeash (tinyurl.com/phoneleashfree) does SMS forwarding to email and SMS. Its possible to reply to incoming SMS from your email account, provided the Reply-To address is your phone's email-to-SMS address. The phone then sends out your reply, so no gateway needed, and it looks more natural to the recepient.
These email-SMS addresses are completely non-standard unfortunately so I had to create a database by hand, at least for US and Canadian carriers. And I can only hope they don't change too soon.
There are also some online services that help you determine who the carrier is for a phone number. You could use those and come up with a valid Reply-To based on the number of the incoming SMS (most of the time hopefully!)
Hope this helps, I know its been a while!
You're replying to an almost 6 year old thread, there have been many options introduced since this thread was created.
Sent from my SCH-I535 using Tapatalk
It is quite easy to find out the options in order to send bulk SMS to the audience. The real estate text marketing app that I am using is absolutely great. We are super impressed with the results. The interface is easy to understand. I am totally impressed with it. Would surely be suggesting this to others as well.

[APP][5.1+] Gentlemen’s Assistant Beta 0.9 – Smart SMS, Calls and Email (with Promo Codes)

Since we are beta testing our app, and to make certain we are on the right track, for the top 50 people that provide the most valuable and MEANINGFUL FEEDBACK to the short questions at Mod Edit: Link removed, we will happily be sending free upgrade promo codes!
The app may be downloaded from Mod Edit: Link removed
Without further ado:
Gentlemen’s Assistant – Smart SMS, Calls and Email – Free Upgrade Promo Codes for the Top 50 People!
Gentlemen’s Assistant is a smart device automation tool for SMS messages, calls and email that’ll help you stay in touch with loved ones—and it’ll be there for you through life’s many distractions.
Let’s face it—girls (and some guys!) love lots of attention and most men can’t keep up. Rather than forgetting to give your better half the attention they deserve—perhaps you’re in a conference call or very busy with work—Gentlemen’s Assistant (GA) will, cleverly, send text messages of your choosing to, and smartly prompt you to call and email, your significant other to remind them that they mean a lot to you.
Some people are, very much, against automation technology like this, but we believe that anything that can help keep communication high between loved ones is, in the long run, a good thing. GA, by default, will not take any action and largely act as a helpful reminder, and we recommend this type of use.
Warning: GA works well when used sparingly with simple messages—perhaps too well. While it’ll give your significant other the attention they need, they’ll be inclined to reply back and, at this time, GA is not intelligent enough to reply in context—so you’ll need to reply back yourself.
Features
Automatically send custom SMS messages, with scheduling and opportunistic randomization
Automatically start a call, with reminders, near the end of the period selected
Automatically start a prepopulated email, with reminders, on a regular basis
Won’t automatically send a message if:
You are in a call with this person
You recently missed a call from this person (configurable)
This person recently sent a message and you didn’t reply (configurable)
Won’t automatically start a call if you:
Are in a call with this person
Were in a call with this person and didn’t end the period selected with a missed call
Modern Android design with a dark theme
Supports multiple people (when upgraded)
Won’t repeat the last message sent
Set a maximum number of messages per day, week or month
Notifications for upcoming messages (configurable)
Notifications populated with recent conversation history and favorite messages (favorites are currently available on Android 9.0 and later)
Time zone aware (it’ll do the right thing regardless of where you are)
Upcoming messages can be easily edited, disabled, postponed, skipped or quickly changed to other frequently sent messages
History of what messaging actions were taken and why
Tentatively planned features
Won’t automatically send a message if:
You recently sent one (configurable)
You’re at a loved one’s place (configurable)
Biometric authentication to open app
Display actual MMS pictures/content in notifications
Enhanced Artificial Intelligence and machine learning
Helpful Hints
GA can be used to regularly touch base with anyone you care about, not just loved ones!
Use short and sweet, but generalized, messages. Sending a simple “I love you” once a day is far better than sending “You looked amazing in that black dress!”
More varied messages tend to work best.
Disable messages when you and your significant other are together—or select Not Today when notified. While you can schedule messages outside of times you’re likely to be together, you don’t want messages to be sent when you are, for example, sitting right next to them at breakfast.
Don’t wait for GA’s automation! If you are feeling extra loving, let your loved one know in the moment!
Known issues
RCS support is incomplete. RCS messages will not be displayed properly in notifications and messages will be sent as SMS.
Email reminders are still a work-in-progress and we plan to have this completed soon.
Please give us your feedback at Mod Edit: Link removed
Need help or have a question? Our frequently asked questions are at Mod Edit: Link removed. Contact us at Mod Edit: Link removed
MOD ACTION:
Thread closed and links removed.
@BinkXDA
Please check your PM inbox.

Categories

Resources