Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
translations translations
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  Windows installer
« previous next »
  • Print
Pages: [1]

Author Topic: Windows installer  (Read 7065 times)

Offline freedom__

  • Member
  • *
  • Posts: 3
Windows installer
« on: January 21, 2007, 06:30:57 PM »
Windows installer
rockbox-2.5-install.exe
(1.4 MB)
where???
Logged

Offline PHK Brasil

  • Artist
  • Member
  • *
  • Posts: 132
  • phkTAPE theme
    • Comunidade Rockbox iPod no Orkut
Re: Windows installer
« Reply #1 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.

♪
Logged
SORRY ABOUT MY ENGLISH

COMUNIDADE ROCKBOX IPOD no ORKUT http://www.orkut.com/Community.aspx?cmm=24876869
 TUTORIAL ILUSTRADO ROCKBOX EM PORTUGUÊS: http://tinyurl.com/37u8jf

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Windows installer
« Reply #2 on: January 21, 2007, 06:59:59 PM »
The installation instructions in the Rockbox Manual are still available:

http://www.rockbox.org/manual.shtml
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline DemoRic

  • Member
  • *
  • Posts: 2
Re: Windows installer
« Reply #3 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
Logged

Offline freedom__

  • Member
  • *
  • Posts: 3
Re: Windows installer
« Reply #4 on: January 22, 2007, 09:35:23 AM »
how  Generation 3??
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Windows installer
« Reply #5 on: January 22, 2007, 10:42:06 AM »
http://download.rockbox.org/manual/rockbox-ipod3g/rockbox-buildch2.html#x4-60002
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline freedom__

  • Member
  • *
  • Posts: 3
Re: Windows installer
« Reply #6 on: January 22, 2007, 12:34:14 PM »
thanks but ...
anlamıyorum kardeşim işte dilinizi bilmiyorum !!!
Logged

Vliger2002

  • Guest
Re: Windows installer
« Reply #7 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!
Logged

Offline fugot

  • Member
  • *
  • Posts: 69
Re: Windows installer
« Reply #8 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
« Last Edit: January 23, 2007, 08:53:15 PM by Llorean »
Logged
http://ankenyschools.000space.com/

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  Windows installer
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.223 seconds with 22 queries.