dev1303 / gtalksms

Automatically exported from code.google.com/p/gtalksms
0 stars 0 forks source link

SMS delivery notifications are not displayed in the stock SMS App #273

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
GTalkSMS seems to capture the delivery notifications and keep them away from 
the system Messaging app.

I have set GTSMS to request delivery and they work fine, I get a message on my 
XMPP client when the message is delivered.

However if I go to the messaging app on the phone and view the Details of a 
message sent using the sms command from my XMPP client, it says delivery 
notification not requested.

Any way to allow the system Messaging app to know it was requested and whether 
it was received?

Original issue reported on code.google.com by williams...@gmail.com on 13 Jun 2012 at 1:14

GoogleCodeExporter commented 8 years ago
Sorry I don't think so. The way we insert SMS into the stock SMS App is also 
not specified by the API. AFAIK Android does not provide a nice interface to 
the stock SMS App. But I'll have a look in the future, maybe things changed 
with ICS.

Original comment by fschm...@gmail.com on 13 Jun 2012 at 7:33

GoogleCodeExporter commented 8 years ago
Fixed with KitKat.
With the new android version, the send sms are managed by the default 
application. So the stock application is now aware of the delivery notifications

Original comment by Florent....@gmail.com on 31 Aug 2014 at 3:52