- 3d30029 Fix a nasty bug spotted by Rob Purchase - the uploaded file was being truncated to a multiple of 64 bytes (PACKET_SIZE). by Dave Chapman · 16 years ago
- f5fcc76 Fix menu (update to newer one) by Maurus Cuelenaere · 16 years ago
- c626f47 Add Rockbox layout to plugin API documentation by Maurus Cuelenaere · 16 years ago
- e7ea23b Improve plugin API documentation updater a bit by Maurus Cuelenaere · 16 years ago
- ae569c6 Functionize some stuff by Maurus Cuelenaere · 16 years ago
- 8c0b661 Fix some issues with generation of plugin API documentation + make it more themeable by Maurus Cuelenaere · 16 years ago
- 20fb47e Commit FS#9462: an semi-automatic plugin API documentation generator by Maurus Cuelenaere · 16 years ago
- 5b3627f Add iriver X20 support to tcctool - information contributed by Octavian Voicu. by Dave Chapman · 16 years ago
- c6be818 Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before. by Dave Chapman · 16 years ago
- c2933cd Remove the dependency on sufficient free space in the padding at the end of the firmware block by storing the ucl unpack function in the main firmware block, immediately before the compressed firmware image. Also simplify the memcpy function in test.S. This has been tested successfully on a Clip. by Dave Chapman · 16 years ago
- 2c096e4 It turns out that in-place UCL decompression isn't as easy as we thought, so we copy the OF to an unused part of RAM before decompressing it. This works - I have successfully patched m300a-1.1.17A.bin and installed on my Clip with this code. Thanks to Rafael Carre (funman) for the actual patch. by Dave Chapman · 16 years ago
- caeaf76 Correct the content of an error message (thanks to Jens for spotting) and fix a warning by Dave Chapman · 16 years ago
- fc72216 We need to strip the header (26 bytes) from the UCL file - based on the information in tools/ucl2src.pl. Also add some sanity checking of the UCL file. by Dave Chapman · 16 years ago
- 5891a38 Bug fix #1 for mkamsboot - pass the correct parameters to the ucl unpack function. by Dave Chapman · 16 years ago
- 757f511 Untested (i.e. will almost certainly brick your device if you attempt to use it) first attempt at making mkamsboot store the original firmware as a UCL compressed image. If it works, then this means we have about 40KB (depending on target and OF version) for our bootloader code. I repeat: This is UNTESTED and needs reviewing fully before attempting to install on a device. by Dave Chapman · 16 years ago
- fe72d57 Original, unmodified version of the ARM thumb implementation of the UCL ucl_nrv2e_decompress_8 function from upx-3.03 - licensed under the GPL (v2 or later). This will be used to decompress the original firmware image in the next version of mkamsboot. by Dave Chapman · 16 years ago
- 0326055 We don't know how to increase the firmware size, so abort instead of creating a bricking firmware. Suggested by Rafaël Carré (funman). by Dave Chapman · 16 years ago
- 063d37b Oops, big oops: revert the PID values back to their proper values. Oversight on my part. :) by Robert Menes · 16 years ago
- f83fc36 Gave meizu_dfu's source the official Rockbox header. No functional changes. by Robert Menes · 16 years ago
- 4034279 revert accidental commit by Marcoen Hirschberg · 16 years ago
- 48e45f5 add Meizu M6SP and M3 ports by Marcoen Hirschberg · 16 years ago
- e3f1a3f ZenUtils: by Maurus Cuelenaere · 16 years ago
- c487c01 fix meizu_dfu endianness issues by Frank Gevaerts · 16 years ago
- f414c6e WpsEditor: add linenumbrs WpsEditor: Add linenumbers to the WPS Code, and highlight the error line, if parsing fails. (FS#9362) by Dominik Wenger · 16 years ago
- c104c24 Wpseditor: fix compiling. I forgot a new file. by Dominik Wenger · 16 years ago
- c1aabc8 WpsEditor: Add rockbox/gpl copyright headers to all source files. by Dominik Wenger · 16 years ago
- 11eff09 * Clean up screenshot a bit and make it more self-descriptive by Maurus Cuelenaere · 16 years ago
- 66b211a WpsEditor: add support for greyscale targets. by Dominik Wenger · 16 years ago
- 6ea9067 remove -Wno-pointer-sign. This will make warnings reappear, but the warnings should really be fixed at the source by Frank Gevaerts · 16 years ago
- 333f7e9 silence warnings by Frank Gevaerts · 16 years ago
- 16c9b16 WPS editor: by Maurus Cuelenaere · 16 years ago
- 561df38 WPS editor: by Maurus Cuelenaere · 16 years ago
- 16b8817 WPS editor: * Order is important in highlighting rules! by Maurus Cuelenaere · 16 years ago
- c1c1383 * WPS editor: set eol-style * Add CLI-only screenshot utility (using libwps) by Maurus Cuelenaere · 16 years ago
- 254fa65 WpsEditor: commit FS#9344 by Rostislav Chekan - multitarget support (only colour targets for now) by Dominik Wenger · 16 years ago
- f3d5700 ... but still be compatible with OF.. by Maurus Cuelenaere · 16 years ago
- aefbd63 * Clean up Jz4740 USB tool a bit by Maurus Cuelenaere · 16 years ago
- c9e31fb Fix compiling of Jz4740 usbtool by Maurus Cuelenaere · 16 years ago
- 903156d cleanups by William Poetra Yoga Hadisoeseno by Frank Gevaerts · 16 years ago
- 3409e9d code cleanup by Frank Gevaerts · 16 years ago
- 6e24db0 fix meizu_dfu's buggy usb device id matching by Frank Gevaerts · 16 years ago
- 5d22e3c Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327 by Frank Gevaerts · 16 years ago
- e645ced add Meizu M3, M6 TP, M6 SP and M6 SL dfu firmware recovery tool by Frank Gevaerts · 16 years ago
- 79177ed MTP: * Add Win32 progress callback reporting support by Maurus Cuelenaere · 16 years ago
- bea2ab2 ZenUtils: * add FRESC encryption * clean up code a bit by Maurus Cuelenaere · 16 years ago
- 606c798 Jz4740 USB tool: * Add preliminary support for NAND & ROM dump by Maurus Cuelenaere · 16 years ago
- ced10d4 ZenUtils: by Maurus Cuelenaere · 16 years ago
- ba28444 Fix little mistake; thanks to Dave Hooper by Maurus Cuelenaere · 16 years ago
- b2c19a5 Search-and-replace was a bit too excessive.. by Maurus Cuelenaere · 16 years ago
- bc628fe Zenutils: by Maurus Cuelenaere · 16 years ago
- 72bc4e3 Jz4740 tools: by Maurus Cuelenaere · 16 years ago
- 438e363 Jz4740 USB utility: by Maurus Cuelenaere · 16 years ago
- eca923d Better check what happened after doing search-and-replace all.. by Maurus Cuelenaere · 16 years ago
- c8bdcbf jz4740 utilities: by Maurus Cuelenaere · 16 years ago
- a5d1f4e Commit FS#9102 thanks to Martin Pahl by Maurus Cuelenaere · 16 years ago
- 0a35976 Don't erase people's NAND flash... (aka fix usbtool) by Maurus Cuelenaere · 16 years ago
- f3c26a5 Make the usbtool README more clear by Maurus Cuelenaere · 16 years ago
- 6acee7d Remove binaries by Maurus Cuelenaere · 16 years ago
- ca5bb76 Delete the svn:executable property and set svn:eol-style to native for all those text files. by Nicolas Pennequin · 16 years ago
- 14c7f45 Add zook's ZenUtils to SVN by Maurus Cuelenaere · 16 years ago
- 33d8bb1 Fix infinite loop in sendfirm_win.cpp and other minor fixes by Maurus Cuelenaere · 16 years ago
- 46d8302 Make sendfirm_win.c compile and work by Maurus Cuelenaere · 16 years ago
- be0bccf Forgot the actual file.. by Maurus Cuelenaere · 16 years ago
- 9366501 Add example program + fix some mistakes by Maurus Cuelenaere · 16 years ago
- b42a51b Add sendfirm Windows version, currently in the form of a DLL so it could by Maurus Cuelenaere · 16 years ago
- 6fd40a5 Jz4740 Tools: by Maurus Cuelenaere · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- bcf9b5d Fix checksum issues by Maurus Cuelenaere · 16 years ago
- d951e16 Rename jz4740 tools + add some new ones by Maurus Cuelenaere · 16 years ago
- 19e5814 Update Jz4740 usbtool by Maurus Cuelenaere · 16 years ago
- 349c14c More improvements to jz4740_usbtool by Maurus Cuelenaere · 16 years ago
- 8f9b293 Fix a mistake + be more verbose by Maurus Cuelenaere · 16 years ago
- 00daa7c Add basic Jz4740 USB tool for messing with Ingenic chipset players by Maurus Cuelenaere · 16 years ago
- 1aa6cde Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code. by Dave Chapman · 17 years ago
- 35f41e6 Remove an unused variable. by Maurus Cuelenaere · 17 years ago
- 08cabe9 kill the release script and build tarball from *everything* in SVN... by Daniel Stenberg · 17 years ago
- 9ce0261 Oops, I should try compiling things before committing... by Dave Chapman · 17 years ago
- 7d18935 Add support to tcctool for the Samsung YP-K3. Also rename the YP-P2 option to the shorter ypp2. by Dave Chapman · 17 years ago
- 1b39f2e Add support for Samsung YP P2 by Dave Chapman · 17 years ago
- a891703 Add backdrops/, icons/ and utils/ as well as some missing rwpses to the tarballs. by Jonas Häggqvist · 17 years ago
- 3e2c51d Firmware update utility for the Gigabeat S and probably other MTP devices. Based on libmtp's sendfile.c example, tweaked by Maurus Cuelenaere and me to send firmware files. by Nicolas Pennequin · 17 years ago
- a5e4cc9 Document how to use tcctool in Windows, and include the appropriate .inf file for use with the libusb-win32 device driver by Dave Chapman · 17 years ago
- 164b8f6 Use O_BINARY when reading the firmware file - for win32 compatibility by Dave Chapman · 17 years ago
- d0c44f5 Add support for co-processor instructions. I'm not 100% sure about this, but it seems to work... by Dave Chapman · 17 years ago
- 738a897 Correct the value for SDCFG for the c100 - based on a USB log of the C100 firmware updater. by Dave Chapman · 17 years ago
- 28c5ba8 Initial, untested support for C100. Also increase the firmware size limit to 10MB to make it work withe the Cowon D2 and a little cleanup. by Dave Chapman · 17 years ago
- 11251f4 Add support for device-specific USB product IDs - the D2 is different to other devices. by Dave Chapman · 17 years ago
- 2c816d1 Untested support for the Cowon D2 by Dave Chapman · 17 years ago
- 71cdf00 Initial version of tcctool - a utility for talking to Telechips TCC77x-based 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. by Dave Chapman · 17 years ago
- a049fa7 FS#7182: Fix endianness bugs in ARM disassembler which made it report wrong addresses on PPC. by Barry Wardell · 17 years ago
- c5b5220 FS#7182: Second attempt by Dave Chapman at getting ARM disassembler to compile in Linux. This version produces identical output to the Windows version. by Barry Wardell · 17 years ago
- 0b8dd12 FS#7182: Initial attempt by Dave Chapman at getting ARM disassembler to compile in Linux. by Barry Wardell · 17 years ago
- 307d2dd Initial version of ARM disassembler by Antonius Hellman. by Barry Wardell · 17 years ago