adrnsoh / websmsdroid

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

SMSdroid select 24sms.net sender #776

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install 24SMS app from 
https://play.google.com/store/apps/details?id=com.twentyfoursms
2. Open SMSdroid, create message
3. Click "Chooser" -> opens sending options

What is the expected output? What do you see instead?
Expected: sending options should include 24SMS
Instead: options limited to Messaging, Serval Mesh, SMSdroid, Viber, WebSMS, 
WhatsApp

What version of the product are you using? 
SMSdroid v1.4 on Samsung Galaxy Ace GT-S5380 (Android v2.3.7 Cyanogenmod 7 
rooted)

Please provide any additional information below.
This is an enhancement rather than bug. Many thanks for your consideration:
1. Probably relates to the app type of 24SMS (since Viber, WhatsApp and Serval 
Mesh appear, but not Google Talk and other messaging apps). Nevertheless, can 
the inclusion list be modified from SMSdroid?
2. (Cheeky request) Is a WebSMS connector for http://www.24sms.net/ possible? 
The API that the Android app uses is not public (to my knowledge), but the http 
site is completely open (i.e no login required).

Original issue reported on code.google.com by ugm...@gmail.com on 9 Feb 2013 at 1:06

GoogleCodeExporter commented 8 years ago
The 24sms app needs to handle standard android intents like any other sms app. 
There is nothing I can do. 

To build a connector for 24sms.net you just need to read the API documentation 
in the wiki and check out some existing connectors for examples. Fistext may be 
a good start for this kind of connection. 

Original comment by f...@ub0r.de on 13 Feb 2013 at 4:52

GoogleCodeExporter commented 8 years ago
Thanks. I thought as much.
I have no experience of programming, but I am interested to find out how this 
works and to contribute what I can.
I have forked the fishtext connector and installed the Android / Eclipse SDK. I 
have gotten as far as substituting references to fishtext to 
24sms/twentyfoursms.
My next task is to look at the 24sms.net page source and try and work out how 
to interact with the API.
In case anyone else finds this on Google etc and wants to help - everyone is 
welcome!
https://github.com/ugm6hr/websms-connector-24sms

Original comment by ugm...@gmail.com on 20 Feb 2013 at 9:02