···13 source code tarball).
1415 All SVN details can be found here:
16- http://www.rockbox.org/twiki/bin/view/Main/UsingSVN
17182. Build Uisimulator
19
···13 source code tarball).
1415 All SVN details can be found here:
16+ http://www.rockbox.org/wiki/UsingSVN
17182. Build Uisimulator
19
+1-1
firmware/export/config/iriverh100.h
···136137/* define current usage levels */
138#define CURRENT_NORMAL 80 /* 16h playback on 1300mAh battery */
139-#define CURRENT_BACKLIGHT 23 /* from IriverBattery twiki page */
140#define CURRENT_SPDIF_OUT 10 /* optical SPDIF output on */
141#define CURRENT_RECORD 105 /* additional current while recording */
142#define CURRENT_REMOTE 8 /* additional current when remote connected */
···136137/* define current usage levels */
138#define CURRENT_NORMAL 80 /* 16h playback on 1300mAh battery */
139+#define CURRENT_BACKLIGHT 23 /* from IriverBattery wiki page */
140#define CURRENT_SPDIF_OUT 10 /* optical SPDIF output on */
141#define CURRENT_RECORD 105 /* additional current while recording */
142#define CURRENT_REMOTE 8 /* additional current when remote connected */
+1-1
firmware/export/config/iriverh120.h
···141142/* define current usage levels */
143#define CURRENT_NORMAL 80 /* 16h playback on 1300mAh battery */
144-#define CURRENT_BACKLIGHT 23 /* from IriverBattery twiki page */
145#define CURRENT_SPDIF_OUT 10 /* optical SPDIF output on */
146#define CURRENT_RECORD 105 /* additional current while recording */
147#define CURRENT_REMOTE 8 /* additional current when remote connected */
···141142/* define current usage levels */
143#define CURRENT_NORMAL 80 /* 16h playback on 1300mAh battery */
144+#define CURRENT_BACKLIGHT 23 /* from IriverBattery wiki page */
145#define CURRENT_SPDIF_OUT 10 /* optical SPDIF output on */
146#define CURRENT_RECORD 105 /* additional current while recording */
147#define CURRENT_REMOTE 8 /* additional current when remote connected */
+1-1
manual/getting_started/installation.tex
···8\opt{e200}{\fixme{NOTE: These instructions will not work on the
9``Rhapsody'' version of the E200 series (also known as E200R). Please
10follow the instructions at
11-\url{http://www.rockbox.org/twiki/bin/view/Main/SansaE200RInstallation}.}}
1213\opt{ipodnano,ipodnano2g,ipodvideo,ipod6g,e200,c200,c200v2,e200v2,clipv1,clipv2,cowond2,fuze,fuzev2}{
14\begin{description}
···8\opt{e200}{\fixme{NOTE: These instructions will not work on the
9``Rhapsody'' version of the E200 series (also known as E200R). Please
10follow the instructions at
11+\url{http://www.rockbox.org/wiki/SansaE200RInstallation}.}}
1213\opt{ipodnano,ipodnano2g,ipodvideo,ipod6g,e200,c200,c200v2,e200v2,clipv1,clipv2,cowond2,fuze,fuzev2}{
14\begin{description}
+1-1
rbutil/ipodpatcher/main.c
···64 printf("[INFO] *** WARNING FOR ROCKBOX USERS\n");
65 printf("[INFO] *** You must convert this ipod to FAT32 format (aka a \"winpod\")\n");
66 printf("[INFO] *** if you want to run Rockbox. Rockbox WILL NOT work on this ipod.\n");
67- printf("[INFO] *** See http://www.rockbox.org/twiki/bin/view/Main/IpodConversionToFAT32\n");
68 printf("[INFO] ************************************************************************\n");
69}
70
···64 printf("[INFO] *** WARNING FOR ROCKBOX USERS\n");
65 printf("[INFO] *** You must convert this ipod to FAT32 format (aka a \"winpod\")\n");
66 printf("[INFO] *** if you want to run Rockbox. Rockbox WILL NOT work on this ipod.\n");
67+ printf("[INFO] *** See http://www.rockbox.org/wiki/IpodConversionToFAT32\n");
68 printf("[INFO] ************************************************************************\n");
69}
70
+1-1
rbutil/sansapatcher/main.c
···279 printf("[ERR] *** OLD ROCKBOX INSTALLATION DETECTED, ABORTING.\n");
280 printf("[ERR] *** You must reinstall the original Sansa firmware before running\n");
281 printf("[ERR] *** sansapatcher for the first time.\n");
282- printf("[ERR] *** See http://www.rockbox.org/twiki/bin/view/Main/SansaE200Install\n");
283 printf("[ERR] ************************************************************************\n");
284 res = 4;
285 } else {
···279 printf("[ERR] *** OLD ROCKBOX INSTALLATION DETECTED, ABORTING.\n");
280 printf("[ERR] *** You must reinstall the original Sansa firmware before running\n");
281 printf("[ERR] *** sansapatcher for the first time.\n");
282+ printf("[ERR] *** See http://www.rockbox.org/wiki/SansaE200Install\n");
283 printf("[ERR] ************************************************************************\n");
284 res = 4;
285 } else {
+1-1
tools/fwpatcher/iriver.c
···13 * bottom of the COPYING file for details on this license.
14 *
15 * Original code from http://www.beermex.com/@spc/ihpfirm.src.zip
16- * Details at http://www.rockbox.org/twiki/bin/view/Main/IriverToolsGuide
17 *
18 ****************************************************************************/
19#include <stdio.h>
···13 * bottom of the COPYING file for details on this license.
14 *
15 * Original code from http://www.beermex.com/@spc/ihpfirm.src.zip
16+ * Details at http://www.rockbox.org/wiki/IriverToolsGuide
17 *
18 ****************************************************************************/
19#include <stdio.h>
+1-1
tools/iriver.c
···13 * bottom of the COPYING file for details on this license.
14 *
15 * Original code from http://www.beermex.com/@spc/ihpfirm.src.zip
16- * Details at http://www.rockbox.org/twiki/bin/view/Main/IriverToolsGuide
17 *
18 ****************************************************************************/
19#include <stdio.h>
···13 * bottom of the COPYING file for details on this license.
14 *
15 * Original code from http://www.beermex.com/@spc/ihpfirm.src.zip
16+ * Details at http://www.rockbox.org/wiki/IriverToolsGuide
17 *
18 ****************************************************************************/
19#include <stdio.h>
···20 * A tool to generate the Rockbox "voicefont", a collection of all the UI
21 * strings.
22 *
23- * Details at http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding
24 *
25 ****************************************************************************/
26
···20 * A tool to generate the Rockbox "voicefont", a collection of all the UI
21 * strings.
22 *
23+ * Details at http://www.rockbox.org/wiki/VoiceBuilding
24 *
25 ****************************************************************************/
26
+1-1
tools/voicefont.h
···20 * A tool to generate the Rockbox "voicefont", a collection of all the UI
21 * strings.
22 *
23- * Details at http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding
24 *
25 ****************************************************************************/
26
···20 * A tool to generate the Rockbox "voicefont", a collection of all the UI
21 * strings.
22 *
23+ * Details at http://www.rockbox.org/wiki/VoiceBuilding
24 *
25 ****************************************************************************/
26
+1-1
tools/wavtrim.c
···17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20- * Details at http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding
21 *
22 ****************************************************************************/
23
···17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20+ * Details at http://www.rockbox.org/wiki/VoiceBuilding
21 *
22 ****************************************************************************/
23
+1-1
tools/wavtrim.h
···17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20- * Details at http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding
21 *
22 ****************************************************************************/
23
···17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20+ * Details at http://www.rockbox.org/wiki/VoiceBuilding
21 *
22 ****************************************************************************/
23