Is there some app for android devices where I can see when time person which got my standard sms opened that sms ?
Just like on facebook chat there is exact time when other person sow my messages in chat
Depending on carrier and ROM, you can specify in the SMS settings the delivery of a receipt after the SMS has been opened.
Sent from my GT-N7100 using XDA Premium 4 mobile app
gorantz said:
Is there some app for android devices where I can see when time person which got my standard sms opened that sms ?
Just like on facebook chat there is exact time when other person sow my messages in chat
Click to expand...
Click to collapse
This isn't possible for the messages...
Its possible.in many IM messengers.
They give many features....
Sent from my GT-N7100 using Tapatalk 4
I supposed that it is impossible :silly:
I only know that is some sms apps you can see that the sms is arrived on the others phone, but i don' t think it is possible to see if he/she readed the message
The SMS protocol has no way to report when messages have been read, but it does have ways to report when it's sent and received. Unfortunately, the standard makes these optional, not required.
The Android framework supports receipts when SMS messages are sent and received. The SmsMananager lets a program specify independent callbacks for sentIntent "when the message is successfully sent, or failed" and deliveryIntent "when the message is delivered to the recipient". See: developer.android.com/reference/android/telephony/SmsManager.html
But you can't rely on that working in an Android app. The problem is that
The actual SMS transfer code is written by the device manufacturer
SMS message transfer is controlled by the carrier
So, for a delivery receipt to work, it has to be implemented, and implemented consistently, by
The manufacturer of your phone
Your carrier
Your friend's carrier
The manufacturer of your friend's phone
The bottom line is that you're not even guaranteed that a given SMS is going to be delivered, let alone when. If you want receipts you need to use a different app, such as facebook chat.
gorantz said:
Is there some app for android devices where I can see when time person which got my standard sms opened that sms ?
Just like on facebook chat there is exact time when other person sow my messages in chat
Click to expand...
Click to collapse
She don't like you. Move on to the next one.
Sent from my iPhone using Tapatalk - now Free
bdpyo said:
She don't like you. Move on to the next one.
Click to expand...
Click to collapse
+1 :cyclops:
If a woman needs those kind of feature, I wouldn't chat with here ^^
ehartwell gave a very good reply!
Thats only possible for MMS, not for SMS...
BR.
Hi there,
My first post here, although I've hung out, anonymously, looking at the resources within the forum.
Today I received my Nexus 5. It's a lovely bit of hardware, but I've come from an HTC phone (4.1.1 Desire X) and I love the Sense UI; just so you know, I hate stock 4.4 thus my post below is in utter exasperation
I'm having an issue with trying to send an SMS. Unfortunately, I have to use Hangouts (I refused to update from Google Talk on the Desire X) and I'm finding that I can't sending a frigging SMS to a colleague at work because I have his Gmail email address as part of his contact details!!!
This is absolutely the most retarded thing in a Phone OS that I have come across, ever. Unfortunately, as an early adopter of this phone, I'm stuck without an alternative. So far as I can see, in Hangouts, I would have to type in the phone number manually whilst being logged out of my Gmail accounts in Hangouts to send an SMS, or maybe deleting the user's email address would suffice.
Am I missing some way of sending an SMS that's not completely obvious here?
My N5 arrives tomorrow, so I can't be much help with the app itself, but if it's really confusing/awful you can download an alternative SMS app from the play store and set it as your default.
Edit: I hear you on hating hangouts. I cant stand the version they have on 4.0/4.1/4.2/4.3, been sticking with talk also.
I don't have it in my hands yet to test, but I'm fairly sure once you've opened the "new hangout" window, you can tap on their name on the upper left and switch to SMS from Hangout message.
two00lbwaster said:
Hi there,
My first post here, although I've hung out, anonymously, looking at the resources within the forum.
Today I received my Nexus 5. It's a lovely bit of hardware, but I've come from an HTC phone (4.1.1 Desire X) and I love the Sense UI; just so you know, I hate stock 4.4 thus my post below is in utter exasperation
I'm having an issue with trying to send an SMS. Unfortunately, I have to use Hangouts (I refused to update from Google Talk on the Desire X) and I'm finding that I can't sending a frigging SMS to a colleague at work because I have his Gmail email address as part of his contact details!!!
This is absolutely the most retarded thing in a Phone OS that I have come across, ever. Unfortunately, as an early adopter of this phone, I'm stuck without an alternative. So far as I can see, in Hangouts, I would have to type in the phone number manually whilst being logged out of my Gmail accounts in Hangouts to send an SMS, or maybe deleting the user's email address would suffice.
Am I missing some way of sending an SMS that's not completely obvious here?
Click to expand...
Click to collapse
This app simply uses the word "Hangouts" over "SMS" so basically new hangout means new text message unless you specify a hangout chat. If the actual hangouts for either is unavailable then a text message will be automatically sent to the number. New "SMS" is the plus button and you can immediately type the number or scroll to find your contact. Everything after seems to work just like iMessage.
koriflame said:
My N5 arrives tomorrow, so I can't be much help with the app itself, but if it's really confusing/awful you can download an alternative SMS app from the play store and set it as your default.
Edit: I hear you on hating hangouts. I cant stand the version they have on 4.0/4.1/4.2/4.3, been sticking with talk also.
Click to expand...
Click to collapse
Seems to be the downside of having the device nice and early, noone else has one to confirm the issue.
Unfortunately, the other apps don't seem to work as they have to be rebuilt due to the changes that 4.4 has introduced
two00lbwaster said:
Seems to be the downside of having the device nice and early, noone else has one to confirm the issue.
Unfortunately, the other apps don't seem to work as they have to be rebuilt due to the changes that 4.4 has introduced
Click to expand...
Click to collapse
I'm not sure what problem you are having. I just got my N5 today and when I create a new message in Hangouts and choose a contact (one that has a gmail.com email address as well as a cell number) I have the choice between starting a chat or sending an SMS to the phone number. Do you not see this?
Vincent Law said:
I don't have it in my hands yet to test, but I'm fairly sure once you've opened the "new hangout" window, you can tap on their name on the upper left and switch to SMS from Hangout message.
Click to expand...
Click to collapse
I'll have a look to see if that works.
KinghtMare. said:
This app simply uses the word "Hangouts" over "SMS" so basically new hangout means new text message unless you specify a hangout chat. If the actual hangouts for either is unavailable then a text message will be automatically sent to the number. New "SMS" is the plus button and you can immediately type the number or scroll to find your contact. Everything after seems to work just like iMessage.
Click to expand...
Click to collapse
I've never had an iPhone, which I'm guessing from the name is where that messaging application comes from. I tried to send a message to a collegue, and it sent it as a hangout, not an SMS. There is no option not to send it as an hangout, any more so than there is an option to send the message as a hangout, so I can't send him text messages.
davekr said:
I'm not sure what problem you are having. I just got my N5 today and when I create a new message in Hangouts and choose a contact (one that has a gmail.com email address as well as a cell number) I have the choice between starting a chat or sending an SMS to the phone number. Do you not see this?
Click to expand...
Click to collapse
Okay, yes, if I type in the person's name I now see several entries for the person, one is the Hangouts account which is top and the other is for SMS.
However, if I scroll down and select the person as I was doing originally, even though it says his phone number, it defaults to hangouts and you can't change it.
I don't have particularly many people in my contacts list so I prefer to scroll and select, as it's probably quicker for me, rather than type into the search box.
you need to verify your phone number before being able to use it for sms
hit the plus button and add a contact...then select the contact's name from the top of the screen (next to the green handouts icon), and choose their phone number instead of their email address
Sent from my Nexus 5 using xda app-developers app
n7of9 said:
you need to verify your phone number before being able to use it for sms
hit the plus button and add a contact...then select the contact's name from the top of the screen (next to the green handouts icon), and choose their phone number instead of their email address
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Quite aside from not wishing to verify my number with Google, I shouldn't have to. SMS should be completely devoid of this kind of requirement as it is very basic mobile phone functionality.
I have spent quite some considerable time today turning off location services and and any data sent back to Google. I've also been disabling certain Google Apps and would disable more if it would let me. I've also found that App Ops seems to have been disabled too, so I can't even control what third party apps do; which was part of the reason for getting a 4.3+ phone.
At the moment, it seems that I can send messages, and hopefully something like Contacts+ will be updated to work with 4.4 and I can then disable Hangouts.
you can disable hangouts now, you just need to install an alternative sms app if you don't like the default...try Handcent
and don't be angry when someone is trying to help you
Sent from my Nexus 5 using xda app-developers app
It's not hangout it's u
Sent from my LG-D802 using Tapatalk
---------- Post added at 12:32 AM ---------- Previous post was at 12:31 AM ----------
digweed4me said:
It's not hangout it's u
If u don't know how to use hangout tell google to put out I message crap on your nexus 5
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
Sent from my LG-D802 using Tapatalk
two00lbwaster said:
Quite aside from not wishing to verify my number with Google, I shouldn't have to. SMS should be completely devoid of this kind of requirement as it is very basic mobile phone functionality.
I have spent quite some considerable time today turning off location services and and any data sent back to Google. I've also been disabling certain Google Apps and would disable more if it would let me. I've also found that App Ops seems to have been disabled too, so I can't even control what third party apps do; which was part of the reason for getting a 4.3+ phone.
At the moment, it seems that I can send messages, and hopefully something like Contacts+ will be updated to work with 4.4 and I can then disable Hangouts.
Click to expand...
Click to collapse
So install your own SMS app...4.4 allows you to use any SMS app as the default App, and then you can even uninstall Hangouts if you want to.
That's the beauty of a Nexus device.
n7of9 said:
you can disable hangouts now, you just need to install an alternative sms app if you don't like the default...try Handcent
and don't be angry when someone is trying to help you
Click to expand...
Click to collapse
Sorry, I'm just angry that Google have just foisted the Hangouts app onto 4.4 users when it clearly isn't user friendly enough and makes one of my most common uses of the phone difficult.
I'll try Handcent. Contacts+/Messages+ doesn't currently seem to support 4.4 as you can't set it as the default messaging application and you can't send outgoing messages (It looks like you can send messages but they just disappear and aren't sent.)
hotleadsingerguy said:
So install your own SMS app...4.4 allows you to use any SMS app as the default App, and then you can even uninstall Hangouts if you want to.
That's the beauty of a Nexus device.
Click to expand...
Click to collapse
The issue that I'm having is that not a lot of messaging applications support 4.4 yet. And as I've found with Messages+ if it doesn't support it you can have issues with messages that don't send/disappear.
You can uninstall Hangouts updates, you can't uninstall it. And if you uninstall the updates, you can't disable it.
Sliding messaging was updated to be compatible with 4.4, you can try it out
Sent from my AOSP on Flo using Tapatalk
I'm with the OP on this, I received my N5 today and it's almost impossible to start a new SMS conversation from within the app.
The app itelf is quite nice, but the SMS experience is sub-standard to say the least. I know I can go install another SMS app - but that's not the point, it's like shipping the phone/software with no dialer in it.
Scottland said:
I'm with the OP on this, I received my N5 today and it's almost impossible to start a new SMS conversation from within the app.
The app itelf is quite nice, but the SMS experience is sub-standard to say the least. I know I can go install another SMS app - but that's not the point, it's like shipping the phone/software with no dialer in it.
Click to expand...
Click to collapse
I must be a brain scientist or a rocket surgeon or something... all I had to do to create to new SMS was click the "+" then start typing my contact's name or number. If my contact has a phone number associated with it I can select that for an SMS or their email for a hangout message......
Im confused and whether i understand your question properly. Anyways in the actual recipients message you can click their name and switch from a SMS conversation to a google talk/hangouts message. Not sure if that helped or not. You can more clearly see what i am talking about in this video. http://youtu.be/0ZFc3NFqfFk
BmoreTHOR said:
I must be a brain scientist or a rocket surgeon or something... all I had to do to create to new SMS was click the "+" then start typing my contact's name or number. If my contact has a phone number associated with it I can select that for an SMS or their email for a hangout message......
Click to expand...
Click to collapse
You must be
I've just tried to send an SMS to my mum, on her contact card she has a mobile number and email address. When I try to send a message, at the top I only have "Hangouts" as an option.
If I try another contact (who does have a G+ account), I have the option of SMS or Hangouts.
I also discovered Now SMS recently... Very nice looking simple UI that fits with recent Android conventions. Using it on my Nexus 7 3G since it didn't come with any SMS client.
Sent from my Galaxy Nexus using Tapatalk
how do you send normal sms on google nexus 5. only have hangouts and it "invites"
when i select a contact it does an "Invite" request. what happemend to the normnal sms system?
please advise
first time user of nexus series
you need to search the contacts with the number phone , not the hangout
Yeah the normal phone numbers appear to be under your circle friends from g+.
I think the new messaging is pretty sweet and looks a lot better than the old stock format just take a little to get used to.
Sent from my Nexus 5 using xda app-developers app
If you want the 'normal' sms function then you will need to get a third party sms client (I'm using Handcent without any problem). Once you download, it is simply a case of selecting which service you want to use as your default.
It gives you the option if you want to send it through hangouts or SMS (for each individual contact)
Sent from my Nexus 5 using Tapatalk
You all are making this WAY too complicated.
In Hangouts, press the + button. Search for the contact that you want to send an SMS message to (note, they must be in your People app for this to work). Simply look for the little bubble that says SMS next to the proper contact, click that, and voila.
Variantly, you can go to the People app, click the person you want to text, and then click on the little message symbol and it will pop you into a new message thread for that person.
I really don't like the G+ integration in Hangouts, as I don't use G+ at all. But I'll live with it.
Hei,
just a little question, didnt find anything about it maybe i am blind. The nexus 5 only have hangouts as sms app, when someone had hangouts install i only can send him an hangouts message and no sms but i want to send this people a sms. is there an option to switch between hangouts and sms message ?
Thanks
Well yes, you can!
In an hangout conversation click on the name of your contact (at the top) and switch to "SMS".
Another way is to select the "SMS" line when you are looking to someone by using the "+" button on hangout app.
If you can't see the SMS option in the first solution, it probably means that the profil is not full (gmail address + phone number of your contact).
Be sure there is no 2 differents profils for the same person (if yes, you will have to merge them).
Well Sounds simple but didnt work now i have the Gmail and phone Nummer of my girlfriend there but i cant send an SMS :/ when i click on the Name only hangouts is there as message Methode
Sent from my Nexus 5 using xda app-developers app
Maybe someone can help me and Show me a Exemple?
Some funny thing i have my das via SMS and also via hangouts but didnt add his email or something like that i also didnt had the contact with his email Adress
Sent from my Nexus 5 using xda app-developers app
I was wondering if anyone knows how to change the default in hangouts to stop an attempted text from going automatically to a Hangout rather than SMS.
For example, my gf has hangouts on her tablet, but not on her iPhone. When I go to click her name from the list, it will automatically default to a hangout. Now she won't ever get the hangout because she never used the nexus tablet. But I can't change it to SMS. Is there a way from hangouts to stop automatically "looking up the contact" and deal directly with SMS until its ready for primetime?
Sent from my Nexus 5 using Tapatalk
Make sure you send as sms instead of hangout. Like say you have John Smith as a contact. You have both his Google+ name and his phone number, when you create new make sure you hit send SMS to john smith. If you have just phone numbers it automatically goes to SMS
mistahseller said:
Make sure you send as sms instead of hangout. Like say you have John Smith as a contact. You have both his Google+ name and his phone number, when you create new make sure you hit send SMS to john smith. If you have just phone numbers it automatically goes to SMS
Click to expand...
Click to collapse
Thanks. I started to learn that myself, but is there a way to stop it from automatically happening? Or should I just get used to this new way of SMS until all androids use hangouts as sms?
Sent from my Nexus 5 using Tapatalk
justinisloco said:
Thanks. I started to learn that myself, but is there a way to stop it from automatically happening? Or should I just get used to this new way of SMS until all androids use hangouts as sms?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
It won't automatically happen when you create the SMS message it will always go to the SMS number.
I don't think androids will use hangouts specifically because people like me use different apps, I use textra for example because I absolutely hated trying to send pictures in hangouts. You could only send one, it had to be first and it was just not a good experience for me.
If you start typing the person's name in the search box it should come up with their Hangouts contact as well as their phone number. It just seems to prioritize Hangouts.