blob: caa94e4950f0b0a397c447baba1e1737ba8fdd2a [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 Riebeling536c6b42006-08-14 07:13:01 +000012\section{Prerequisites}\label{sec:prerequisites}
Dominik Riebeling7ced47f2006-10-05 16:40:21 +000013\index{Installation!Prerequisites}
Dominik Riebeling536c6b42006-08-14 07:13:01 +000014Before installing Rockbox you should make sure you meet the prerequisites.
15Also you may need some tools for installation. In most cases these will be
16already available on your computer but if not you need to get some additional
17software.
18
Martin Arver5efe4502006-09-11 09:21:15 +000019\begin{description}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000020
Dominik Riebeling7ced47f2006-10-05 16:40:21 +000021\item[ZIP utility.]\index{zip}
22 Rockbox is distributed as an archive using the
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000023 \fname{.zip} format. Thus you need a tool to handle that compressed
24 format. Usually your computer should have a tool installed that can
25 handle the \fname{.zip} file format. Windows XP has built-in support for
26 \fname{.zip} files and presents them to you as folders unless you have
Martin Arver5efe4502006-09-11 09:21:15 +000027 installed a third party program that handles compressed files. For
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000028 other operating systems this may vary. If the \fname{.zip} file format
29 is not recognised on your computer you can find a program to handle them
30 at \url{http://www.info-zip.org/} or \url{http://sevenzip.sf.net/} which
Martin Arver5efe4502006-09-11 09:21:15 +000031 can be downloaded and used free of charge.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000032
Nils Wallménius2988b7a2007-02-18 11:01:26 +000033\item[USB connection.] To transfer Rockbox to your \dap{} you need to
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000034 connect it to your computer. To proceed you need to know where to access the
35 \dap{}. On Windows this means you need to figure out the drive letter
36 associated with the device. On Linux you need to know the mount point of
Martin Arver5efe4502006-09-11 09:21:15 +000037 your \dap{}.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000038
Martin Arver5efe4502006-09-11 09:21:15 +000039 \opt{ipod}{
Nils Wallménius2988b7a2007-02-18 11:01:26 +000040 Your \dap{} should enter disk mode automatically when connected to a
41 computer via USB. If your computer does not recognise your \dap{}, you may
42 need to enter the disk mode manually. Disconnect your \dap{} from the
43 computer. Reset the \dap{} by pressing and holding the \ButtonMenu{} and
44 \ButtonSelect{} buttons simultaneously. As soon as the \dap{} resets, press
45 and hold the \ButtonSelect{} and \ButtonPlay{} buttons simultaneously. Your
46 \dap{} should enter disk mode, and you can try reconnecting to the computer.
47 }
48
Michael DiFebboda8059f2007-01-02 23:10:41 +000049 \opt{ipod3g,ipod4g,ipodcolor,ipodmini}{
50 \note{\index{Firewire}Firewire detection is not supported in Rockbox at
51 the moment. Please use USB only.}
Martin Arver5efe4502006-09-11 09:21:15 +000052 }
Nils Wallménius2988b7a2007-02-18 11:01:26 +000053
54\item[Text editor.] As you will see in the following chapters, Rockbox is
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000055 highly configurable. In addition to saving configurations within Rockbox,
56 Rockbox also allows you to create customised configuration files. If you
57 would like to edit custom configuration files on your computer, you will
Martin Arver5efe4502006-09-11 09:21:15 +000058 need a text editor like Windows' ``Wordpad''.
Michael DiFebbo1f085512006-09-10 19:03:52 +000059
Dominik Riebeling536c6b42006-08-14 07:13:01 +000060\end{description}
61
Michael DiFebboda8059f2007-01-02 23:10:41 +000062\opt{ipod}{
Nils Wallménius2988b7a2007-02-18 11:01:26 +000063 \note{In addition to the requirements described above, Rockbox only works on
Steve Bavin20d8e8d2007-03-15 13:03:37 +000064 Ipods formatted with the FAT32 filesystem (i.e., Ipods initialized by iTunes
Nils Wallménius2988b7a2007-02-18 11:01:26 +000065 for Windows). It does not work with the HFS+ filesystem (i.e. Ipods
Steve Bavin20d8e8d2007-03-15 13:03:37 +000066 initialized by iTunes for the Mac). More information and instructions for
Nils Wallménius2988b7a2007-02-18 11:01:26 +000067 converting an Ipod to FAT32 can be found on the
Dominik Riebeling23a8a9f2007-05-06 09:48:39 +000068 \wikilink{IpodConversionToFAT32} wiki
Nils Wallménius2988b7a2007-02-18 11:01:26 +000069 page on the Rockbox web site. Note that after conversion, you can still use
70 a FAT32 Ipod on a Mac.
71 }
Michael DiFebboda8059f2007-01-02 23:10:41 +000072}
Dominik Riebeling536c6b42006-08-14 07:13:01 +000073
Dominik Riebeling536c6b42006-08-14 07:13:01 +000074\section{Installing Rockbox}\label{sec:installing_rockbox}
Dominik Riebeling7ced47f2006-10-05 16:40:21 +000075\index{Installation}
Martin Arver5efe4502006-09-11 09:21:15 +000076\opt{MASCODEC}{
77 \subsection{Using the windows installer}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000078 Using the Windows self installing executable to install Rockbox is the
Martin Arver5efe4502006-09-11 09:21:15 +000079 easiest method of installing the software on your \dap{}. Simply follow the
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000080 on-screen instructions and select the appropriate drive letter and
81 \dap{}-model when prompted. You can use ``Add / Remove Programs'' to
Martin Arver7bdd03a2006-08-27 15:00:50 +000082 uninstall the software at a later date.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000083
Dominik Riebeling536c6b42006-08-14 07:13:01 +000084 \subsection{Manual installation}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000085 For non{}-Windows users and those wishing to install manually from the
Martin Arver5efe4502006-09-11 09:21:15 +000086 archive the procedure is still fairly simple.
87}
Michael DiFebbo1f085512006-09-10 19:03:52 +000088
Martin Arver5efe4502006-09-11 09:21:15 +000089\opt{SWCODEC}{
Martin Arver5778dfb2006-08-25 08:59:25 +000090 \subsection{Introduction}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000091
92 \opt{HAVE_RB_BL_ON_DISK}{There are three separate components of Rockbox,
Barry Wardellec694562006-10-10 16:23:18 +000093 two of which need to be installed in order to run Rockbox.}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000094
95 \opt{HAVE_RB_BL_IN_FLASH}{There are two separate components of Rockbox
Barry Wardellec694562006-10-10 16:23:18 +000096 that need to be installed in order to run Rockbox.}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000097
Michael DiFebbo1f085512006-09-10 19:03:52 +000098 \begin{description}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +000099 \opt{HAVE_RB_BL_ON_DISK}{
Martin Arverf8e2f3e2006-10-17 12:18:51 +0000100 \item[The \playerman{} boot loader.]
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000101 The \playerman{} boot loader is the program that tells your \dap{} how to boot
Barry Wardellec694562006-10-10 16:23:18 +0000102 and load the remaining firmware from disk. It is also responsible for the
103 disk mode on your \dap{}.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000104
105 This boot loader is stored in special flash memory in your \playerman{}.
106 It is already installed on your \dap{}, so it is never necessary to modify
107 this in order to install Rockbox.}
108
Martin Arverf8e2f3e2006-10-17 12:18:51 +0000109 \item[The Rockbox boot loader.] \index{Boot loader}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000110 \opt{HAVE_RB_BL_ON_DISK}{The Rockbox boot loader is loaded from disk by
111 the \playerman{} boot loader. It is responsible for loading the Rockbox
Barry Wardellec694562006-10-10 16:23:18 +0000112 firmware and for providing the dual boot function. It directly replaces the
Paul Loudenb7d93d02007-04-20 15:48:22 +0000113 \playerman{} firmware on the \daps{} disk.
Paul Louden0c2858a2007-04-20 15:44:43 +0000114 \opt{gigabeat}{\note{Dual boot does not currently work on the gigabeat.}}}
115
Barry Wardell55c92972006-10-10 17:53:42 +0000116 \opt{HAVE_RB_BL_IN_FLASH}{
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000117 The boot loader is the program that tells your
118 \dap{} how to boot and load other components of Rockbox. This is the
119 component of Rockbox that is installed to the flash memory of your
Barry Wardellec694562006-10-10 16:23:18 +0000120 \playerman.}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000121
122 \item[The Rockbox firmware.]
123 \opt{HAVE_RB_BL_IN_FLASH}{Unlike the \playerman{} firmware, which runs
Barry Wardellec694562006-10-10 16:23:18 +0000124 entirely from flash memory, }
Barry Wardell55c92972006-10-10 17:53:42 +0000125 \opt{HAVE_RB_BL_ON_DISK}{Similar to the \playerman{} firmware, }
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000126 most of the Rockbox code is contained in a
Dominik Riebelingae92afd2007-03-13 22:29:26 +0000127 ``build'' that resides on your \daps{} drive. This makes it easy to
Nils Wallménius15355292007-03-20 11:59:01 +0000128 update Rockbox. The build consists of a directory called
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000129 \fname{.rockbox} containing all of Rockbox' files, which is located in the
Nils Wallménius15355292007-03-20 11:59:01 +0000130 root of your \daps{} drive.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000131
Michael DiFebbo1f085512006-09-10 19:03:52 +0000132 \end{description}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000133
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000134}
135
Dave Chapmana34ce902007-05-06 10:34:01 +0000136\subsection{Choosing a Rockbox version}\label{sec:choosing_version}
137
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000138There are three different types of firmware binaries from Rockbox website:
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000139\label{Version}
Martin Arver06848272007-01-29 18:47:53 +0000140Release version, current build and daily build. You need to decide which one
Martin Arver5efe4502006-09-11 09:21:15 +0000141you want to install and get the version for your \dap{}.
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000142
143\begin{description}
Michael DiFebbo1f085512006-09-10 19:03:52 +0000144
Nils Wallméniusca4342d2007-02-24 22:57:42 +0000145\item[Release.]
146 \opt{archos}{The release version is the latest stable release, free
147 of known critical bugs. The current stable release of Rockbox, version
148 2.5, is available at \url{http://www.rockbox.org/download/}.
149 }
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000150 \opt{SWCODEC}{
Nils Wallménius00a3fc72007-01-19 12:42:19 +0000151 There has not yet been a stable release for the \playername{}. Until
Dominik Riebelingf0efde22007-02-10 18:38:38 +0000152 there is a stable release for \playername{}, use a current build.
Martin Arver5efe4502006-09-11 09:21:15 +0000153 }
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000154
Martin Arver06848272007-01-29 18:47:53 +0000155\item[Current Build.] The current build is built at each source code change to
156 the Rockbox SVN repository, and represent the current state of Rockbox
157 development. This means that the build could contain bugs, but is most of
158 the time safe to use. You can download the current build from
159 \url{http://build.rockbox.org/}.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000160
Dominik Riebeling0d40bf62007-02-10 18:26:29 +0000161\item[Archived Build.] In addition to the release version and the current build,
Martin Arver06848272007-01-29 18:47:53 +0000162 there is also an archive of daily builds available for download. These are
163 built once a day from the latest source code in the SVN repository. You can
Dominik Riebeling0d40bf62007-02-10 18:26:29 +0000164 download archived builds from \url{http://www.rockbox.org/daily.shtml}.
Martin Arver06848272007-01-29 18:47:53 +0000165
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000166\end{description}
Martin Arver5efe4502006-09-11 09:21:15 +0000167
168\nopt{player}{
Nils Wallménius70b61322007-05-31 18:07:11 +0000169 \note{\index{Installation!Fonts}\label{sec:installing_fonts}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000170 Rockbox has a fonts package that is available at
Martin Arver06848272007-01-29 18:47:53 +0000171 \url{http://www.rockbox.org/daily.shtml} or from the \emph{extras} link in
172 the menu on the Rockbox website. While the current builds and
Nils Wallménius2988b7a2007-02-18 11:01:26 +0000173 daily builds change frequently, the fonts package rarely changes. Thus,
Martin Arver06848272007-01-29 18:47:53 +0000174 the fonts package is not included in these builds. (The release version, on
175 the other hand, does not change, so fonts are included when you download a
Nils Wallménius2988b7a2007-02-18 11:01:26 +0000176 release.) When installing Rockbox for the first time, you should install
Martin Arver06848272007-01-29 18:47:53 +0000177 the fonts package.
Martin Arver5efe4502006-09-11 09:21:15 +0000178 }
179}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000180
Martin Arver06848272007-01-29 18:47:53 +0000181Because current builds and daily builds are development versions which change
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000182frequently, they may behave differently than described in this manual, or
183they may introduce new (and maybe annoying) bugs. If you do not want to get
184undefined behaviour from your \dap{} you should really stick to the current
185stable release, if there is one for your \dap{}. If you want to help the
186project development, you can try development builds and help by reporting
Martin Arver06848272007-01-29 18:47:53 +0000187bugs. Just be aware that these are development builds that are highly
Michael DiFebbo1f085512006-09-10 19:03:52 +0000188functional, but not perfect!
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000189
Dave Chapmana34ce902007-05-06 10:34:01 +0000190\subsection{Installing the firmware}\label{sec:installing_firmware}
191
Dominik Riebeling2b174172007-03-12 18:19:42 +0000192\opt{sansa}{\warn{The following steps require you to change the setting in
193 \setting{Settings $\rightarrow$ USB Mode} to \setting{MSC} from within the
194 original firmware. Never extract files to your \dap{} while it is in
195 recovery mode.}}
Barry Wardell8f051092007-03-20 23:44:16 +0000196\opt{h10,h10_5gb}{\warn{The following steps require you to use UMS mode and so
197 may require use of the UMS trick as described in the bootloader installation
198 section.}}
Dominik Riebeling23a8a9f2007-05-06 09:48:39 +0000199\opt{gigabeat}{\warn{During installation, do not connect your \dap{}
200 using the cradle but plug the USB cable directly to the \dap{}.}}
Dave Chapmane287f4e2007-08-24 09:20:44 +0000201\opt{ipodvideo}{\warn{There are separate versions of Rockbox for the 30GB and
202 60GB/80GB models. You must ensure you download the correct version for your
203 \dap{}.}}
Dominik Riebeling23a8a9f2007-05-06 09:48:39 +0000204
Dave Chapmana34ce902007-05-06 10:34:01 +0000205\begin{enumerate}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000206
Dave Chapmana34ce902007-05-06 10:34:01 +0000207\item Download your chosen version of Rockbox from the links in the
208 previous section.
209
210\item Connect your \dap{} to the computer via USB
211 \opt{ipod3g,ipod4g,ipodmini,ipodcolor}{ or Firewire} as described in
212 the manual that came with your \dap{}.
213
214\item Take the file that you downloaded above, and use the ``Extract
215 all'' command of your unzip program to extract the files in the
216 \fname{.zip} file onto your \dap{}.
217
218Note that the entire contents of the \fname{.zip} file should be
219extracted directly to the root of your \daps{} drive. Do not try to
220create a separate directory or folder on your \dap{} for the Rockbox
221files! The \fname{.zip} file already contains the internal directory
222structure that Rockbox needs.
223
224\end{enumerate}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000225
Nils Wallménius15355292007-03-20 11:59:01 +0000226\opt{archos}{
227 \note{
228 If the contents of the \fname{.zip} file are extracted correctly, you will
229 have a file called \fname{\firmwarefilename} in the main folder of your
230 \daps{} drive, and also a folder called \fname{/.rockbox}, which contains a
231 number of other folders and system files needed by Rockbox. If you receive a
232 ``-1'' error when you start Rockbox, you have not extracted the contents of
233 the \fname{.zip} file to the proper location.
234 }
235}
236
237% This has nothing to do with swcodec, just that these players need our own
238% bootloader so we can decide where we want the main binary.
239\opt{SWCODEC}{
240 \note{
241 If the contents of the \fname{.zip} file are extracted correctly, you will
242 have a folder called \fname{/.rockbox}, which contains all the files needed
243 by Rockbox, in the main folder of your \daps{} drive. If you receive a
244 ``-1'' error when you start Rockbox, you have not extracted the contents of
245 the \fname{.zip} file to the proper location.
246 }
247}
Michael DiFebbo19e30842006-12-21 20:54:20 +0000248
249\opt{SWCODEC}{
250 \subsection{Installing the boot loader}
251 \opt{h1xx,h300}{\input{getting_started/iriver_install.tex}}
252 \opt{ipod}{\input{getting_started/ipod_install.tex}}
253 \opt{x5}{\input{getting_started/iaudio_install.tex}}
254 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}}
Dominik Riebelinga0bf1902007-01-04 21:34:40 +0000255 \opt{gigabeat}{\input{getting_started/gigabeat_install.tex}}
Dominik Riebeling2b174172007-03-12 18:19:42 +0000256 \opt{sansa}{\input{getting_started/sansa_install.tex}}
Martin Arver5efe4502006-09-11 09:21:15 +0000257}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000258
Martin Arver5efe4502006-09-11 09:21:15 +0000259\section{Enabling Speech Support (optional)}\label{sec:enabling_speech_support}
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000260\index{Speech}\index{Installation!Optional Steps}
Marianne Arnoldf735b152007-08-31 23:55:39 +0000261If you wish to use speech support you will also need a voice file, english ones
262are available from \url{http://www.rockbox.org/daily.shtml}. Download the
263``voice'' for your player, rename it to \fname{english.voice}, copy it
264into the \fname{langs} folder which is inside the \fname{/.rockbox} folder on
265your \dap{} and reboot. Voice menus are turned on by default. See
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000266\reference{ref:Voiceconfiguration} for details on voice settings.
267
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000268\section{Running Rockbox}
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000269Remove your \dap{} from the computer's USB port.%
Barry Wardell5242cff2007-03-23 17:33:49 +0000270\nopt{ipod,e200}{Unplug any connected power supply and turn the unit off. When
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000271you next turn the unit on, Rockbox should load.}%
272\opt{ipod}{Rebooting the Ipod by holding
273 \opt{IPOD_4G_PAD}{\ButtonMenu{}+\ButtonSelect{}}%
274 \opt{IPOD_3G_PAD}{\ButtonMenu{}+\ButtonPlay{}}
275 for a couple of seconds until the \dap{} reboots. Now Rockbox should load.
276}%
Barry Wardell5242cff2007-03-23 17:33:49 +0000277\opt{e200}{Your e200 will automatically reboot and Rockbox should load}%
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000278When you see the Rockbox splash screen, Rockbox is loaded and ready for
Martin Arver5efe4502006-09-11 09:21:15 +0000279use.
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000280
281\opt{ipod}{
Martin Arver5efe4502006-09-11 09:21:15 +0000282 \note{
283 Rockbox starts in the \setting{File Browser}. If you have loaded music onto
284 your player using Itunes, you will not be able to see your music because
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000285 Itunes changes your files' names and hides them in directories in the
286 \fname{Ipod\_Control} folder. You can view files placed on your \dap{} by
Steve Bavin20d8e8d2007-03-15 13:03:37 +0000287 Itunes by initializing and using Rockbox's database. See
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000288 \reference{ref:database} for more information.
289 }
Martin Arver5efe4502006-09-11 09:21:15 +0000290}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000291
292\section{Updating Rockbox} Updating Rockbox is easy. Download a Rockbox build.
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000293(The latest release of the Rockbox software will always be available from
294\url{http://www.rockbox.org/download/}). Unzip the build to the root directory
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000295of your \dap{} like you did in the installation step before. If your unzip
296program asks you whether to overwrite files, choose the ``Yes to all'' option.
Michael DiFebbo1f085512006-09-10 19:03:52 +0000297The new build will be installed over your current build.
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000298
Dominik Riebeling7ced47f2006-10-05 16:40:21 +0000299\section{Uninstalling Rockbox}\index{Installation!uninstall}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000300
Nils Wallménius15355292007-03-20 11:59:01 +0000301\opt{archos}{
302 If you would like to go back to using the original \playerman{} software,
303 connect the \dap{} to your computer, and delete the
304 \fname{\firmwarefilename} file.
305}
Nils Wallménius9eeb0ad2007-05-13 17:54:35 +0000306\nopt{gigabeat,m5,x5,archos}
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000307 {
308 \note{The Rockbox bootloader can start the original firmware on your \dap.
309 (See \reference{ref:Dualboot} for more information.)}}
Dominik Riebeling536c6b42006-08-14 07:13:01 +0000310
Barry Wardell7e8409d2006-10-17 16:22:43 +0000311\opt{h10,h10_5gb}{
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000312 If you would like to go back to using the original \playerman{} software,
313 connect the \dap{} to your computer, and delete the
Barry Wardell8f051092007-03-20 23:44:16 +0000314 \opt{h10}{\fname{H10\_20GC.mi4}}\opt{h10_5gb}{\fname{H10.mi4}} file and rename
315 \fname{OF.mi4} to \opt{h10}{\fname{H10\_20GC.mi4}}\opt{h10_5gb}{\fname{H10.mi4}}
316 in the \fname{System} directory on your \playertype{}. As in the installation,
317 it may be necessary to first put your device into UMS mode.
Barry Wardell7e8409d2006-10-17 16:22:43 +0000318}
319
Nils Wallménius5412b7e2007-03-15 08:47:25 +0000320\opt{e200}{
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000321 If you would like to go back to using the original \playerman{} software,
322 connect the \dap{} to your computer, and follow the instructions to install
323 the bootloader, but when prompted by sansapatcher, enter 'u' for uninstall,
324 instead of 'i' for install. As in the installation, it may be necessary to
325 first put your device into UMS mode.
Nils Wallménius5412b7e2007-03-15 08:47:25 +0000326}
327
Martin Arver5efe4502006-09-11 09:21:15 +0000328\optv{ipod}{
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000329 If you would like to go back to using the original \playerman{} software,
330 connect the \dap{} to your computer, and follow the instructions to install
331 the bootloader, but when prompted by ipodpatcher, enter 'u' for uninstall,
332 instead of 'i' for install.
Martin Arver5efe4502006-09-11 09:21:15 +0000333}
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000334
Nils Wallméniusfbf52ae2007-03-19 19:03:25 +0000335\opt{m5,x5}{
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000336 If you would like to go back to using the original \playerman{} software,
337 connect the \dap{} to your computer, download the original \playername{}
338 firmware from the \playerman{} web site. And copy it to the \fname{FIRMWARE}
339 directory on your \playername{}. Turn off the \dap{}, remove the USB cable
340 and insert the charger. The original firmware will automatically be flashed.
341}
342
343\opt{h1xx,h300}{
344 \note{
345 If you want to remove the Rockbox bootloader, simply flash an unpatched
346 \playerman{} firmware. Be aware that doing so will also remove the boot
347 loader USB mode. As that mode can come in quite handy (especially when
348 having disk errors) it is recommended to keep the boot loader. It also
349 gives you the possibility of trying Rockbox anytime later by simply
350 installing the distribution files.
351 \opt{h1xx}{
352 The Rockbox bootlaoder will automatically start the original firmware if
353 the \fname{.rockbox} folder has been deleted.
354 }%
355 \opt{h300}{%
356 Although if you retain the Rockbox boot loader, you will need to hold the
357 \ButtonRec{} button each time you want to start the original firmware.
358 }
359 }
Nils Wallméniusfbf52ae2007-03-19 19:03:25 +0000360}
361
Nils Wallméniusc35d3a12006-11-25 11:54:51 +0000362If you wish to clean up your disk, you may also wish to delete the
Nils Wallméniusfbf52ae2007-03-19 19:03:25 +0000363\fname{.rockbox} folder and its contents.
Nils Wallménius96b8e1b2007-05-13 16:59:48 +0000364\nopt{m5,x5}{Turn the \playerman{} off.
365 Turn the \dap{} back on and the original \playerman{} software will load.
Martin Arver5efe4502006-09-11 09:21:15 +0000366}
Michael DiFebbo1f085512006-09-10 19:03:52 +0000367