From e193604c9bce6fd13564decb22f1bbea33cae917 Mon Sep 17 00:00:00 2001 From: Uwe Freese Date: Mon, 3 Mar 2003 13:41:04 +0000 Subject: estimate 22 percent longer runtime when having 8 MB, assuming 192 kbps files again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3373 a1c6a512-1295-4272-9138-f99709370657 --- docs/CHARGING_ALGORITHM | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/CHARGING_ALGORITHM b/docs/CHARGING_ALGORITHM index f7d198fdf4..81c4fc3b5c 100755 --- a/docs/CHARGING_ALGORITHM +++ b/docs/CHARGING_ALGORITHM @@ -10,9 +10,9 @@ some information here, write to mail@uwe-freese.de. This doc describes how the charging works for the recorder. The algorithm can be found in firmware/powermgmt.[c|h]. Debug output is done in apps/debug_menu.c. -Charging for the player is done by the hardware and therefore isn't implemented -in rockbox. Only the functions that calculate the battery level are also used -for the player. +Charging for the player and the FM recorder is done by the hardware and +therefore isn't implemented in rockbox. Only the functions that calculate the +battery level are also used for these models. All following information is related to the recorder. @@ -158,7 +158,8 @@ remaining time = remaining battery energy / power consumption of AJB With using the battery courves described above and the battery capacity you selected in the settings menu, the remaining capacity is calculated. For the power consumption, a usual constant value is used. If the LED backlight is set -to always on, it is also considered. +to always on, it is also considered. Having a modified Jukebox with 8 MB of RAM +leads to about 22 percent longer estimated running time. [BATTERY DISPLAY HOW THE USER EXPECTS IT] -- cgit v1.2.3