AndroSMS SMSServer Application icon

AndroSMS SMSServer 1.3

2.8 MB / 1+ Downloads / Rating 1.0 - 1 reviews


See previous versions

AndroSMS SMSServer, developed and published by Zuccoli Andrea, has released its latest version, 1.3, on 2015-05-30. This app falls under the Communication category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 1.0, based on 1 reviews.

AndroSMS SMSServer APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.az.androsms

Updated: 10 years ago

Developer Name: Zuccoli Andrea

Category: Communication

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing AndroSMS SMSServer on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

1.0
Total 1 reviews

Previous Versions

AndroSMS SMSServer 1.3
2015-05-30 / 2.8 MB / Android 2.3+

About this app

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’

App Permissions

Allows applications to open network sockets.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to write to external storage.
Allows an application to read SMS messages.
Allows an application to send SMS messages.
Allows an application to receive SMS messages.
Allows an application to read from external storage.