chokkarg / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

interaction with messaging app #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
text messages sent by omnidroid don't show up in messaging app.

Original issue reported on code.google.com by sv767%ny...@gtempaccount.com on 7 Jul 2010 at 10:10

GoogleCodeExporter commented 8 years ago
This is because we're sending them directly from android, so the "Messaging" 
application is out of the loop.  Some digging could be done into seeing if we 
can send an intent to the Messaging app to send text messages instead.

Original comment by case.and...@gmail.com on 8 Jul 2010 at 2:29

GoogleCodeExporter commented 8 years ago
I tested this by sending an intent to SMS app, the result is it will jump to 
the SMS app with message and phone number be there and waiting for user to 
press send. Which means user behavior are required here to send a massage, 
which violate the automatic behavior of omnidroid. So we cannot use intent here.

Original comment by chengsh...@gmail.com on 10 Jul 2010 at 12:31

GoogleCodeExporter commented 8 years ago
I will work on this issue.

Original comment by chengsh...@gmail.com on 10 Jul 2010 at 12:32

GoogleCodeExporter commented 8 years ago

Original comment by chengsh...@gmail.com on 10 Jul 2010 at 12:32

GoogleCodeExporter commented 8 years ago
I solved this issue by update the user messaging application everytime 
omnidroid send a message. Using sms content provider. 

Original comment by chengsh...@gmail.com on 10 Jul 2010 at 12:40

GoogleCodeExporter commented 8 years ago
Commited the code for this issue, check the code review on 
http://codereview.appspot.com/1775043/show.

Solved by update the android messaging application when omnidroid send a 
message. Using sms content provider. 

Original comment by chengsh...@gmail.com on 10 Jul 2010 at 7:53

GoogleCodeExporter commented 8 years ago

Original comment by chengsh...@gmail.com on 10 Jul 2010 at 7:54