- 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 · 16 years ago
- 35f41e6 Remove an unused variable. by Maurus Cuelenaere · 16 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