- c8d13b6 Implement ipod_scsi_inquiry() on OS X. by Dominik Riebeling · 15 years ago
- 4cb879d Update the comments describing how to build ipodpatcher - no functional changes. by Dave Chapman · 15 years ago
- 5742f89 Fix ipodpatcher to work with new target names introduced in r23883 by Dave Chapman · 15 years ago
- c074044 Rename targets to be consistent in all places. (FS #10819). Take 2. by Björn Stenberg · 15 years ago
- 8e95cc4 ipodpatcher and rbutil support for the Nano2G - FS#10609 with a few further changes. by Dave Chapman · 15 years ago
- 1eca02d Add support (on Linux and win32 only - I couldn't figure this out on OS X) for reading the XML device information from ipods. This information includes the RAM size, which is potentially useful for rbutil to distinguish between the two ipod video builds. This is implemented as both a new --dump-xml option (to dump the entire XML to a file) and a new 'ramsize' field in struct ipod_t. by Dave Chapman · 15 years ago
- 0d760c1 Apply FS#9337 - Header file in SRC in rbutil/ipodpatcher. The parttypes.h header file apparently breaks compilation on some systems and is already #included in ipodpatcher.c by Bertrik Sikken · 16 years ago
- 386f77b Make sansapatcher and ipodpatcher compile on OS X 10.5. by Barry Wardell · 17 years ago
- 919caf0 allow building ipodpatcher / sansapatcher with MinGW. by Dominik Riebeling · 17 years ago
- 2a61259 Forgot to adapate 'make clean' by Jens Arnold · 17 years ago
- 4ce9368 Add a manifest to ipodpatcher.exe in order to make it request administrative rights on windows vista. This will cause a separate cmd window to pop up. The proper solution will be to implement a check for administrative rights in the executable, and tell the user to start from an elevated command prompt if not. This solution will still need a (changed) manifest. by Jens Arnold · 17 years ago
- 6e79715 Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption by Dave Chapman · 17 years ago
- 2cc80f5 Add -W to CFLAGS in Makefile and fix the generated warnings. by Dave Chapman · 17 years ago
- 6a20def Initial (untested apart from device detection) support for 1st/2nd gen ipods (the original ones...). by Dave Chapman · 17 years ago
- 56780e3 Initial integration of a --format option, based on fat32format.exe. The main limitation is that it only works on disks with 512-byte sectors - it needs adapting to the 2048-byte sector ipods. It has only been tested on Linux and Mac OS X, with a 60GB ipod Color, but appears to work.... When this feature has been more widely tested, the intention is to add code to convert the information in an Apple Partition Map (which can currently be read by ipodpatcher) to a DOS partition table, and hence allow conversion of Macpods to Winpods. by Dave Chapman · 18 years ago
- 1602bf5 Add ipodpatcher-mac target for creating a Mac OS X universal binary by Dave Chapman · 18 years ago
- 955afed Move ipodpatcher into rbutil directory by Dave Chapman · 18 years ago[Renamed from tools/ipodpatcher/Makefile]
- 79a1fb1 Move the command-line specific code into main.c, leaving the firmware manipulation code in ipodpatcher.c. No functional changes. by Dave Chapman · 18 years ago
- c76dfb3 Ooops, the default build mode should have been without the embedded bootloaders by Dave Chapman · 18 years ago
- bdc27ff Work-in-progress (i.e. not well tested) changes: Add the option to build ipodpatcher with the Rockbox bootloaders embedded (see the comments in the Makefile for build instructions). This gives a new --install option which will search for an ipod, and if exactly one is found, will install the embedded bootloader. Even easier is the new interactive mode - running ipodpatcher with no command-line options (e.g. double-clicking on ipodpatcher.exe in Windows) will cause ipodpatcher to search for an ipod, and if exactly one is found, ask the user if he/she wishes to install the bootloader. Thanks to Bryan Childs for sample code to deal with prompts. by Dave Chapman · 18 years ago
- 7170a00 Enable building ipodpatcher (pure win32 binary) on cygwin with a simple 'make' by Jens Arnold · 18 years ago
- 4b7e1e0 Work-in-progress towards a cross-platform ipodpatcher which will edit the firmware partition directly, incorporating the ipod_fw.c functionality. Tested successfully on win32 and Linux but it only lists the contents of the firmware partition at the moment - no actual reading or writing by Dave Chapman · 18 years ago
- 45895df Initial CVS commit ofipodpatcher - v0.2 release from 16 Jan 2006 by Dave Chapman · 18 years ago