summaryrefslogtreecommitdiff
path: root/utils/MTP/beastpatcher (follow)
Commit message (Collapse)AuthorAge
* Fix a typo spotted from r30864.Robert Menes2011-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30865 a1c6a512-1295-4272-9138-f99709370657
* beastpatcher: check WMP version.Dominik Riebeling2011-10-30
| | | | | | | | The current implementation fails silently if Windows Media Player is version 10. Add a check and inform the user if the version installed is too old to work properly with beastpatcher. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30864 a1c6a512-1295-4272-9138-f99709370657
* Don't close file descriptor twiceThomas Jarosch2011-08-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30352 a1c6a512-1295-4272-9138-f99709370657
* Add error messages to a few more failure cases to beastpatcher.Dominik Riebeling2010-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26978 a1c6a512-1295-4272-9138-f99709370657
* Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré2010-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26893 a1c6a512-1295-4272-9138-f99709370657
* Revert an accidental commit that I didn't want to go in.Robert Menes2009-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23839 a1c6a512-1295-4272-9138-f99709370657
* Another round of plugin keymaps for the Philips GoGear SA9200.Robert Menes2009-12-03
| | | | | | | Just a few more to go... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
* Adjust mknkboot sources path to recently changed location.Dominik Riebeling2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23458 a1c6a512-1295-4272-9138-f99709370657
* Correct the bootloader download path.Dave Chapman2009-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23431 a1c6a512-1295-4272-9138-f99709370657
* Add support for building OSX disk image of beastpatcher.Barry Wardell2009-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23424 a1c6a512-1295-4272-9138-f99709370657
* Get beastpatcher working on OSX.Barry Wardell2009-10-30
| | | | | | | | I don't know why we need to split the compiling and linking steps on OSX, but this was the only way I could get static linking against libusb and libmtp to work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23418 a1c6a512-1295-4272-9138-f99709370657
* Update bootloader download location and add a note about building with VS2005.Dominik Riebeling2009-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23381 a1c6a512-1295-4272-9138-f99709370657
* Move mknkboot.[ch] to beastpatcher folder.Dominik Riebeling2009-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23372 a1c6a512-1295-4272-9138-f99709370657
* Make beastpatcher build with VS2005 again.Dominik Riebeling2009-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22821 a1c6a512-1295-4272-9138-f99709370657
* Add non-interactive mode to beastpatcher.Dominik Riebeling2009-09-24
| | | | | | | - Extend beastpatcher() to optionally work non-interactively. - Don't ask for confirmation if beastpatcher was started with command line arguments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22820 a1c6a512-1295-4272-9138-f99709370657
* Integrate mknkboot into beastpatcher.Dominik Riebeling2009-09-20
| | | | | | Add a new option to beastpatcher to patch and upload an original firmware file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22745 a1c6a512-1295-4272-9138-f99709370657
* Fix signedness mismatch.Dominik Riebeling2009-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22733 a1c6a512-1295-4272-9138-f99709370657
* Extend beastpatcher command line.Dominik Riebeling2009-08-23
| | | | | | | | | - prepare for building without included bootloader binary - allow specifying a bootloader.bin file on the command line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22479 a1c6a512-1295-4272-9138-f99709370657
* Make bin2c compile with VS2005 and move it to a separate folder as its ↵Dominik Riebeling2009-06-13
| | | | | | getting used by different tools now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21272 a1c6a512-1295-4272-9138-f99709370657
* Refactor sendfirm functionality in beastpatcher and do some code police.Dominik Riebeling2009-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21271 a1c6a512-1295-4272-9138-f99709370657
* Build beastpatcher by incorporating the MTP_DLL code instead of linking the DLL.Dominik Riebeling2009-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21270 a1c6a512-1295-4272-9138-f99709370657
* Fix beastpatcher on linux and code police.Dominik Riebeling2009-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21263 a1c6a512-1295-4272-9138-f99709370657
* Implement sendfirm functionality in beastpatcher. Set svn:eol-style properties.Dominik Riebeling2009-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21260 a1c6a512-1295-4272-9138-f99709370657
* Allow building beastpatcher with libmtp 0.2.[0-5].Dominik Riebeling2009-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21249 a1c6a512-1295-4272-9138-f99709370657
* Remove never used code -- libmtp is not used on Windows.Dominik Riebeling2009-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21227 a1c6a512-1295-4272-9138-f99709370657
* Major W32 beastpatcher rework (FS#10220).Dominik Riebeling2009-06-08
| | | | | | | | | | | | Update beastpatcher to scan for the device separately, rework MTP_DLL and modify to allow building with VS2005. - include pstdint.h when building with VS2005 as VS doesn't have inttypes.h - don't use bool in the DLL as VS doesn't support type bool in C. - rearrange DLL files to avoid filename ambiguities with sendfirm. - include MTP_DLL.h instead of duplicating prototypes. Adjust header for easy inclusion. - make MTP_DLL project file also copy the resulting dll to MTP folder for convenience. - extend MTP_DLL API for separate device scanning. Note that this (intentionally) breaks compatibility of the dll. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21221 a1c6a512-1295-4272-9138-f99709370657
* Support building beastpatcher with MinGW.Dominik Riebeling2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20960 a1c6a512-1295-4272-9138-f99709370657
* Initial (untested) attempt at a Windows version. The MTP_DLL.dll library ↵Dave Chapman2009-02-22
| | | | | | needs expanding to offer the same API as mtp_libmtp.c, but this needs someone with access to a MS compiler. Ideally we should also stop using a separate DLL and compile a single standalone beastpatcher.exe. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20088 a1c6a512-1295-4272-9138-f99709370657
* Initial version of a BSD-licensed beastpatcher utility for Gigabeat S ↵Dave Chapman2009-02-22
installation. Currently only compiles on Linux, but Windows and OS X support are planned. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20083 a1c6a512-1295-4272-9138-f99709370657