How can send Flash (Notification) SMS by Android? - Android Apps and Games

Hi all,
i m sending SMS by using
Code:
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phoneNumber, null, message, sentPI, deliveredPI);
its working fine and successfully send a standard sms that is automatically saved in recipient mobile inbox.
i want send the sms as flash(notification) sms by this,that message should be displayed immediately on recipient mobile screen but not stored.
please tell me how can i do this.
thanks in advance.

Hy, did u find how to do that?
I'm interested too.
Thanke you.

for flash sms
[email protected] said:
Hi all,
i m sending SMS by using
Code:
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phoneNumber, null, message, sentPI, deliveredPI);
its working fine and successfully send a standard sms that is automatically saved in recipient mobile inbox.
i want send the sms as flash(notification) sms by this,that message should be displayed immediately on recipient mobile screen but not stored.
please tell me how can i do this.
thanks in advance.
Click to expand...
Click to collapse
Hey guy
use whozzat apk.
it allow Daily 100 flash sms and normal sms free.
just sign in with facebook id.

[email protected] said:
Hi all,
i m sending SMS by using
Code:
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phoneNumber, null, message, sentPI, deliveredPI);
its working fine and successfully send a standard sms that is automatically saved in recipient mobile inbox.
i want send the sms as flash(notification) sms by this,that message should be displayed immediately on recipient mobile screen but not stored.
please tell me how can i do this.
thanks in advance.
Click to expand...
Click to collapse
Try this application, i found labelled Flash SMS from my old collection, I have not tried

please tell me what function or api use for this.

I'm also interested to have a app to send flash sms (class 0 sms). The above app does not work in my HTC desire (miui rom)

spykar69 said:
Hey guy
use whozzat apk.
it allow Daily 100 flash sms and normal sms free.
just sign in with facebook id.
Click to expand...
Click to collapse
Could you please make this thing clear to us?

Signed up and confirmed my number, how can I send sth. now? Is there an .apk for phone?

I use "flash sms for HTC" from the market, it work fine for me
https://market.android.com/details?id=com.jomegasoft.flashsms

Related

Good AIM program that uses SMS?

Hey guys, I am looking for a good AIM program that uses SMS and not data. Free would be awesome too if possible. Thanks guys.
I tried OZ Messenger but for some reason it won't intercept the incoming text message saying that it signed on. Like it will send the text message to the user and not the program, so the program does not acknowledge that it has signed onto AIM through SMS.
Isn't this how AIM Mobile works?
http://mobile.aol.com/aolproducts/mobile-aim
Check out IM Forwarding and IM to Mobile options. Both of these use SMS messages. AIM Express uses a net connection (so thats not what you are wanting).
A number of people I work with (with basic phones) use IM Forwarding and IM to Mobile and they receive and send messages to AIM contacts via SMS.
There may be better solutions, but I do know these work.
mfrazzz said:
Isn't this how AIM Mobile works?
http://mobile.aol.com/aolproducts/mobile-aim
Check out IM Forwarding and IM to Mobile options. Both of these use SMS messages. AIM Express uses a net connection (so thats not what you are wanting).
A number of people I work with (with basic phones) use IM Forwarding and IM to Mobile and they receive and send messages to AIM contacts via SMS.
There may be better solutions, but I do know these work.
Click to expand...
Click to collapse
I use IM FORWARDING, I wish there was a program that you could just save your buddylist to and send text to their screen name.
There's a certain format you can type to send from your phone to a screen name.
http://www.aim.com/wireless/pdfs/vzw/AIM_SMS_UG_freeup.pdf
here's a good read.
Just create a new contact with their name and their IM under the IM category. It will send the message to their IM address but you won't be able to tell if they're online.
to sign on
send a text message to number 4646 - in your text message type SCREENAME(space)PASSWORD example bobster PaS$W0rd111
to sign off
send a blank text message to number 4647 to sign off
get you buddy list
send a text message to 4650 - in your text message type list
to get the number associated with the buddy
send a text to 4653 - in your text message type help
beware - it sends a list of 7 buddies per text. So if you have 140 screen names on your list, expect 20 text messages.
to send a instant message to someone from your buddylist
send a text to the number associated with their number
to send a instant message to an unlisted screen name
send a text message to 4654 - in your text message type SCREENAME: (space) message example bobster: hello

Android SMS Application Issue..!!!!(Port Number)

Hello
Messaging APP:
Is it possible to use port numbers(to Send SMS) in Android App like we use in J2ME. So that only those App which have the same Port Number
can listen.
Problem Faced:
There is an Application X in Both Users A & B.
When we tried sending SMS from A to B using our X Messaging Application, The message will go to our App Inbox as well as Native Messaging.
Ex:
There is an Application X in Both Users A & B.
A sends sms to B. Only X's INBOX will get notified about the SMS and not the Native INBOX and should not store messages to Native Inbox. only application X will know about the sms.
It would be helpful if we get some solutions so that we can avoid the messages going to Native Inbox.
Thanks in Advance
Nitz Malikarjuna

(Q) SMS Codes

I have a Problem with sending SMS from my Android.
If i send an SMS less than 160 Chars. all is ok.
If the SMS is longer, only the first part of the SMS arrive...and on my android comes an error that SMS could not be send...
I know that there are Codes like *LONG# *LAST# But they don't work... or why the SMS don't arrives???
Help me...

[Q] How to manually trim/limit the SMS database?

Non android developer here..
Very familiar with adb and the 'nix command line..
I run Textra as my SMS/MMS application.
This program has no way to limit the amount of saved messages.
I just backed up and restored almost 10k messages.. from my whatever count contacts..
I am looking for how I would parse the messages db and keep the last 200 or whatever messages in each contact.
If I were to use a different sms app, it would invoke the limit -when- I sent a message or -when- I received a message from them.
Not looking to send a message to everyone saying "Trimming my database. Please do not respond. Thanks."
Thank you in advance.

Send multiple SMS at the same time

Hi everyone, I noticed that if I send the request to send 2 sms via programming the first SMS is sent first and only when it will be sent will start sending the second, there is no way to send more sms at the same time ? This thing also known in the app to send text messages, in fact I can not send another text while another is about to be sent.
lucfortunato said:
Hi everyone, I noticed that if I send the request to send 2 sms via programming the first SMS is sent first and only when it will be sent will start sending the second, there is no way to send more sms at the same time ? This thing also known in the app to send text messages, in fact I can not send another text while another is about to be sent.
Click to expand...
Click to collapse
There is no way to send 2 sms at the same time (if someone know a way , he is free to share his knowledge).
It wouldn't make sense , I mean , and sms is a piece of text , if you want to send two pieces of text at the same time , just put them in one single sms .
RaiZProduction said:
There is no way to send 2 sms at the same time (if someone know a way , he is free to share his knowledge).
It wouldn't make sense , I mean , and sms is a piece of text , if you want to send two pieces of text at the same time , just put them in one single sms .
Click to expand...
Click to collapse
The sense has seen that an SMS has a limited number of characters.
lucfortunato said:
The sense has seen that an SMS has a limited number of characters.
Click to expand...
Click to collapse
Yes of course , but when the sms is too big you can turn it into an MMS. Anyway , I hope you'll find what you're searching for

Categories

Resources