Rockbox Technical Forums

Installation / Removal => Manual Installation => Apple - Installation/Removal => Topic started by: freedom__ on January 21, 2007, 06:30:57 PM

Title: Windows installer
Post by: freedom__ on January 21, 2007, 06:30:57 PM
Windows installer
rockbox-2.5-install.exe
(1.4 MB)
where???
Title: Re: Windows installer
Post by: PHK Brasil on January 21, 2007, 06:55:41 PM
♪
There's no official installer for iPods.

Follow the official instructions here http://www.rockbox.org/twiki/bin/view/Main/IpodInstallationBeta

PS: Now the link is down. Try later again.

♪
Title: Re: Windows installer
Post by: Febs on January 21, 2007, 06:59:59 PM
The installation instructions in the Rockbox Manual are still available:

http://www.rockbox.org/manual.shtml
Title: Re: Windows installer
Post by: DemoRic on January 21, 2007, 08:48:37 PM
I created a batch script for when I did my first install on my Video (5G).  Everyone is free to use/modify it.   I can modify to be a general installer if there is interest in it.

Just create the following folders, and copy files to them.
C:\rockbox\ipodpatcher.exe
C:\rockbox\installRockBox.cmd
C:\rockbox\pod\.rockbox\


installRockBox.cmd
Code: [Select]
@Echo off
If '%1%'=='/?' goto help
If '%1%'=='-h' goto help
If '%1%'=='-restore' goto restore
if NOT Exist "%1%" goto menu
cd %1%

:menu
cls
If '%1%'=='/?' goto help
Title installRockBox Menu
if Exist "c:\rockbox\ipodpatcher.exe" (color 0a) Else (color 0e)
if Exist "c:\rockbox\ipodpatcher.exe" (goto main)
if Exist "c:\rockbox\ipodpatcher.exe" (Echo files at C:\rockbox file are present) Else (Echo files at c:\rockbox are Absent!!!)
if Not Exist "c:\rockbox\ipodpatcher.exe" (Echo Please copy install files to C:\Rockbox)
if Not Exist "c:\rockbox\ipodpatcher.exe" (goto autocopy)

:autocopy
ECHO copying current folders contents to c:\rockbox
@ECHO ON
md C:\rockbox
xcopy/i/h/e/c/k/y .\*.* c:\rockbox
@ECHO off
pause
goto menu

:main
echo This will install RockBox 2.5 to your Generation 5 Video iPod
echo 30Gb, 40 Gb, and 60Gb
echo Batch script is for windows only
echo.
echo WARNING!! If you don't have one of these versions
echo this program is not for you press CTRL+C
echo to exit or just close this dos window
echo.
pause
pause
c:
cd\
cd rockbox

:ipoddrive
cls
echo please tell me which drive letter the ipod is at
echo use the following format C:\  and not c or c:
echo.
set idrive=
set /p idrive=Which is your ipod drive letter?:
Echo iPod drive is %idrive%

ipodpatcher --scan
ECHO REMEBER The disk device number
echo please tell me which drive Number the ipod is at
echo.
set inum=
set /p inum=Which is your ipod drive number?:
Echo iPod drive is %inum%

echo.
echo Your ipod drive is %idrive% and it's device number is %inum%
set choice=
set /p choice=is this correct? Type (y,n):
if '%choice%'=='y' goto create
if '%choice%'=='Y' goto create
if '%choice%'=='N' goto ipoddrive
if '%choice%'=='n' goto ipoddrive
goto ipoddrive

:create
cls
echo Your ipod drive is %idrive% and it's device number is %inum%
echo saving ipod's boot partition
echo THIS MAY TAKE AWHILE
ipodpatcher %inum% -r bootpartition.bin
pause
::Below is the command for Rockbox's loader use it OR ipodloader
ipodpatcher %inum% -a bootloader-ipodvideo.ipod

::::========= Below is the section for ipodloader 2.4 ipodlinux
::copy bootpartition.bin bootpartition-bin.bak
::ipod_fw.exe -o apple_os.bin -e 0 bootpartition.bin
::ipod_fw.exe -o apple_sw_5g_rcsc.bin -e 1 bootpartition.bin
::ipod_fw.exe -g video -o iplboot.bin -i apple_os.bin loader.bin
::ipodpatcher.exe -w %inum% iplboot.bin
::::========= End IpodLoader Area
pause
xcopy/i/h/e/c/k/y .\ipod\*.* %idrive%
goto exit

:help
cls
ECHO You may use installRockBox by typing installRockBox
ECHO You may also specify the starting directory by typing:
ECHO installRockBox "folder pathway goes inside quotes here"
ECHO.
ECHO To restore a bootpartition type
Echo installRockBox -Restore
Echo Please note the bootpartition.bin must be in c:\rockbox
pause>nul
pause
exit

:exit
cls
ECHO installRockBox Command By Joshua Meadows at http://jaydium.servehttp.com
echo.
Pause
cls
exit

:restore
ipodpatcher --scan
ECHO REMEBER The disk device number
echo please tell me which drive Number the ipod is at
echo.
set inum=
set /p inum=Which is your ipod drive number?:
Echo iPod drive is %inum%
echo if this is wrong press CTRL+C or just close the window
pause
pause
ipodpatcher %inum% -w bootpartition.bin
ECHO Completed
pause
goto exit
Title: Re: Windows installer
Post by: freedom__ on January 22, 2007, 09:35:23 AM
how  Generation 3??
Title: Re: Windows installer
Post by: Febs on January 22, 2007, 10:42:06 AM
http://download.rockbox.org/manual/rockbox-ipod3g/rockbox-buildch2.html#x4-60002
Title: Re: Windows installer
Post by: freedom__ on January 22, 2007, 12:34:14 PM
thanks but ...
anlamıyorum kardeşim işte dilinizi bilmiyorum !!!
Title: Re: Windows installer
Post by: Vliger2002 on January 22, 2007, 06:11:06 PM
http://forums.rockbox.org/index.php?topic=8342.msg64953#msg64953

I made this simple tutorial for an installer for rockbox, and it is very easy to use, so try it out!
Title: Re: Windows installer
Post by: fugot on January 23, 2007, 08:48:09 PM
i have used this installer to install rockbox on my 5g ipod. this installer works with most ipods. (not the 2g nano or the 5.5g)
hear is a link
http://www.ipodwizard.net/showthread.php?t=15153