Closed GoogleCodeExporter closed 9 years ago
I solved eliminating the "EXIT 1" line into the extract_firmware.sh file. That
caused exiting without try other metods because didn't work untrx and splitter3
I have it at line 113
109 echo "! untrx failed, trying splitter3";
109 "src/splitter3" "$1" "$2/image_parts" >> extract.log 2>&1
110 if [ $? != 0 ]; then
111 echo " ERROR: Could not split firmware into
112 component parts (unrecognized)";
113 # exit 1
114 else
115 touch "$2/.linux_raw_type3"
Original comment by desiga...@gmail.com
on 13 Dec 2010 at 1:00
[deleted comment]
I initially commented about the wrong model (got user reports confused). I had
made some changes to support a new firmware type and in doing so broke support
for others. As a F/OSS project I leave the regression testing to users ;). I
will apply this patch as a temporary fix pending a proper switch on the
firmware image type by splitter3 or scripting method ID.
Original comment by jeremy.collake@gmail.com
on 13 Dec 2010 at 3:48
This issue appears to be fixed, closing.
Original comment by heffne...@gmail.com
on 30 Aug 2011 at 12:05
Original issue reported on code.google.com by
hanjun....@gmail.com
on 5 May 2009 at 9:52