SettingsGUI

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Overview)
(dependencies)
Line 4: Line 4:
 
Until OpenMoko releases an official GUI-Tool to change settings, SettingsGUI allows you to set various settings of the gta01.
 
Until OpenMoko releases an official GUI-Tool to change settings, SettingsGUI allows you to set various settings of the gta01.
  
This programm is written in Python using pygtk python-dbus. It can be used only if those are present in your environment. ( How, please ???)
+
This programm is written in Python using pygtk python-dbus. It can be used only if those are present in your environment.  
 +
 
 +
(see [[SettingsGUI#Environment]])
  
 
== Current Features ==
 
== Current Features ==
Line 22: Line 24:
  
 
[http://mput.de/~kristian/.openmoko/SettingsGUI-0.2b.tar.gz SettingsGUI-0.2b.tar.gz]
 
[http://mput.de/~kristian/.openmoko/SettingsGUI-0.2b.tar.gz SettingsGUI-0.2b.tar.gz]
 +
 +
== Environment ==
 +
 +
The following archives will have to be installed:
 +
 +
*  python-core (or python)
 +
*  python-misc (optional)
 +
*  python-pygtk
 +
*  python-pygtk-dev
 +
*  python-pycairo-dev (should be a dependency of python-pygtk-dev...?)
 +
  
 
== Installation / Execution ==
 
== Installation / Execution ==

Revision as of 18:28, 22 August 2007

In progress: This article or section documents one or more features whose implementation are in progress.
File:SettingsGUI-Backlight.png
SettingsGUI Backlight Settings

Contents

Overview

Until OpenMoko releases an official GUI-Tool to change settings, SettingsGUI allows you to set various settings of the gta01.

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

(see SettingsGUI#Environment)

Current Features

  • Screen (Backlight enable/disable, Backlight brightness, Screen Orientation)
  • Audio (profile selection)

Planned Features

  • Audio (volume)
  • GSM (Provider selection, enable/disable gsm-reciver, signal strenght)
  • Bluetooth (device scanning, connection, signal strength)
  • GPRS (select APN, display transfer rate)
  • Battery (show capacity, voltage, charger-status)

Download

SettingsGUI-0.2b.tar.gz

Environment

The following archives will have to be installed:

  • python-core (or python)
  • python-misc (optional)
  • python-pygtk
  • python-pygtk-dev
  • python-pycairo-dev (should be a dependency of python-pygtk-dev...?)


Installation / Execution

  • Uncompress tar.gz file
  • run:
python SettingsGUI-x.x/SettingsGUI.py
Personal tools
In progress: This article or section documents one or more features whose implementation are in progress.
File:SettingsGUI-Backlight.png
SettingsGUI Backlight Settings

Overview

Until OpenMoko releases an official GUI-Tool to change settings, SettingsGUI allows you to set various settings of the gta01.

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

(see SettingsGUI#Environment)

Current Features

  • Screen (Backlight enable/disable, Backlight brightness, Screen Orientation)
  • Audio (profile selection)

Planned Features

  • Audio (volume)
  • GSM (Provider selection, enable/disable gsm-reciver, signal strenght)
  • Bluetooth (device scanning, connection, signal strength)
  • GPRS (select APN, display transfer rate)
  • Battery (show capacity, voltage, charger-status)

Download

SettingsGUI-0.2b.tar.gz

Environment

The following archives will have to be installed:

  • python-core (or python)
  • python-misc (optional)
  • python-pygtk
  • python-pygtk-dev
  • python-pycairo-dev (should be a dependency of python-pygtk-dev...?)


Installation / Execution

  • Uncompress tar.gz file
  • run:
python SettingsGUI-x.x/SettingsGUI.py