summaryrefslogtreecommitdiff
path: root/utils/AMS/hacking/amsinfo.c (follow)
Commit message (Collapse)AuthorAge
* amsinfo: save files with .bin extensionRafaël Carré2011-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31219 a1c6a512-1295-4272-9138-f99709370657
* mkamsboot/rbutil/amsinfo : do not try to detect the model of a given Sansa ↵Rafaël Carré2010-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | AMS OF The field we thought was representative of the model is not, it has changed in the past for fuzev1 and fuzev2. For example the value 0x23 is found in 2 old fuzev1 OF versions, and in the c200v2 OF The only reliable way to detect the model of a given OF is by using the built-in list of md5sums. Modify mkamsboot and rbutilqt to load the rockbox bootloader first, and then check if the model in the bootloader corresponds to the model of the known md5sum of the given OF. That way we can continue to present the user with a list of known OF versions in case the OF is unknown to mkamsboot Also explicit the dependency of main.c on mkamsboot.h in case the prototypes change Correct the header's description not updated in r21648 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26248 a1c6a512-1295-4272-9138-f99709370657
* amsinfo: do not assume library blocks always have the same sizeRafaël Carré2010-03-14
| | | | | | otg_functio is now correctly extracted of Clip+ firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25188 a1c6a512-1295-4272-9138-f99709370657
* amsinfo: support clip+ firmware formatRafaël Carré2010-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24218 a1c6a512-1295-4272-9138-f99709370657
* Replace amsinfo by another version which:Rafaël Carré2009-10-27
| | | | | | | | | - supports Clipv2/Fuzev2 firmwares - dumps firmware and library blocks in current directory - adds assertions and boundaries checks about the firmware format - has nice colors ! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23366 a1c6a512-1295-4272-9138-f99709370657
* Cosmetic fix: remove duplicate semicolonsBertrik Sikken2009-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20198 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