summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-01-19 12:42:19 +0000
committerNils Wallménius <nils@rockbox.org>2007-01-19 12:42:19 +0000
commit00a3fc7ec097da17080914af76ca7f3b90a965f2 (patch)
tree2c1b475c2515f06ecb094d4be68649569fd79c88
parent4012aaeb1d41c494f22e0edf001b8583fb7051d8 (diff)
downloadrockbox-00a3fc7ec097da17080914af76ca7f3b90a965f2.tar.gz
rockbox-00a3fc7ec097da17080914af76ca7f3b90a965f2.zip
Make changes to the gigabeat manual suggested by Alison Gravley and some other minor tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12072 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/system_options.tex10
-rw-r--r--manual/getting_started/installation.tex29
-rw-r--r--manual/main_menu/main.tex35
-rw-r--r--manual/platform/gigabeatf.tex4
-rw-r--r--manual/rockbox_interface/main.tex13
-rw-r--r--manual/rockbox_interface/playback.tex4
6 files changed, 52 insertions, 43 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index da24ff8ff4..1d8bfdc304 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -124,20 +124,20 @@ This sub menu relates to limits in the Rockbox operating system.
124 This option turns \setting{On} and \setting{Off} the car ignition 124 This option turns \setting{On} and \setting{Off} the car ignition
125 auto stop function. 125 auto stop function.
126 \begin{description} 126 \begin{description}
127 \item [Car Adapter Mode: ]When using the \dap\ in a car, 127 \item [Car Adapter Mode: ]When using the \dap{} in a car,
128 \setting{Car Adapter Mode} automatically stops playback on the \dap\ when 128 \setting{Car Adapter Mode} automatically stops playback on the \dap{} when
129 power (i.e. from cigarette lighter power adapter) to the external DC in jack 129 power (i.e. from cigarette lighter power adapter) to the external DC in jack
130 is turned off. If the \setting{Car Adapter Mode} is set to \setting{On}, 130 is turned off. If the \setting{Car Adapter Mode} is set to \setting{On},
131 Rockbox will pause playback when the external power off condition is 131 Rockbox will pause playback when the external power off condition is
132 detected. Rockbox will then shutdown the \dap\ after the length of time set 132 detected. Rockbox will then shutdown the \dap{} after the length of time set
133 in the \setting{Idle Poweroff} setting (see above). 133 in the \setting{Idle Poweroff} setting (see above).
134 If power to the DC in jack is turned back on before the \emph{Idle Poweroff} 134 If power to the DC in jack is turned back on before the \emph{Idle Poweroff}
135 function has shut the \dap\ off, playback will be resumed 5 seconds after 135 function has shut the \dap{} off, playback will be resumed 5 seconds after
136 the power is applied. This delay is to allow for the time while the car 136 the power is applied. This delay is to allow for the time while the car
137 engine is being started. 137 engine is being started.
138 \end{description} 138 \end{description}
139 139
140 Once the \dap\ is shut off either manually, or automatically with the 140 Once the \dap{} is shut off either manually, or automatically with the
141 \setting{Idle Poweroff} function, it must be powered up manually to resume 141 \setting{Idle Poweroff} function, it must be powered up manually to resume
142 playback. 142 playback.
143} 143}
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 5a5dc871a9..6e49a2bc50 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -143,30 +143,30 @@ software.
143 143
144There are three different types of firmware binaries from Rockbox website: 144There are three different types of firmware binaries from Rockbox website:
145\label{Version} 145\label{Version}
146current version, daily build and CVS build. You need to decide which one 146current version, daily build and SVN build. You need to decide which one
147you want to install and get the version for your \dap{}. 147you want to install and get the version for your \dap{}.
148 148
149\begin{description} 149\begin{description}
150 150
151\item[Current Version.] The current version is the latest stable release, free 151\item[Current Version.] The current version is the latest stable release, free
152 of known critical bugs. The current stable release of Rockbox, version 2.5, 152 of known critical bugs. The current stable release of Rockbox, version 2.5,
153 is available at \url{http://www.rockbox.org/download/}. 153 is available at \url{http://www.rockbox.org/download/}.
154 \opt{SWCODEC}{ 154 \opt{SWCODEC}{
155 \note{The current stable release is available only for Archos jukeboxes. 155 \note{The current stable release is available only for Archos jukeboxes.
156 There has not yet been a stable release for the \playername{}. Until 156 There has not yet been a stable release for the \playername{}. Until
157 there is a stable release for \playername{}, use a daily build or CVS 157 there is a stable release for \playername{}, use a daily build or SVN
158 build. 158 build.
159 } 159 }
160 } 160 }
161 161
162\item[Daily Build.] The daily build is a development version of Rockbox. It 162\item[Daily Build.] The daily build is a development version of Rockbox. It
163 contains features and patches developed since last stable version. It 163 contains features and patches developed since last stable version. It
164 may also contain bugs! This daily build is generated automatically every day 164 may also contain bugs! This daily build is generated automatically every day
165 and can be found at \url{http://www.rockbox.org/daily.shtml}. 165 and can be found at \url{http://www.rockbox.org/daily.shtml}.
166 166
167\item[CVS Build (formerly, ``Bleeding Edge Build.'')] CVS stands for 167\item[SVN Build] SVN stands for
168 ``Concurrent Versions System.'' CVS is the system that Rockbox 168 ``Subversion.'' SVN is the system that Rockbox
169 developers use to keep track of changes to the Rockbox source code. CVS 169 developers use to keep track of changes to the Rockbox source code. SVN
170 builds are made automatically every time there is a change to the 170 builds are made automatically every time there is a change to the
171 Rockbox source. These builds are for people who want to test the code 171 Rockbox source. These builds are for people who want to test the code
172 that developers just checked in. 172 that developers just checked in.
@@ -176,16 +176,16 @@ you want to install and get the version for your \dap{}.
176\nopt{player}{ 176\nopt{player}{
177 \note{\index{Installation!Fonts} 177 \note{\index{Installation!Fonts}
178 Rockbox has a fonts package that is available at 178 Rockbox has a fonts package that is available at
179 \url{http://www.rockbox.org/daily.shtml}. While the daily builds and CVS 179 \url{http://www.rockbox.org/daily.shtml}. While the daily builds and SVN
180 builds change frequently, the fonts package rarely changes. Thus, the 180 builds change frequently, the fonts package rarely changes. Thus, the
181 fonts package is not included in the daily builds and CVS builds. (The 181 fonts package is not included in the daily builds and SVN builds. (The
182 stable release, on the other hand, does not change, so fonts are 182 stable release, on the other hand, does not change, so fonts are
183 included with the stable release.) When installing Rockbox for the 183 included with the stable release.) When installing Rockbox for the
184 first time, you should install the fonts package. 184 first time, you should install the fonts package.
185 } 185 }
186} 186}
187 187
188Because daily builds and CVS builds are development versions which change 188Because daily builds and SVN builds are development versions which change
189frequently, they may behave differently than described in this manual, or 189frequently, they may behave differently than described in this manual, or
190they may introduce new (and maybe annoying) bugs. If you do not want to get 190they may introduce new (and maybe annoying) bugs. If you do not want to get
191undefined behaviour from your \dap{} you should really stick to the current 191undefined behaviour from your \dap{} you should really stick to the current
@@ -198,6 +198,13 @@ After downloading the Rockbox package connect your \dap{} to the computer via
198USB as described in the manual that came with your \dap{}. Take the file that 198USB as described in the manual that came with your \dap{}. Take the file that
199you downloaded above, and extract its contents to your \daps{} drive. 199you downloaded above, and extract its contents to your \daps{} drive.
200 200
201\opt{gigabeatf}{
202 \note{After you install Rockbox you must plug your USB
203 cable directly into the player. There is no cradle support at this
204 time.
205 }
206}
207
201Use the ``Extract all'' command of your unzip program to extract the files in 208Use the ``Extract all'' command of your unzip program to extract the files in
202the \fname{.zip} file onto your \dap{}. Note that the entire contents of the 209the \fname{.zip} file onto your \dap{}. Note that the entire contents of the
203\fname{.zip} file should be extracted directly to the root of your \daps{} 210\fname{.zip} file should be extracted directly to the root of your \daps{}
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index d9040f70d9..ca1207d3ad 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -179,12 +179,12 @@ pages of information.}
179 179
180\begin{description} 180\begin{description}
181\item[Rockbox Info:] 181\item[Rockbox Info:]
182 Displays some basic system information. This is, from top to bottom, 182 Displays some basic system information. This is, from top to bottom,
183the amount of memory Rockbox has available for storing music (the buffer). The 183 the amount of memory Rockbox has available for storing music (the buffer).
184battery status. % 184 The battery status.
185\opt{ondio}{% 185\opt{ondio}{%
186Memory size and amount of free space on the two data volumes, this info is 186 Memory size and amount of free space on the two data volumes, this info is
187given seperately for internal memory (\emph{Int}) and for a plugged in MMC 187 given seperately for internal memory (\emph{Int}) and for a plugged in MMC
188(\emph{MMC}). 188(\emph{MMC}).
189}% 189}%
190\nopt{ondio}{Hard disk size and the amount of free space on the disk.} 190\nopt{ondio}{Hard disk size and the amount of free space on the disk.}
@@ -203,25 +203,22 @@ given seperately for internal memory (\emph{Int}) and for a plugged in MMC
203 203
204\opt{player}{ 204\opt{player}{
205 \section{Shutdown} 205 \section{Shutdown}
206 This menu option saves the Rockbox configuration and turns off the hard 206 This menu option saves the Rockbox configuration and turns off the hard
207 drive before shutting down the machine. For maximum safety this procedure 207 drive before shutting down the machine. For maximum safety this procedure
208 is recommended when turning off the \dap. (There is a very small risk 208 is recommended when turning off the \dap. (There is a very small risk
209 of hard disk corruption otherwise.) See \reference{ref:Safeshutdown} 209 of hard disk corruption otherwise.) See \reference{ref:Safeshutdown}
210 for more details. 210 for more details.
211} 211}
212 212
213\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD} 213\nopt{PLAYER_PAD,ONDIO_PAD}
214{ 214{
215\section{Quick Menu} 215\section{Quick Menu}
216 Whilst not strictly part of the \setting{Main Menu}, it is worth noting that a few 216 Whilst not strictly part of the \setting{Main Menu}, it is worth noting that
217 of the more commonly used settings are available from the \setting{Quick Menu}. 217 a few of the more commonly used settings are available from the
218 The \setting{Quick Menu} screen is accessed by holding the 218 \setting{Quick Menu}.
219 \opt{RECORDER_PAD}{\ButtonFTwo}% 219 The \setting{Quick Menu} screen is accessed with \ActionStdQuickScreen
220 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}% 220 and exited with the same button.
221 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonMenu}% 221 It allows rapid access to the \setting{Shuffle} and \setting{Repeat}
222 \opt{IAUDIO_X5_PAD}{\ButtonRec}% 222 modes (\reference{ref:PlaybackOptions}) and the \setting{Show Files}
223 \opt{IRIVER_H10_PAD}{\ButtonLeft}% 223 option (\reference{ref:ShowFiles}).
224 {} key, and it allows rapid access to the \setting{Shuffle} and \setting{Repeat} modes
225 (\reference{ref:PlaybackOptions})
226 and the \setting{Show Files} option (\reference{ref:ShowFiles}).
227} 224}
diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex
index d84572a4f9..00488ab131 100644
--- a/manual/platform/gigabeatf.tex
+++ b/manual/platform/gigabeatf.tex
@@ -63,8 +63,8 @@
63%Button actions, tree context 63%Button actions, tree context
64\newcommand{\ActionTreeWps}{\ButtonPower} 64\newcommand{\ActionTreeWps}{\ButtonPower}
65\newcommand{\ActionTreeStop}{\ButtonA} 65\newcommand{\ActionTreeStop}{\ButtonA}
66\newcommand{\ActionTreeEnter}{\fixme{Edit key}} 66\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
67\newcommand{\ActionTreeParentDirectory}{\fixme{Edit key}} 67\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
68 68
69%Button actions, YesNo context 69%Button actions, YesNo context
70\newcommand{\ActionYesNoAccept}{\ButtonSelect} 70\newcommand{\ActionYesNoAccept}{\ButtonSelect}
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index ed66058a1d..b5401e146f 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -13,7 +13,10 @@
13\end{center} 13\end{center}
14 14
15Throughout this manual, the buttons on the \dap{} are labelled according to the 15Throughout this manual, the buttons on the \dap{} are labelled according to the
16picture above. In detail the buttons are described in the following paragraph. 16picture above. When a table of button actions says ``Long'' before the button it
17means that you should make a long press on that button, in other words, press it
18for approximately 1 second. In detail the buttons are described in the following
19paragraph.
17 20
18\blind{ 21\blind{
19 % 22 %
@@ -129,15 +132,17 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
129 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% 132 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}%
130 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonSelect}% 133 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonSelect}%
131 \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}% 134 \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}%
132 {Hold \ButtonOn\ for 2--3s}% 135 {Hold \ButtonOn\ for 2--3s}%
133 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}% 136 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD}
137 {\ButtonPower}%
134 & Start Rockbox\\ 138 & Start Rockbox\\
135 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Hold \ButtonOff}% 139 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Hold \ButtonOff}%
136 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Hold \ButtonPlay}% 140 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Hold \ButtonPlay}%
137 \opt{ONDIO_PAD,recorderv2fm}{Hold \ButtonOff}% 141 \opt{ONDIO_PAD,recorderv2fm}{Hold \ButtonOff}%
138 \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}% 142 \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}%
139 \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}% 143 \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}%
140 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{Hold \ButtonPower}% 144 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD}%
145 {Hold \ButtonPower}%
141 & Shutdown Rockbox\\ 146 & Shutdown Rockbox\\
142 \end{btnmap} 147 \end{btnmap}
143\end{table} 148\end{table}
diff --git a/manual/rockbox_interface/playback.tex b/manual/rockbox_interface/playback.tex
index b905229ff3..3d345f73f9 100644
--- a/manual/rockbox_interface/playback.tex
+++ b/manual/rockbox_interface/playback.tex
@@ -50,8 +50,8 @@ on the \dap{}.
50 \ActionTreeParentDirectory & Go to the parent directory.\\ 50 \ActionTreeParentDirectory & Go to the parent directory.\\
51 % 51 %
52 \ActionTreeEnter 52 \ActionTreeEnter
53 & Executes an action. Depending on the file type, that action may vary. 53 & Executes the default action on the selected file or enters a
54 (See \reference{ref:Filemenu}) \\ 54 directory.\\
55 % 55 %
56 \ActionTreeWps & If there is an audio file playing, returns to the 56 \ActionTreeWps & If there is an audio file playing, returns to the
57 \setting{While Playing Screen} (WPS) without stopping playback.\\ 57 \setting{While Playing Screen} (WPS) without stopping playback.\\