Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
c7b6ad5fdf3e89b5c68e2448dc360c6838a3b241
/
utils
/
MTP
93f4bd3
Initial (untested) attempt at a Windows version. The MTP_DLL.dll library 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.
by Dave Chapman
· 16 years ago
c06071e
Initial version of a BSD-licensed beastpatcher utility for Gigabeat S installation. Currently only compiles on Linux, but Windows and OS X support are planned.
by Dave Chapman
· 16 years ago
5883f09
MTP_DLL: * update license to BSD * clean some comments * add README file
by Maurus Cuelenaere
· 16 years ago
6a3779b
Fix old libmtp detection on Ubuntu systems that don't support echo -e.
by Nicolas Pennequin
· 16 years ago
f9b7572
extract LIBMTP_VERSION from header, and use that to set -DOLDMTP when building sendfirm, rather than trying to build each way
by Andrew Mahone
· 16 years ago
ef726ce
Fix compilation of sendfirm with 0.3.x versions of libmtp and keep a (hacky) fallback for building with the older 0.2.x also fix a pair of 64 bit warnings
by Nils Wallménius
· 16 years ago
870c586
Remove executable property that somehow got set
by Michael Giacomelli
· 16 years ago
76c093d
Commit utility to dump the OF from a rockboxed Gigabeat S. Searches the partition for deleted nk.bin and restores it. Should work if run immediately after install the bootloader, but may not work later. Current version asks the user to md5sum the file, but probably should do it automatically.
by Michael Giacomelli
· 16 years ago
79177ed
MTP: * Add Win32 progress callback reporting support
by Maurus Cuelenaere
· 17 years ago
33d8bb1
Fix infinite loop in sendfirm_win.cpp and other minor fixes
by Maurus Cuelenaere
· 17 years ago
46d8302
Make sendfirm_win.c compile and work
by Maurus Cuelenaere
· 17 years ago
be0bccf
Forgot the actual file..
by Maurus Cuelenaere
· 17 years ago
9366501
Add example program + fix some mistakes
by Maurus Cuelenaere
· 17 years ago
b42a51b
Add sendfirm Windows version, currently in the form of a DLL so it could
by Maurus Cuelenaere
· 17 years ago
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 17 years ago
35f41e6
Remove an unused variable.
by Maurus Cuelenaere
· 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