AndroSMS SMSServer Apk
Apk Infos
Version | 1.3 |
Rating | 1.0/5, based on 1 votes |
Size | 2.8 MB |
Requires Android | Android 2.3+ (Gingerbread) |
Author's Notes | SMS from your Android phone using telnet, netcat or a simple socket. |
About AndroSMS SMSServer APK
Description
This application turns your Android phone into a powerful SMSServer. You can write software in any language on any platform via a simple socket to send or receive text messages.The controls are very simple and can also be sent via telnet or netcat, you can also query the incoming list and mark them as unread or read.
They accept multiple connections
Here is the list of commands:
help
- Return the list of commands you can use
list
- Return the list of SMS in memory
count
- Return the number of SMS in memory
listnew
- Return the list of unread SMS
countnew
- Returns the number of unread SMS
get XXX
- Returns the SMS with id XXX
mark XXX
- Marks the SMS with id XXX as read
unmark XXX
- Marks the SMS with id XXX Unread
delete XXX
- Delete the SMS with id XXX
close
- Close connection
send ToPhoneumber Message
- Send an SMS with the text 'Message' to the number 'ToPhoneumber'.
example
send 33344455566 This is the text of the message
or using netcat from linux
echo send 3938261162 This is an example | nc 192.168.2.12 3387
When you receive a text message, you can call a URL in order to store on a server the SMS received.
The query string (URL) can be configured by inserting the following placeholders:
[FROM] Phone number sender
[DATE] The SMS sending date
[MARK] Marker that triggered the request
[TEXT] Text message received
Once you called the url the SMS is marked as 'read'
- onrcvfrom from querystring
Is called the querystring for all messages from the telephone number 'from' the * indicates all numbers
es:
onrcvfrom +390211223344 http://zuccoli.myds.me:3388/onsms.aspx?from=[FROM]&Date=[DATE]&Txt=[TEXT]
or:
onrcvfrom * http://zuccoli.myds.me:3388/onsms.aspx?from=[FROM]&Date=[DATE]&Txt=[TEXT]
- onrcvmark mark querystring
It is called the querystring for all messages where the first word is 'mark'
onrcvmark event http://zuccoli.myds.me:3388/onsms.aspx?from=[FROM]&Date=[DATE]&Mrk=[MARK]&Txt=[TEXT]
N.B. Field TEXT will not contain the first word that is 'mark'
- listcallback
Show all set callback
deletecallback [from]|[mark]
Delete a callback when the filter is' from or 'mark'
Each command ends with ‘OK\n\r’
How to install AndroSMS SMSServer APK on Android phone or tablet?
Download AndroSMS SMSServer APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (com.az.androsms-v1.3-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.3 (3) | 2.8 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required