SMSTool

From Openmoko

Revision as of 16:33, 10 September 2007 by Hhf423 (Talk | contribs)

Jump to: navigation, search
In progress: This article or section documents one or more features whose implementation are in progress.
SMSTool - SMS Tool


Contents

Overview

Until OpenMoko releases an official GUI-Tool to send SMS you can use SMSTool for that task.

This programm is written in Python using pygtk. It can be used only if those are present in your environment.

(see SMSTool#Environment)

Current Features

  • Send SMS (no spaces and new lines yet - replaced by '.')
    • The default number is mine. - Leave a message if you like. ;-) --kriss 22:54, 9 September 2007 (CEST)

Planned Features

  • Send SMS with spaces and new lines
  • Recive SMS

Comment on GSM Support

  • As there are no gsmd python bindings available at the time, SettingGUI uses python-subprocess and threads to communicate to the commandline of libgsmd-tool for the time being.

Download

SMSTool-0.1.tar.gz


Environment

The following archives will have to be installed:

  • python-core
  • python-misc
  • python-lang
  • python-pygtk
  • python-subprocess
  • python-threading (should be a dependency of python-subprocess - todo: fix)
  • python-pygobject (should be a dependency of python-pygtk - todo: fix)

If you want to test this and do not have a build environment, you can 'ipkg install' the python components from the ScaredyCat repositories.

NOTE: These packages take up a considerable amout of space (about 10 MByte), make sure that you have enough free space or install the packages to the media card as explained in package management.


Installation / Execution

  • download file to Neo (e.g. using wget)
  • Uncompress tar.gz file (e.g. tar -xzvf file.tar.gz)
  • run:
export DISPLAY=:0.0
python SMSTool-x.x/SMSTool.py &
Personal tools
In progress: This article or section documents one or more features whose implementation are in progress.
SMSTool - SMS Tool


Overview

Until OpenMoko releases an official GUI-Tool to send SMS you can use SMSTool for that task.

This programm is written in Python using pygtk. It can be used only if those are present in your environment.

(see SMSTool#Environment)

Current Features

  • Send SMS (no spaces and new lines yet - replaced by '.')
    • The default number is mine. - Leave a message if you like. ;-) --kriss 22:54, 9 September 2007 (CEST)

Planned Features

  • Send SMS with spaces and new lines
  • Recive SMS

Comment on GSM Support

  • As there are no gsmd python bindings available at the time, SettingGUI uses python-subprocess and threads to communicate to the commandline of libgsmd-tool for the time being.

Download

SMSTool-0.1.tar.gz


Environment

The following archives will have to be installed:

  • python-core
  • python-misc
  • python-lang
  • python-pygtk
  • python-subprocess
  • python-threading (should be a dependency of python-subprocess - todo: fix)
  • python-pygobject (should be a dependency of python-pygtk - todo: fix)

If you want to test this and do not have a build environment, you can 'ipkg install' the python components from the ScaredyCat repositories.

NOTE: These packages take up a considerable amout of space (about 10 MByte), make sure that you have enough free space or install the packages to the media card as explained in package management.


Installation / Execution

  • download file to Neo (e.g. using wget)
  • Uncompress tar.gz file (e.g. tar -xzvf file.tar.gz)
  • run:
export DISPLAY=:0.0
python SMSTool-x.x/SMSTool.py &