|
2010-08-20
, 08:05
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#2
|
|
2010-08-20
, 08:31
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#4
|
|
2010-08-20
, 08:46
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#5
|
|
2010-08-20
, 08:51
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#6
|
The Following 2 Users Say Thank You to DaSilva For This Useful Post: | ||
|
2010-08-20
, 09:56
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#7
|
~ $ smscon -start smscon_daemon started ~ $ Traceback (most recent call last): File "/usr/bin/smscon_daemon", line 16, in <module> import pexpect ImportError: No module named pexpect ~ $ smscon -boot smscon_boot doesn't excist. Traceback (most recent call last): File "/usr/bin/smscon", line 172, in <module> f.close() NameError: name 'f' is not defined ~ $
The Following User Says Thank You to Saturn For This Useful Post: | ||
|
2010-08-20
, 10:17
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#9
|
The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||
UPDATE: VERSION 0.9 AVAILABLE IN EXTRAS-DEVEL (end of 2011)
SMSCON provides complete control of your Nokia N900 device 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.
If you like the application please vote for it.
Before using the application please read the whole wiki of SMSCON.
SMSCON can:
• autoload at boot (this is default set at install of smscon package); when device reboots it loads smscon_daemon silent in the background.
• creates a log file (on the device).
• detect SIM card change and sends new SIM card phonenumber, IMSI code & telecom operator name to other known mobile number (returns SMS message); if somebody has stolen your phone and put his/hers own SIM card in it.
• send current GPS location coordinates (returns SMS message or EMAIL with GoogleMaps picture with your phone's location on it).
• reboot the phone; only works if your SIM card hasn't a lock code.
• shutdown the phone.
• open a (reverse-)SSH connection to your own (home-)server (GPRS connection); control the phone at command-line level from your own home.
• email a frontcam picture to your email address (GPRS connection); to maybe see where your phone is or who is using it.
• send the current remaining battery charge (returns SMS message).
• make the phone call you; you can listen where your phone is (returns phonecall)
• lock the phone; nobody can use your phone anymore.
• 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 message)
• send all valid SMS commands to you if you forgotten it (returns one or more SMS message)
• run a predefined shell script to start other programs, delete files etc.
• run directly shell command through SMS message sending.
• turn the phone silent when SMSCON is set active with a SMS command.
• send automatically SMS messages about the current battery status when SMSCON is set active with a SMS command.
• use multiple SIM cards (the IMSI numbers are stored in smscon_code file)
play a sound file (only WAV) when SMS command is received (to localize your phone when lost). NEW IN 0.8.1
• restart itself by SMS command. NEW IN 0.8.1
• send a SMS/email message when it crashes. NEW IN 0.8.1
• be triggered (activated) by changing the contents of a file on your own server. NEW IN 0.8.1
NEW FEATURES IN 0.9!
SMSCON wiki (tutorial, changelog etc.)
SMSCON package (package information)
SMSCON-editor (GUI editor for SMSCON)
Last edited by digitalvoid; 2012-01-01 at 13:15. Reason: new devel release out (end of 2011).