Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
194b2ca887f44e6c3e0244e7f4733060e7aa1618
/
rbutil
/
ipodpatcher
/
ipodio-posix.c
194b2ca
Check for permission denied error when trying to access the player and inform the user that raw disc access permissions are required.
by Dominik Riebeling
· 17 years ago
f225f04
Mac OS X only - automatically unmount the FAT32 partition before attempting to open the disk device for writing. This step can be removed from the manual when the next ipodpatcher version is released.
by Dave Chapman
· 17 years ago
2cc80f5
Add -W to CFLAGS in Makefile and fix the generated warnings.
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
955afed
Move ipodpatcher into rbutil directory
by Dave Chapman
· 18 years ago
[Renamed from tools/ipodpatcher/ipodio-posix.c]
e332f4c
Update (C) date to 2007
by Dave Chapman
· 18 years ago
31aa452
Mainly internal changes to create a struct ipod_t instead of passing lots of parameters to all the functions. Also adds (untested) 3G support, plus a --write-firmware-bin option (requested by IPL people to write a kernel directly to the firmware partition).
by Dave Chapman
· 18 years ago
57b84b6
Add a simple --scan option which tests all disks from 0 to 25 to see if they look like an ipod.
by Dave Chapman
· 18 years ago
945be68
Default to 512-byte sectors on POSIX platforms - this allows testing of ipodpatcher with a file instead of a real device
by Dave Chapman
· 18 years ago
49e016c
Reorganise the ioctl() #ifdefs - this should fix ipodpatcher for BSD
by Dave Chapman
· 18 years ago
8280c8c
Sector-size detection on Posix platforms - tested on Linux and Mac OS X. Based on patch #6433 by Bryan Childs.
by Dave Chapman
· 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