summaryrefslogtreecommitdiff
path: root/utils (follow)
Commit message (Collapse)AuthorAge
...
* add Meizu M3, M6 TP, M6 SP and M6 SL dfu firmware recovery toolFrank Gevaerts2008-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18360 a1c6a512-1295-4272-9138-f99709370657
* MTP:Maurus Cuelenaere2008-08-27
| | | | | | | * Add Win32 progress callback reporting support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18355 a1c6a512-1295-4272-9138-f99709370657
* ZenUtils:Maurus Cuelenaere2008-08-26
| | | | | | | | * add FRESC encryption * clean up code a bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18345 a1c6a512-1295-4272-9138-f99709370657
* Jz4740 USB tool:Maurus Cuelenaere2008-08-24
| | | | | | | * Add preliminary support for NAND & ROM dump git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18341 a1c6a512-1295-4272-9138-f99709370657
* ZenUtils:Maurus Cuelenaere2008-08-24
| | | | | | | | * Apply FS#9311 by Jelle Geerts: fix compiling on MingW * Make zen::find_firmware_offset() detect the offset better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18340 a1c6a512-1295-4272-9138-f99709370657
* Fix little mistake; thanks to Dave HooperMaurus Cuelenaere2008-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18272 a1c6a512-1295-4272-9138-f99709370657
* Search-and-replace was a bit too excessive..Maurus Cuelenaere2008-08-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18265 a1c6a512-1295-4272-9138-f99709370657
* Zenutils:Maurus Cuelenaere2008-08-12
| | | | | | | | | * Make update_extract work again * Add other players to zen_crypt * Change stricmp() calls to strcasecmp() in zen_crypt git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18264 a1c6a512-1295-4272-9138-f99709370657
* Jz4740 tools:Maurus Cuelenaere2008-08-12
| | | | | | | | * Add HXF2IHFS by William Poetra Yoga Hadisoeseno * Don't do usb_set_configuration() calls on Linux in USB tool git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18256 a1c6a512-1295-4272-9138-f99709370657
* Jz4740 USB utility:Maurus Cuelenaere2008-08-12
| | | | | | | | * Fix potential segmentation faults * Add support for the VX767 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18252 a1c6a512-1295-4272-9138-f99709370657
* Better check what happened after doing search-and-replace all..Maurus Cuelenaere2008-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18207 a1c6a512-1295-4272-9138-f99709370657
* jz4740 utilities:Maurus Cuelenaere2008-08-07
| | | | | | | | | * Fix TABs problem * Add IHFSsplit made by William Poetra Yoga Hadisoeseno * Fix compilation warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18206 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9102 thanks to Martin PahlMaurus Cuelenaere2008-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18154 a1c6a512-1295-4272-9138-f99709370657
* Don't erase people's NAND flash...Maurus Cuelenaere2008-07-30
| | | | | | | (aka fix usbtool) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18150 a1c6a512-1295-4272-9138-f99709370657
* Make the usbtool README more clearMaurus Cuelenaere2008-07-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18082 a1c6a512-1295-4272-9138-f99709370657
* Remove binariesMaurus Cuelenaere2008-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18013 a1c6a512-1295-4272-9138-f99709370657
* Delete the svn:executable property and set svn:eol-style to native for all ↵Nicolas Pennequin2008-07-11
| | | | | | those text files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18012 a1c6a512-1295-4272-9138-f99709370657
* Add zook's ZenUtils to SVNMaurus Cuelenaere2008-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657
* Fix infinite loop in sendfirm_win.cpp and other minor fixesMaurus Cuelenaere2008-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17939 a1c6a512-1295-4272-9138-f99709370657
* Make sendfirm_win.c compile and workMaurus Cuelenaere2008-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17938 a1c6a512-1295-4272-9138-f99709370657
* Forgot the actual file..Maurus Cuelenaere2008-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17934 a1c6a512-1295-4272-9138-f99709370657
* Add example program + fix some mistakesMaurus Cuelenaere2008-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17933 a1c6a512-1295-4272-9138-f99709370657
* Add sendfirm Windows version, currently in the form of a DLL so it could Maurus Cuelenaere2008-07-03
| | | | | | | be easy integrated into programs (will require VS2005 to compile) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17932 a1c6a512-1295-4272-9138-f99709370657
* Jz4740 Tools:Maurus Cuelenaere2008-07-03
| | | | | | | | | | * update Makefile * add README * update svn properties * fix small mistakes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17926 a1c6a512-1295-4272-9138-f99709370657
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
| | | | | | | | | later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
* Fix checksum issuesMaurus Cuelenaere2008-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17842 a1c6a512-1295-4272-9138-f99709370657
* Rename jz4740 tools + add some new onesMaurus Cuelenaere2008-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17840 a1c6a512-1295-4272-9138-f99709370657
* Update Jz4740 usbtoolMaurus Cuelenaere2008-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17799 a1c6a512-1295-4272-9138-f99709370657
* More improvements to jz4740_usbtoolMaurus Cuelenaere2008-06-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17785 a1c6a512-1295-4272-9138-f99709370657
* Fix a mistake + be more verboseMaurus Cuelenaere2008-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17751 a1c6a512-1295-4272-9138-f99709370657
* Add basic Jz4740 USB tool for messing with Ingenic chipset playersMaurus Cuelenaere2008-06-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17746 a1c6a512-1295-4272-9138-f99709370657
* Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code.Dave Chapman2008-05-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17464 a1c6a512-1295-4272-9138-f99709370657
* Remove an unused variable.Maurus Cuelenaere2008-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17243 a1c6a512-1295-4272-9138-f99709370657
* kill the release script and build tarball from *everything* in SVN...Daniel Stenberg2008-03-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16818 a1c6a512-1295-4272-9138-f99709370657
* Oops, I should try compiling things before committing...Dave Chapman2008-02-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16394 a1c6a512-1295-4272-9138-f99709370657
* Add support to tcctool for the Samsung YP-K3. Also rename the YP-P2 option ↵Dave Chapman2008-02-23
| | | | | | to the shorter ypp2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16393 a1c6a512-1295-4272-9138-f99709370657
* Add support for Samsung YP P2Dave Chapman2008-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16240 a1c6a512-1295-4272-9138-f99709370657
* Add backdrops/, icons/ and utils/ as well as some missing rwpses to the ↵Jonas Häggqvist2008-01-23
| | | | | | tarballs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16152 a1c6a512-1295-4272-9138-f99709370657
* Firmware update utility for the Gigabeat S and probably other MTP devices. ↵Nicolas Pennequin2007-11-22
| | | | | | Based on libmtp's sendfile.c example, tweaked by Maurus Cuelenaere and me to send firmware files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15755 a1c6a512-1295-4272-9138-f99709370657
* Document how to use tcctool in Windows, and include the appropriate .inf ↵Dave Chapman2007-11-10
| | | | | | file for use with the libusb-win32 device driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15559 a1c6a512-1295-4272-9138-f99709370657
* Use O_BINARY when reading the firmware file - for win32 compatibilityDave Chapman2007-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15385 a1c6a512-1295-4272-9138-f99709370657
* Add support for co-processor instructions. I'm not 100% sure about this, ↵Dave Chapman2007-10-27
| | | | | | but it seems to work... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15334 a1c6a512-1295-4272-9138-f99709370657
* Correct the value for SDCFG for the c100 - based on a USB log of the C100 ↵Dave Chapman2007-10-27
| | | | | | firmware updater. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15332 a1c6a512-1295-4272-9138-f99709370657
* Initial, untested support for C100. Also increase the firmware size limit ↵Dave Chapman2007-10-27
| | | | | | to 10MB to make it work withe the Cowon D2 and a little cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15331 a1c6a512-1295-4272-9138-f99709370657
* Add support for device-specific USB product IDs - the D2 is different to ↵Dave Chapman2007-10-21
| | | | | | other devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15242 a1c6a512-1295-4272-9138-f99709370657
* Untested support for the Cowon D2Dave Chapman2007-10-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15228 a1c6a512-1295-4272-9138-f99709370657
* Initial version of tcctool - a utility for talking to Telechips TCC77x-based ↵Dave Chapman2007-10-20
| | | | | | devices in USB boot mode, allowing code to be uploaded to RAM and run via USB, without any danger of bricking. When your uploaded code crashes, just power-cycle the device and it is back to normal. Requires libusb. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15217 a1c6a512-1295-4272-9138-f99709370657
* FS#7182: Fix endianness bugs in ARM disassembler which made it report wrong ↵Barry Wardell2007-08-01
| | | | | | addresses on PPC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14130 a1c6a512-1295-4272-9138-f99709370657
* FS#7182: Second attempt by Dave Chapman at getting ARM disassembler to ↵Barry Wardell2007-08-01
| | | | | | compile in Linux. This version produces identical output to the Windows version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14128 a1c6a512-1295-4272-9138-f99709370657
* FS#7182: Initial attempt by Dave Chapman at getting ARM disassembler to ↵Barry Wardell2007-08-01
| | | | | | compile in Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14127 a1c6a512-1295-4272-9138-f99709370657