diff --git a/.phrozn/entries/test/index.twig b/.phrozn/entries/test/index.twig
index 4390aa0..e4a1396 100755
--- a/.phrozn/entries/test/index.twig
+++ b/.phrozn/entries/test/index.twig
@@ -26,11 +26,12 @@ The following steps explain how to set up EnvayaSMS on an Android Virtual Device
Note: Do not enter localhost
as the Server URL (since this would refer to the AVD itself). Instead, use your computer's IP address on the local network, as shown by the ipconfig
or ifconfig
utilities.
-
-
+
To simulate incoming SMS on the emulator:
- - using telnet from your host computer, connect to
localhost:5554
+ -
+
+ using telnet from your host computer, connect to
localhost:5554
Note: on Windows, you can install puttytel.
- type
sms send [phonenumber] [text message]
to send messages to the emulator.
diff --git a/.phrozn/media/telnet.png b/.phrozn/media/telnet.png
index f60b546..5c58a08 100755
Binary files a/.phrozn/media/telnet.png and b/.phrozn/media/telnet.png differ
diff --git a/media/telnet.png b/media/telnet.png
index f60b546..5c58a08 100755
Binary files a/media/telnet.png and b/media/telnet.png differ
diff --git a/test/index.html b/test/index.html
index e01ce14..f8d823e 100755
--- a/test/index.html
+++ b/test/index.html
@@ -66,11 +66,12 @@ The following steps explain how to set up EnvayaSMS on an Android Virtual Device
Note: Do not enter localhost
as the Server URL (since this would refer to the AVD itself). Instead, use your computer's IP address on the local network, as shown by the ipconfig
or ifconfig
utilities.
- -
-
+
-
To simulate incoming SMS on the emulator:
- - using telnet from your host computer, connect to
localhost:5554
+ -
+
+ using telnet from your host computer, connect to
localhost:5554
Note: on Windows, you can install puttytel.
- type
sms send [phonenumber] [text message]
to send messages to the emulator.