rockbox/rbutil/ipodpatcher
Dominik Riebeling 194b2ca887 Check for permission denied error when trying to access the player and inform the user that raw disc access permissions are required.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17351 a1c6a512-1295-4272-9138-f99709370657
2008-05-04 11:59:04 +00:00
..
arc4.c 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 2007-09-08 23:27:49 +00:00
arc4.h 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 2007-09-08 23:27:49 +00:00
fat32format.c Add -W to CFLAGS in Makefile and fix the generated warnings. 2007-07-29 21:19:14 +00:00
ipod2c.c Use O_BINARY flag when opening bootloader files for embedding 2007-03-03 10:58:42 +00:00
ipodio-posix.c Check for permission denied error when trying to access the player and inform the user that raw disc access permissions are required. 2008-05-04 11:59:04 +00:00
ipodio-win32.c Check for permission denied error when trying to access the player and inform the user that raw disc access permissions are required. 2008-05-04 11:59:04 +00:00
ipodio.h Add -W to CFLAGS in Makefile and fix the generated warnings. 2007-07-29 21:19:14 +00:00
ipodpatcher.c Check for permission denied error when trying to access the player and inform the user that raw disc access permissions are required. 2008-05-04 11:59:04 +00:00
ipodpatcher.h 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 2007-09-08 23:27:49 +00:00
ipodpatcher.manifest 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. 2007-09-21 06:24:17 +00:00
ipodpatcher.rc 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. 2007-09-21 06:24:17 +00:00
main.c Bump version to 2.0 ready for release 2007-09-18 19:24:08 +00:00
Makefile Make sansapatcher and ipodpatcher compile on OS X 10.5. 2008-03-25 19:50:41 +00:00
parttypes.h Move ipodpatcher into rbutil directory 2007-02-10 19:49:43 +00:00