<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=99.91.40.235</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=99.91.40.235"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/99.91.40.235"/>
	<updated>2026-04-23T05:14:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=SMSCON&amp;diff=36986</id>
		<title>SMSCON</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=SMSCON&amp;diff=36986"/>
		<updated>2010-09-19T18:19:03Z</updated>

		<summary type="html">&lt;p&gt;99.91.40.235: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SMSCON provides complete control of your [[Nokia N900|N900]] by sending SMS messages to it. This is particularly handy in case you cannot find your phone, for example if it has been lost or stolen.&lt;br /&gt;
 &lt;br /&gt;
SMSCON is a two part Python script running in CLI; &amp;lt;code&amp;gt;smscon&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt;. &amp;lt;code&amp;gt;smscon&amp;lt;/code&amp;gt; is the CLI control part and &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; is the &amp;quot;running in the background&amp;quot; part. The configuration file for all the user settings is in the &amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt; file.&lt;br /&gt;
 &lt;br /&gt;
=Functionality=&lt;br /&gt;
&lt;br /&gt;
SMSCON can:&lt;br /&gt;
&lt;br /&gt;
* autoload at boot (this is default set at install of smscon package); when device reboots it loads &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; in the background.&lt;br /&gt;
* creates a log file (on the device).&lt;br /&gt;
* detect SIM card change and sends new phonenumber and IMSI code (returns SMS) to other known mobile number; if somebody has stolen your phone and put his/hers own SIM card in it.&lt;br /&gt;
* send current GPS location coordinates (returns SMS or EMAIL with GoogleMaps picture with your phone&#039;s location on it).&lt;br /&gt;
* reboot the phone; only works if your SIM card hasn&#039;t a lock code.&lt;br /&gt;
* shutdown the phone.&lt;br /&gt;
* open a reverse ssh connection to your own server (GPRS connection); control the phone at CLI level from your own home server.&lt;br /&gt;
* email a frontcam picture to your email address (GPRS connection); to see where your phone is or who is using it.&lt;br /&gt;
* send the current remaining battery charge (returns SMS).&lt;br /&gt;
* make the phone call you; you can listen where your phone is (returns phonecall)&lt;br /&gt;
* lock the phone; nobody can use your phone anymore.&lt;br /&gt;
* detect keyboardslider use; when somebody has found your phone and uses the keyboard. (only after one of the valid SMS commands is send to you phone) (returns SMS)&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
SMSCON &amp;amp; [[SMSCON Editor]] can be found in the Extra-devel repository (if enabled on your phone).&lt;br /&gt;
&lt;br /&gt;
SMSCON is writen in Python and needs the following packages, besides python2.5, being installed on your device to install and run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
python-gobject&lt;br /&gt;
python-location&lt;br /&gt;
python-dbus&lt;br /&gt;
pexpect&lt;br /&gt;
gstreamer-tools &lt;br /&gt;
openssh-client&lt;br /&gt;
openssh-server&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The two (&amp;lt;code&amp;gt;smscon&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt;) are placed by the installer in the &amp;lt;code&amp;gt;/usr/bin&amp;lt;/code&amp;gt; directory. &lt;br /&gt;
&lt;br /&gt;
The installer will also generate a &amp;lt;code&amp;gt;smscon_boot&amp;lt;/code&amp;gt; file for autoloading at boot of the device.&lt;br /&gt;
&lt;br /&gt;
Finally SMSCON generates a default template file (&amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt;) with all the user settings of SMSCON.&lt;br /&gt;
This must be edited by hand or the [[SMSCON Editor]] before use of SMSCON.&lt;br /&gt;
 &lt;br /&gt;
Also you need a fixed IP address on your remote server for the reverse-ssh (port 22) connection, if you want to use the &#039;Remoteon&#039; / &#039;Remoteoff&#039; function of SMSCON.&lt;br /&gt;
&lt;br /&gt;
=Usage=&lt;br /&gt;
 &lt;br /&gt;
SMSCON is triggered by a SMS message with a predefined known command and then will execute the task in the background. If so it will send a reply SMS or email with the information.&lt;br /&gt;
&lt;br /&gt;
==Commands== &lt;br /&gt;
The default commands are: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Nokia-N900:~# smscon -sms&lt;br /&gt;
COM_CHECK     = &#039;Check&#039;&lt;br /&gt;
COM_REBOOT    = &#039;Reboot&#039;&lt;br /&gt;
COM_POWEROFF  = &#039;Poweroff&#039;&lt;br /&gt;
COM_POWER     = &#039;Power&#039;&lt;br /&gt;
COM_LOCATION  = &#039;Location&#039;&lt;br /&gt;
COM_REMOTEON  = &#039;Remoteon&#039;&lt;br /&gt;
COM_REMOTEOFF = &#039;Remoteoff&#039;&lt;br /&gt;
COM_CAMERA    = &#039;Camera&#039;&lt;br /&gt;
COM_CALL      = &#039;Call&#039;&lt;br /&gt;
COM_LOCK      = &#039;Lock&#039;&lt;br /&gt;
COM_UNLOCK    = &#039;Unlock&#039;&lt;br /&gt;
COM_TRACKON   = &#039;Trackon&#039;&lt;br /&gt;
COM_TRACKOFF  = &#039;Trackoff&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USAGE EXAMPLE: To trigger any of the commands the phone should receive an SMS having in the subject its defined name. E.g. to trigger the &amp;lt;code&amp;gt;COM_LOCATION&amp;lt;/code&amp;gt; command the phone should receive: &amp;lt;code&amp;gt;Location&amp;lt;/code&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
NOTE: These commands can be altered using the [[SMSCON Editor]] or editing directly the &amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# smscon user settings (v0.4.4)&lt;br /&gt;
# (edit only the user settings below!)&lt;br /&gt;
&lt;br /&gt;
# Sms settings&lt;br /&gt;
SENDERNUMBER      = &#039;+XXXXXXXXXXX&#039;&lt;br /&gt;
&lt;br /&gt;
# Sms commands&lt;br /&gt;
COM_CHECK         = &#039;Check&#039;&lt;br /&gt;
COM_REBOOT        = &#039;Reboot&#039;&lt;br /&gt;
COM_POWEROFF      = &#039;Poweroff&#039;&lt;br /&gt;
COM_POWER         = &#039;Power&#039;&lt;br /&gt;
COM_LOCATION      = &#039;Location&#039;&lt;br /&gt;
COM_REMOTEON      = &#039;Remoteon&#039;&lt;br /&gt;
COM_REMOTEOFF     = &#039;Remoteoff&#039;&lt;br /&gt;
COM_CAMERA        = &#039;Camera&#039;&lt;br /&gt;
COM_CALL          = &#039;Call&#039;&lt;br /&gt;
COM_LOCK          = &#039;Lock&#039;&lt;br /&gt;
COM_UNLOCK        = &#039;Unlock&#039;&lt;br /&gt;
COM_TRACKON       = &#039;Trackon&#039;&lt;br /&gt;
COM_TRACKOFF      = &#039;Trackoff&#039;&lt;br /&gt;
&lt;br /&gt;
# Email settings&lt;br /&gt;
# (only works for smtp access without secure authentication!)&lt;br /&gt;
EMAILADDRESS      = &#039;XXXXX@XXXXXXXXXXX.XX&#039;&lt;br /&gt;
USER              = &#039;XXXXXXXX&#039;&lt;br /&gt;
PASSWORD          = &#039;XXXXXXXX&#039;&lt;br /&gt;
EMAILFROM         = &#039;XXXXXXXX@XXXXXX.XX&#039;&lt;br /&gt;
MAILSERVER        = &#039;XXXX.XXXXXX.XX&#039;&lt;br /&gt;
MAILPORT          = 25&lt;br /&gt;
&lt;br /&gt;
# Reverse-ssh settings&lt;br /&gt;
REMOTEHOST        = &#039;XXXXXXXXXXX.XX&#039;&lt;br /&gt;
REMOTEPORT        = 22&lt;br /&gt;
REMOTEUSER        = &#039;XXXXXXXXXXXXX&#039;&lt;br /&gt;
REMOTEPASSWORD    = &#039;XXXXXXXXXX&#039;&lt;br /&gt;
&lt;br /&gt;
# Send acknowledge sms&lt;br /&gt;
# (send acknowledge sms after receiving valid sms command: &#039;yes&#039; / &#039;no&#039;)&lt;br /&gt;
COMMANDREPLY      = &#039;no&#039;&lt;br /&gt;
&lt;br /&gt;
# Detect keyboard use&lt;br /&gt;
# (send acknowledge sms if keyboard is used: &#039;yes&#039; / &#039;no&#039;)&lt;br /&gt;
KEYBOARDDETECT    = &#039;yes&#039;&lt;br /&gt;
&lt;br /&gt;
# Device lock&lt;br /&gt;
# (lock device after receiving valid sms command: &#039;yes&#039; / &#039;no&#039;)&lt;br /&gt;
AUTODEVICELOCK    = &#039;no&#039;&lt;br /&gt;
&lt;br /&gt;
# Gps setings&lt;br /&gt;
# (if no gps coordinates acquired after 600 seconds then stop)&lt;br /&gt;
GPSTIMEOUT        = 600&lt;br /&gt;
# (number of gps coordinates to acquire and use the most accurate in &amp;quot;Location&amp;quot;-mode)&lt;br /&gt;
GPSPOLLING        = 4&lt;br /&gt;
# (time between sending coordinate sms in &amp;quot;Trackon&amp;quot;-mode: 10 / 20 / 30 / 60 / 120)&lt;br /&gt;
GPSINTERVAL       = 60&lt;br /&gt;
# (method to send gps coordinates: &#039;email&#039; / &#039;sms&#039;)&lt;br /&gt;
GPSSEND           = &#039;email&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Options==&lt;br /&gt;
The available options for SMSCON are:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;Nokia-N900:~# smscon&lt;br /&gt;
== smscon v0.4.4 - Nokia N900 remote control utility ==&lt;br /&gt;
 Options:&lt;br /&gt;
  -start      : start smscon_daemon&lt;br /&gt;
  -stop       : stop smscon_daemon&lt;br /&gt;
  -status     : get smscon_daemon status&lt;br /&gt;
  -log        : show log file&lt;br /&gt;
  -del log    : erase log file&lt;br /&gt;
  -sms        : show sms commands&lt;br /&gt;
  -config     : show smscon_config file&lt;br /&gt;
  -help       : this help menu&lt;br /&gt;
 Special options:&lt;br /&gt;
  -boot       : start smscon_daemon at device boot&lt;br /&gt;
  -unboot     : remove start of smscon_daemon at device boot&lt;br /&gt;
  -reset      : factory default&lt;br /&gt;
  -imsi       : show imsi code file&lt;br /&gt;
  -del imsi   : delete smscon_code file&lt;br /&gt;
  -init       : create default smscon_config file&lt;br /&gt;
  -del config : delete smscon_config file&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SMSCON is intended for people who have Python programming / Linux experience so you can adjust the script to their own needs.&lt;br /&gt;
&lt;br /&gt;
==After installation==&lt;br /&gt;
&lt;br /&gt;
After installation &amp;lt;code&amp;gt;smscon&amp;lt;/code&amp;gt; will generate a new configuration file (&amp;lt;code&amp;gt;/usr/bin/smscon_config&amp;lt;/code&amp;gt;) which you *must* edit to your own needs (i.e. change all &amp;quot;xxxxxxx&amp;quot;&#039;s). A helper application, the [[SMSCON Editor]], can assist in the configuration or you can directly edit the file using a text editor. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Warning:&#039;&#039;&#039; For editing the file directly use Putty / WinSCP on Windows for this. Don&#039;t use a standard Windows editor, this may break the config file!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
SMSCON will also be installed to autoload at boot, this can be disabled with the command &amp;quot;&amp;lt;code&amp;gt;smscon -unboot&amp;lt;/code&amp;gt;&amp;quot; and re-enabled by &amp;quot;&amp;lt;code&amp;gt;smscon -boot&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The first time you start SMSCON (&amp;lt;code&amp;gt;smscon -start&amp;lt;/code&amp;gt;) it loads the configured user settings file and is now active. &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; then stores your valid IMSI code in a file (&amp;lt;code&amp;gt;/usr/bin/smscon_code&amp;lt;/code&amp;gt;) if the file doesn&#039;t exist.  When later a new SIM card is inserted the new IMSI code is verified with the code in the stored file. This is the &amp;quot;SIM card change detect&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Nokia-N900:~# smscon -start&lt;br /&gt;
smscon_daemon started.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All user action and behavior of &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; will be logged in the log file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Nokia-N900:/# smscon -log&lt;br /&gt;
SMSCON INFO: smscon_daemon is running (17-09-2010 00:29:14)&lt;br /&gt;
DAEMON INFO: succesfully loaded &amp;quot;smscon_config&amp;quot; file&lt;br /&gt;
DAEMON INFO: reading valid IMSI code (XXXXXXXXXXXXXXX) from file&lt;br /&gt;
DAEMON INFO: authorized IMSI code found&lt;br /&gt;
DAEMON INFO: smscon autoloads at boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remote SSH connection==&lt;br /&gt;
&lt;br /&gt;
When the (reverse-)SSH connection is made (default command &#039;Remoteon&#039; / &#039;Remoteoff&#039;) you can from the server side (your own server) connect to your Nokia device with the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh -p 8080 localhost -l root&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Current version v0.4.4-4=&lt;br /&gt;
REMOVE PREVIOUS VERSION FROM NOKIA BEFORE USING 0.4.4-1 or higher &lt;br /&gt;
(reason: major change in &amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt; file)!&lt;br /&gt;
&lt;br /&gt;
* COM_REBOOT &amp;amp; COM_POWEROFF failure is fixed.&lt;br /&gt;
* dependancy list of SMSCON installer is fixed.&lt;br /&gt;
* NEW: detect keyboardslider use. When somebody has found your phone and uses the keyboard. (only after one of the valid SMS commands is send to you phone)&lt;br /&gt;
* new SMS number only save in &amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt; file if SMS contains valid control command. &lt;br /&gt;
* SMS commands can use spaces.&lt;br /&gt;
* &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; will *only* use GPRS connection for sending email and setup of SSH connection.&lt;br /&gt;
* &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; will lock the device after first valid sms command is received (user configurable in &amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt;).&lt;br /&gt;
* &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; now stores the phonenumber where you send your control sms&#039;s from into &amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;SENDERNUMBER&amp;lt;/code&amp;gt;).&lt;br /&gt;
* control command &amp;quot;Lock&amp;quot; and &amp;quot;Unlock&amp;quot;; you now can lock and unlock your device so nobody can use your device.&lt;br /&gt;
* control command &amp;quot;Trackon&amp;quot; and &amp;quot;Trackoff&amp;quot;; continiously send (after &amp;lt;code&amp;gt;GPSINTERVAL&amp;lt;/code&amp;gt; time) sms&#039;s (with current location) or email messages (HTML email with current location of phone as a GoogleMaps picture!).&lt;br /&gt;
* at the moment SMSCON can only connect to a smtp server (for sending email) without secure authentication. (will be solved in the future I hope).&lt;br /&gt;
* when installing future updates of SMSCON user settings file (&amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt;) is not deleted or overwritten.&lt;br /&gt;
* command smscon -reset resets your complete configuration to the state after your smscon package installation. (deleting boot, config, code and log file)&lt;br /&gt;
* &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; will stop if no SIM card is found at boot. No SMS sending/receiving capability --&amp;gt; no control.&lt;br /&gt;
* changed the way the log file is shown.&lt;br /&gt;
&lt;br /&gt;
=Known Issues=&lt;br /&gt;
===v0.4.4-4===&lt;br /&gt;
* please test smscon &amp;amp; report!&lt;br /&gt;
&lt;br /&gt;
===v0.4.4-3===&lt;br /&gt;
* if default COM_REBOOT &amp;amp; COM_POWEROFF commands are changed command fails to execute (confirmed by Saturn) Fix in 0.4.4-4.&lt;br /&gt;
&lt;br /&gt;
===v0.4.4-2===&lt;br /&gt;
* dependancy list of SMSCON installer is incorrect (confirmed by creator)&lt;br /&gt;
&lt;br /&gt;
===v0.4.4-1===&lt;br /&gt;
* smscon won&#039;t autoload at boot (confirmed by creator). Fix in 0.4.4-2.&lt;br /&gt;
&lt;br /&gt;
===v0.4.3===&lt;br /&gt;
* command &amp;quot;Trackon&amp;quot; is reported not to work (confirmed by creator)&lt;br /&gt;
* &amp;lt;code&amp;gt;smscon_daemon&amp;lt;/code&amp;gt; does not start at boot when requested (confirmed by creator)&lt;br /&gt;
* sms commands cannot accept spaces (confirmed by creator)&lt;br /&gt;
* smscon doesn&#039;t load at boot. (confirmed by creator)&lt;br /&gt;
* &amp;quot;Trackon&amp;quot; (&amp;amp; &amp;quot;Trackoff&amp;quot;) command doesn&#039;t work. (confirmed by creator)&lt;br /&gt;
* bug in selecting the right GPS mode if GPRS data network is available (usage of AGPS (faster) or GPS (slower)). (confirmed by creator)&lt;br /&gt;
* when using command &amp;quot;Location&amp;quot; GPRS data network is not automatically enabled.&lt;br /&gt;
* GPSTIMEOUT routine doesn&#039;t work as expected/intended. (confirmed by creator)&lt;br /&gt;
* when &amp;quot;Location&amp;quot; &amp;amp; &amp;quot;Trackon&amp;quot; commands are used, internal smscon events are discarted/hold until GPS is finished. (confirmed by creator)&lt;br /&gt;
* discovered a initial GPS control design flaw in smscon. (confirmed by creator)&lt;br /&gt;
&lt;br /&gt;
===v0.4.2===&lt;br /&gt;
* the default number is replaced by every mail received and not only those requesting a command. (confirmed &amp;amp; fixed in version 0.4.3)&lt;br /&gt;
&lt;br /&gt;
===v0.4.1===&lt;br /&gt;
* command &amp;quot;Trackon&amp;quot; is reported not to work (confirmed)&lt;br /&gt;
* Reply command sends duplicates (unconfirmed)&lt;br /&gt;
&lt;br /&gt;
===v0.4.0===&lt;br /&gt;
* will not work due to a typo in variable name (confirmed and fixed in version 0.4.1)&lt;br /&gt;
&lt;br /&gt;
=Future development ideas=&lt;br /&gt;
&lt;br /&gt;
Feel free to add requests below.&lt;br /&gt;
&lt;br /&gt;
* saving all &amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt; user variables in gconf database. No need for &amp;lt;code&amp;gt;smscon_config&amp;lt;/code&amp;gt; file anymore.&lt;br /&gt;
* only send camera picture (command &amp;quot;Camera&amp;quot;) when keyboard slider is opened.&lt;br /&gt;
* when sending test email (using GPRS data connection), previous connection state should be restored.&lt;br /&gt;
* when SMSCON stops, Internet connection preference (Settings --&amp;gt; Internet connections) should be restored to previous state before running SMSCON.&lt;br /&gt;
* extend setting GPSSEND to take option &amp;quot;both&amp;quot; (and not only sms or email).&lt;br /&gt;
* add setting for user&#039;s country mobile number prefix.&lt;br /&gt;
* add setting for alternative number (where alternative is a number sent a command and does not match the default) and option to choose where reply should be send, i.e. default number, alternative or both. Default number should not be replaced.&lt;br /&gt;
* add setting to choose the default internet connection (WLAN, GPRS, or ANY). At the moment hardcoded to GPRS.&lt;br /&gt;
* when the &amp;quot;Camera&amp;quot; command is sent, the process should wait for keyboard action to capture a picture and send the mail. In that way, there will be more chances to get better face portrait of the &amp;quot;new&amp;quot; user.&lt;br /&gt;
&lt;br /&gt;
=Testers needed=&lt;br /&gt;
 &lt;br /&gt;
Please test this software, I like to hear if it works for you or not. I only could test it with two Vodafone SIM cards from The Netherlands, I want to know if it also works with other cards and networks in other countries...&lt;br /&gt;
&lt;br /&gt;
=License=&lt;br /&gt;
This program is free software; you can redistribute it and/or modify&lt;br /&gt;
it under the terms of the GNU General Public License as published&lt;br /&gt;
by the Free Software Foundation; version 2 only.&lt;br /&gt;
&lt;br /&gt;
=Disclaimer=&lt;br /&gt;
This program is distributed in the hope that it will be useful,&lt;br /&gt;
but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the&lt;br /&gt;
GNU General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>99.91.40.235</name></author>
	</entry>
</feed>