Fun SMS tool - Android Apps and Games

If you are anywhere near as immature as my friends and I are, then you might find this helpful. This is a simple app to send very large numbers of text messages to a number of your choice. There is basic contact integration and the choice to send either five or twenty five messages at a time. You can also choose what the message says. I put this app together because it is always funny when your friends phone is going off over a thousand times. (especially in class...) I highly recommend having an unlimited texting plan if you use this, and probably make sure the person you are spamming is a friend that wont freak out too much.

These are known as SMS bombers They used to be on the market but were pulled..
Well, tested on myself and it works Thanks.

Related

free sms texting via data?

I just signed up for a data plan and am trying to figure out a way to send text messages via data without signing up for a $20 texting plan.
Here is the following options I have come up with
-Use web2mail and send email texts to people. Although this is quite annoying because people say they recieve a new text every time i respond (doesnt come up as one conversation)
-Sign into AOL instan messanger and text people through that. But this kills my batterylife.
-There is an app called mjoy. www.mjoy.com I havent tried it yet, but am considering it.
are there any other options? any java apps or anything that can be used to send text messages?
thanks
ps I have an ATT Fuze.
RE: free sms texing via data?
please just get texting plan.
AIM uses both texts/data.
and is it really worth it to go thru hassle to text friends/family to save 10 to 20 bucks?
and hassling friends/family to get random messages from websites and whatnot?
T-Mobile: [email protected]
Virgin Mobile: [email protected]
Cingular: [email protected]
Sprint: [email protected]
Verizon: [email protected]
Nextel: [email protected] ​
About 10 seconds on google man. I'm not going to call you a jerk, but I'm seriously considering it.
People that post questions without doing any research are really a drag.
Yeh - I had the same question.
As it stands, I'm using my email to send texts... but cumbersome at time. Especially when I don't know the persons provider. Anyhow, I saw that the Iphone/Itouch had an app that used Google's SMS feature called Infinite SMS... it got pulled back. Similarly, there is another Iphone/Itouch Textfree and Textfree Lite that sends texts via data, but not using Google's SMS.
I'm not a developer, but I guess if it could be done on the Iphone, then is it possible that it can be done on WM?

Possible for auto text delete app kinda like mem killer

I would be willing to start a bounty for a auto text delete app... like delete texts for each person after 100 texts... is this possible?
Its not auto, but try SMS Quick delete
No Offense. But Its not that hard to Delete Text Messages.
I agree with this post. I think getting sms quick delete to do a nightly scheduled delete would be amazing.
ebartolon said:
No Offense. But Its not that hard to Delete Text Messages.
Click to expand...
Click to collapse
I think youre missing the point.
I agree, btw something like this would be great. Either running to deleted messages by scheduled task and or delete message based on a specified count.
ebartolon said:
No Offense. But Its not that hard to Delete Text Messages.
Click to expand...
Click to collapse
It's not that hard to mail a letter via postal service, but I'd still rather email.
I think it's a great idea, you could adjust it to purge anything over x number of messages or older than x number of days.
I'd love to see this happen.
OP I think you may have a better chance by emailing SMS Quick Delete because they already have the app started...
I haven't looked into what APIs the SDK offers for dealing with text messages, but just thinking this through real quick, this shouldn't be a hard app to write.
When I get a text, it appears in both the stock app and in Handcent. This indicates that the messages are stored in a central location. The existence of Handcent and Chomp also make it clear that third party apps can access and manipulate this storage.
Performing tasks on a schedule is easy to code.
What sort of features would people like to see in this? Delete by age? Delete by count? Exempt certain contacts from having their messages deleted? etc...
I've been looking for an idea for a simple app to write to get more familiar with coding for the Android environment. If there's interest in something like this, it seems like as good a project as any to practice with.
subliminalurge said:
I haven't looked into what APIs the SDK offers for dealing with text messages, but just thinking this through real quick, this shouldn't be a hard app to write.
When I get a text, it appears in both the stock app and in Handcent. This indicates that the messages are stored in a central location. The existence of Handcent and Chomp also make it clear that third party apps can access and manipulate this storage.
Performing tasks on a schedule is easy to code.
What sort of features would people like to see in this? Delete by age? Delete by count? Exempt certain contacts from having their messages deleted? etc...
I've been looking for an idea for a simple app to write to get more familiar with coding for the Android environment. If there's interest in something like this, it seems like as good a project as any to practice with.
Click to expand...
Click to collapse
Issue is
1. You want to delete it when no one is sending you messages as to delete one you missed which would make you think that scheduled at night is best but...
2. Either count or time (i.e. middle of the night schedule) can screw you up if you get a message and the app then deletes it before you are able to check your messages...
I think it could be anything if you could prevent the deletion of new texts then I guess it wouldn't matter as much.
pipskicks said:
Issue is
1. You want to delete it when no one is sending you messages as to delete one you missed which would make you think that scheduled at night is best but...
2. Either count or time (i.e. middle of the night schedule) can screw you up if you get a message and the app then deletes it before you are able to check your messages...
I think it could be anything if you could prevent the deletion of new texts then I guess it wouldn't matter as much.
Click to expand...
Click to collapse
I see what you're saying, but if it's properly designed, neither one should really be an issue. If, for example, it's set to auto-delete anything over 30 days old, well, frankly if it's been sitting on your phone for 30 days and you haven't read it yet, then either it wasn't important, or you've been sitting in jail and likely have more important things to worry about.
Same with going by number of messages, you'd want the threshold set at a level where there's not really much chance of you not getting to it before it gets deleted.
Ideally, these thresholds would be user configurable. For me, deleting anything over 100 texts would easily retain a month's worth, but for my daughter, it would be blasting stuff that was only a few hours old. (I've honest to god seen this girl sleep with her phone in her hands, thumbs never leaving typing position....)
That said, it would definitely be a good idea to never, ever delete unread messages. Or, at least have separate criteria for unread messages.
isn't this a feature that's included in non-Sense messages app??? I much prefer that version, but I don't know how to replace the sense version with that one (if possible)
I think having delete by both age and number would be best... for example, if it could delete any message that is more than say 5 days old, up to the point where there is <10 messages left in the thread then stop deleting from that thread
and if you could adjust the two variables...
and:
adjust which persons messages get deleted...maybe even make it so that you could adjust the two variables individually depending on the person?
dmc971989 said:
maybe even make it so that you could adjust the two variables individually depending on the person?
Click to expand...
Click to collapse
Ultimately, that's the idea. Let each user specify their own criteria.
To be honest, if I decide to take a crack at this, my initial "proof of concept" version would probably just have a couple criteria hardcoded in, and then I would add configurability in increments.
The actual "guts" of this program should be crazy simple to code, but being new to Android, I'm still getting used to designing UIs on the platform, so that would be the portion that slows me down (and also the part that I'm looking to get some practice with...).
the file for storing texts is /data/data/com.android.providers.telephony/databases/mmssms.db
and no that's not a typo, there is a data folder within the data folder
also, by the way, I tried messing with it once to restore some old texts from a previous rom, and kept force closing my handcent and the stock app until I just deleted the file and let it recreate itself
Yeah honestly i am shocked that no one has done this. My friend and i have had so many texts our phone slows way down. And then when we try to delete txts of the contact(s) with the largest amount of texts the phone will lock up for along time or untill we pull the battery. After the phone lock up the texts are still there. i would be happy if all my contacts where limited to 100 texts. this issue normally happens around the 1000 mark (for a single contact) from what i have noticed.
Also this has happend on sevral roms that i have used so its def not a rom issue
danaff37 said:
the file for storing texts is /data/data/com.android.providers.telephony/databases/mmssms.db
and no that's not a typo, there is a data folder within the data folder
also, by the way, I tried messing with it once to restore some old texts from a previous rom, and kept force closing my handcent and the stock app until I just deleted the file and let it recreate itself
Click to expand...
Click to collapse
Yeah, that's a database file. Probably not a great idea to edit it directly, you would want to make changes through the sqlite interface....
any solutions?

Threads... why?

Ive seen MS chose to combine IM and SMS and to me this looks really messy.
First of all the integration of IM is quite nice but I wish it was kept seperate from SMS conversations since these are to the majority of people still different than IMs and used on different devices or apps. I dont want to continue a conversation automatically on a different app or something. This will be very annoying to the other user.
Certainly if somebody just left his/her pc on or IM on accidently....
They should have added facebook private messaging as well and IM/SMS seperated like it was and just added a chat pivot in the messaging hub.
to me an sms is still something every user has always with him her, like when u send somebody an address or something it should be on their phones and not deliverd trough IM and its annoying having to switch first.
Its kind of short sighted implementation, the idea is good but the reality will be very annoying the way it works now.
you will get a ton of sms like notifications for every IM which can be annoying since on a chat conversation people send much more messages per minute than trough sms. Having to toggle online offline all the time will be a pita
am i the only one who thinks this will be garbage? Instead they should have allowed third party apps like whatsapp to use this on user permission. I hope I can switch off the live messenger. Or just revert back to the original sms screen
I like the idea to have an overview of my messages regardlessly whether they come via SMS, Windows Live or Facebook. Although I agree that getting notifications for all those messages shown on the SMS tile would be kind of overwhelming. But I can imagine Microsoft changes the way the tile works. So it still shows the number of SMS, but in addition to that shows an icon or something when you recieve a chat message from Facebook or Windows Live.
In my opinion.. the best feauture ever, of every OS. Loved that!
I love it as well, and think its nice not to have to go to 4 different places for my facebook, text, wlm & (eventually skype).
While I hope they either have a toggle setting for separate 'rows', or add it soon after Mango for those who really don't like it, I honestly doubt they want to mess it up by having too many places for messages. It fits in pretty perfectly with their vision for the overall UI design imo.
For me,M$ thread is not a new idea,it just copying the messaging app in the HP webos...however HP webos messaging is better,they can download apps that support HP connect and integrate into the messaging app(so,this means they can have more than 1 im clients in 1 messaging app).
Feel so sorry to HP webos,always being copied by others,even the UI design of playbook has been copied
Marvin_S said:
First of all the integration of IM is quite nice but I wish it was kept seperate from SMS conversations since these are to the majority of people still different than IMs and used on different devices or apps. I dont want to continue a conversation automatically on a different app or something. This will be very annoying to the other user.
Click to expand...
Click to collapse
Threading will be the beginning of the end for SMS IMNSHO. Most people still use SMS because it's what they know and are used to.
My wife is a great example, she keeps sending me SMSes while I'm out because that's what she's used to. Even though I've had email (and to some extent IM) on my phones since forever. With a "messaging hub" it takes all the guesswork out of the equation - she'll write the message as she normally does and the phone will decide whether it should deliver via FB, Messenger, Skype or SMS.
Now, if you don't want to continue the conversation if the user has moved to a different device you don't have to. The phone will tell you how the message was sent as well as what services the recipient is currently logged on to.
Marvin_S said:
to me an sms is still something every user has always with him her, like when u send somebody an address or something it should be on their phones and not deliverd trough IM and its annoying having to switch first.
Click to expand...
Click to collapse
This just proves my point - you're used to SMS. And again, you can choose whether to send as SMS or IM.
Personally I find this feature great. Two things should be done to make it even better though;
1. Implement a industry-wide protocol so it doesn't matter if you're on a crackberry, iphone or windows phone. Sure, Skype and Messenger goes a long way towards achieving this but there are still people who use smaller IM services only.
2. Allow third-party apps to hook in to the messaging hub - there's a few apps out there today that are not chat apps as such but still implement messaging. Being able to receive (and reply to) these messages from the same place would be great. It would also make it easier for other IM services to integrate with the OS.
dkp1977 said:
Although I agree that getting notifications for all those messages shown on the SMS tile would be kind of overwhelming.
Click to expand...
Click to collapse
But why? Are you less likely to want to read a message coming in thru Messenger than one delivered via SMS? I for one don't care how my messages are delivered, I just want to be notified. It's a bit like having three post boxes outside your house - one for deliveries by DHL only, another for Deutsche Post and a third for everyone else - i.e. pointless
I really like this new feature as well. I am confident that any replies you send to someone will use the same service they used to "text" you, unless you choose to change it. People on non-WP7 phones won't suddenly need to be jumping all over the place.
On the other hand, when other people send you messages from multiple sources (SMS, FB, WLM, etc), you will be able to get all of the messages in one convenient place. I like that.

Free Alternative to DeskSMS

DeskSMS was exactly what I was looking for, but the free trial is over and they want year fees.. Is there a free alternative to DeskSMS that will do the same thing?
Hello you can use "mightytext"
have fun ;-)
easy android sms or mighty text although i would use with caution at least with desksms we knew it was coming from cwm (trustworthy imo) texts are sensitive data you dont want any app/site reading and sending them
I use Google Voice which among other things allows you to SMS from a desktop browser.
Google Voice, as far as I know, don't let you text and receive text from your personal mobile number right? That's what I liked about DeskSMS. A one time price would've been okay but to pay yearly? That's not good..
It does. Your carrier has to support integration with GV, iirc. With sprint, GV offered to make my actual phone number the GV number. So when I text from the browser it is from my mobile number.
__
HTC EVO4G • Shooter 5.5
Underworld SBC • SmartassV2
What about Go SMS ? It's a alternative to decksms and can send SMS to other people . And there are alot of themes for this app .
I really like handcent and its free as well.
Subscriber to DeskSMS
When i first found the app i thought it was such an amazing thing. I purchased my subscription well before my initial free period was over. I tell you I do not regret it at all. Texts from people are automatically backed up in my Gmail account. If i need to find a text someone sent i just log into Gmail and search in:chats for the name or number or a snippet of what i'm looking for. The features, convenience, and how well it's built is worth the investment.
It depends on which feature you really need...to text from my pc I use AirDroid that is free and does the work gratly!
mapheG2 said:
DeskSMS was exactly what I was looking for, but the free trial is over and they want year fees.. Is there a free alternative to DeskSMS that will do the same thing?
Click to expand...
Click to collapse
It is $5 per year man... That is peanuts for the service you are getting. Regarding free apps to do that, i'm with the other ppl, nothing is free. They have to be getting something from you. Always my mentality when downloading free apps.
Something to think about.
I'm in the same boat, I have a few more days of DeskSMS access and I like the dark skin as well, but I actually dislike DeskSMS mainly because I'm not seeing both sides of the conversation sync in GMail (only received syncs) and I still need to figure out how to make synced SMS's in GMail sync as read. Although I do like the quick access button that doesn't force you to open the application in a dedicated tab, but if you do want a dedicated tab the functionality is there I just never see myself using it. Then again the quick access button is very noticeably laggy.
I also use GVoice for business use and I prefer keeping my carrier's phone number for personal use. Problem is I can't use my carrier's phone number to text from GVoice unless I have GVoice take over my carrier's phone number.
Are there any work arounds I've overlooked? I basically use DeskSMS to text from my PC without having to pickup my phone constantly.
Reply
phaberest said:
It depends on which feature you really need...to text from my pc I use AirDroid that is free and does the work gratly!
Click to expand...
Click to collapse
I also use Airdroid sometimes, and it is good for messaging and for uploading smaller files to my phone. I tried using other apps (I forgot which ones unfortunately) to text from my Mac but I still find DeskSMS to be the best. It sends messages right to my Trillian (or AIM but it lags) and it typically works. Sometimes it stops and you gotta do a little tinkering to figure out why it isn't working, but for the most part I haven't found anything that beats it (especially when I'm at work and don't want my boss to see me texting).
I paid for the year, I didn't even realize it was a trial at first but I happily paid the small fee to keep using it. I've only paid for a few apps in my lifetime (Call Control and Titanium Backup basically), but it does a lot of good things for me and it was worth it.
Ci2e said:
I'm in the same boat, I have a few more days of DeskSMS access and I like the dark skin as well, but I actually dislike DeskSMS mainly because I'm not seeing both sides of the conversation sync in GMail (only received syncs) and I still need to figure out how to make synced SMS's in GMail sync as read. Although I do like the quick access button that doesn't force you to open the application in a dedicated tab, but if you do want a dedicated tab the functionality is there I just never see myself using it. Then again the quick access button is very noticeably laggy.
I also use GVoice for business use and I prefer keeping my carrier's phone number for personal use. Problem is I can't use my carrier's phone number to text from GVoice unless I have GVoice take over my carrier's phone number.
Are there any work arounds I've overlooked? I basically use DeskSMS to text from my PC without having to pickup my phone constantly.
Click to expand...
Click to collapse
I am the dev for an SMS/MMS forwarding app called PhoneLeash. Its not free but its a one-time fee. PhoneLeash forwards to email or to a second phone (via SMS). It forwards both incoming and outgoing texts so you get a nice threaded view in GMail (for instance). And you can reply via email (or the second phone). It has some other phone locating features as well. Perhaps y'all will take a look!
PVS
Had to switch also
I kept having problems since I paid for it.
I kept getting the error: {"multicast_id":6603055600577454525,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InvalidRegistration"}]}
So I chalk it up to, I paid money money for something useless. I still have 263 days left. So, for 102 days I have had no one help me with the issue so I left DeskSMS. I doubt I will get a refund either.
Alternative to DeskSMS: MooMle
mapheG2 said:
DeskSMS was exactly what I was looking for, but the free trial is over and they want year fees.. Is there a free alternative to DeskSMS that will do the same thing?
Click to expand...
Click to collapse
Hey why don't you try MooMle, it's a brand new app, it's free and it does work!!!
I downloaded it yesterday and I'm loving it!

Group text messaging?

I was just wondering if we will be able to ever get true group messaging like the setting applies within the messaging app. One feature I liked in the iphone (I think iOS5) was when I have a group convo with someone all of the messages from the different people will appear in the same thread. In the Galaxy S 3 it sends it out as a group message but when I receieve the message it goes into its own separate thread and not just that I would only get the text from the person that started the group message. Is this a simple glitch or is the whole option just really misleading?
blackguy101 said:
I was just wondering if we will be able to ever get true group messaging like the setting applies within the messaging app. One feature I liked in the iphone (I think iOS5) was when I have a group convo with someone all of the messages from the different people will appear in the same thread. In the Galaxy S 3 it sends it out as a group message but when I receieve the message it goes into its own separate thread and not just that I would only get the text from the person that started the group message. Is this a simple glitch or is the whole option just really misleading?
Click to expand...
Click to collapse
Id also like to know if we will be able to do this. My droid razr did this and it was great since all my friends have iphones
Sent from my Verizon Galaxy S3
jkat797 said:
Id also like to know if we will be able to do this. My droid razr did this and it was great since all my friends have iphones
Sent from my Verizon Galaxy S3
Click to expand...
Click to collapse
Exactly! which is why im just hoping an update comes soon! (even though Verizon sucks when it comes to that) or at least a modder finds a way to fix this problem if thats even possible that is
I use GoSMS, works great, not as clean interface as standard messaging app but having a MMS is more imporatnt to me.
VZ Messages
I use the VZ Messages app from the Play store (free). It works perfectly and has pop-ups. It seemed to work much better with group SMS than GoSMS did.
Definitely check out groupme. www.groupme.com and the app: https://play.google.com/store/apps/...251bGwsMSwxLDMsImNvbS5ncm91cG1lLmFuZHJvaWQiXQ..
It lets people with dumb phones get in on the action. Everybody texts once central number, and texts are redistributed from the same number to everybody else and includes the name of the sender (which you can assign...pretty fun)
Downside being that people have to accept the group and add this number to contacts as "Bros" or whatever you want it to be. Couldn't be more effective for my needs though.
chris98891 said:
Definitely check out groupme...
It lets people with dumb phones get in on the action. Everybody texts once central number, and texts are redistributed from the same number to everybody else and includes the name of the sender (which you can assign...pretty fun)
Downside being that people have to accept the group and add this number to contacts as "Bros" or whatever you want it to be. Couldn't be more effective for my needs though.
Click to expand...
Click to collapse
Does it work for MMS as well? I couldn't see where it said one way or another on their website.
devilchrist said:
I use GoSMS, works great, not as clean interface as standard messaging app but having a MMS is more imporatnt to me.
Click to expand...
Click to collapse
I'm in 2 group texts with 5 in each. I get on average of 60+ texts a day and the damn program LAAAAAAAAAAAAAAAGS. I would love an alternative.
chris98891 said:
Definitely check out groupme. www.groupme.com and the app: https://play.google.com/store/apps/...251bGwsMSwxLDMsImNvbS5ncm91cG1lLmFuZHJvaWQiXQ..
It lets people with dumb phones get in on the action. Everybody texts once central number, and texts are redistributed from the same number to everybody else and includes the name of the sender (which you can assign...pretty fun)
Downside being that people have to accept the group and add this number to contacts as "Bros" or whatever you want it to be. Couldn't be more effective for my needs though.
Click to expand...
Click to collapse
I don't like Groupme because it is a different phone number. I do however like the interface.
I use go sms but it doesn't group real well, I always assumed it was the way they responded. maybe I'll check out be messenger.
Sent from my SCH-I535 using xda app-developers app

Categories

Resources