mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-14 12:20:26 +00:00
mention test mode
This commit is contained in:
parent
3fe012f76c
commit
78e616861a
@ -1,6 +1,6 @@
|
||||
<h2>History</h2>
|
||||
|
||||
Version 2.0-beta (2011/09/18)
|
||||
Version 2.0-beta (2011/09/19)
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
@ -47,6 +47,9 @@ Version 2.0-beta (2011/09/18)
|
||||
<li>
|
||||
Automatically start when the phone boots
|
||||
</li>
|
||||
<li>
|
||||
Test mode to allow forwarding SMS from only certain phone numbers
|
||||
</li>
|
||||
<li>
|
||||
Add server library and example code for PHP
|
||||
</li>
|
||||
|
@ -57,7 +57,7 @@ After your server is configured, configure KalSMS on your phone to connect to yo
|
||||
<li>Click the Menu button, then "Settings"</li>
|
||||
<li>Configure KalSMS to work with your server by entering:</li>
|
||||
<ul>
|
||||
<li>your server URL (including <code>http://</code> or <code>https://</code>)</li>
|
||||
<li>your server URL</li>
|
||||
<li>your phone number</li>
|
||||
<li>the password shared with the server</li>
|
||||
</ul>
|
||||
@ -65,7 +65,7 @@ After your server is configured, configure KalSMS on your phone to connect to yo
|
||||
<li><em>Recommended:</em> under Wi-Fi sleep policy, select "always stay connected".
|
||||
(Otherwise, KalSMS will be unable to forward messages after the phone goes to sleep.)
|
||||
</li>
|
||||
<li>Check "Enable KalSMS?"</li>
|
||||
<li>Check "Enable KalSMS"</li>
|
||||
<li>Click the Back button to return to the main screen</li>
|
||||
</ol>
|
||||
|
||||
@ -78,7 +78,7 @@ then click "Test Connection".
|
||||
<p>
|
||||
<strong>Important:</strong> After KalSMS is enabled, it will forward all SMS messages regardless of whether the
|
||||
KalSMS app is open. If you want to use SMS normally again, return to KalSMS' settings screen
|
||||
and uncheck "Enable KalSMS?".
|
||||
and uncheck "Enable KalSMS".
|
||||
</p>
|
||||
|
||||
<h3>Installing Expansion Packs</h3>
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
<h2>History</h2>
|
||||
|
||||
Version 2.0-beta (2011/09/18)
|
||||
Version 2.0-beta (2011/09/19)
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
@ -81,6 +81,9 @@ Version 2.0-beta (2011/09/18)
|
||||
<li>
|
||||
Automatically start when the phone boots
|
||||
</li>
|
||||
<li>
|
||||
Test mode to allow forwarding SMS from only certain phone numbers
|
||||
</li>
|
||||
<li>
|
||||
Add server library and example code for PHP
|
||||
</li>
|
||||
|
@ -89,7 +89,7 @@ After your server is configured, configure KalSMS on your phone to connect to yo
|
||||
<li>Click the Menu button, then "Settings"</li>
|
||||
<li>Configure KalSMS to work with your server by entering:</li>
|
||||
<ul>
|
||||
<li>your server URL (including <code>http://</code> or <code>https://</code>)</li>
|
||||
<li>your server URL</li>
|
||||
<li>your phone number</li>
|
||||
<li>the password shared with the server</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user