Android phone as SMS gateway [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can e开发者_StackOverflow社区dit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI must develop simple functionality for my customer, with sms forwarding and receiving. My CRM system is written in PHP, and has already implemented function that forwards and listens for http requets to pass sms.
I decided to use android phone as simple sms gateway, but after long research the only app seems to work is SMS Gateway which unfortunatly freezes from time to time.
Do you please can recomend me a good solution to solve this problem, maybe someone of you has experience with developing android app for sending/receiving sms and forwarding it to web application.
the application freezes because probably u r not using "wakelock",so whenever the phone goes to sleep, wifi or gprs also goes on sleep..and your application does not able to send the request to server.
This app worked for me: http://netbizltd.com/wp/budget-sms-gateway/ The example and free library is for Java but all you need is a XMPP server for PHP ... the Android app has be
精彩评论