SettingsGUI

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(GUI tool to change settings - initial)
 
(0.2; audio-profile added; installation description)
Line 9: Line 9:
  
 
* Screen (Backlight enable/disable, Backlight brightness, Screen Orientation)
 
* Screen (Backlight enable/disable, Backlight brightness, Screen Orientation)
 +
* Audio (profile selection)
  
 
== Planned Features ==
 
== Planned Features ==
  
* Audio (volume, speaker-selection)
+
* Audio (volume)
 
* GSM (Provider selection, enable/disable gsm-reciver, signal strenght)
 
* GSM (Provider selection, enable/disable gsm-reciver, signal strenght)
 
* Bluetooth (device scanning, connection, signal strength)
 
* Bluetooth (device scanning, connection, signal strength)
Line 20: Line 21:
 
== Download ==
 
== Download ==
  
[http://mput.de/~kristian/.openmoko/SettingsGUI-0.1.tar.gz SettingsGUI-0.1.tar.gz]
+
[http://mput.de/~kristian/.openmoko/SettingsGUI-0.2.tar.gz SettingsGUI-0.2.tar.gz]
 +
 
 +
== Installation / Execution ==
 +
 
 +
* Uncompress tar.gz file
 +
* run:
 +
python SettingsGUI-x.x/SettingsGUI.py
  
 
[[Category:Applications]]
 
[[Category:Applications]]
 
[[Category:In_progress]]
 
[[Category:In_progress]]

Revision as of 01:19, 20 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.

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.2.tar.gz

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.

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.2.tar.gz

Installation / Execution

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