mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-14 20:30:26 +00:00
mention test mode
This commit is contained in:
parent
3fe012f76c
commit
78e616861a
@ -1,6 +1,6 @@
|
|||||||
<h2>History</h2>
|
<h2>History</h2>
|
||||||
|
|
||||||
Version 2.0-beta (2011/09/18)
|
Version 2.0-beta (2011/09/19)
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@ -47,6 +47,9 @@ Version 2.0-beta (2011/09/18)
|
|||||||
<li>
|
<li>
|
||||||
Automatically start when the phone boots
|
Automatically start when the phone boots
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
Test mode to allow forwarding SMS from only certain phone numbers
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Add server library and example code for PHP
|
Add server library and example code for PHP
|
||||||
</li>
|
</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>Click the Menu button, then "Settings"</li>
|
||||||
<li>Configure KalSMS to work with your server by entering:</li>
|
<li>Configure KalSMS to work with your server by entering:</li>
|
||||||
<ul>
|
<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>your phone number</li>
|
||||||
<li>the password shared with the server</li>
|
<li>the password shared with the server</li>
|
||||||
</ul>
|
</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".
|
<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.)
|
(Otherwise, KalSMS will be unable to forward messages after the phone goes to sleep.)
|
||||||
</li>
|
</li>
|
||||||
<li>Check "Enable KalSMS?"</li>
|
<li>Check "Enable KalSMS"</li>
|
||||||
<li>Click the Back button to return to the main screen</li>
|
<li>Click the Back button to return to the main screen</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ then click "Test Connection".
|
|||||||
<p>
|
<p>
|
||||||
<strong>Important:</strong> After KalSMS is enabled, it will forward all SMS messages regardless of whether the
|
<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
|
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>
|
</p>
|
||||||
|
|
||||||
<h3>Installing Expansion Packs</h3>
|
<h3>Installing Expansion Packs</h3>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<h2>History</h2>
|
<h2>History</h2>
|
||||||
|
|
||||||
Version 2.0-beta (2011/09/18)
|
Version 2.0-beta (2011/09/19)
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@ -81,6 +81,9 @@ Version 2.0-beta (2011/09/18)
|
|||||||
<li>
|
<li>
|
||||||
Automatically start when the phone boots
|
Automatically start when the phone boots
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
Test mode to allow forwarding SMS from only certain phone numbers
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Add server library and example code for PHP
|
Add server library and example code for PHP
|
||||||
</li>
|
</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>Click the Menu button, then "Settings"</li>
|
||||||
<li>Configure KalSMS to work with your server by entering:</li>
|
<li>Configure KalSMS to work with your server by entering:</li>
|
||||||
<ul>
|
<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>your phone number</li>
|
||||||
<li>the password shared with the server</li>
|
<li>the password shared with the server</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user