Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
refs/tags/bootloader_nwa20_v1
/
rbutil
/
ipodpatcher
/
ipodio-win32.c
tag
c2a398a0f4f5f22c8854fe168030b55c9638bde4
tagger
Amaury Pouly <amaury.pouly@gmail.com>
Sun Sep 17 23:26:30 2017 +0200
object
aedf4d2a578141e50c4a868d6d24b4e5a97755c7
Tag NW-A20 bootloader V1
b63d429
Provide dealloc function to ipodpatcher.
by Dominik Riebeling
· 12 years ago
24e37dd
ipodpatcher: move sectorbuf pointer into ipod_t structure.
by Dominik Riebeling
· 12 years ago
e23adb5
ipodpatcher: guard platform specific files.
by Dominik Riebeling
· 13 years ago
4280640
Revert most of r24361 - it was committed in error.
by Dave Chapman
· 15 years ago
4cb879d
Update the comments describing how to build ipodpatcher - no functional changes.
by Dave Chapman
· 15 years ago
3e489c1
Rename print_error() in ipodpatcher and sansapatcher.
by Dominik Riebeling
· 15 years ago
8b32a2d
Always format error message using ANSI functions to get rid of type-punning when building with rbutil.
by Dominik Riebeling
· 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
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 17 years ago
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
8a7c0ee
Hopefully fix Ipod bootloader installation on Windows with RbUtilQt, without breaking ipodpatcher. I don't have any Ipod to test with, but the change is easy to revert.
by Magnus Holmgren
· 17 years ago
rbutilqt_v1.0.3
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-win32.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
e848375
Fix a problem when compiling with Dev-C++ - thanks to Paul Louden
by Dave Chapman
· 18 years ago
a24b02c
Bugfix - when opening a device as read/write, one should open a device as read/write.
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