3.6v lithium battery
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 85
Wmbattery
Wmbattery displays the status of your laptops battery in a small icon. more>>
Wmbattery displays the status of your laptops battery in a small icon. This includes if it is plugged in, if the battery is charging, how many minutes of battery life remain, battery life remaining (with both a percentage and a graph), and battery status (high - green, low - yellow, or critical - red).
Theres nothing in the program that makes it require WindowMaker, except maybe the look. It can be docked in WindowMaker or Aftersteps dock.
Wmbattery is based heavily on wmapm by Chris D. Faulhaber.
Enhancements:
- Improved icon layout. I crammed the same information into less space while making the icon more elegant and visually pleasing (IMHO).
- Easier to drag onto dock.
- It consumes a little less memory.
- Uses only 10 colors.
- ACPI support, including multiple battery support and battery charging completion countdown timer.
- Support for getting battery status from the sonypi driver instead of APM, for some Sony laptops that do not have apm support.
- Can make its own estimatess of time remaining or time until full charge, even if APM does not.
<<lessTheres nothing in the program that makes it require WindowMaker, except maybe the look. It can be docked in WindowMaker or Aftersteps dock.
Wmbattery is based heavily on wmapm by Chris D. Faulhaber.
Enhancements:
- Improved icon layout. I crammed the same information into less space while making the icon more elegant and visually pleasing (IMHO).
- Easier to drag onto dock.
- It consumes a little less memory.
- Uses only 10 colors.
- ACPI support, including multiple battery support and battery charging completion countdown timer.
- Support for getting battery status from the sonypi driver instead of APM, for some Sony laptops that do not have apm support.
- Can make its own estimatess of time remaining or time until full charge, even if APM does not.
Download (0.060MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1096 downloads
Battery77 2.4
Battery77 project is a remake of the Battle City game. more>>
Battery77 project is a remake of the Battle City game. Play the game right at the Battery homepage.
Looking for 2d sprite artist (designer) to redraw the tiny gfx.
Enhancements:
- Level 5 added.
- Attempt to fix socket bug.
- Players tank shot interval is 300.
<<lessLooking for 2d sprite artist (designer) to redraw the tiny gfx.
Enhancements:
- Level 5 added.
- Attempt to fix socket bug.
- Players tank shot interval is 300.
Download (0.22MB)
Added: 2006-08-22 License: Other/Proprietary License with Source Price:
1158 downloads
Battery OSD 0.1
Battery OSD displays battery information and other types of system information on screen with the OSD library. more>>
Battery OSD is a program that displays battery information and other types of system information on screen with the OSD library.
<<less Download (0.003MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1354 downloads
T28 library 0.10
T28 library is a simple library that allows interraction with a Ericsson T28 phone. more>>
T28 library is a simple library that allows interaction with a Ericsson T28 phone (and probably works with other models as well). T28 library does not have SMS support.
Main features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
<<lessMain features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
Download (0.024MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1233 downloads
Xfce 4 Battery Plugin 0.5.0
Xfce 4 Battery Plugin is a battery monitor panel plugin for Xfce4. more>>
Xfce 4 Battery Plugin is a battery monitor panel plugin for Xfce4, written by Nick Penwarden and Edscott Wilson Garcia, compatible with APM and ACPI, for Linux and *BSD.
Usage:
- Compile or install xfce4-battery-plugin
- Right-click the panel > Add New Items
- Add the Battery Monitor
- Right-click plugin > Properties for the properties dialog
<<lessUsage:
- Compile or install xfce4-battery-plugin
- Right-click the panel > Add New Items
- Add the Battery Monitor
- Right-click plugin > Properties for the properties dialog
Download (0.21MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
968 downloads
wmbatteries 0.1.3
wmbatteries is a dockapp based on wmacpiload. more>>
wmbatteries is a dockapp based on wmacpiload.
It monitors up to 2 battery capacities, remaining time, current power consumption and cpu temperature.
requires recent acpi kernel
<<lessIt monitors up to 2 battery capacities, remaining time, current power consumption and cpu temperature.
requires recent acpi kernel
Download (0.11MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1086 downloads
battery_monitor 0.6
battery_monitor is a small battery monitoring program for Linux. more>>
battery_monitor is a small battery monitoring program for Linux, that you can run in the background from your desktop session or launch from the boot scripts. battery_monitor is designed with simple goals in mind and provides acoustic and/or visual alerts when your battery level is low or when it is fully charged, so you can take apropiate actions.
Compilation and installation
To compile and install battery_monitor you need several components installed on your computer:
C compiler (probably GCC) and the standard C libraries and headers.
POSIX threads libraries and headers (pthread.h).
X11 libraries and headers.
xine libraries and headers.
make tool.
To compile the program, once you have installed everything needed, run make from the source code directory. To install it, run make install after compilation. This last step may require superuser privileges depending on the selected installation directory. The following parameters may be useful while compiling and installing:
CC: It lets you specify the C compiler name instead of gcc.
CFLAGS: You can use it to change the optimization level and/or specify additional header directories by using extra -I arguments.
LDFLAGS: In case the compiler cant find some of the required libraries, use this parameter to pass additional -L arguments in the link step.
PREFIX: The default prefix is /usr/local. If you change this parameter you should change it in both the compilation and the installation step. Its only used in the installation step for now, but this may change.
DESTDIR: Useful for package maintainers, this lets you specify a fake root directory in the installation step.
Compilation and installation parameters are appended to the make command in variable assignment form. For example: make install PREFIX=/usr DESTDIR=/tmp/fake_rootdir.
Enhancements:
- Several bugs have been corrected.
- They surfaced with recent releases of the Xorg X server, and made the program behave incorrectly when displaying signs.
- The underlying sign code has been rewritten, and the program is now lighter on resources as a collateral effect. In addition, CMake support has been added to the build system.
<<lessCompilation and installation
To compile and install battery_monitor you need several components installed on your computer:
C compiler (probably GCC) and the standard C libraries and headers.
POSIX threads libraries and headers (pthread.h).
X11 libraries and headers.
xine libraries and headers.
make tool.
To compile the program, once you have installed everything needed, run make from the source code directory. To install it, run make install after compilation. This last step may require superuser privileges depending on the selected installation directory. The following parameters may be useful while compiling and installing:
CC: It lets you specify the C compiler name instead of gcc.
CFLAGS: You can use it to change the optimization level and/or specify additional header directories by using extra -I arguments.
LDFLAGS: In case the compiler cant find some of the required libraries, use this parameter to pass additional -L arguments in the link step.
PREFIX: The default prefix is /usr/local. If you change this parameter you should change it in both the compilation and the installation step. Its only used in the installation step for now, but this may change.
DESTDIR: Useful for package maintainers, this lets you specify a fake root directory in the installation step.
Compilation and installation parameters are appended to the make command in variable assignment form. For example: make install PREFIX=/usr DESTDIR=/tmp/fake_rootdir.
Enhancements:
- Several bugs have been corrected.
- They surfaced with recent releases of the Xorg X server, and made the program behave incorrectly when displaying signs.
- The underlying sign code has been rewritten, and the program is now lighter on resources as a collateral effect. In addition, CMake support has been added to the build system.
Download (0.007MB)
Added: 2007-05-17 License: MIT/X Consortium License Price:
890 downloads
KThinkBat 0.2.8
KThinkBat is a laptop battery monitor for the KDE-Kicker. more>>
KThinkBat is a laptop battery monitor for the KDE-Kicker. KThinkBat is inspired by the "Battery Maximizer" includes with IBM ThinkPads (now Levono).
Yes, I know, there is allready a standard battery monitor KDE-Application, but it is simply too small to realize the real battery charge at first blush.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Enhancements:
- Added Czech translation send by Martin Samek
- Refactored complete internal battery handling
- Introduced new abstract base class for Bat Info
- Added new Bat Info Sum class
- Fixed bug with wrong calculation remaining time when using two batteries
- Translation updates: Bulgarian (by Aleksandar Tsankov), German, Slovak (by Jozef Riha), Spanish (Luis Sobalvarro)
- Show current power consuption as current charge rate if charging
- More intelligent remaining time calculation in battery summary mode (if only one battery present, use the more accurate value from this battery instead of generic recalculation)
- Added COPYING.LIB (LGPL) and COPYING.DOC (GNU FDL) as some files are released under these licenses (thanks to Harald Sitter from Kubuntu team)
<<lessYes, I know, there is allready a standard battery monitor KDE-Application, but it is simply too small to realize the real battery charge at first blush.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Enhancements:
- Added Czech translation send by Martin Samek
- Refactored complete internal battery handling
- Introduced new abstract base class for Bat Info
- Added new Bat Info Sum class
- Fixed bug with wrong calculation remaining time when using two batteries
- Translation updates: Bulgarian (by Aleksandar Tsankov), German, Slovak (by Jozef Riha), Spanish (Luis Sobalvarro)
- Show current power consuption as current charge rate if charging
- More intelligent remaining time calculation in battery summary mode (if only one battery present, use the more accurate value from this battery instead of generic recalculation)
- Added COPYING.LIB (LGPL) and COPYING.DOC (GNU FDL) as some files are released under these licenses (thanks to Harald Sitter from Kubuntu team)
Download (MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
820 downloads
light-monitor 1.5
light-monitor is a transparent panel that depends only on X and Xft. more>>
light-monitor is a transparent panel that depends only on X and Xft. The project comes with light-calendar, a simple, transparent, and lightweight calendar.
These two programs are written to consume the lowest possible amount of resources.
Main features:
- vol Manages the volume (pcm and vol). To change the current volume just clic on it or use the mouse-wheel.
- cpufreq Manages the scaling_governor : blue means powersave, blue and green means ondemand, and blue green and red stands for performance. To change to the next one, just clic on the processor
- load Shows the current load on the system and the processor temperature
- time Shows the time
- date Shows the date
- network Shows the cumulative bandwidth over all network interfaces except lo. It is hidden if current upload and download are null
- ac Shows if the power supply is plugged for laptop
- battery Shows the current percentage of remaining charge in the battery if it is not full. IF ac is unplugged, it shows an estimation of the remaining time too.
Light-calendar
light-calendar is a simple, transparent, and lightweight calendar (12Ko). It is distributed under the license GPLv2.
To see the next month, click on the right arrow. The previous month is accessible using the left one. To come back to the current month, use the o between the two arrows. You can move it by dragging it outside those buttons.
Enhancements:
- The semantic of buttons were changed.
- Now when a button is clicked, its window is redrawn.
- A bug in the config file reader that sometimes duplicated the last widget was fixed.
- The cpufreq applet is now more reactive.
- The README was updated.
<<lessThese two programs are written to consume the lowest possible amount of resources.
Main features:
- vol Manages the volume (pcm and vol). To change the current volume just clic on it or use the mouse-wheel.
- cpufreq Manages the scaling_governor : blue means powersave, blue and green means ondemand, and blue green and red stands for performance. To change to the next one, just clic on the processor
- load Shows the current load on the system and the processor temperature
- time Shows the time
- date Shows the date
- network Shows the cumulative bandwidth over all network interfaces except lo. It is hidden if current upload and download are null
- ac Shows if the power supply is plugged for laptop
- battery Shows the current percentage of remaining charge in the battery if it is not full. IF ac is unplugged, it shows an estimation of the remaining time too.
Light-calendar
light-calendar is a simple, transparent, and lightweight calendar (12Ko). It is distributed under the license GPLv2.
To see the next month, click on the right arrow. The previous month is accessible using the left one. To come back to the current month, use the o between the two arrows. You can move it by dragging it outside those buttons.
Enhancements:
- The semantic of buttons were changed.
- Now when a button is clicked, its window is redrawn.
- A bug in the config file reader that sometimes duplicated the last widget was fixed.
- The cpufreq applet is now more reactive.
- The README was updated.
Download (0.023MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
598 downloads
FluxBat 1.0
FluxBat is an ACPI based battery monitor for the fluxbox window manager. more>>
FluxBat is an ACPI based battery monitor for the fluxbox window manager. It includes two parts: a daemon process that runs the update script and the update script itself.
The whole software contains only about 100 lines of code and is easy to use by including only one line in the menu configuration file of fluxbox.
Enhancements:
- This release only forces the fluxbox menu reload if the battery state really changed.
<<lessThe whole software contains only about 100 lines of code and is easy to use by including only one line in the menu configuration file of fluxbox.
Enhancements:
- This release only forces the fluxbox menu reload if the battery state really changed.
Download (0.009MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
886 downloads
baterry monitor 1.0
baterry monitor is a Slovakian ACPI based baterry monitor. more>>
baterry monitor is a Slovakian ACPI based baterry monitor version with autoconfiguration and support for more then one battery.
<<less Download (0.009MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1090 downloads
evilbar 1.2.1
evilbar is small ncurses-based bar. more>>
This is small ncurses based bar designed to match the coolness of evilWM. evilbar sports a right-aligned clock, APM status and XMMS control
evilbar has successfully been built and tested on the following systems:
- FreeBSD 4.3, 4.6, 4.7, 5.0, -CURRENT
- Debian 3.0 (kernel 2.4.18-bf2.4)
- RedHat 7.3 (kernel 2.4.18-3)
Installation:
Basic:
This will get you the vanilla evilbar with XMMS control and the clock.
./configure
make
make install
Advanced:
./configure has a few special evilbar options:
--enable-apm Enables the APM module that shows battery-status
--disable-xmms Disable XMMS control
<<lessevilbar has successfully been built and tested on the following systems:
- FreeBSD 4.3, 4.6, 4.7, 5.0, -CURRENT
- Debian 3.0 (kernel 2.4.18-bf2.4)
- RedHat 7.3 (kernel 2.4.18-3)
Installation:
Basic:
This will get you the vanilla evilbar with XMMS control and the clock.
./configure
make
make install
Advanced:
./configure has a few special evilbar options:
--enable-apm Enables the APM module that shows battery-status
--disable-xmms Disable XMMS control
Download (0.13MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
KToshiba 0.11
KToshiba is a battery monitor and Fn-Key support for Toshiba laptops. more>>
KToshiba is a battery and Fn-key monitoring for Toshiba laptops, but it does much more than that. KToshiba lets you configure the Fn-F# combinations with the supported options to let you have a complete and fully customizable setup for your specific model, and lets you use those special multimedia keys found on the front panel (prev, next, play/pause, stop), plus some others found on newer models.
It also features a Grapical User Interface (UI) higly integrated with KDE a powerful Desktop Environment, and a configuration module available through the Control Center or directly from the application panel menu.
All of these coulnt be done without the work of Jonathan Buzzard and his Toshiba utilities.
Main features:
- Battery status monitoring (including AC status)
- Monitoring of MultiMedia keys on front panel (if available)
- Mute/Unmuting (via KMix)
- Lock Screen (via DCOP call)
- Battery Save Mode options
- Suspend to RAM (via ACPI, if available)
- Suspend to Disk (via ACPI, if available)
- Video Out toggling (for the moment only a widget displays status, since some models do it automatically)
- Raise/Lower LCD Brightness
- Control Wireless Antenna power (On/Off), and monitor switch status (On/Off)
- MousePad enabling/disabling (via ksynaptics and synaptics driver, if available)
- Control of Speaker volume (for models that do it via hotkey)
- Control the Fan status (On/Off)
- Selection of desired Boot Priority
- Control LCD Backlight (On/Off)
- Control Bluetooth device (On, if available)
- Control CPU Frequency Scaling via SpeedStep(r) (if available)
- Control Hyper-Threading(r) support (if available)
- More to come... (hopefully)
Enhancements:
- Suspend support now uses HAL
- KToshiba is now able to run commands using Fn-Keys
- New model IDs added
- KToshiba now requires libsynaptics
<<lessIt also features a Grapical User Interface (UI) higly integrated with KDE a powerful Desktop Environment, and a configuration module available through the Control Center or directly from the application panel menu.
All of these coulnt be done without the work of Jonathan Buzzard and his Toshiba utilities.
Main features:
- Battery status monitoring (including AC status)
- Monitoring of MultiMedia keys on front panel (if available)
- Mute/Unmuting (via KMix)
- Lock Screen (via DCOP call)
- Battery Save Mode options
- Suspend to RAM (via ACPI, if available)
- Suspend to Disk (via ACPI, if available)
- Video Out toggling (for the moment only a widget displays status, since some models do it automatically)
- Raise/Lower LCD Brightness
- Control Wireless Antenna power (On/Off), and monitor switch status (On/Off)
- MousePad enabling/disabling (via ksynaptics and synaptics driver, if available)
- Control of Speaker volume (for models that do it via hotkey)
- Control the Fan status (On/Off)
- Selection of desired Boot Priority
- Control LCD Backlight (On/Off)
- Control Bluetooth device (On, if available)
- Control CPU Frequency Scaling via SpeedStep(r) (if available)
- Control Hyper-Threading(r) support (if available)
- More to come... (hopefully)
Enhancements:
- Suspend support now uses HAL
- KToshiba is now able to run commands using Fn-Keys
- New model IDs added
- KToshiba now requires libsynaptics
Download (0.89MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
879 downloads
wmcputhrottle 0.9
wmcputhrottle is a dockapp that controls CPU throttle based on acpi /proc filesystem. more>>
wmcputhrottle is a dockapp that controls CPU throttle based on acpi /proc filesystem.
Use it to save your laptop battery
Developed and tested only in a DELL INSPIRON 1100 runnind Fedora Core 2
<<lessUse it to save your laptop battery
Developed and tested only in a DELL INSPIRON 1100 runnind Fedora Core 2
Download (0.026MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1075 downloads
KBatt 0.11
KBatt is a cute little notebook battery applet for your KDE panel. more>>
KBatt is a cute little notebook battery applet for your KDE panel.
It uses the APM interface in your kernel to show a cute little display on your panel: you can see the AC status, the battery level, and how much time you have left.
Build & install:
run ./configure
make
make install (as root)
add the applet to your KDE panel & enjoy!
<<lessIt uses the APM interface in your kernel to show a cute little display on your panel: you can see the AC status, the battery level, and how much time you have left.
Build & install:
run ./configure
make
make install (as root)
add the applet to your KDE panel & enjoy!
Download (0.32MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1122 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 3.6v lithium battery search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed