Home  /  Communication Apps  / AndroSMS SMSServer on Windows Pc

AndroSMS SMSServer on Windows Pc

Developed By: Zuccoli Andrea

License: Free

Rating: 1,0/5 - 1 votes

Last Updated: December 26, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.3
Size 2.8 MB
Release Date May 30, 15
Category Communication Apps

App Permissions:
Allows applications to open network sockets. [see more (8)]

Description from Developer:
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.
Th... [read more]

App preview ([see all 3 screenshots])

App preview

About this app

On this page you can download AndroSMS SMSServer and install on Windows PC. AndroSMS SMSServer is free Communication app, developed by Zuccoli Andrea. Latest version of AndroSMS SMSServer is 1.3, was released on 2015-05-30 (updated on 2023-12-26). Estimated number of the downloads is more than 100. Overall rating of AndroSMS SMSServer is 1,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install AndroSMS SMSServer on Windows?

Instruction on how to install AndroSMS SMSServer on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install AndroSMS SMSServer on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install AndroSMS SMSServer using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "AndroSMS SMSServer" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install AndroSMS SMSServer on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "AndroSMS SMSServer" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.3.

Download AndroSMS SMSServer 1.3 on Windows PC – 2.8 MB

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’
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.