View Single Post
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#1
smssend sends sms from the command line (CLI)

Code:
Usage: 
  smssend [options] -n +39xxxxxx:+39xxxxxx -m "Text"
Options:
  -c         : compose message with conversation
  -C         : send the message with conversation

Following options are valid only if used without -c or -C
  -l logfile : log pnatd messages to logfile
  -s         : don't save message in the sent folder
  -f         : send a flash sms
  -v VP      : set the sms validity period (0-255)
               Default value is 167 (1 day)
                 0 - 143 (VP + 1) x 5 mins
               144 - 167 12 Hours + ((VP-143) x 30 mins)
               168 - 196 (VP-166) x 1 day
               197 - 255 (VP-192) x 1 week
  -p PIN     : pin code (for pin locked SIM)
With the -c option the conversation app will popup with the message ready to be sent, and the user have to press the send button.
With the -C option the conversation app will popup after the message has been queued for sending.

You can send the same message to more than one number: separate each number with ":"

smssend must be run as root (works as user if you use -c or -C options).
To use it as user:
Code:
chmod 4555 /usr/bin/pnatd
Package: http://maemo.org/packages/view/smssend/

NOTE: to promote the package please test and rate karma
http://maemo.org/packages/package_in...smssend/0.1.6/

Last edited by sakya; 2011-04-05 at 19:32.
 

The Following 36 Users Say Thank You to sakya For This Useful Post: