This is an Android Application to forward the SMS received with three different ways: SMS, E-mail, Web Service or File on SD.
Through a simple menu in the main page, you have access a three functions: new Rule, List of Rules and List of Message Stored.
There is also a background menu, where you can set some preferences, but below you will find a description about every parameter.
The application run in background the when the phone receives a SMS, automatically all the rules are verified and whether the message satisfies one or more of these the SMS is forwarded.
When the internet connect there isn’t't, the SMS are stored into database and processed at the next SMS, if connection is established.
With "New Rule" you can define a specific filter for your SMS and modality to post the data.
We can see in detail the field:
Description Rule: it's a small description about the rule
SMS Number condition: to set the condition about the phone number (Equal to, Contain or Start with)
AND/OR: the logic to test the two conditions (number and message received)
SMS Content condition: to set the condition about the content of the SMS (Equal to, Contain or Start with)
Choose a type of forward: it's is the modality to forward the SMS
Action...: it depends of the forward type. Whether the type is SMS the action will be the phone number to forward the SMS, with EMAIL it'll be the email address, for Web Service it'll be the URL of your web service and for the File it'll be the name of file.
Moreover, with the Web Service the form allows me to add others parameter to send through POST at the service.
With the Save Button the rule will save into the application database. You can update the rule, with a tab on rule in the list.
The list shows a summary of rules, with tab over one you go in update mode of this.
Instead the trash icon deletes the rule.
In the preferences you can switch on/off the application, to send the email, you must set Gmail account and password. To finish you can change the default names of parameters (SMS Number and SMS Message) for the call to web service.
NOTE:
Due to how Android works, forwarding of outgoing text messages may be unreliable depending on your device and ROM.