blob: 39962008ffd0a43f5f4b30caaa27a2ba992e4df3 [file] [log] [blame]
Dominik Riebeling536c6b42006-08-14 07:13:01 +00001% $Id$ %
2\chapter{Installation}\label{sec:installation}
Michael DiFebbo1f085512006-09-10 19:03:52 +00003
Nils Wallménius2988b7a2007-02-18 11:01:26 +00004\opt{ipodnano}{
5 \note{Rockbox presently runs only on the original Ipod Nano. Rockbox does
6 \emph{not} run on the newer, second generation Ipod Nano (the all alumminum
7 verion). For information on identifying which Ipod you own, see this page on
8 Apple's web site: \url{http://www.info.apple.com/kbnum/n61688}
Michael DiFebbo88deb542006-12-30 15:14:30 +00009 }
10}
11
Dominik Riebeling33e15592007-09-24 20:12:17 +000012\section{Overview}
13There are two ways of installing Rockbox: automated and manual. While the
14manual way is older, more tested and proven to work correctly, the
15automated installation is based on a nice graphical application that does
16almost everything that's needed for you. It is still important that you have
17an overview of the installation process to be able to select the correct
18installation options.
19
20\opt{MASCODEC}{Rockbox itself comes as a single package. There is no need
21 to install additional software for running Rockbox.}
22\opt{SWCODEC} {
23 \opt{HAVE_RB_BL_ON_DISK}{There are three separate components,
24 two of which need to be installed in order to run Rockbox.}
25 \opt{HAVE_RB_BL_IN_FLASH}{There are two separate components of Rockbox
26 that need to be installed in order to run Rockbox.}
27
28\begin{description}
29\opt{HAVE_RB_BL_ON_DISK}{
30\item[The \playerman{} boot loader.]
31 The \playerman{} boot loader is the program that tells your \dap{} how to boot
32 and load the remaining firmware from disk. It is also responsible for the
33 disk mode on your \dap{}.
34
35 This boot loader is stored in special flash memory in your \playerman{}.
36 It is already installed on your \dap{}, so it is never necessary to modify
37 this in order to install Rockbox.}
38
39\item[The Rockbox boot loader.] \index{Boot loader}
40 \opt{HAVE_RB_BL_ON_DISK}{The Rockbox boot loader is loaded from disk by
41 the \playerman{} boot loader. It is responsible for loading the Rockbox
42 firmware and for providing the dual boot function. It directly replaces the
43 \playerman{} firmware on the \daps{} disk.
44 \opt{gigabeat}{\note{Dual boot does not currently work on the gigabeat.}}}
45
46 \opt{HAVE_RB_BL_IN_FLASH}{
47 The boot loader is the program that tells your
48 \dap{} how to boot and load other components of Rockbox. This is the
49 component of Rockbox that is installed to the flash memory of your
50 \playerman.}
51
52\item[The Rockbox firmware.]
53 \opt{HAVE_RB_BL_IN_FLASH}{Unlike the \playerman{} firmware, which runs
54 entirely from flash memory,}
55 \opt{HAVE_RB_BL_ON_DISK}{Similar to the \playerman{} firmware,}
56 most of the Rockbox code is contained in a
57 ``build'' that resides on your \daps{} drive. This makes it easy to
58 update Rockbox. The build consists of a directory called
59 \fname{.rockbox} containing all of Rockbox' files, which is located in the
60 root of your \daps{} drive.
61
62\end{description}
63}
64
65\nopt{player} {
66 Apart from the required parts there are some addons you might be interested
67 in installing too.
68 \begin{description}
69 \item[Fonts.] Rockbox can load custom fonts. The fonts itself are
70 distributed as separate package and thus needs to be installed
71 separately. The fonts are not required to run Rockbox itself but
72 a lot of themes require the fonts package to be installed.
73
74 \item[Themes.] The view of Rockbox can be customized by themes. Depending
75 on your taste you might want to install additional themes to change
76 the look of Rockbox.
77 \end{description}
78}
79
Dominik Riebeling536c6b42006-08-14 07:13:01 +000080\section{Prerequisites}\label{sec:prerequisites}
Dominik Riebeling7ced47f2006-10-05 16:40:21 +000081\index{Installation!Prerequisites}
Dominik Riebeling536c6b42006-08-14 07:13:01 +000082Before installing Rockbox you should make sure you meet the prerequisites.
83Also you may need some tools for installation. In most cases these will be
84already available on your computer but if not you need to get some additional
85software.
86
Martin Arver5efe4502006-09-11 09:21:15 +000087\begin{description}
Nils Wallménius2988b7a2007-02-18 11:01:26 +000088\item[USB connection.] To transfer Rockbox to your \dap{} you need to
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000089 connect it to your computer. To proceed you need to know where to access the
90 \dap{}. On Windows this means you need to figure out the drive letter
91 associated with the device. On Linux you need to know the mount point of
Martin Arver5efe4502006-09-11 09:21:15 +000092 your \dap{}.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000093
Martin Arver5efe4502006-09-11 09:21:15 +000094 \opt{ipod}{
Nils Wallménius2988b7a2007-02-18 11:01:26 +000095 Your \dap{} should enter disk mode automatically when connected to a
96 computer via USB. If your computer does not recognise your \dap{}, you may
97 need to enter the disk mode manually. Disconnect your \dap{} from the
98 computer. Reset the \dap{} by pressing and holding the \ButtonMenu{} and
99 \ButtonSelect{} buttons simultaneously. As soon as the \dap{} resets, press
100 and hold the \ButtonSelect{} and \ButtonPlay{} buttons simultaneously. Your
101 \dap{} should enter disk mode, and you can try reconnecting to the computer.
102 }
103
Michael DiFebboda8059f2007-01-02 23:10:41 +0000104 \opt{ipod3g,ipod4g,ipodcolor,ipodmini}{
105 \note{\index{Firewire}Firewire detection is not supported in Rockbox at
106 the moment. Please use USB only.}
Martin Arver5efe4502006-09-11 09:21:15 +0000107 }
Dominik Riebeling33e15592007-09-24 20:12:17 +0000108\end{description}
109For manual installation and customization additional software is required.
110\begin{description}
111\item[ZIP utility.]\index{zip}
112 Rockbox is distributed as an archive using the
113 \fname{.zip} format. Thus you need a tool to handle that compressed
114 format. Usually your computer should have a tool installed that can
115 handle the \fname{.zip} file format. Windows XP has built-in support for
116 \fname{.zip} files and presents them to you as folders unless you have
117 installed a third party program that handles compressed files. For
118 other operating systems this may vary. If the \fname{.zip} file format
119 is not recognised on your computer you can find a program to handle them
120 at \url{http://www.info-zip.org/} or \url{http://sevenzip.sf.net/} which
121 can be downloaded and used free of charge.
Nils Wallménius2988b7a2007-02-18 11:01:26 +0000122\item[Text editor.] As you will see in the following chapters, Rockbox is
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000123 highly configurable. In addition to saving configurations within Rockbox,
124 Rockbox also allows you to create customised configuration files. If you
125 would like to edit custom configuration files on your computer, you will
Martin Arver5efe4502006-09-11 09:21:15 +0000126 need a text editor like Windows' ``Wordpad''.
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000127\end{description}
128
Michael DiFebboda8059f2007-01-02 23:10:41 +0000129\opt{ipod}{
Nils Wallménius2988b7a2007-02-18 11:01:26 +0000130 \note{In addition to the requirements described above, Rockbox only works on
Steve Bavin20d8e8d2007-03-15 13:03:37 +0000131 Ipods formatted with the FAT32 filesystem (i.e., Ipods initialized by iTunes
Nils Wallménius2988b7a2007-02-18 11:01:26 +0000132 for Windows). It does not work with the HFS+ filesystem (i.e. Ipods
Steve Bavin20d8e8d2007-03-15 13:03:37 +0000133 initialized by iTunes for the Mac). More information and instructions for
Nils Wallménius2988b7a2007-02-18 11:01:26 +0000134 converting an Ipod to FAT32 can be found on the
Dominik Riebeling23a8a9f2007-05-06 09:48:39 +0000135 \wikilink{IpodConversionToFAT32} wiki
Nils Wallménius2988b7a2007-02-18 11:01:26 +0000136 page on the Rockbox web site. Note that after conversion, you can still use
137 a FAT32 Ipod on a Mac.
138 }
Michael DiFebboda8059f2007-01-02 23:10:41 +0000139}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000140
Dominik Riebeling33e15592007-09-24 20:12:17 +0000141\section{Installing Rockbox}\label{sec:installing_rockbox}\index{Installation}
142\subsection{Automated Installation}
143To automatically install Rockbox download the official installer and
144housekeeping tool \textsc{Rockbox Utility}. It allows you to
145\begin{itemize}
146\item Automatically install all needed components for using Rockbox
147 (``Small Installation'')
148\item Automatically install all suggested components (``Full Installation'')
149\item Selectively install any of all available parts of Rockbox
150\item Install additional themes interactively
151\item Install voice files and generate talk clips
152\item Uninstall all components you installed using Rockbox Utility
153\end{itemize}
Catalin Patulea9c5318b2007-10-26 07:32:38 +0000154Prebuilt binaries for Windows, Linux and MacOS~X are
Dominik Riebeling33e15592007-09-24 20:12:17 +0000155available from \download{rbutil/}. As Rockbox Utility is still under
156development more information including up-to-date download links can be
157found at \wikilink{RockboxUtilityQt}.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000158
Dominik Riebeling33e15592007-09-24 20:12:17 +0000159\warn{Upon the first start of Rockbox Utility you \emph{need} to set at least
160the correct player and mountpoint in the configuration dialog. Autodetection
161can detect most player types. If autodetection failed or was unable to detect
162the mountpoint make sure to enter the correct values. The mountpoint indicates
163the location of the \dap{} in your filesystem. On Windows, this is the drive
164letter the \dap{} gets assigned, on other systems this is a path in the
165filesystem.}
166\opt{ipodvideo}{\warn{Autodetection is unable to distinguish between the
167 \playerman{} 30~GB and 60~GB / 80~GB models and defaults to the
168 30~GB model. This will usually work but you might want to check the
169 detected value, especially if you experience problems with Rockbox.}}
Michael DiFebbo1f085512006-09-10 19:03:52 +0000170
Dominik Riebeling33e15592007-09-24 20:12:17 +0000171\note{Rockbox Utility currently lacks some guiding messages. Please have a
172 look at the manual installation instructions if you're stuck
173 during installation.}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000174
Dominik Riebeling33e15592007-09-24 20:12:17 +0000175\subsection{Manual Installation}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000176
Dominik Riebeling33e15592007-09-24 20:12:17 +0000177\subsubsection{Choosing a Rockbox version}\label{sec:choosing_version}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000178
Dominik Riebeling33e15592007-09-24 20:12:17 +0000179There are three different types of firmware binaries from the Rockbox website:
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000180\label{Version}
Martin Arver06848272007-01-29 18:47:53 +0000181Release version, current build and daily build. You need to decide which one
Martin Arver5efe4502006-09-11 09:21:15 +0000182you want to install and get the version for your \dap{}.
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000183
184\begin{description}
Michael DiFebbo1f085512006-09-10 19:03:52 +0000185
Nils Wallméniusca4342d2007-02-24 22:57:42 +0000186\item[Release.]
187 \opt{archos}{The release version is the latest stable release, free
188 of known critical bugs. The current stable release of Rockbox, version
189 2.5, is available at \url{http://www.rockbox.org/download/}.
190 }
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000191 \opt{SWCODEC}{
Nils Wallménius00a3fc72007-01-19 12:42:19 +0000192 There has not yet been a stable release for the \playername{}. Until
Dominik Riebelingf0efde22007-02-10 18:38:38 +0000193 there is a stable release for \playername{}, use a current build.
Martin Arver5efe4502006-09-11 09:21:15 +0000194 }
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000195
Martin Arver06848272007-01-29 18:47:53 +0000196\item[Current Build.] The current build is built at each source code change to
197 the Rockbox SVN repository, and represent the current state of Rockbox
198 development. This means that the build could contain bugs, but is most of
199 the time safe to use. You can download the current build from
200 \url{http://build.rockbox.org/}.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000201
Dominik Riebeling0d40bf62007-02-10 18:26:29 +0000202\item[Archived Build.] In addition to the release version and the current build,
Martin Arver06848272007-01-29 18:47:53 +0000203 there is also an archive of daily builds available for download. These are
204 built once a day from the latest source code in the SVN repository. You can
Dominik Riebeling0d40bf62007-02-10 18:26:29 +0000205 download archived builds from \url{http://www.rockbox.org/daily.shtml}.
Martin Arver06848272007-01-29 18:47:53 +0000206
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000207\end{description}
Martin Arver5efe4502006-09-11 09:21:15 +0000208
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000209
Martin Arver06848272007-01-29 18:47:53 +0000210Because current builds and daily builds are development versions which change
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000211frequently, they may behave differently than described in this manual, or
212they may introduce new (and maybe annoying) bugs. If you do not want to get
213undefined behaviour from your \dap{} you should really stick to the current
214stable release, if there is one for your \dap{}. If you want to help the
215project development, you can try development builds and help by reporting
Martin Arver06848272007-01-29 18:47:53 +0000216bugs. Just be aware that these are development builds that are highly
Michael DiFebbo1f085512006-09-10 19:03:52 +0000217functional, but not perfect!
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000218
Dominik Riebeling33e15592007-09-24 20:12:17 +0000219\subsubsection{Installing the firmware}\label{sec:installing_firmware}
Dave Chapmana34ce902007-05-06 10:34:01 +0000220
Dominik Riebeling2b174172007-03-12 18:19:42 +0000221\opt{sansa}{\warn{The following steps require you to change the setting in
222 \setting{Settings $\rightarrow$ USB Mode} to \setting{MSC} from within the
223 original firmware. Never extract files to your \dap{} while it is in
224 recovery mode.}}
Barry Wardell8f051092007-03-20 23:44:16 +0000225\opt{h10,h10_5gb}{\warn{The following steps require you to use UMS mode and so
226 may require use of the UMS trick as described in the bootloader installation
227 section.}}
Dominik Riebeling23a8a9f2007-05-06 09:48:39 +0000228\opt{gigabeat}{\warn{During installation, do not connect your \dap{}
229 using the cradle but plug the USB cable directly to the \dap{}.}}
Dave Chapmane287f4e2007-08-24 09:20:44 +0000230\opt{ipodvideo}{\warn{There are separate versions of Rockbox for the 30GB and
231 60GB/80GB models. You must ensure you download the correct version for your
232 \dap{}.}}
Dominik Riebeling23a8a9f2007-05-06 09:48:39 +0000233
Dave Chapmana34ce902007-05-06 10:34:01 +0000234\begin{enumerate}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000235
Dave Chapmana34ce902007-05-06 10:34:01 +0000236\item Download your chosen version of Rockbox from the links in the
237 previous section.
238
239\item Connect your \dap{} to the computer via USB
240 \opt{ipod3g,ipod4g,ipodmini,ipodcolor}{ or Firewire} as described in
241 the manual that came with your \dap{}.
242
243\item Take the file that you downloaded above, and use the ``Extract
244 all'' command of your unzip program to extract the files in the
245 \fname{.zip} file onto your \dap{}.
246
247Note that the entire contents of the \fname{.zip} file should be
248extracted directly to the root of your \daps{} drive. Do not try to
249create a separate directory or folder on your \dap{} for the Rockbox
250files! The \fname{.zip} file already contains the internal directory
251structure that Rockbox needs.
252
253\end{enumerate}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000254
Nils Wallménius15355292007-03-20 11:59:01 +0000255\opt{archos}{
256 \note{
257 If the contents of the \fname{.zip} file are extracted correctly, you will
258 have a file called \fname{\firmwarefilename} in the main folder of your
259 \daps{} drive, and also a folder called \fname{/.rockbox}, which contains a
260 number of other folders and system files needed by Rockbox. If you receive a
261 ``-1'' error when you start Rockbox, you have not extracted the contents of
262 the \fname{.zip} file to the proper location.
263 }
264}
265
266% This has nothing to do with swcodec, just that these players need our own
267% bootloader so we can decide where we want the main binary.
268\opt{SWCODEC}{
269 \note{
270 If the contents of the \fname{.zip} file are extracted correctly, you will
271 have a folder called \fname{/.rockbox}, which contains all the files needed
272 by Rockbox, in the main folder of your \daps{} drive. If you receive a
273 ``-1'' error when you start Rockbox, you have not extracted the contents of
274 the \fname{.zip} file to the proper location.
275 }
276}
Michael DiFebbo19e30842006-12-21 20:54:20 +0000277
Nils Wallméniusd941ae22007-11-10 15:31:56 +0000278\nopt{player}{
279 \subsubsection{Installing the fonts package}{\index{Installation!Fonts}\label{sec:installing_fonts}
280 Rockbox has a fonts package that is available at
281 \url{http://www.rockbox.org/daily.shtml} or from the \emph{extras} link in
282 the menu on the Rockbox website. While the current builds and
283 daily builds change frequently, the fonts package rarely changes. Thus,
284 the fonts package is not included in these builds. (The release version, on
285 the other hand, does not change, so fonts are included when you download a
286 release). When installing Rockbox for the first time, you should install
287 the fonts package.
288
289 \begin{enumerate}
290
291 \item Download the fonts package from the link above.
292
293 \item Take the file that you downloaded above, and use the ``Extract
294 all'' command of your unzip program to extract the files in the
295 \fname{.zip} file onto your \dap{}. As with the firmware installation, the
296 entire contents of the fonts \fname{.zip} should be extracted directly to the
297 root of your \daps{} drive. Do not try to create a separate directory or
298 folder on your \dap{} for the fonts! The \fname{.zip} already contains the
299 correct internal directory structure.
300
301 \end{enumerate}
302 }
303}
304
Michael DiFebbo19e30842006-12-21 20:54:20 +0000305\opt{SWCODEC}{
Dominik Riebeling33e15592007-09-24 20:12:17 +0000306 \subsubsection{Installing the boot loader}
Michael DiFebbo19e30842006-12-21 20:54:20 +0000307 \opt{h1xx,h300}{\input{getting_started/iriver_install.tex}}
308 \opt{ipod}{\input{getting_started/ipod_install.tex}}
Marianne Arnolde6b83472007-09-14 22:15:21 +0000309 \opt{m5,x5}{\input{getting_started/iaudio_install.tex}}
Michael DiFebbo19e30842006-12-21 20:54:20 +0000310 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}}
Dominik Riebelinga0bf1902007-01-04 21:34:40 +0000311 \opt{gigabeat}{\input{getting_started/gigabeat_install.tex}}
Dominik Riebeling2b174172007-03-12 18:19:42 +0000312 \opt{sansa}{\input{getting_started/sansa_install.tex}}
Martin Arver5efe4502006-09-11 09:21:15 +0000313}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000314
Dominik Riebeling33e15592007-09-24 20:12:17 +0000315\subsection{Enabling Speech Support (optional)}\label{sec:enabling_speech_support}
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000316\index{Speech}\index{Installation!Optional Steps}
Marianne Arnoldf735b152007-08-31 23:55:39 +0000317If you wish to use speech support you will also need a voice file, english ones
318are available from \url{http://www.rockbox.org/daily.shtml}. Download the
319``voice'' for your player, rename it to \fname{english.voice}, copy it
320into the \fname{langs} folder which is inside the \fname{/.rockbox} folder on
321your \dap{} and reboot. Voice menus are turned on by default. See
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000322\reference{ref:Voiceconfiguration} for details on voice settings.
323
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000324\section{Running Rockbox}
Dominik Riebeling33e15592007-09-24 20:12:17 +0000325Remove your \dap{} from the computer's USB port. %
Barry Wardell5242cff2007-03-23 17:33:49 +0000326\nopt{ipod,e200}{Unplug any connected power supply and turn the unit off. When
Dominik Riebeling33e15592007-09-24 20:12:17 +0000327you next turn the unit on, Rockbox should load. }%
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000328\opt{ipod}{Rebooting the Ipod by holding
329 \opt{IPOD_4G_PAD}{\ButtonMenu{}+\ButtonSelect{}}%
330 \opt{IPOD_3G_PAD}{\ButtonMenu{}+\ButtonPlay{}}
331 for a couple of seconds until the \dap{} reboots. Now Rockbox should load.
Dominik Riebeling33e15592007-09-24 20:12:17 +0000332} %
333\opt{e200}{Your e200 will automatically reboot and Rockbox should load. }%
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000334When you see the Rockbox splash screen, Rockbox is loaded and ready for
Martin Arver5efe4502006-09-11 09:21:15 +0000335use.
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000336
337\opt{ipod}{
Martin Arver5efe4502006-09-11 09:21:15 +0000338 \note{
339 Rockbox starts in the \setting{File Browser}. If you have loaded music onto
340 your player using Itunes, you will not be able to see your music because
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000341 Itunes changes your files' names and hides them in directories in the
342 \fname{Ipod\_Control} folder. You can view files placed on your \dap{} by
Steve Bavin20d8e8d2007-03-15 13:03:37 +0000343 Itunes by initializing and using Rockbox's database. See
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000344 \reference{ref:database} for more information.
345 }
Martin Arver5efe4502006-09-11 09:21:15 +0000346}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000347
Dominik Riebeling33e15592007-09-24 20:12:17 +0000348\section{Updating Rockbox}
349Even if you don't use Rockbox Utility for updating Rockbox it's easy.
350Download a Rockbox build.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000351(The latest release of the Rockbox software will always be available from
352\url{http://www.rockbox.org/download/}). Unzip the build to the root directory
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000353of your \dap{} like you did in the installation step before. If your unzip
354program asks you whether to overwrite files, choose the ``Yes to all'' option.
Michael DiFebbo1f085512006-09-10 19:03:52 +0000355The new build will be installed over your current build.
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000356
Dominik Riebeling33e15592007-09-24 20:12:17 +0000357\note{If you use Rockbox Utility be aware that it can not detect manually
358 installed components.}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000359
Dominik Riebeling33e15592007-09-24 20:12:17 +0000360\section{Uninstalling Rockbox}\index{Installation!uninstall}
361\subsection{Automatic Uninstallation}
362You can uninstall Rockbox automatically by using Rockbox Utility. If you
363installed Rockbox manually you can still use Rockbox Utility for uninstallation
364but won't be able to do this selectively.
365
366\opt{h1xx,h300}{\note{Rockbox Utility can't uninstall the bootloader due to
367the fact that it requires a flashing procedure. To uninstall the bootloader
368completely follow the manual uninstallation instructions below.}}
369
370\subsection{Manual Uninstallation}
Nils Wallménius15355292007-03-20 11:59:01 +0000371\opt{archos}{
372 If you would like to go back to using the original \playerman{} software,
373 connect the \dap{} to your computer, and delete the
374 \fname{\firmwarefilename} file.
375}
Nils Wallménius9eeb0ad2007-05-13 17:54:35 +0000376\nopt{gigabeat,m5,x5,archos}
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000377 {
378 \note{The Rockbox bootloader can start the original firmware on your \dap.
379 (See \reference{ref:Dualboot} for more information.)}}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000380
Barry Wardell7e8409d2006-10-17 16:22:43 +0000381\opt{h10,h10_5gb}{
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000382 If you would like to go back to using the original \playerman{} software,
383 connect the \dap{} to your computer, and delete the
Barry Wardell8f051092007-03-20 23:44:16 +0000384 \opt{h10}{\fname{H10\_20GC.mi4}}\opt{h10_5gb}{\fname{H10.mi4}} file and rename
385 \fname{OF.mi4} to \opt{h10}{\fname{H10\_20GC.mi4}}\opt{h10_5gb}{\fname{H10.mi4}}
386 in the \fname{System} directory on your \playertype{}. As in the installation,
387 it may be necessary to first put your device into UMS mode.
Barry Wardell7e8409d2006-10-17 16:22:43 +0000388}
389
Nils Wallménius5412b7e2007-03-15 08:47:25 +0000390\opt{e200}{
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000391 If you would like to go back to using the original \playerman{} software,
392 connect the \dap{} to your computer, and follow the instructions to install
393 the bootloader, but when prompted by sansapatcher, enter 'u' for uninstall,
394 instead of 'i' for install. As in the installation, it may be necessary to
395 first put your device into UMS mode.
Nils Wallménius5412b7e2007-03-15 08:47:25 +0000396}
397
Martin Arver5efe4502006-09-11 09:21:15 +0000398\optv{ipod}{
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000399 If you would like to go back to using the original \playerman{} software,
400 connect the \dap{} to your computer, and follow the instructions to install
401 the bootloader, but when prompted by ipodpatcher, enter 'u' for uninstall,
402 instead of 'i' for install.
Martin Arver5efe4502006-09-11 09:21:15 +0000403}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000404
Nils Wallméniusfbf52ae2007-03-19 19:03:25 +0000405\opt{m5,x5}{
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000406 If you would like to go back to using the original \playerman{} software,
407 connect the \dap{} to your computer, download the original \playername{}
408 firmware from the \playerman{} web site. And copy it to the \fname{FIRMWARE}
409 directory on your \playername{}. Turn off the \dap{}, remove the USB cable
410 and insert the charger. The original firmware will automatically be flashed.
411}
412
413\opt{h1xx,h300}{
414 \note{
415 If you want to remove the Rockbox bootloader, simply flash an unpatched
416 \playerman{} firmware. Be aware that doing so will also remove the boot
417 loader USB mode. As that mode can come in quite handy (especially when
418 having disk errors) it is recommended to keep the boot loader. It also
419 gives you the possibility of trying Rockbox anytime later by simply
420 installing the distribution files.
421 \opt{h1xx}{
422 The Rockbox bootlaoder will automatically start the original firmware if
423 the \fname{.rockbox} folder has been deleted.
424 }%
425 \opt{h300}{%
426 Although if you retain the Rockbox boot loader, you will need to hold the
427 \ButtonRec{} button each time you want to start the original firmware.
428 }
429 }
Nils Wallméniusfbf52ae2007-03-19 19:03:25 +0000430}
431
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000432If you wish to clean up your disk, you may also wish to delete the
Nils Wallméniusfbf52ae2007-03-19 19:03:25 +0000433\fname{.rockbox} folder and its contents.
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000434\nopt{m5,x5}{Turn the \playerman{} off.
435 Turn the \dap{} back on and the original \playerman{} software will load.
Martin Arver5efe4502006-09-11 09:21:15 +0000436}
Michael DiFebbo1f085512006-09-10 19:03:52 +0000437