mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-15 04:40:26 +00:00
78 lines
2.2 KiB
HTML
78 lines
2.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset='utf-8'>
|
||
|
<title>EnvayaSMS</title>
|
||
|
<link rel='stylesheet' type='text/css' href='styles/site.css' />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<a href="http://github.com/youngj/EnvayaSMS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
||
|
|
||
|
<div id="container">
|
||
|
|
||
|
<a style='float:left' href="index.html"><img src='media/icon.png' height='72' width='72' style='margin-right:10px' /></a>
|
||
|
<h1 style='padding-top:13px'><a href="index.html">EnvayaSMS</a>
|
||
|
|
||
|
<span class="small">
|
||
|
SMS gateway for Android
|
||
|
</span>
|
||
|
|
||
|
</h1>
|
||
|
|
||
|
<div class='menu' style='clear:both;padding-top:5px'>
|
||
|
<a href='index.html'>Home</a>
|
||
|
·
|
||
|
<a href='install.html'>Install</a>
|
||
|
·
|
||
|
<a href='how.html'>How it Works</a>
|
||
|
·
|
||
|
<a href='serverapi.html'>API Reference</a>
|
||
|
·
|
||
|
<a href='comparison.html'>Comparison</a>
|
||
|
·
|
||
|
<a href='faq.html'>FAQ</a>
|
||
|
·
|
||
|
<a href='history.html'>History</a>
|
||
|
</div>
|
||
|
|
||
|
<h2>Frequently Asked Questions</h2>
|
||
|
|
||
|
<h4>
|
||
|
What phones are compatible with EnvayaSMS?
|
||
|
</h4>
|
||
|
|
||
|
<p>
|
||
|
EnvayaSMS should work on any phone with Android 1.6 (Donut) or higher. As of 9/23/2011, over 579 different phone models are compatible with EnvayaSMS.
|
||
|
</p>
|
||
|
<p>
|
||
|
EnvayaSMS has been tested and is known to work with the following phones:
|
||
|
|
||
|
<ul>
|
||
|
<li>LG GT540 Optimus</li>
|
||
|
<li>Samsung Galaxy Mini S5570</li>
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
<div class="footer">
|
||
|
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
var _gaq = _gaq || [];
|
||
|
_gaq.push(['_setAccount', 'UA-25868450-2']);
|
||
|
_gaq.push(['_trackPageview']);
|
||
|
|
||
|
(function() {
|
||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||
|
})();
|
||
|
|
||
|
</script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|