summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-14Merge branch 'pvc' into legacylegacyPali Rohár9-34/+49
2012-08-13Remove code which is not for version 0.50.5Pali Rohár2-487/+0
2012-07-14Update fiasco documentationPali Rohár1-11/+11
2012-07-14Align also kernel imagePali Rohár2-8/+26
2012-06-24Fix prepaired new 0xFFFF optionsPali Rohár1-59/+67
2012-06-24Rename n700 --> 770Pali Rohár7-11/+11
2012-06-24Update usb device tablePali Rohár2-10/+18
2012-06-23fiasco - remove dead codePali Rohár2-44/+0
2012-06-23Added option to use only image pieces for specific device / hw revisionPali Rohár3-15/+56
2012-06-23Cold Flasher - Remove duplicate usb code, prepair for flashing form fiasco ↵Pali Rohár1-147/+95
images
2012-06-23Import my open source tool for Cold Flashing: cold-flasher-rx51.cPali Rohár1-0/+440
2012-06-23Fix compilation warningsPali Rohár6-9/+15
2012-06-23Update fiasco documentation, now is on 95% completePali Rohár1-25/+31
2012-06-23Fiasco image: Allow to specify device string without hw revision (then image ↵Pali Rohár2-19/+20
is valid for all hw revisions). Generating images should be complete!
2012-06-23Fixed creating fiasco images, added param version: for specifing sw-ver. Now ↵Pali Rohár2-53/+111
generated fiasco images are valid for nokia flasher.
2012-06-23Rename fwname to swverPali Rohár2-5/+5
2012-06-23Fix unpacking fiasco images (check for number of subsections). Now unpacking ↵Pali Rohár1-14/+21
is complete!
2012-06-23Fix memory problems when unpacking fiasco imagesPali Rohár2-6/+17
2012-06-23Unpacking fiasco - added support for FW headers (FW name)Pali Rohár1-10/+30
2012-06-23When identifing fiasco image, show all piecesPali Rohár1-1/+5
2012-06-23Added preview of new 0xFFFF arguments to main.c. This change will be needed ↵Pali Rohár1-0/+93
to support other flashing modes (cold, MK II, ...)
2012-06-23Fix creating fiasco images - added support for specifing device, hwrevs, ↵Pali Rohár3-24/+146
version, mmc layout and auto align mmc images Format of arguments for adding piece to fiasco image is now: $ 0xFFFF -p [[[[dev:hw:]ver:]type:]file[%%layout]
2012-06-23Rename hwrev to hwrevs and fix unpacking fiasco images. hwrevs do not have ↵Pali Rohár2-14/+24
to be separated by nullterm if size of hwrev is 8.
2012-06-23do_hash_file - align size for mmc images, append chars \xff (nokia flasher ↵Pali Rohár4-4/+18
needs mmc images alingned)
2012-06-23Prepair flash_image for specifing device and hw revisionsPali Rohár4-6/+8
2012-06-23Prepair piece structure for device & hw revisionsPali Rohár2-3/+9
2012-06-23Prepair for flashing via MK II protocol (N900 in PC-Suite mode)Pali Rohár2-5/+6
2012-06-23* Apply Pali Rohár patch - Add support for device and hw revisions ↵pancake5-32/+132
specified in hw pieces - Updated documentation - Fixed problems when unpacking - Ready for mmc and cold flashing
2011-12-16* Apply Pali Rohár patch fixing RX51 Fiasco Image parsingpancake1-18/+29
2010-11-18* Add manpages (thanks sre!)pancake4-0/+162
2010-11-18* Fix warning in dump.c * Port GUI to GtkON syntax * Fix build for latest valacpancake6-409/+994
--HG-- rename : src/gui/gui.gtkaml => src/gui/gui.gtkaml.orig
2010-04-26* Fix usb initialization link with n900 * minor syntax fixuppancake2-70/+79
2009-12-22* Add C files of the gui, so it can be built without gtkamlc or valac * Fix ↵pancake6-39/+945
build of gui.gtkaml (sync with last vala) * Update version number in gui about dialog * Some syntax cleanup and removed some unnecesary printf calls
2009-12-21* Use /usr/local PREFIX by default * Bump revision to 0.5pancake1-3/+2
2009-12-21* Fix segmentation fault with -O2 while unpacking (thanks for reporting) * ↵pancake@flubox5-31/+51
Various random checks to ensure read/write ops are success
2009-10-18* Fix n900 identification for dump (-e) * Make clean libusb from the root ↵pancake@localhost.localdomain2-9/+10
makefile
2009-10-17* Fix static buildpancake@localhost.localdomain2-1/+4
2009-10-17* Added support for local n900 nand dump * Do some code cleanup, update ↵pancake@localhost.localdomain4-34/+82
headers from 2007 to 2009 :) - Fix warning messages
2008-12-19* Apply security patches from Erik Hovland - Thanks!pancake10-36/+50
2008-12-14* Oops missing up0.4pancake12-33/+67
* Added fixups for make install/deinstall * HAVE_GUI is now enabled by default * New 'stop' button for goxf GUI * Fix lil bug in squeue.c * Initial .desktop icon for freedesktop environments (GNOME)
2008-12-14* Minor stetical fixupspancake2-5/+5
* Cut 0.4 release :)
2008-12-08* Implement and test direct file FIASCO flash - openfiasco receives options ↵pancake7-37/+101
for grepping for pieces and be verbose - fixed flashing order using grep options xloader, secondary, kernel, initfs, rootfs - Tested and working - Added parser for the hw revision string * Autodetect device hw revision and setup the subversion string on the fly.
2008-12-08* Added -n flag to do not write to disk or flash (simulation)pancake11-41/+134
* Added -S flag to specify subversion id manually while flashing or dumping * Fixed support for the last fiasco image - Skip paddings - More verbose output while parsing FIASCO headers * Initial implementation of the full direct FIASCO flasher - No need to dump manually before flashing * Some warnings and code cleanup * Fix building issue * Add HAVE_GUI directive in config.mk * Up to version 0.4
2008-03-07* Shift doc/faq to doc/faq20.3.9pancake8-477/+113
* Add 'doc/faq' with most used commands * -e can be used with -u to specify the path to extract the files * Remove gui directory - GUI source is in src/gui - Incrusted inside the build and install targets (ignores build and install errors)
2008-03-06* Initial working version of the flash gui - Renamed to goxf - Needs 'sudo' ↵pancake13-111/+372
to be enabled to the user without password - Identify and ban piece files while including them in the list - Support for flashing multiple piece files - progressbar and warn/error messages handled - Supports reboot mobo command * Make qmode be functional * Lot of hardcore fixups on squeue_open - Should work now everywhere fine asumid UID 1000 as allowed user - Reduce timeouts - Add push2 method
2008-03-05* Initial import of the GtkAML gui frontend - Mostly implemented in just one ↵pancake11-7/+714
night :) * Import the squeue c and vapi sources * Make 0xFFFF run as squeue daemon with -Q flag * Up to 0.4
2008-02-18* Initial support for n8100.3.2pancake6-15/+23
- Fix set_altinterface workaround which seems to be checked by nolo 1.7 - n810 has the same USBID than n770 * Define some nolo commands used in query.c in nolo.h * Get SW version with -i too
2008-02-04* Fix build of guipancake3-21/+108
* Some initial callbacks and glade tests
2008-02-02* Take proper values for claim_interface and set_altinterface from the ↵pancake1-2/+3
device->config->interface->altsetting structure
2008-01-14* Up to 0.3.2pancake11-44/+82
* Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot