summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-10-17 12:18:51 +0000
committerMartin Arver <martin.arver@gmail.com>2006-10-17 12:18:51 +0000
commitf8e2f3e08d779092cf7d3f26f369c0941edf9349 (patch)
treee15606a62f273e527e379a68095e65166ea3d9de
parentb530de0fd914483f9480cf0661bed5c3b6bd6f06 (diff)
downloadrockbox-f8e2f3e08d779092cf7d3f26f369c0941edf9349.tar.gz
rockbox-f8e2f3e08d779092cf7d3f26f369c0941edf9349.zip
Fix for more consistent and proper British English. (-ize/-ise etc)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11246 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/archos-flashing.tex30
-rw-r--r--manual/appendix/appendix.tex2
-rwxr-xr-xmanual/configure_rockbox/bookmarking.tex2
-rwxr-xr-xmanual/configure_rockbox/display_options.tex4
-rwxr-xr-xmanual/configure_rockbox/playback_options.tex2
-rwxr-xr-xmanual/configure_rockbox/sound_settings.tex10
-rwxr-xr-xmanual/configure_rockbox/system_options.tex8
-rwxr-xr-xmanual/getting_started/h10_install.tex6
-rw-r--r--manual/getting_started/installation.tex44
-rwxr-xr-xmanual/getting_started/ipod_install.tex8
-rw-r--r--manual/getting_started/iriver_install.tex40
-rw-r--r--manual/getting_started/main.tex12
-rw-r--r--manual/main_menu/main.tex12
-rw-r--r--manual/rockbox_interface/main.tex18
-rw-r--r--manual/rockbox_interface/playback.tex4
-rw-r--r--manual/rockbox_interface/tagcache.tex16
-rw-r--r--manual/rockbox_interface/wps.tex2
-rwxr-xr-xmanual/working_with_playlists/main.tex8
18 files changed, 114 insertions, 114 deletions
diff --git a/manual/advanced_topics/archos-flashing.tex b/manual/advanced_topics/archos-flashing.tex
index 58535c968a..fe36d53f83 100644
--- a/manual/advanced_topics/archos-flashing.tex
+++ b/manual/advanced_topics/archos-flashing.tex
@@ -20,13 +20,13 @@ Now, you can add Rockbox to the built-in software.
20 20
21By reprogramming the firmware, we can boot much faster. \playerman\ has an 21By reprogramming the firmware, we can boot much faster. \playerman\ has an
22unnecessary slow boot loader, versus the boot time for Rockbox is much faster 22unnecessary slow boot loader, versus the boot time for Rockbox is much faster
23than the disk spinup, in fact it has to wait for the disk. Your boot time will 23than the disk spin-up, in fact it has to wait for the disk. Your boot time will
24be as quick as a disk spinup (e.g. 4 seconds from powerup until resuming 24be as quick as a disk spin-up (e.g. 4 seconds from power-up until resuming
25playback). 25playback).
26 26
27\subsection{Method} 27\subsection{Method}
28 28
29The replaced firmware will host a bootloader and 2 images. This is possible by 29The replaced firmware will host a boot loader and 2 images. This is possible by
30compression. The first is the \emph{permanent} backup, not to be changed any 30compression. The first is the \emph{permanent} backup, not to be changed any
31more.The second is the default one to be started, the first is only used when 31more.The second is the default one to be started, the first is only used when
32you hold the \opt{recorder,recorderv2fm}{\ButtonFOne}\opt{ondio}{\ButtonLeft}\opt{player}{\ButtonLeft} -key during start. Like supplied here, the first image 32you hold the \opt{recorder,recorderv2fm}{\ButtonFOne}\opt{ondio}{\ButtonLeft}\opt{player}{\ButtonLeft} -key during start. Like supplied here, the first image
@@ -35,7 +35,7 @@ and update. It can contain anything you like. If you prefer, you can program
35the Archos firmware to there, too. 35the Archos firmware to there, too.
36 36
37\note{For now, the binary contained in the brand new player flash package does 37\note{For now, the binary contained in the brand new player flash package does
38contain rockbox built from current cvs in the second image slot. This is to 38contain Rockbox built from current CVS in the second image slot. This is to
39lower the risk of flashing (at least one of the images will hopefully work) in 39lower the risk of flashing (at least one of the images will hopefully work) in
40case you don't program a second image yourself in the first step. Of course the 40case you don't program a second image yourself in the first step. Of course the
41second image can be replaced like with the other models.} 41second image can be replaced like with the other models.}
@@ -50,14 +50,14 @@ There are two programming tools supplied:
50 with the desired image structure. 50 with the desired image structure.
51\item The second one is called \fname{rockbox\_flash.rock} and is used to 51\item The second one is called \fname{rockbox\_flash.rock} and is used to
52 reprogram only the second image. It won't touch any other byte, should be 52 reprogram only the second image. It won't touch any other byte, should be
53 safe to fool around with. If the programmed firmware is inoperational, you 53 safe to fool around with. If the programmed firmware is in-operational, you
54 can still use the \opt{recorder,recorderv2fm}{\ButtonFOne}\opt{ondio}{\ButtonLeft}\opt{player}{\ButtonLeft} start with the Archos firmware and Rockbox booted 54 can still use the \opt{recorder,recorderv2fm}{\ButtonFOne}\opt{ondio}{\ButtonLeft}\opt{player}{\ButtonLeft} start with the Archos firmware and Rockbox booted
55 from disk to try better. 55 from disk to try better.
56\end{itemize} 56\end{itemize}
57 57
58The non-user tools are in the \fname{flash} subdirectory of the cvs source 58The non-user tools are in the \fname{flash} subdirectory of the CVS source
59files. There's an authoring tool which composed the firmware file with the 59files. There's an authoring tool which composed the firmware file with the
60bootloader and the 2 images. The bootloader project, a firmware extraction 60boot loader and the 2 images. The boot loader project, a firmware extraction
61tool, the plugin sources, and the tools for the UART boot feature: a monitor 61tool, the plugin sources, and the tools for the UART boot feature: a monitor
62program for the box and a PC tool to drive it. Feel free to review the sources 62program for the box and a PC tool to drive it. Feel free to review the sources
63for all of it, but be careful when fooling around with powerful toys! 63for all of it, but be careful when fooling around with powerful toys!
@@ -89,12 +89,12 @@ your box.
89There's one ultimate safety net to bring back boxes with even completely 89There's one ultimate safety net to bring back boxes with even completely
90garbled flash content: the \emph{UART} boot mod, which in turn requires the 90garbled flash content: the \emph{UART} boot mod, which in turn requires the
91serial mod. It can bring the dead back to life, with that it's possible to 91serial mod. It can bring the dead back to life, with that it's possible to
92reflash independently from the outside, even if the flash is completely erased. 92re-flash independently from the outside, even if the flash is completely erased.
93It has been used that during development, else Rockbox in flash wouldn't have 93It has been used that during development, else Rockbox in flash wouldn't have
94been possible. Extensive development effort went into the exploitation of the 94been possible. Extensive development effort went into the exploitation of the
95UART boot mod. Mechanically adept users with good soldering skills can easily 95UART boot mod. Mechanically adept users with good soldering skills can easily
96perform these mods. Others may feel uncomfortable using the first tool 96perform these mods. Others may feel uncomfortable using the first tool
97(\fname{firmware\_flash.rock}) for reflashing the firmware. 97(\fname{firmware\_flash.rock}) for re-flashing the firmware.
98 98
99 99
100To comfort you a bit again: If you are starting with a known-good image, you 100To comfort you a bit again: If you are starting with a known-good image, you
@@ -105,7 +105,7 @@ Although it worked, it's not the recommended method.
105About the safety of operation: Since we have dual boot, you're not giving up 105About the safety of operation: Since we have dual boot, you're not giving up
106the Archos firmware. It's still there when you hold 106the Archos firmware. It's still there when you hold
107\opt{recorder,recorderv2fm}{\ButtonFOne}\opt{ondio}{\ButtonLeft}\opt{player}{\ButtonLeft} during startup. So even if Rockbox from flash is not 100\% stable for 107\opt{recorder,recorderv2fm}{\ButtonFOne}\opt{ondio}{\ButtonLeft}\opt{player}{\ButtonLeft} during startup. So even if Rockbox from flash is not 100\% stable for
108everyone, you can still use the box, reflash the second image with an updated 108everyone, you can still use the box, re-flash the second image with an updated
109Rockbox copy, etc. 109Rockbox copy, etc.
110 110
111The flash chip being used by Archos is specified for 100,000 cycles, so you don't need to worry about that wearing out. 111The flash chip being used by Archos is specified for 100,000 cycles, so you don't need to worry about that wearing out.
@@ -138,7 +138,7 @@ Long version, step by step procedure:
138 you want to restore the flash contents. 138 you want to restore the flash contents.
139\item Download the correct package for you model. Copy one or two files of it to 139\item Download the correct package for you model. Copy one or two files of it to
140 your box: \fname{firmware\_*.bin} (name depends on your model) into the root 140 your box: \fname{firmware\_*.bin} (name depends on your model) into the root
141 directory (the initial firmware for your model, with the bootloader and the 141 directory (the initial firmware for your model, with the boot loader and the
142 Archos image). There now is also a \_norom variant, copy both, the plugin will 142 Archos image). There now is also a \_norom variant, copy both, the plugin will
143 decide which one is required for your box. 143 decide which one is required for your box.
144\item Enter the debug menu and select the hardware info screen. Check your flash 144\item Enter the debug menu and select the hardware info screen. Check your flash
@@ -187,7 +187,7 @@ Short version: very easy, just play an \fname{.ucl} file like
187Long version: 187Long version:
188 188
189The second image is the working copy, the \fname{rockbox\_flash.rock} plugin from 189The second image is the working copy, the \fname{rockbox\_flash.rock} plugin from
190this package reprograms it. The plugins needs to be consistant with the Rockbox 190this package re-programs it. The plugins needs to be consistent with the Rockbox
191plugin API version, otherwise it will detect mismatch and won't run. 191plugin API version, otherwise it will detect mismatch and won't run.
192 192
193It requires an exotic input, a UCL-compressed image, because that's the internal 193It requires an exotic input, a UCL-compressed image, because that's the internal
@@ -202,7 +202,7 @@ program from that download is called \fname{uclpack}. We'll use that to compress
202\fname{rockbox.bin} which is the result of the compilation. This is a part of the 202\fname{rockbox.bin} which is the result of the compilation. This is a part of the
203build process meanwhile. If you compile Rockbox yourself, you should copy 203build process meanwhile. If you compile Rockbox yourself, you should copy
204\fname{uclpack} to a directory which is in the path, we recommend placing it in 204\fname{uclpack} to a directory which is in the path, we recommend placing it in
205the same dir as SH compiler. 205the same directory as SH compiler.
206 206
207 207
208Here are the steps: 208Here are the steps:
@@ -230,7 +230,7 @@ and now preferred one. Use this if available.
230 230
231If you like or have to, you can also flash the Archos image as the second one. 231If you like or have to, you can also flash the Archos image as the second one.
232E.g. in case Rockbox from flash doesn't work for you. This way you keep the dual 232E.g. in case Rockbox from flash doesn't work for you. This way you keep the dual
233bootloader and you can easily try different later. The \fname{.ucl} of the Archos 233boot loader and you can easily try different later. The \fname{.ucl} of the Archos
234firmware is included in the package. 234firmware is included in the package.
235 235
236\subsection{Restoring the original firmware} 236\subsection{Restoring the original firmware}
@@ -253,7 +253,7 @@ There are two variants of how the boxes starts, therefore the normal and the
253\_norom firmware files. The vast majority of the \daps\ all have the same boot 253\_norom firmware files. The vast majority of the \daps\ all have the same boot
254ROM content, differentiation comes later by flash content. Rockbox identifies 254ROM content, differentiation comes later by flash content. Rockbox identifies
255this boot ROM with a CRC value of 0x222F in the hardware info screen. \opt{recorder,recorderv2fm}{Some recorders have the boot ROM disabled (it might be unprogrammed) and start directly from a flash mirror at address zero. They need the new 255this boot ROM with a CRC value of 0x222F in the hardware info screen. \opt{recorder,recorderv2fm}{Some recorders have the boot ROM disabled (it might be unprogrammed) and start directly from a flash mirror at address zero. They need the new
256 \_norom firmware that has a slightly different bootloader.} 256 \_norom firmware that has a slightly different boot loader.}
257Without a boot ROM there is no UART boot safety net. To compensate for that as 257Without a boot ROM there is no UART boot safety net. To compensate for that as
258much as possible the MiniMon monitor is included, it starts with \opt{recorder,recorderv2fm}{\ButtonFThree+\ButtonOn}\opt{ondio}{\ButtonRight+\ButtonOff}\opt{player}{\ButtonRight+\ButtonOn}. 258much as possible the MiniMon monitor is included, it starts with \opt{recorder,recorderv2fm}{\ButtonFThree+\ButtonOn}\opt{ondio}{\ButtonRight+\ButtonOff}\opt{player}{\ButtonRight+\ButtonOn}.
259Using that the box can be reprogrammed via serial if the first 2000 bytes of the 259Using that the box can be reprogrammed via serial if the first 2000 bytes of the
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex
index c41c5f4df0..595bc8078b 100644
--- a/manual/appendix/appendix.tex
+++ b/manual/appendix/appendix.tex
@@ -97,7 +97,7 @@ The recording hardware (the MAS) does not allow us to do this
97 in the \dap{} is strictly made for disk{}-access and does not allow us 97 in the \dap{} is strictly made for disk{}-access and does not allow us
98 to play with it the way we'd need for any good communication to work. 98 to play with it the way we'd need for any good communication to work.
99} 99}
100\item Support other filesystems than FAT32 (like NTFS or ext2 or whatever)!\\ 100\item Support other file systems than FAT32 (like NTFS or ext2 or whatever)!\\
101 No. 101 No.
102 \opt{archos}{Rockbox needs to support FAT32 since it can only start off a FAT32 102 \opt{archos}{Rockbox needs to support FAT32 since it can only start off a FAT32
103 partition (since that is the only way the ROM can load it), and adding}% 103 partition (since that is the only way the ROM can load it), and adding}%
diff --git a/manual/configure_rockbox/bookmarking.tex b/manual/configure_rockbox/bookmarking.tex
index b3976fd13a..a6c6f86df8 100755
--- a/manual/configure_rockbox/bookmarking.tex
+++ b/manual/configure_rockbox/bookmarking.tex
@@ -52,7 +52,7 @@
52 \item [Maintain a list of Recently Used Bookmarks. ] 52 \item [Maintain a list of Recently Used Bookmarks. ]
53 53
54 This list of Most Recent Bookmarks (MRB's) may be accessed through the 54 This list of Most Recent Bookmarks (MRB's) may be accessed through the
55 \setting{Recent Bookmarks} option of the \setting{Bookmarks} submenu of the 55 \setting{Recent Bookmarks} option of the \setting{Bookmarks} sub menu of the
56 Main Menu. When set to \setting{Yes} each new bookmark will be added to the 56 Main Menu. When set to \setting{Yes} each new bookmark will be added to the
57 MRB list. Setting this to \setting{No} disables the addition of bookmarks to 57 MRB list. Setting this to \setting{No} disables the addition of bookmarks to
58 the MRB list. \setting{Unique Only} will remove an old bookmark for the current 58 the MRB list. \setting{Unique Only} will remove an old bookmark for the current
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index 0084e92c32..ca20d7a09c 100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -28,7 +28,7 @@
28 } 28 }
29 29
30 \item[LCD Settings:] 30 \item[LCD Settings:]
31 This submenu contains settings that relate to the display of the \dap. 31 This sub menu contains settings that relate to the display of the \dap.
32 \begin{description} 32 \begin{description}
33 \nopt{ondiofm,ondiosp}{ 33 \nopt{ondiofm,ondiosp}{
34 \item[Backlight:] 34 \item[Backlight:]
@@ -111,7 +111,7 @@
111% 111%
112 \opt{h1xx,h300,x5}{ 112 \opt{h1xx,h300,x5}{
113 \item[Remote-LCD Settings:] 113 \item[Remote-LCD Settings:]
114 This submenu contains settings that relate to the display of the remote. 114 This sub menu contains settings that relate to the display of the remote.
115 \begin{description} 115 \begin{description}
116 \item[Backlight:] 116 \item[Backlight:]
117 Similar to the main unit backlight this option controls the backlight 117 Similar to the main unit backlight this option controls the backlight
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index e56c010348..fd6ee66622 100755
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\section{\label{ref:PlaybackOptions}Playback Options} 2\section{\label{ref:PlaybackOptions}Playback Options}
3The \setting{Playback Options} submenu allows you to configure settings 3The \setting{Playback Options} sub menu allows you to configure settings
4related to audio playback. 4related to audio playback.
5\begin{description} 5\begin{description}
6\item[Shuffle. ]Alters how Rockbox will select which song to play next.\\ 6\item[Shuffle. ]Alters how Rockbox will select which song to play next.\\
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index 8d3a1ac464..628d69a6ca 100755
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -2,7 +2,7 @@
2\screenshot{configure_rockbox/images/ss-sound-settings}{The sound settings screen}{} 2\screenshot{configure_rockbox/images/ss-sound-settings}{The sound settings screen}{}
3 3
4The Sound Settings menu offers a selection of sound properties you may 4The Sound Settings menu offers a selection of sound properties you may
5change to customize your listening experience. 5change to customise your listening experience.
6 6
7\section{Volume} 7\section{Volume}
8 This setting adjusts the volume of your music. Like most professional 8 This setting adjusts the volume of your music. Like most professional
@@ -31,7 +31,7 @@ change to customize your listening experience.
31 frequencies below 300Hz. Bass boost can be set from 0 to 24 dB in 31 frequencies below 300Hz. Bass boost can be set from 0 to 24 dB in
32 increments of 2 dB. A setting of 0 means that low frequencies are unaltered 32 increments of 2 dB. A setting of 0 means that low frequencies are unaltered
33 (flat response).} 33 (flat response).}
34 \opt{ipodnano,ipodcolor,ipodvideo}{This emphasizes or suppresses the 34 \opt{ipodnano,ipodcolor,ipodvideo}{This emphasises or suppresses the
35 lower (bass) sounds in the track. 0dB means that bass in unaltered 35 lower (bass) sounds in the track. 0dB means that bass in unaltered
36 (flat response). The minimum setting is -6dB and the maximum is 9dB.} 36 (flat response). The minimum setting is -6dB and the maximum is 9dB.}
37 \opt{x5}{\fixme{add platform specific information here}} 37 \opt{x5}{\fixme{add platform specific information here}}
@@ -44,7 +44,7 @@ change to customize your listening experience.
44 frequencies above 1.5kHz. Treble boost can be set from 0 to 6 dB in 44 frequencies above 1.5kHz. Treble boost can be set from 0 to 6 dB in
45 increments of 2 dB. A setting of 0 means that high frequencies are unaltered 45 increments of 2 dB. A setting of 0 means that high frequencies are unaltered
46 (flat response).} 46 (flat response).}
47 \opt{ipodnano,ipodcolor,ipodvideo}{This setting emphasizes or suppresses 47 \opt{ipodnano,ipodcolor,ipodvideo}{This setting emphasises or suppresses
48 the higher (treble) sounds in the track. 0dB means that treble is unaltered 48 the higher (treble) sounds in the track. 0dB means that treble is unaltered
49 (flat response). The minimum setting -6dB and the maximum is 9dB.} 49 (flat response). The minimum setting -6dB and the maximum is 9dB.}
50 \opt{x5}{\fixme{add platform specific information here}} 50 \opt{x5}{\fixme{add platform specific information here}}
@@ -353,7 +353,7 @@ the parameters that can be adjusted using the graphical EQ. With the
353\setting{Simple EQ}, the only parameter that can be adjusted is the gain. 353\setting{Simple EQ}, the only parameter that can be adjusted is the gain.
354 354
355\item[Advanced EQ:] 355\item[Advanced EQ:]
356This submenu provides options for adjusting the same parameters as the 356This sub menu provides options for adjusting the same parameters as the
357\setting{Graphical EQ}. The only difference is that the parameters are 357\setting{Graphical EQ}. The only difference is that the parameters are
358adjusted through textual menus rather than through a graphic interface. 358adjusted through textual menus rather than through a graphic interface.
359 359
@@ -375,7 +375,7 @@ settings.
375 375
376This function controls the EQ that is built into the hardware of your 376This function controls the EQ that is built into the hardware of your
377\playerman{}. The hardware EQ functions similarly to the Graphical EQ in that 377\playerman{}. The hardware EQ functions similarly to the Graphical EQ in that
378it allows adjustmnet of several parameters. However, unlike the Graphical EQ, 378it allows adjustment of several parameters. However, unlike the Graphical EQ,
379the Hardware EQ allows the user to choose from a limited number of settings 379the Hardware EQ allows the user to choose from a limited number of settings
380for ``Center Frequency'' and ``Bandwidth'' (``Bandwidth'' in the Hardware EQ 380for ``Center Frequency'' and ``Bandwidth'' (``Bandwidth'' in the Hardware EQ
381is similar to ``Q'' in the Graphical EQ). 381is similar to ``Q'' in the Graphical EQ).
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index d8c3d278c0..da24ff8ff4 100755
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -20,12 +20,12 @@
20 actual battery life. This setting only affects the accuracy of the 20 actual battery life. This setting only affects the accuracy of the
21 battery life estimation as shown on screen. 21 battery life estimation as shown on screen.
22 22
23 \opt{ipod}{This value is fairly meaningless in the iPod family at 23 \opt{ipod}{This value is fairly meaningless in the \playerman{} family at
24 present, and work is on-going into finding a better way to determine 24 present, and work is on-going into finding a better way to determine
25 battery life.} 25 battery life.}
26 26
27 \opt{ondiosp,ondiofm}{ 27 \opt{ondiosp,ondiofm}{
28 \item [Battery Type: ]This setting tells Rockbox wich type of battery 28 \item [Battery Type: ]This setting tells Rockbox which type of battery
29 that is currently used in the \dap{}. Select \setting{Alkaline} or 29 that is currently used in the \dap{}. Select \setting{Alkaline} or
30 \setting{NiMH} with \ButtonUp/\ButtonDown. 30 \setting{NiMH} with \ButtonUp/\ButtonDown.
31 } 31 }
@@ -98,12 +98,12 @@ be set from \setting{Off} to 5 hours in 5 minute steps.
98 and \ButtonDown{} to adjust the HOURS. 98 and \ButtonDown{} to adjust the HOURS.
99 \ButtonPlay{} confirms the alarm and shuts your \dap{} down, and \ButtonOff 99 \ButtonPlay{} confirms the alarm and shuts your \dap{} down, and \ButtonOff
100 cancels setting an alarm. If the \dap{} is turned on again before the alarm 100 cancels setting an alarm. If the \dap{} is turned on again before the alarm
101 occurs, the alarm will be canceled. Using this option disables the 101 occurs, the alarm will be cancelled. Using this option disables the
102 \setting{Sleep Timer}(see above). 102 \setting{Sleep Timer}(see above).
103} 103}
104 104
105\subsection{Limits} 105\subsection{Limits}
106This submenu relates to limits in the Rockbox operating system. 106This sub menu relates to limits in the Rockbox operating system.
107 \begin{description} 107 \begin{description}
108 \item [Max files in dir browser: ]This setting controls the limit on 108 \item [Max files in dir browser: ]This setting controls the limit on
109 the number of files that you can put in any particular directory in the 109 the number of files that you can put in any particular directory in the
diff --git a/manual/getting_started/h10_install.tex b/manual/getting_started/h10_install.tex
index cc804f008a..36a36d8ec4 100755
--- a/manual/getting_started/h10_install.tex
+++ b/manual/getting_started/h10_install.tex
@@ -4,7 +4,7 @@ The \playertype{} can be connected to a computer in two different modes:
4 \item Universal Mass Storage (UMS): In this mode, it will appear on your computer as a regular disk. This mode works with all major operating systems, including Windows, Linux and Mac OS X. 4 \item Universal Mass Storage (UMS): In this mode, it will appear on your computer as a regular disk. This mode works with all major operating systems, including Windows, Linux and Mac OS X.
5 \item Media Transfer Protocol (MTP): In this mode, it will appear on your computer as a Media Device. MTP was created by Microsoft for use with DAPs and only works with Windows XP and Media Player 10. 5 \item Media Transfer Protocol (MTP): In this mode, it will appear on your computer as a Media Device. MTP was created by Microsoft for use with DAPs and only works with Windows XP and Media Player 10.
6\end{itemize} 6\end{itemize}
7The \playerlongtype{} is \opt{h10}{only available as a MTP device, but}\opt{h10_5gb}{available as both a MTP and as a UMS device, depending on where and when you bought it. You can tell which you have by how it appears when you conect it to a computer. If it appears as a regular disk then it is UMS. If it appears as a Media Device on Windows XP, or if it doesn't appear at all on other operating systems, then it is MTP. Even if you have a MTP \dap{}, it} can be forced into UMS mode using the UMS trick. 7The \playerlongtype{} is \opt{h10}{only available as a MTP device, but}\opt{h10_5gb}{available as both a MTP and as a UMS device, depending on where and when you bought it. You can tell which you have by how it appears when you connect it to a computer. If it appears as a regular disk then it is UMS. If it appears as a Media Device on Windows XP, or if it doesn't appear at all on other operating systems, then it is MTP. Even if you have a MTP \dap{}, it} can be forced into UMS mode using the UMS trick.
8 8
9\subsubsection{UMS mode and the UMS trick} 9\subsubsection{UMS mode and the UMS trick}
10It is possible to force a MTP \playertype{} to start up in UMS mode using the following procedure: 10It is possible to force a MTP \playertype{} to start up in UMS mode using the following procedure:
@@ -28,9 +28,9 @@ It is possible to force a MTP \playertype{} to start up in UMS mode using the fo
28 \end{itemize}} 28 \end{itemize}}
29 \item Connect your \playertype{} to the computer using UMS mode and the UMS trick\opt{h10_5gb}{ if necessary}. 29 \item Connect your \playertype{} to the computer using UMS mode and the UMS trick\opt{h10_5gb}{ if necessary}.
30 \item Make a backup of the \opt{h10}{\fname{H10\_20GC.mi4}}\opt{h10_5gb}{\fname{H10.mi4}} file in the \fname{System} directory on your \playertype{}. 30 \item Make a backup of the \opt{h10}{\fname{H10\_20GC.mi4}}\opt{h10_5gb}{\fname{H10.mi4}} file in the \fname{System} directory on your \playertype{}.
31 \opt{h10_5gb}{\note{If you have a Pure model \playertype{} (which doesn't have a FM radio) it is possible that this file will be called \fname{H10EMP.mi4} instead. If so, rename the \fname{H10.mi4} you downloade in step 1 to \fname{H10EMP.mi4}.}} 31 \opt{h10_5gb}{\note{If you have a Pure model \playertype{} (which doesn't have a FM radio) it is possible that this file will be called \fname{H10EMP.mi4} instead. If so, rename the \fname{H10.mi4} you downloaded in step 1 to \fname{H10EMP.mi4}.}}
32 \note{You should keep a safe backup of this file for use if you ever wish to switch back to the \playerman{} firmware.} 32 \note{You should keep a safe backup of this file for use if you ever wish to switch back to the \playerman{} firmware.}
33 \note{If you can't see the \fname{System} directory, you will need to make sure your operating system is configured to show hidden files and folers.} 33 \note{If you can't see the \fname{System} directory, you will need to make sure your operating system is configured to show hidden files and folders.}
34 34
35 \item Copy the \opt{h10}{\fname{H10\_20GC.mi4}}\opt{h10_5gb}{\fname{H10.mi4} (or \fname{H10EMP.mi4} if you have a \playertype{} Pure)} file you downloaded to the System directory on your \dap{}. 35 \item Copy the \opt{h10}{\fname{H10\_20GC.mi4}}\opt{h10_5gb}{\fname{H10.mi4} (or \fname{H10EMP.mi4} if you have a \playertype{} Pure)} file you downloaded to the System directory on your \dap{}.
36\end{enumerate} 36\end{enumerate}
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 946635c559..5a22d0b606 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -14,11 +14,11 @@ software.
14 Rockbox is distributed as an archive using the 14 Rockbox is distributed as an archive using the
15 \fname{.zip} format. Thus you need a tool to handle that compressed 15 \fname{.zip} format. Thus you need a tool to handle that compressed
16 format. Usually your computer should have a tool installed that can 16 format. Usually your computer should have a tool installed that can
17 handle the \fname{.zip} file format. Windows XP has builtin support for 17 handle the \fname{.zip} file format. Windows XP has built-in support for
18 \fname{.zip} files and presents them to you as folders unless you have 18 \fname{.zip} files and presents them to you as folders unless you have
19 installed a third party program that handles compressed files. For 19 installed a third party program that handles compressed files. For
20 other operating systems this may vary. If the \fname{.zip} file format 20 other operating systems this may vary. If the \fname{.zip} file format
21 is not recognized on your computer you can find a program to handle them 21 is not recognised on your computer you can find a program to handle them
22 at \url{http://www.info-zip.org/} or \url{http://sevenzip.sf.net/} which 22 at \url{http://www.info-zip.org/} or \url{http://sevenzip.sf.net/} which
23 can be downloaded and used free of charge. 23 can be downloaded and used free of charge.
24 24
@@ -30,7 +30,7 @@ software.
30 30
31 \opt{ipod}{ 31 \opt{ipod}{
32 \note{Your \dap{} should enter disk mode automatically when connected to a 32 \note{Your \dap{} should enter disk mode automatically when connected to a
33 computer via USB. If your computer does not recognize your \dap{}, you 33 computer via USB. If your computer does not recognise your \dap{}, you
34 may need to enter the disk mode manually. Disconnect your \dap{} from the 34 may need to enter the disk mode manually. Disconnect your \dap{} from the
35 computer. Reset the \dap{} by pressing and holding the \ButtonMenu{} and 35 computer. Reset the \dap{} by pressing and holding the \ButtonMenu{} and
36 \ButtonSelect{} buttons simultaneously. As soon as the \dap{} resets, 36 \ButtonSelect{} buttons simultaneously. As soon as the \dap{} resets,
@@ -42,7 +42,7 @@ software.
42 42
43\item[Text editor.] As you will see in the following chapters, Rockbox is 43\item[Text editor.] As you will see in the following chapters, Rockbox is
44 highly configurable. In addition to saving configurations within Rockbox, 44 highly configurable. In addition to saving configurations within Rockbox,
45 Rockbox also allows you to create customized configuration files. If you 45 Rockbox also allows you to create customised configuration files. If you
46 would like to edit custom configuration files on your computer, you will 46 would like to edit custom configuration files on your computer, you will
47 need a text editor like Windows' ``Wordpad''. 47 need a text editor like Windows' ``Wordpad''.
48 48
@@ -75,22 +75,22 @@ software.
75 75
76 \begin{description} 76 \begin{description}
77 \opt{HAVE_RB_BL_ON_DISK}{ 77 \opt{HAVE_RB_BL_ON_DISK}{
78 \item[The \playerman{} bootloader.] 78 \item[The \playerman{} boot loader.]
79 The \playerman{} bootloader is the program that tells your \dap{} how to boot 79 The \playerman{} boot loader is the program that tells your \dap{} how to boot
80 and load the remaining firmware from disk. It is also responsible for the 80 and load the remaining firmware from disk. It is also responsible for the
81 disk mode on your \dap{}. 81 disk mode on your \dap{}.
82 82
83 This bootloader is stored in special flash memory in your \playerman. It is 83 This boot loader is stored in special flash memory in your \playerman. It is
84 already installed on your \dap{}, so it is never necessary to modify this 84 already installed on your \dap{}, so it is never necessary to modify this
85 in order to install Rockbox.} 85 in order to install Rockbox.}
86 86
87 \item[The Rockbox bootloader.] \index{Bootloader} 87 \item[The Rockbox boot loader.] \index{Boot loader}
88 \opt{HAVE_RB_BL_ON_DISK}{The Rockbox bootloader is loaded from disk by 88 \opt{HAVE_RB_BL_ON_DISK}{The Rockbox boot loader is loaded from disk by
89 the \playerman{} bootloader. It is responsible for loading the Rockbox 89 the \playerman{} boot loader. It is responsible for loading the Rockbox
90 firmware and for providing the dual boot function. It directly replaces the 90 firmware and for providing the dual boot function. It directly replaces the
91 \playerman{} firmware on the \daps{} disk.} 91 \playerman{} firmware on the \daps{} disk.}
92 \opt{HAVE_RB_BL_IN_FLASH}{ 92 \opt{HAVE_RB_BL_IN_FLASH}{
93 The bootloader is the program that tells your 93 The boot loader is the program that tells your
94 \dap{} how to boot and load other components of Rockbox. This is the 94 \dap{} how to boot and load other components of Rockbox. This is the
95 component of Rockbox that is installed to the flash memory of your 95 component of Rockbox that is installed to the flash memory of your
96 \playerman.} 96 \playerman.}
@@ -107,14 +107,14 @@ software.
107 107
108 \end{description} 108 \end{description}
109 109
110 \subsection{Installing the bootloader} 110 \subsection{Installing the boot loader}
111 \opt{h1xx,h300}{\input{getting_started/iriver_install.tex}} 111 \opt{h1xx,h300}{\input{getting_started/iriver_install.tex}}
112 \opt{ipod}{\input{getting_started/ipod_install.tex}} 112 \opt{ipod}{\input{getting_started/ipod_install.tex}}
113 \opt{x5}{\input{getting_started/iaudio_install.tex}} 113 \opt{x5}{\input{getting_started/iaudio_install.tex}}
114 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}} 114 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}}
115 115
116 \subsection{Installing the firmware} 116 \subsection{Installing the firmware}
117 After installing the bootloader, the installation becomes fairly easy. 117 After installing the boot loader, the installation becomes fairly easy.
118} 118}
119 119
120There are three different types of firmware binaries from Rockbox website: 120There are three different types of firmware binaries from Rockbox website:
@@ -217,7 +217,7 @@ use.
217 your player using Itunes, you will not be able to see your music because 217 your player using Itunes, you will not be able to see your music because
218 Itunes changes your files' names and hides them in directories in the 218 Itunes changes your files' names and hides them in directories in the
219 \fname{Ipod\_Control} folder. You can view files placed on your \dap{} by 219 \fname{Ipod\_Control} folder. You can view files placed on your \dap{} by
220 Itunes by initializing and using Rockbox's Tag Cache. See 220 Itunes by initialising and using Rockbox's Tag Cache. See
221 \reference{ref:tagcache} for more information. 221 \reference{ref:tagcache} for more information.
222 } 222 }
223} 223}
@@ -252,7 +252,7 @@ connect the \playerman{} to your computer, and delete the
252\optv{ipod}{ 252\optv{ipod}{
253 Next, open a command window (Windows) or a terminal window (Mac or Linux). 253 Next, open a command window (Windows) or a terminal window (Mac or Linux).
254 Navigate to the folder you created when you downloaded the 254 Navigate to the folder you created when you downloaded the
255 \fname{ipodpatcher} program you used to install the Rockbox bootloader. 255 \fname{ipodpatcher} program you used to install the Rockbox boot loader.
256 Type the following command: 256 Type the following command:
257 257
258 \begin{code} 258 \begin{code}
@@ -272,24 +272,24 @@ Turn the \dap{} back on and the original \playerman{} software will load.
272 272
273\opt{h1xx}{ 273\opt{h1xx}{
274 \note{ 274 \note{
275 There's no need to remove the installed bootloader. If you want to remove 275 There's no need to remove the installed boot loader. If you want to remove
276 it, simply flash an unpatched \playerman{} firmware. Be aware that doing so 276 it, simply flash an unpatched \playerman{} firmware. Be aware that doing so
277 will also remove the bootloader USB mode. As that mode can come in quite 277 will also remove the boot loader USB mode. As that mode can come in quite
278 handy (especially when having disk errors) it is recommended to keep the 278 handy (especially when having disk errors) it is recommended to keep the
279 bootloader. It also gives you the possibility of trying Rockbox anytime 279 boot loader. It also gives you the possibility of trying Rockbox anytime
280 later by simply installing the distribution files. 280 later by simply installing the distribution files.
281 } 281 }
282} 282}
283 283
284\opt{h300}{ 284\opt{h300}{
285 \note{ 285 \note{
286 There's no need to remove the installed bootloader, although you if you 286 There's no need to remove the installed boot loader, although you if you
287 retain the Rockbox bootloader, you will need to hold the \ButtonRec{} 287 retain the Rockbox boot loader, you will need to hold the \ButtonRec{}
288 button each time you want to start the original firmware. If you want to 288 button each time you want to start the original firmware. If you want to
289 remove it simply flash an unpatched \playerman{} firmware. Be aware that 289 remove it simply flash an unpatched \playerman{} firmware. Be aware that
290 doing so will also remove the bootloader USB mode. As that mode can come in 290 doing so will also remove the boot loader USB mode. As that mode can come in
291 quite handy (especially when having disk errors), you may wish to keep the 291 quite handy (especially when having disk errors), you may wish to keep the
292 bootloader. It also gives you the possibility of trying Rockbox anytime 292 boot loader. It also gives you the possibility of trying Rockbox anytime
293 later by simply installing a new build. 293 later by simply installing a new build.
294 } 294 }
295} 295}
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index a50519db8e..040532b950 100755
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -5,7 +5,7 @@ Please check the wiki for up-to-date and improved installation instructions!
5If you find errors you're of course welcomed to report them so we can fix it 5If you find errors you're of course welcomed to report them so we can fix it
6for the next daily builds.} 6for the next daily builds.}
7 7
8 Installing the bootloader is the trickiest part of the installation. 8 Installing the boot loader is the trickiest part of the installation.
9 \opt{ipodnano}{First, you need to find out which version of the Apple 9 \opt{ipodnano}{First, you need to find out which version of the Apple
10 firmware you're running. To do this, start the Apple firmware and go to 10 firmware you're running. To do this, start the Apple firmware and go to
11 Settings screen. In the ``About'' screen you'll find the version number 11 Settings screen. In the ``About'' screen you'll find the version number
@@ -87,7 +87,7 @@ for the next daily builds.}
87 ipodpatcher -r \emph{N} bootpartition.bin 87 ipodpatcher -r \emph{N} bootpartition.bin
88 \end{code} 88 \end{code}
89 \note{You should keep a safe backup of this \fname{bootpartition.bin} file 89 \note{You should keep a safe backup of this \fname{bootpartition.bin} file
90 for use if you ever wish to either upgrade the Rockbox bootloader or 90 for use if you ever wish to either upgrade the Rockbox boot loader or
91 uninstall Rockbox from your Ipod} 91 uninstall Rockbox from your Ipod}
92 \item Extract the Apple firmware from the partition image image just created: 92 \item Extract the Apple firmware from the partition image image just created:
93 \begin{code} 93 \begin{code}
@@ -102,7 +102,7 @@ for the next daily builds.}
102 ipod_fw -o apple_sw_5g_rcsc.bin -e 1 bootpartition.bin 102 ipod_fw -o apple_sw_5g_rcsc.bin -e 1 bootpartition.bin
103 \end{code} 103 \end{code}
104} 104}
105 \item Merge the Rockbox bootloader you downloaded previously with the Apple 105 \item Merge the Rockbox boot loader you downloaded previously with the Apple
106 firm\-ware.% 106 firm\-ware.%
107\optv{ipodnano}{ 107\optv{ipodnano}{
108 If your firmware version is lower than 1.2 this works you need 108 If your firmware version is lower than 1.2 this works you need
@@ -265,7 +265,7 @@ Now, proceed with installing the firmware itself.
265 \item \url{http://www.rockbox.org/viewcvs.cgi/*checkout*/tools/ipod_fw.c} 265 \item \url{http://www.rockbox.org/viewcvs.cgi/*checkout*/tools/ipod_fw.c}
266 \end{itemize} 266 \end{itemize}
267 Now compile it to an executable by opening a command prompt and changing 267 Now compile it to an executable by opening a command prompt and changing
268 to the folder created previously. Thn run the following command: 268 to the folder created previously. Then run the following command:
269 \begin{code} 269 \begin{code}
270 gcc -o ipod_fw ipod_fw.c 270 gcc -o ipod_fw ipod_fw.c
271 \end{code} 271 \end{code}
diff --git a/manual/getting_started/iriver_install.tex b/manual/getting_started/iriver_install.tex
index fb950a23dd..0cb59492e8 100644
--- a/manual/getting_started/iriver_install.tex
+++ b/manual/getting_started/iriver_install.tex
@@ -1,11 +1,11 @@
1% $Id$ % 1% $Id$ %
2 2
3 Installing the bootloader is the trickiest part of the installation. 3 Installing the boot loader is the trickiest part of the installation.
4 The Rockbox bootloader allows users to boot into either the Rockbox 4 The Rockbox boot loader allows users to boot into either the Rockbox
5 firmware or the iriver firmware. For legal reasons, we cannot distribute 5 firmware or the \playerman{} firmware. For legal reasons, we cannot distribute
6 the bootloader. Instead, we have developed a program that will patch the 6 the boot loader. Instead, we have developed a program that will patch the
7 Iriver firmware with the Rockbox bootloader. These instructions will explain 7 Iriver firmware with the Rockbox boot loader. These instructions will explain
8 how to download and patch the Iriver firmware with the Rockbox bootloader 8 how to download and patch the Iriver firmware with the Rockbox boot loader
9 and install it on your jukebox. 9 and install it on your jukebox.
10 10
11 11
@@ -22,7 +22,7 @@
22 your player.} 22 your player.}
23 \opt{IRIVER_H300_PAD}{1.28K, 1.28EU, 1.28J, 1.29K, 1.29J and 1.30EU. 23 \opt{IRIVER_H300_PAD}{1.28K, 1.28EU, 1.28J, 1.29K, 1.29J and 1.30EU.
24 \note{The US H3xx firmware is not currently supported and cannot be 24 \note{The US H3xx firmware is not currently supported and cannot be
25 patched to be used with the bootloader. If you wish to install Rockbox 25 patched to be used with the boot loader. If you wish to install Rockbox
26 on a US \playername, you must use an international firmware, which will 26 on a US \playername, you must use an international firmware, which will
27 permanently remove DRM support from the player.} 27 permanently remove DRM support from the player.}
28 }% 28 }%
@@ -32,7 +32,7 @@
32 to your desktop. Likewise, if the file that you downloaded is an 32 to your desktop. Likewise, if the file that you downloaded is an
33 \fname{.exe} file, double-click on the \fname{.exe} file to extract 33 \fname{.exe} file, double-click on the \fname{.exe} file to extract
34 the \fname{.hex} file to your desktop. 34 the \fname{.hex} file to your desktop.
35 When running linux you should be able extracting \fname{.exe} 35 When running Linux you should be able extracting \fname{.exe}
36 files using \fname{unzip}. 36 files using \fname{unzip}.
37 % 37 %
38 \item Download the firmware patcher \fname{fwpatcher.exe} from 38 \item Download the firmware patcher \fname{fwpatcher.exe} from
@@ -50,7 +50,7 @@
50 to the \fname{.hex} file that you previously downloaded to your desktop. 50 to the \fname{.hex} file that you previously downloaded to your desktop.
51 % 51 %
52 \item Click \setting{Patch}. The firmware patcher will patch the 52 \item Click \setting{Patch}. The firmware patcher will patch the
53 original firmware to include the Rockbox bootloader. The \fname{.hex} 53 original firmware to include the Rockbox boot loader. The \fname{.hex}
54 file on your desktop is now a modified version of the original 54 file on your desktop is now a modified version of the original
55 \fname{.hex} file. 55 \fname{.hex} file.
56 % 56 %
@@ -65,7 +65,7 @@
65 or that it is connected to the power adaptor. Interrupting the next step 65 or that it is connected to the power adaptor. Interrupting the next step
66 due to a power failure most likely will brick your \dap{}.} 66 due to a power failure most likely will brick your \dap{}.}
67 % 67 %
68 \item Update your \daps{} firmware with the patched bootloader. To do this, turn 68 \item Update your \daps{} firmware with the patched boot loader. To do this, turn
69 the jukebox on. Press and hold the 69 the jukebox on. Press and hold the
70 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} button }% 70 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} button }%
71 to enter the main menu, and navigate to \setting{General $\rightarrow$ Firmware 71 to enter the main menu, and navigate to \setting{General $\rightarrow$ Firmware
@@ -76,24 +76,24 @@
76 firmware update is complete the player will turn itself off. (The update 76 firmware update is complete the player will turn itself off. (The update
77 firmware process usually takes a minute or so.) 77 firmware process usually takes a minute or so.)
78 78
79 You have now installed the Rockbox bootloader. 79 You have now installed the Rockbox boot loader.
80\end{enumerate} 80\end{enumerate}
81 81
82\note{If you install the Rockbox bootloader but do not install the 82\note{If you install the Rockbox boot loader but do not install the
83 Rockbox firmware the Rockbox bootloader will load the iriver firmware when the 83 Rockbox firmware the Rockbox boot loader will load the Iriver firmware when the
84 jukebox is turned on. 84 jukebox is turned on.
85 To load the \playerman{} firmware press and hold \ButtonRec{} before 85 To load the \playerman{} firmware press and hold \ButtonRec{} before
86 powering up the \dap{} until the \playerman{} logo appears. 86 powering up the \dap{} until the \playerman{} logo appears.
87 } 87 }
88 88
89\note{The bootloader has a builtin ``bootloader USB mode''. This function 89\note{The boot loader has a built-in ``boot loader USB mode''. This function
90 switches to USB mode when the \dap{} is connected to a computer upon 90 switches to USB mode when the \dap{} is connected to a computer upon
91 power-up. This way you can access the \daps{} harddisk without the need 91 power-up. This way you can access the \daps{} hard disk without the need
92 to boot any firmware (which is also useful when your harddisk is 92 to boot any firmware (which is also useful when your hard disk is
93 damaged). The screen will simply display the text ``bootloader USB mode''. 93 damaged). The screen will simply display the text ``boot loader USB mode''.
94 After you disconnect the \dap{} from USB the bootloader will 94 After you disconnect the \dap{} from USB the boot loader will
95 continue booting Rockbox. As in bootloader USB mode the firmware 95 continue booting Rockbox. As in boot loader USB mode the firmware
96 itself hasn't been loaded this is also a simple way of updating Rockbox. 96 itself hasn't been loaded this is also a simple way of updating Rockbox.
97 After the disconnect the bootloader will load the updated version of 97 After the disconnect the boot loader will load the updated version of
98 Rockbox. 98 Rockbox.
99} 99}
diff --git a/manual/getting_started/main.tex b/manual/getting_started/main.tex
index 0e930ff1a6..d85f4c4894 100644
--- a/manual/getting_started/main.tex
+++ b/manual/getting_started/main.tex
@@ -4,14 +4,14 @@
4This is the manual for Rockbox. Rockbox is an open source firmware replacement 4This is the manual for Rockbox. Rockbox is an open source firmware replacement
5for a growing number of MP3 players. Rockbox aims to be considerably more 5for a growing number of MP3 players. Rockbox aims to be considerably more
6functional and efficient than your device's stock firmware while remaining easy 6functional and efficient than your device's stock firmware while remaining easy
7to use and customizable. Rockbox is written by users, for users. Not only is it 7to use and customisable. Rockbox is written by users, for users. Not only is it
8free to use, it's also released under the GNU public license, which means that 8free to use, it's also released under the GNU public license, which means that
9it will always remain free both to use and to change. 9it will always remain free both to use and to change.
10 10
11Rockbox has been in development since 2001, and recieves new features, tweaks 11Rockbox has been in development since 2001, and receives new features, tweaks
12and fixes each day to provide you with the best possible experience on your MP3 12and fixes each day to provide you with the best possible experience on your MP3
13player. A major goal of Rockbox is to be simple and easy to use, yet remain very 13player. A major goal of Rockbox is to be simple and easy to use, yet remain very
14customizable and configurable. We believe that you should never need to go 14customisable and configurable. We believe that you should never need to go
15through a series of menus for an action you perform frequently. We also believe 15through a series of menus for an action you perform frequently. We also believe
16that you should be able to configure almost anything about Rockbox you could 16that you should be able to configure almost anything about Rockbox you could
17want, pertaining to functionality. Another top priority of Rockbox is audio 17want, pertaining to functionality. Another top priority of Rockbox is audio
@@ -32,14 +32,14 @@ firmware. There is, however, more help available. The Rockbox website at
32written by members of the Rockbox community and this should be your first port 32written by members of the Rockbox community and this should be your first port
33of call when looking for further help. 33of call when looking for further help.
34 34
35If you can't find the informations you're searching for on the Rockbox 35If you can't find the information you're searching for on the Rockbox
36website there are a number of support channels you should have a look at. 36website there are a number of support channels you should have a look at.
37You can try the Rockbox forums located at \url{http://forums.rockbox.org/}. 37You can try the Rockbox forums located at \url{http://forums.rockbox.org/}.
38Another option are the mailing lists which can be found at 38Another option are the mailing lists which can be found at
39\url{http://www.rockbox.org/mail/}. From that page you can subscribe to the 39\url{http://www.rockbox.org/mail/}. From that page you can subscribe to the
40lists and browse the archives. For searching the list archives simply use 40lists and browse the archives. For searching the list archives simply use
41the search field that is located on the left side of the web site. 41the search field that is located on the left side of the web site.
42Also you can ask on IRC. The main channel for rockbox is \texttt{\#rockbox} 42Also you can ask on IRC. The main channel for Rockbox is \texttt{\#rockbox}
43on \url{irc://irc.freenode.net}. A bunch of helpful developers and users 43on \url{irc://irc.freenode.net}. A bunch of helpful developers and users
44are usually around. Just join and ask -- if someone knows the answer you'll 44are usually around. Just join and ask -- if someone knows the answer you'll
45usually get an answer pretty quickly. More information including IRC logs 45usually get an answer pretty quickly. More information including IRC logs
@@ -70,7 +70,7 @@ you finding important parts or parts you could skip. The following icons
70are used: 70are used:
71\note{This indicates a note. A note starts always with the text ``Note''. 71\note{This indicates a note. A note starts always with the text ``Note''.
72 For easier finding of notes we have put this an icon in the margin like 72 For easier finding of notes we have put this an icon in the margin like
73 here. Notes are used to mark informations that could help you 73 here. Notes are used to mark information that could help you
74 or indicate a possible ``weirdness'' in rockbox that would be explained. 74 or indicate a possible ``weirdness'' in rockbox that would be explained.
75} 75}
76\warn{This is a warning. In contrast to notes mentioned above, a warning 76\warn{This is a warning. In contrast to notes mentioned above, a warning
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index e9d9457035..469ef88c0b 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -76,11 +76,11 @@ for more details on configuring bookmarking in Rockbox.
76 76
77\section{Sound Settings} 77\section{Sound Settings}
78The \setting{Sound Settings} menu offers a selection of sound properties you may 78The \setting{Sound Settings} menu offers a selection of sound properties you may
79change to customize your listening experience. The details of this menu are 79change to customise your listening experience. The details of this menu are
80covered in detail in \reference{ref:configure_rockbox_sound}. 80covered in detail in \reference{ref:configure_rockbox_sound}.
81 81
82\section{General Settings} 82\section{General Settings}
83The \setting{General Settings} menu allows you to customize the way Rockbox looks 83The \setting{General Settings} menu allows you to customise the way Rockbox looks
84and the way it plays music. The details of this menu are covered in detail in 84and the way it plays music. The details of this menu are covered in detail in
85\reference{ref:configure_rockbox_general}. 85\reference{ref:configure_rockbox_general}.
86 86
@@ -138,7 +138,7 @@ headphones and when connected to an external amplifier. See
138\begin{description} 138\begin{description}
139\item[Create Playlist:] 139\item[Create Playlist:]
140 Rockbox will create a playlist with all tracks in the current directory 140 Rockbox will create a playlist with all tracks in the current directory
141and all subdirectories. The playlist will be created one folder level ``up'' 141and all sub-directories. The playlist will be created one folder level ``up''
142from where you currently are. 142from where you currently are.
143 143
144\item[View Current Playlist:] 144\item[View Current Playlist:]
@@ -151,8 +151,8 @@ directory (see \reference{ref:Playlistsubmenu}).
151 151
152\item[Recursively Insert Directories: ] 152\item[Recursively Insert Directories: ]
153 If set to \setting{On}, then when a directory is inserted or queued into a 153 If set to \setting{On}, then when a directory is inserted or queued into a
154 dynamic playlist, all subdirectories will also be inserted. If set to \setting{Ask}, 154 dynamic playlist, all sub-directories will also be inserted. If set to \setting{Ask},
155 Rockbox will prompt the user about whether to include subdirectories. 155 Rockbox will prompt the user about whether to include sub-directories.
156 Options: \setting{Off}, \setting{Ask}, \setting{On} 156 Options: \setting{Off}, \setting{Ask}, \setting{On}
157 157
158\item[Warn When Erasing Dynamic Playlist: ] 158\item[Warn When Erasing Dynamic Playlist: ]
@@ -190,7 +190,7 @@ of free space on the disk.
190 Software version and credits display. 190 Software version and credits display.
191 191
192\item[Debug (Keep Out!):] 192\item[Debug (Keep Out!):]
193 This submenu is intended to be used \emph{only} by Rockbox developers. 193 This sub menu is intended to be used \emph{only} by Rockbox developers.
194 It shows hardware, disk, battery status and other technical information. 194 It shows hardware, disk, battery status and other technical information.
195 \warn{It is not recommended that users access this menu unless instructed to 195 \warn{It is not recommended that users access this menu unless instructed to
196 do so in the course of fixing a problem with Rockbox. If you think you have 196 do so in the course of fixing a problem with Rockbox. If you think you have
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 22d2defede..dddcef0d9e 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -25,7 +25,7 @@ picture above. In detail the buttons are described in the following paragraph.
25 On the right side the buttons \ButtonOn{}, \ButtonOff{}, \ButtonMode{} and 25 On the right side the buttons \ButtonOn{}, \ButtonOff{}, \ButtonMode{} and
26 the hold switch. Next comes on the bottom the USB port, 26 the hold switch. Next comes on the bottom the USB port,
27 a small hole for resetting the \dap{}, charger plug. On the left side located 27 a small hole for resetting the \dap{}, charger plug. On the left side located
28 is the button \ButtonRec{}. At least the top has headphone minijack plug, 28 is the button \ButtonRec{}. At least the top has headphone mini-jack plug,
29 remote port, optical/line in and optical/line out. 29 remote port, optical/line in and optical/line out.
30 The joystick in the middle of the \dap{} is 30 The joystick in the middle of the \dap{} is
31 used to navigate menus by pressing it up, down, left and right. Pressing the 31 used to navigate menus by pressing it up, down, left and right. Pressing the
@@ -42,7 +42,7 @@ picture above. In detail the buttons are described in the following paragraph.
42 four directional buttons used to navigate up, down, left and right. 42 four directional buttons used to navigate up, down, left and right.
43 43
44 On the top panel of the \dap{}, from left to right, you can find the 44 On the top panel of the \dap{}, from left to right, you can find the
45 following: headphone minijack plug, remote port, Line-in, Line-out. 45 following: headphone mini jack plug, remote port, Line-in, Line-out.
46 46
47 On the bottom panel of the \dap{}, from left to right, you can find the 47 On the bottom panel of the \dap{}, from left to right, you can find the
48 following: power jack and two USB ports. The USB port on the right is used 48 following: power jack and two USB ports. The USB port on the right is used
@@ -147,7 +147,7 @@ audio files to it.
147 147
148When you have files on your \dap{} you'll see the supported ones now. Of 148When you have files on your \dap{} you'll see the supported ones now. Of
149course you can change this view later. You can also completely switch to 149course you can change this view later. You can also completely switch to
150a view that is based on the metadata\footnote{ID3 Tags, Vorbis comments, etc.} 150a view that is based on the meta-data\footnote{ID3 Tags, Vorbis comments, etc.}
151of your audio files. This view is called Tag Cache (see 151of your audio files. This view is called Tag Cache (see
152\reference{ref:tagcache}). Now you can start browsing the folder structure of 152\reference{ref:tagcache}). Now you can start browsing the folder structure of
153your \dap{}. 153your \dap{}.
@@ -176,7 +176,7 @@ stops the playback instead of going up a level.
176Rockbox' main screen is the \setting{File Browser}. This is pretty different to 176Rockbox' main screen is the \setting{File Browser}. This is pretty different to
177most other players that use the ``While Playing Screen'' as their main screen. 177most other players that use the ``While Playing Screen'' as their main screen.
178In Rockbox' view this doesn't make any sense as when you are not playing a 178In Rockbox' view this doesn't make any sense as when you are not playing a
179file, information about the currently playing file isn't available and therfore 179file, information about the currently playing file isn't available and therefore
180useless. Because of this the \dap{} switches to the \setting{File Browser} when 180useless. Because of this the \dap{} switches to the \setting{File Browser} when
181playback gets stopped. There is no point showing the WPS when playback is 181playback gets stopped. There is no point showing the WPS when playback is
182stopped, so this is not and will not be possible. 182stopped, so this is not and will not be possible.
@@ -199,23 +199,23 @@ Some views, especially the file browser and the WPS have a context menu.
199From the file browser this can be accessed with \ActionStdContext{}. 199From the file browser this can be accessed with \ActionStdContext{}.
200The contents of the context menu vary, depending on the situation it gets 200The contents of the context menu vary, depending on the situation it gets
201called. The context menu itself presents you with some operations you can 201called. The context menu itself presents you with some operations you can
202perform with the currently hightlighted file. In the file browser this is 202perform with the currently highlighted file. In the file browser this is
203the file (or folder) that is highlighted by the cursor. From the WPS this is 203the file (or folder) that is highlighted by the cursor. From the WPS this is
204the currently playing file. Also there are some actions that don't apply 204the currently playing file. Also there are some actions that don't apply
205to the current file but refer to the screen from which the context menu 205to the current file but refer to the screen from which the context menu
206gets called. One example is the playback menu, which can be called using 206gets called. One example is the playback menu, which can be called using
207the context menu from within the WPS. 207the context menu from within the WPS.
208 208
209\section{Customizing Rockbox} 209\section{Customising Rockbox}
210Rockbox' User Interface can be customized using ``Themes''. Themes usually 210Rockbox' User Interface can be customised using ``Themes''. Themes usually
211only affect the visual apperance, but an advanced user can create a theme 211only affect the visual appearance, but an advanced user can create a theme
212that also changes various other settings like file view, LCD settings and 212that also changes various other settings like file view, LCD settings and
213all other settings that can be modified using \fname{.cfg} files. This topic 213all other settings that can be modified using \fname{.cfg} files. This topic
214is discussed in more detail in \reference{ref:manage_settings}. 214is discussed in more detail in \reference{ref:manage_settings}.
215The Rockbox distribution comes with some themes that should look nice on 215The Rockbox distribution comes with some themes that should look nice on
216your \dap{}. \note{Some of the themes shipped with Rockbox need additional 216your \dap{}. \note{Some of the themes shipped with Rockbox need additional
217fonts from the fonts package, so make sure you installed them. 217fonts from the fonts package, so make sure you installed them.
218Also, if you downloaded additional themes from the internet make sure you 218Also, if you downloaded additional themes from the Internet make sure you
219have the needed fonts installed as otherwise the theme may get displayed 219have the needed fonts installed as otherwise the theme may get displayed
220garbled.} 220garbled.}
221 221
diff --git a/manual/rockbox_interface/playback.tex b/manual/rockbox_interface/playback.tex
index 3174160605..b4a3faa72b 100644
--- a/manual/rockbox_interface/playback.tex
+++ b/manual/rockbox_interface/playback.tex
@@ -168,10 +168,10 @@ On the other hand, if the \setting{Playlist Submenu} is invoked on a
168directory, Rockbox adds all of the tracks in that directory to the playlist. 168directory, Rockbox adds all of the tracks in that directory to the playlist.
169 169
170\note{You can control whether or not Rockbox includes the contents of 170\note{You can control whether or not Rockbox includes the contents of
171 subdirectories when adding an entire directory to a playlists. Set the 171 sub-directories when adding an entire directory to a playlists. Set the
172 \setting{Main Menu $\rightarrow$ Playlist Options $\rightarrow$ Recursively 172 \setting{Main Menu $\rightarrow$ Playlist Options $\rightarrow$ Recursively
173 Insert Directories} setting to \setting{Yes} if you would like Rockbox to 173 Insert Directories} setting to \setting{Yes} if you would like Rockbox to
174 include tracks in subdirectories as well as tracks in the currently-selected 174 include tracks in sub-directories as well as tracks in the currently-selected
175 directory.} 175 directory.}
176 176
177If you want to have Rockbox create a playlist of a whole folder (to play an 177If you want to have Rockbox create a playlist of a whole folder (to play an
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index 7a25075ed3..08f6227db3 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -8,8 +8,8 @@ contained in the tags (ID3v1, ID3v2%
8) in your audio files, Rockbox builds and maintains a database of the music 8) in your audio files, Rockbox builds and maintains a database of the music
9files on your player and allows you to browse them by Artist, Album and Genre. 9files on your player and allows you to browse them by Artist, Album and Genre.
10 10
11\subsection{Initializing the Tag Cache} 11\subsection{Initialising the Tag Cache}
12Before you use the Tag Cache for the first time, you must initialize it by using 12Before you use the Tag Cache for the first time, you must initialise it by using
13the \setting{Initialize Now} function in the \setting{Tag Cache Menu}, which is 13the \setting{Initialize Now} function in the \setting{Tag Cache Menu}, which is
14described in the following section. 14described in the following section.
15 15
@@ -43,7 +43,7 @@ described in the following section.
43 deleted files from the database you need to run \setting{Update Now}.}% 43 deleted files from the database you need to run \setting{Update Now}.}%
44 44
45\item[Initialize Now.] 45\item[Initialize Now.]
46 Before you use the Tag Cache for the first time, you must initialize it by 46 Before you use the Tag Cache for the first time, you must Initialize it by
47 using the \setting{Initialize Now} function in the \setting{Tag Cache 47 using the \setting{Initialize Now} function in the \setting{Tag Cache
48 Menu}. 48 Menu}.
49 \warn{\setting{Initialize Now} removes all database files (removing 49 \warn{\setting{Initialize Now} removes all database files (removing
@@ -52,9 +52,9 @@ described in the following section.
52 \dap{}, and may require a restart to allow the files to be committed to the 52 \dap{}, and may require a restart to allow the files to be committed to the
53 cache. 53 cache.
54 54
55 The Tag Cache initialization happens in the background, so you can continue 55 The Tag Cache initialisation happens in the background, so you can continue
56 to listen to music while the Tag Cache is being initialized. If you shut 56 to listen to music while the Tag Cache is being initialised. If you shut
57 down your player during initialization, the database building process will 57 down your player during initialisation, the database building process will
58 continue next time you turn it on. 58 continue next time you turn it on.
59 59
60\item[Update Now.] 60\item[Update Now.]
@@ -83,12 +83,12 @@ described in the following section.
83\item[Import modifications.] 83\item[Import modifications.]
84 Allows the \fname{/.rockbox/tagcache\_changelog.txt} backup to be 84 Allows the \fname{/.rockbox/tagcache\_changelog.txt} backup to be
85 conveniently loaded into the Tag Cache. This is performed automatically when 85 conveniently loaded into the Tag Cache. This is performed automatically when
86 the Tag Cache is initialized. 86 the Tag Cache is initialised.
87 87
88\end{description} 88\end{description}
89 89
90\subsection{Using the Tag Cache} 90\subsection{Using the Tag Cache}
91Once the Tag Cache has been initialized, you can browse your music by Artist, 91Once the Tag Cache has been initialised, you can browse your music by Artist,
92Album, Genre and Song Name. To use the Tag Cache, change the 92Album, Genre and Song Name. To use the Tag Cache, change the
93\setting{Show Files} show mode by changing the \setting{General Settings 93\setting{Show Files} show mode by changing the \setting{General Settings
94$\rightarrow$ File View $\rightarrow$ Show files} option to 94$\rightarrow$ File View $\rightarrow$ Show files} option to
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 45f30a8dfd..4375c6f14c 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -4,7 +4,7 @@ The While Playing Screen (WPS) displays various pieces of information about the
4currently playing audio file. 4currently playing audio file.
5% 5%
6\opt{HAVE_LCD_BITMAP}{% 6\opt{HAVE_LCD_BITMAP}{%
7 The apperance of the WPS can be configured using wps configuration files. 7 The appearance of the WPS can be configured using WPS configuration files.
8 The items shown depend on your configuration -- all item can be turned on 8 The items shown depend on your configuration -- all item can be turned on
9 or off independently. Refer to \reference{ref:wps_tags} for details on how 9 or off independently. Refer to \reference{ref:wps_tags} for details on how
10 to change the display of the WPS. 10 to change the display of the WPS.
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index 4fe3736f8d..4f7ce17021 100755
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -111,10 +111,10 @@ accept it and you're done.
111 111
112\subsection{Helpful Hints} 112\subsection{Helpful Hints}
113 113
114\subsubsection{Including subdirectories in playlists} 114\subsubsection{Including sub-directories in playlists}
115You can control whether or not Rockbox includes the contents of 115You can control whether or not Rockbox includes the contents of
116subdirectories when adding an entire directory to a playlists. 116sub-directories when adding an entire directory to a playlists.
117Set the \setting{Main Menu $\rightarrow$ Playlist Options $\rightarrow$ 117Set the \setting{Main Menu $\rightarrow$ Playlist Options $\rightarrow$
118 Recusively Insert Directories} setting to \setting{Yes} if you would like 118 Recursively Insert Directories} setting to \setting{Yes} if you would like
119Rockbox to include tracks in subdirectories as well as tracks in the 119Rockbox to include tracks in sub-directories as well as tracks in the
120currently selected directory. 120currently selected directory.