- 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
- e96fe7f rbutilQt: bump version to 1.0.3 in preparation for a new release. by Dominik Wenger · 17 years ago
- 5e37895 RbUtilQt: Make Sansa bootloader installation work on Windows. (Compiler warnings _are_ useful. :) by Magnus Holmgren · 17 years ago
- 4991cd3 Bump version for release by Barry Wardell · 17 years ago
- d46cf97 Support database rebuild disabling when USB is connected for all e200 OF versions. Some people may have to update the OF (to any version they want) using sansapatcher before it will work. This just ensures that the NVPARAMS are in a good state and we can be sure where to look for the rebuild flag.The c200 OF doesn't reboot before rebuilding the database, so our trick won't ever work there. by Barry Wardell · 17 years ago
- 45b830d Set svn keywords. by Barry Wardell · 17 years ago
- f4d39b3 Handy script for packaging rbutil on OS X by Barry Wardell · 17 years ago
- 152f405 Small clarification. by Dominik Riebeling · 17 years ago
- 80ad919 make the dialog box asking about replacing an up-to-date bootloader less confusing. by Dominik Riebeling · 17 years ago
- f697158 rbutil: fix the complete installation. by Dominik Wenger · 17 years ago
- 04f1eaf rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. Additionally fix the positon of the _dirname.talk file and uninstallation of talkfiles. by Dominik Wenger · 17 years ago
- 7189d24 Bump version to 1.0.2 for new rbutil release. by Dominik Riebeling · 17 years ago rbutilqt_v1_0_2
- 7bcfa84 Don't check for external rbutil.ini anymore -- doing so didn't gave a real benefit but caused trouble instead. The file is built-in anyway. by Dominik Riebeling · 17 years ago
- 2893660 When portable installation is finished set progress value to 100%. by Dominik Riebeling · 17 years ago
- 080889a Add support for installing/replacing the bootloader in the PPBL section of the firmware partition. Allows installation of the Rockbox bootloader in place of the Sandisk one. This expects a plain bootloader binary with no header. Our Rockbox bootloader successfully boots both Rockbox and the OF when installed in this way. This makes it easy to get to a state where e200tool is required, so care is advised. by Barry Wardell · 17 years ago
- a0f15c6 Add an icon and version text for the OS X bundle. by Barry Wardell · 17 years ago
- b5e7261 FS#7913: mountpoint resolving on OS X. by Barry Wardell · 17 years ago
- abd8c39 Code police and simplify function a bit. by Dominik Riebeling · 17 years ago
- 79d358b Add new "actions" menu which allows accessing the install / uninstall actions from the menu. Manual and Info tab are still missing from the menu. by Dominik Riebeling · 17 years ago
- 611f2bc rbutil: add options to create .talk files only for Folders or only for Files or for Both. by Dominik Wenger · 17 years ago
- 9834093 Fix a crash when trying to download the manual. by Dominik Riebeling · 17 years ago
- 40f5bb3 Bump version for new release with fixed OF loading on e200. by Barry Wardell · 17 years ago bootloader_c200_v3 bootloader_e200_v3
- fe64bf2 Add names for the buttons in the Quick Start tab. by Dominik Riebeling · 17 years ago
- 2b2c536 Upon uninstallation only remove a file if it isn't used in another section. A possible problematic case would've been two themes installing the same font. by Dominik Riebeling · 17 years ago
- 22cf8ad Use i10n for numbers using QLocale. by Dominik Riebeling · 17 years ago
- 25441b3 When changing cache path update the size information. by Dominik Riebeling · 17 years ago
- ed96797 Oops, I should not add typos to weblinks. by Dominik Riebeling · 17 years ago
- 43d577e When detecting a macpod cancel bootloader installation. Add a link to IpodConverstionToFAT32 wiki page. by Dominik Riebeling · 17 years ago
- b11b470 Small typographic enhancements. by Dominik Riebeling · 17 years ago
- 00db400 Fix typo. by Dominik Riebeling · 17 years ago
- 84b865a mntent.h should only be used on linux, not os x. by Dominik Riebeling · 17 years ago
- c0e34fa Updated french translation for rbutilqt. by Nicolas Pennequin · 17 years ago
- 5321711 The archos website fooled me by providing a wrong download, no need for that extended check. Thanks to amiconn for the clarification. by Dominik Riebeling · 17 years ago
- 5353473 Fix a warning. by Dominik Riebeling · 17 years ago
- ddbb751 Add parsing of ajbrec.ajz file header for autodetection. All archos targets should now be detectable. Fix a stupid bug in file-based detection. by Dominik Riebeling · 17 years ago
- d2560a2 Oops, missed that when changing the default proxy to system ... by Dominik Riebeling · 17 years ago
- 8431da1 Give the configuration dialog its old size back and make sure to always start at the Device tab. by Dominik Riebeling · 17 years ago
- f79fbc1 rbutil: added swift tts engine. by Dominik Wenger · 17 years ago
- acc70ec rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs script. Also let the configure dialog remember options and paths for different tts and encoders. by Dominik Wenger · 17 years ago
- 7415443 w32: implement "system proxy" settings. This uses the IE setting by reading its values from the registry. Make system proxy the default value if no configuration file is found. by Dominik Riebeling · 17 years ago
- a1a4575 w32: add USB autodetection based on PID / VID values. by Dominik Riebeling · 17 years ago
- ec6f965 Bump version for new release for C200 by Dave Chapman · 17 years ago bootloader_c200_v2
- a26110c Set correct value for proxy when uninstalling, otherwise uninstallation will fail in proxied environments. by Dominik Riebeling · 17 years ago
- 1089892 The M5 is greyscale, not color. by Dominik Riebeling · 17 years ago
- 995b9b0 Oops: when adding a new platform I should also add it to the platform list ... 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
- 94720dc Add section for sansa c200. by Dominik Riebeling · 17 years ago
- 72e7ea2 Fix the missing c200 detection in bootloader installation. This is completely untested. by Dominik Riebeling · 17 years ago
- d3ea919 Update rbutil to match up with latest sansapatcher changes. Installing c200 bootloader isn't added yet. by Dominik Riebeling · 17 years ago
- 359028f Cosmetic - Change the way the detected type of Sansa is displayed and bump version to 0.4-svn. by Dave Chapman · 17 years ago
- 8d145a5 Initial attempt at c200 support - you now need both a "firmware.mi4" file (c200 bootloader) and "PP5022.mi4" file (e200 bootloader) to compile. sansapatcher should detect the device type and install the correct bootloader. by Dave Chapman · 17 years ago
- 82e4af6 Allow FAT16 partitions (for c200) by Björn Stenberg · 17 years ago
- 15cf32b four more keys that are fun by Daniel Stenberg · 17 years ago
- 36427dd Bump version to 2.0 ready for release by Dave Chapman · 17 years ago bootloader_ipods_v2
- 344f451 Spelling fix. by Antoine Cellerier · 17 years ago
- f90837f Check target / mountpoint selection before performing any installation. by Dominik Riebeling · 17 years ago
- 7929b03 Add -s,--silent so it doesnt display the instructions and wait for input before continuing. by Jonathan Gordon · 17 years ago
- c720b1b Bump version to 0.3 and v2 bootloader in preparation for release by Dave Chapman · 17 years ago
- e6dab6d Factorize smallInstall and completeInstall code. by Antoine Cellerier · 17 years ago
- 1464c9b Cosmetics: remove trailing spaces. by Antoine Cellerier · 17 years ago
- 76ea412 Modify Makefile for cross-compiling a windows .exe - this requires the libusb-win32-device-bin-0.1.12.1 archive extracted to the e200rpatcher source directory. by Dave Chapman · 17 years ago
- 7e0ed6b Add a call to usb_set_configuration() (apparently required for both Windows and Linux, but Linux didn't seem to mind) and also add some more error checking/reporting. by Dave Chapman · 17 years ago
- 2da04fd Use the correct config group when checking the bootloader requirement. by Dominik Riebeling · 17 years ago
- 3c182d2 Fix compilation warning. by Antoine Cellerier · 17 years ago
- ef425fe Fixes to the Complete and Small Installation routines: Don't try installing a bootloader if the target doesn't have one, Don't install doom WADs if the target doesn't have a doom plugin. by Antoine Cellerier · 17 years ago
- 78d7ece Automatically scroll to the last line of the progress logger when adding a new item. by Antoine Cellerier · 17 years ago
- 4bcd0fa Add an "Install All" button to the themes installation dialog. by Antoine Cellerier · 17 years ago
- 58fe3ae Change some validation button labels from "Ok" to "Install" or "Uninstall". by Antoine Cellerier · 17 years ago
- e4f8b95 Fix a qmake warning caused by some invisible character. by Dominik Riebeling · 17 years ago
- 554f0c3 If caching is disabled, still cache theme info and images in a temporary directory (which will be deleted once rbutil is closed) to prevent downling them every time the theme selection changes. by Antoine Cellerier · 17 years ago
- 3503c1a Fix, take 2. by Antoine Cellerier · 17 years ago
- b8f1e74 Fix http caching. by Antoine Cellerier · 17 years ago
- fc25266 Device detection based on USB PIDs. This is currently linux only and requires libusb. There is also no way to figure the mount point from the USB PID so the old methods are tried for this. by Dominik Riebeling · 17 years ago
- 3d41c1c Do not allow install doom files on a target that doesn't have a doom.rock plugin. by Antoine Cellerier · 17 years ago
- 1b62cc1 Archos Recorder v1 also came in 6 GB and 15 GB flavors. by Antoine Cellerier · 17 years ago
- 974eb5d Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog). by Antoine Cellerier · 17 years ago
- 4c881e2 Add BrowseDirtree::setDir(const QString&) to simplify the code. by Antoine Cellerier · 17 years ago
- bedfd7c On linux, default to /media for the mountpoint selection but make it possible to chose other directories too. by Antoine Cellerier · 17 years ago
- a619d06 Corrent an info message by Dave Chapman · 17 years ago
- 9730ca8 Add chinese translation to rbutil by Xinlu Huang (FS#7697). by Dominik Riebeling · 17 years ago
- 3cd6a45 it's /media, not /Media. by Dominik Riebeling · 17 years ago
- b775101 rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac. by Dominik Wenger · 17 years ago
- 79244b2 Give more verbose error message when uploading e200rpatcher fails. by Barry Wardell · 17 years ago
- 7eb73ef Change the Mac OS X rules to compile a static binary. Also add a README file with a brief description of e200rpatcher and some build instructions. We still need a Windows developer to make this work there... by Dave Chapman · 17 years ago
- d31751e Oops, remove some duplicated code. by Dave Chapman · 17 years ago
- dd998b7 Initial version of standalone e200rpatcher tool to upload and run the e200r patching application to patch the original Sansa bootloader. This requires the patching binary (called bootloader.bin) to be in the e200rpatcher directory when compiling. Currently only tested on Linux. by Dave Chapman · 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
- 6714681 bump version number for first bugfix release. by Dominik Riebeling · 17 years ago
- d64975f update german translation a bit. Still incomplete. by Dominik Riebeling · 17 years ago
- b9dbd4e - rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. by Dominik Riebeling · 17 years ago
- a449a3a make sure closing the application aborts the remaining HttpGet objects. Should fix the crash upon exit. by Dominik Riebeling · 17 years ago
- 09d66ac For some strange reason my last project file adjusting didn't seem to work correctly. Restucture a bit and rename debug configuration to "dbg" seems to help. by Dominik Riebeling · 17 years ago
- ad4b886 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 sansapatcher version is released. by Dave Chapman · 17 years ago
- c5550c9 Normal build defaults to release. Disable debug output for that case. To create a debug build (with debug output enabled) use "qmake -config debug". by Dominik Riebeling · 17 years ago
- 9dbcc38 Add short explanation on how to build rbutilqt. by Dominik Riebeling · 17 years ago
- a0cc369 rbutil: added a main .pro file. by Dominik Wenger · 17 years ago
- 53986b3 rbutil: removed the wx version of rbutil. by Dominik Wenger · 17 years ago
- b2e651d - check for specific files / folders case-insensitive by Dominik Riebeling · 17 years ago
- 72b7447 Add first time detection for some archos devices and gigabeat based on player-specific files. by Dominik Riebeling · 17 years ago