View source for SMSTool

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Template used on this page:

Return to SMSTool.

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 &