Eneoset

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: == About eneoset== eneoset is a lightweight setup utility to control backlight brightness and turn on/off devices in Neo. Main purpose was to replace openmoko-panel-plugin with something...)
 
m (Install)
Line 34: Line 34:
  
 
== Install ==
 
== Install ==
For Debian there is a precompiled package, that can be installed usual way. Download the package and install it with:
+
For Debian there is a precompiled package, that can be installed usual way. Package depends on latest EFL libraries in sid. Download the package and install it with:
  
 
     dpkg -i <i>packagename</i>
 
     dpkg -i <i>packagename</i>
Line 43: Line 43:
  
 
For other distributions compile is needed.
 
For other distributions compile is needed.
 
  
 
== Download ==
 
== Download ==
 
Source code and debian package can be downloaded from [http://www.mikecrash.com/index.php?name=Downloads&d_op=viewdownload&cid=21 download page].
 
Source code and debian package can be downloaded from [http://www.mikecrash.com/index.php?name=Downloads&d_op=viewdownload&cid=21 download page].

Revision as of 11:48, 9 August 2011

Contents

About eneoset

eneoset is a lightweight setup utility to control backlight brightness and turn on/off devices in Neo.

Main purpose was to replace openmoko-panel-plugin with something, that is based on EFL libraries and doesn't require GTK+ and Gnome or Xfce.


Features

Supported devices to control are:

  • Backlight
  • Bluetooth
  • Wi-FI
  • GPS
  • USB mode (device/host]

Also it show information about battery:

  • Charge
  • Status
  • Voltage
  • Current
  • Capacity
  • Temperature
  • Time to empty/full

And various system information:

  • Distribution
  • Hostname
  • Memory size, free and cache
  • File system size and free

Works with kernel up to 2.6.29, tested on Debian.


Install

For Debian there is a precompiled package, that can be installed usual way. Package depends on latest EFL libraries in sid. Download the package and install it with:

   dpkg -i packagename

Or use unofficial repository, add this line to your /etc/apt/sources.list file:

   deb http://www.gps-routes.info/debian sid main

For other distributions compile is needed.

Download

Source code and debian package can be downloaded from download page.

Personal tools

About eneoset

eneoset is a lightweight setup utility to control backlight brightness and turn on/off devices in Neo.

Main purpose was to replace openmoko-panel-plugin with something, that is based on EFL libraries and doesn't require GTK+ and Gnome or Xfce.


Features

Supported devices to control are:

  • Backlight
  • Bluetooth
  • Wi-FI
  • GPS
  • USB mode (device/host]

Also it show information about battery:

  • Charge
  • Status
  • Voltage
  • Current
  • Capacity
  • Temperature
  • Time to empty/full

And various system information:

  • Distribution
  • Hostname
  • Memory size, free and cache
  • File system size and free

Works with kernel up to 2.6.29, tested on Debian.


Install

For Debian there is a precompiled package, that can be installed usual way. Download the package and install it with:

   dpkg -i packagename

Or use unofficial repository, add this line to your /etc/apt/sources.list file:

   deb http://www.gps-routes.info/debian sid main

For other distributions compile is needed.


Download

Source code and debian package can be downloaded from download page.