summaryrefslogtreecommitdiff
path: root/manual/plugins/battery_test.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-02-21 11:54:53 +0000
committerMartin Arver <martin.arver@gmail.com>2006-02-21 11:54:53 +0000
commitc7fd0fee7ad2581889e84748ab64e10003d9d526 (patch)
treec81cb417787c809732f7126cee8148b3a52881cd /manual/plugins/battery_test.tex
parentbff84266217d10337e5bb4d643c7bfdb9c4b0d5d (diff)
downloadrockbox-c7fd0fee7ad2581889e84748ab64e10003d9d526.tar.gz
rockbox-c7fd0fee7ad2581889e84748ab64e10003d9d526.zip
Patch[1430311] by Henrico Witvliet. Split plugins to individual files. Proper naming of the targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8763 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/battery_test.tex')
-rw-r--r--manual/plugins/battery_test.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/manual/plugins/battery_test.tex b/manual/plugins/battery_test.tex
new file mode 100644
index 0000000000..65f48e22ec
--- /dev/null
+++ b/manual/plugins/battery_test.tex
@@ -0,0 +1,16 @@
1\subsection{Battery\_test}
2\begin{figure}[h]
3\begin{center}
4%\includegraphics{plugins/images/\platform/ss_battery_test.png}
5\end{center}
6\caption{Battery Test}
7\end{figure}
8
9This plugin simulates normal power drain by spinning up the disk and
10reading a big file once every 90 seconds (or thereabouts). Each
11spin up also writes the battery level to a
12log file. The test stops when battery level reaches 4\% in order to
13avoid being unable to write to the disk. The power usage data is saved
14to a file in the root directory of the Jukebox. This plugin can
15sometimes be useful for diagnosing problems with battery charging.
16