From c7fd0fee7ad2581889e84748ab64e10003d9d526 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 21 Feb 2006 11:54:53 +0000 Subject: 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 --- manual/plugins/battery_test.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manual/plugins/battery_test.tex (limited to 'manual/plugins/battery_test.tex') 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 @@ +\subsection{Battery\_test} +\begin{figure}[h] +\begin{center} +%\includegraphics{plugins/images/\platform/ss_battery_test.png} +\end{center} +\caption{Battery Test} +\end{figure} + +This plugin simulates normal power drain by spinning up the disk and +reading a big file once every 90 seconds (or thereabouts). Each +spin up also writes the battery level to a +log file. The test stops when battery level reaches 4\% in order to +avoid being unable to write to the disk. The power usage data is saved +to a file in the root directory of the Jukebox. This plugin can +sometimes be useful for diagnosing problems with battery charging. + -- cgit v1.2.3