From bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sat, 9 Jul 2011 17:37:36 +1000 Subject: Version 1.3 (beta) --- heimdall/LICENSE | 4 ++-- heimdall/Makefile.am | 17 ++++++++--------- heimdall/Makefile.in | 34 ++++++++++++++-------------------- heimdall/autogen.sh | 0 heimdall/autom4te.cache/output.0 | 20 ++++++++++---------- heimdall/autom4te.cache/output.1 | 20 ++++++++++---------- heimdall/autom4te.cache/traces.1 | 2 +- heimdall/config.guess | 0 heimdall/config.sub | 0 heimdall/configure | 20 ++++++++++---------- heimdall/configure.ac | 2 +- heimdall/depcomp | 0 heimdall/doc-pak/LICENSE | 4 ++-- heimdall/doc-pak/README | 2 +- heimdall/install-sh | 0 heimdall/ltmain.sh | 0 heimdall/missing | 0 heimdall/postinstall-pak | 0 heimdall/postremove-pak | 0 heimdall/source/main.cpp | 1 - 20 files changed, 59 insertions(+), 67 deletions(-) mode change 100755 => 100644 heimdall/autogen.sh mode change 100755 => 100644 heimdall/config.guess mode change 100755 => 100644 heimdall/config.sub mode change 100755 => 100644 heimdall/configure mode change 100755 => 100644 heimdall/depcomp mode change 100755 => 100644 heimdall/install-sh mode change 100755 => 100644 heimdall/ltmain.sh mode change 100755 => 100644 heimdall/missing mode change 100755 => 100644 heimdall/postinstall-pak mode change 100755 => 100644 heimdall/postremove-pak (limited to 'heimdall') diff --git a/heimdall/LICENSE b/heimdall/LICENSE index a18336e..78dc138 100644 --- a/heimdall/LICENSE +++ b/heimdall/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010 Benjamin Dobell, Glass Echidna +Copyright (c) 2010-2011 Benjamin Dobell, Glass Echidna Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am index 4f5ffdb..78544fe 100644 --- a/heimdall/Makefile.am +++ b/heimdall/Makefile.am @@ -1,6 +1,7 @@ AUTOMAKE_OPTIONS = subdir-objects ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -AM_CPPFLAGS = $(DEPS_CFLAGS) +AM_CPPFLAGS = $(DEPS_CFLAGS) -I../libpit/Source +STATIC_LIBS = ../libpit/libpit-1.3.a bin_PROGRAMS = heimdall heimdall_SOURCES = source/BeginDumpPacket.h source/BridgeManager.cpp \ @@ -8,15 +9,13 @@ heimdall_SOURCES = source/BeginDumpPacket.h source/BridgeManager.cpp \ source/DeviceInfoResponse.h source/DumpPartFileTransferPacket.h \ source/DumpPartPitFilePacket.h source/DumpResponse.h source/EndFileTransferPacket.h \ source/EndModemFileTransferPacket.h source/EndPhoneFileTransferPacket.h \ - source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \ - source/FlashPartPitFilePacket.h source/Heimdall.h \ - source/InboundPacket.h source/InterfaceManager.cpp source/InterfaceManager.h \ - source/main.cpp source/OutboundPacket.h source/Packet.h source/PitFilePacket.h \ - source/PitFileResponse.h source/EndSessionPacket.h source/ReceiveFilePartPacket.h \ - source/ResponsePacket.h source/SendFilePartPacket.h \ - source/SendFilePartResponse.h source/PitData.cpp source/PitData.h + source/EndSessionPacket.h source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \ + source/FlashPartPitFilePacket.h source/Heimdall.h source/InboundPacket.h \ + source/Interface.cpp source/Interface.h source/main.cpp source/OutboundPacket.h \ + source/Packet.h source/PitFilePacket.h source/PitFileResponse.h source/ReceiveFilePartPacket.h \ + source/ResponsePacket.h source/SendFilePartPacket.h source/SendFilePartResponse.h -heimdall_LDADD = $(DEPS_LIBS) +heimdall_LDADD = $(DEPS_LIBS) $(STATIC_LIBS) if LINUXTARGET udevrulesdir = /lib/udev/rules.d diff --git a/heimdall/Makefile.in b/heimdall/Makefile.in index 9165f54..752d08c 100644 --- a/heimdall/Makefile.in +++ b/heimdall/Makefile.in @@ -57,11 +57,10 @@ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(udevrulesdir)" PROGRAMS = $(bin_PROGRAMS) am__dirstamp = $(am__leading_dot)dirstamp am_heimdall_OBJECTS = source/BridgeManager.$(OBJEXT) \ - source/InterfaceManager.$(OBJEXT) source/main.$(OBJEXT) \ - source/PitData.$(OBJEXT) + source/Interface.$(OBJEXT) source/main.$(OBJEXT) heimdall_OBJECTS = $(am_heimdall_OBJECTS) am__DEPENDENCIES_1 = -heimdall_DEPENDENCIES = $(am__DEPENDENCIES_1) +heimdall_DEPENDENCIES = $(am__DEPENDENCIES_1) $(STATIC_LIBS) SCRIPTS = $(dist_noinst_SCRIPTS) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -251,21 +250,20 @@ top_srcdir = @top_srcdir@ udevadminstalled = @udevadminstalled@ AUTOMAKE_OPTIONS = subdir-objects ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -AM_CPPFLAGS = $(DEPS_CFLAGS) +AM_CPPFLAGS = $(DEPS_CFLAGS) -I../libpit/Source +STATIC_LIBS = ../libpit/libpit-1.3.a heimdall_SOURCES = source/BeginDumpPacket.h source/BridgeManager.cpp \ source/BridgeManager.h source/ControlPacket.h source/DeviceInfoPacket.h \ source/DeviceInfoResponse.h source/DumpPartFileTransferPacket.h \ source/DumpPartPitFilePacket.h source/DumpResponse.h source/EndFileTransferPacket.h \ source/EndModemFileTransferPacket.h source/EndPhoneFileTransferPacket.h \ - source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \ - source/FlashPartPitFilePacket.h source/Heimdall.h \ - source/InboundPacket.h source/InterfaceManager.cpp source/InterfaceManager.h \ - source/main.cpp source/OutboundPacket.h source/Packet.h source/PitFilePacket.h \ - source/PitFileResponse.h source/EndSessionPacket.h source/ReceiveFilePartPacket.h \ - source/ResponsePacket.h source/SendFilePartPacket.h \ - source/SendFilePartResponse.h source/PitData.cpp source/PitData.h - -heimdall_LDADD = $(DEPS_LIBS) + source/EndSessionPacket.h source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \ + source/FlashPartPitFilePacket.h source/Heimdall.h source/InboundPacket.h \ + source/Interface.cpp source/Interface.h source/main.cpp source/OutboundPacket.h \ + source/Packet.h source/PitFilePacket.h source/PitFileResponse.h source/ReceiveFilePartPacket.h \ + source/ResponsePacket.h source/SendFilePartPacket.h source/SendFilePartResponse.h + +heimdall_LDADD = $(DEPS_LIBS) $(STATIC_LIBS) @LINUXTARGET_TRUE@udevrulesdir = /lib/udev/rules.d @LINUXTARGET_TRUE@udevrules_DATA = 60-heimdall-galaxy-s.rules dist_noinst_SCRIPTS = autogen.sh @@ -376,12 +374,10 @@ source/$(DEPDIR)/$(am__dirstamp): @: > source/$(DEPDIR)/$(am__dirstamp) source/BridgeManager.$(OBJEXT): source/$(am__dirstamp) \ source/$(DEPDIR)/$(am__dirstamp) -source/InterfaceManager.$(OBJEXT): source/$(am__dirstamp) \ +source/Interface.$(OBJEXT): source/$(am__dirstamp) \ source/$(DEPDIR)/$(am__dirstamp) source/main.$(OBJEXT): source/$(am__dirstamp) \ source/$(DEPDIR)/$(am__dirstamp) -source/PitData.$(OBJEXT): source/$(am__dirstamp) \ - source/$(DEPDIR)/$(am__dirstamp) heimdall$(EXEEXT): $(heimdall_OBJECTS) $(heimdall_DEPENDENCIES) @rm -f heimdall$(EXEEXT) $(CXXLINK) $(heimdall_OBJECTS) $(heimdall_LDADD) $(LIBS) @@ -389,16 +385,14 @@ heimdall$(EXEEXT): $(heimdall_OBJECTS) $(heimdall_DEPENDENCIES) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f source/BridgeManager.$(OBJEXT) - -rm -f source/InterfaceManager.$(OBJEXT) - -rm -f source/PitData.$(OBJEXT) + -rm -f source/Interface.$(OBJEXT) -rm -f source/main.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/BridgeManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/InterfaceManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/PitData.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/Interface.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@source/$(DEPDIR)/main.Po@am__quote@ .cpp.o: diff --git a/heimdall/autogen.sh b/heimdall/autogen.sh old mode 100755 new mode 100644 diff --git a/heimdall/autom4te.cache/output.0 b/heimdall/autom4te.cache/output.0 index 76d04b6..d5543d1 100644 --- a/heimdall/autom4te.cache/output.0 +++ b/heimdall/autom4te.cache/output.0 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.67 for Heimdall 0.1. +@%:@ Generated by GNU Autoconf 2.67 for Heimdall 1.3. @%:@ @%:@ Report bugs to . @%:@ @@ -701,8 +701,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Heimdall' PACKAGE_TARNAME='heimdall' -PACKAGE_VERSION='0.1' -PACKAGE_STRING='Heimdall 0.1' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='Heimdall 1.3' PACKAGE_BUGREPORT='bug-report@glassechidna.com.au' PACKAGE_URL='http://www.glassechidna.com.au/' @@ -1447,7 +1447,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Heimdall 0.1 to adapt to many kinds of systems. +\`configure' configures Heimdall 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1518,7 +1518,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Heimdall 0.1:";; + short | recursive ) echo "Configuration of Heimdall 1.3:";; esac cat <<\_ACEOF @@ -1630,7 +1630,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Heimdall configure 0.1 +Heimdall configure 1.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2029,7 +2029,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Heimdall $as_me 0.1, which was +It was created by Heimdall $as_me 1.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -3200,7 +3200,7 @@ fi # Define the identity of the package. PACKAGE='heimdall' - VERSION='0.1' + VERSION='1.3' # Some tools Automake needs. @@ -15378,7 +15378,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Heimdall $as_me 0.1, which was +This file was extended by Heimdall $as_me 1.3, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15445,7 +15445,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Heimdall config.status 0.1 +Heimdall config.status 1.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/heimdall/autom4te.cache/output.1 b/heimdall/autom4te.cache/output.1 index c693bca..34527d4 100644 --- a/heimdall/autom4te.cache/output.1 +++ b/heimdall/autom4te.cache/output.1 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.67 for Heimdall 0.1. +@%:@ Generated by GNU Autoconf 2.67 for Heimdall 1.3. @%:@ @%:@ Report bugs to . @%:@ @@ -701,8 +701,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Heimdall' PACKAGE_TARNAME='heimdall' -PACKAGE_VERSION='0.1' -PACKAGE_STRING='Heimdall 0.1' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='Heimdall 1.3' PACKAGE_BUGREPORT='bug-report@glassechidna.com.au' PACKAGE_URL='http://www.glassechidna.com.au/' @@ -1447,7 +1447,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Heimdall 0.1 to adapt to many kinds of systems. +\`configure' configures Heimdall 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1518,7 +1518,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Heimdall 0.1:";; + short | recursive ) echo "Configuration of Heimdall 1.3:";; esac cat <<\_ACEOF @@ -1630,7 +1630,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Heimdall configure 0.1 +Heimdall configure 1.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2029,7 +2029,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Heimdall $as_me 0.1, which was +It was created by Heimdall $as_me 1.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -3200,7 +3200,7 @@ fi # Define the identity of the package. PACKAGE='heimdall' - VERSION='0.1' + VERSION='1.3' # Some tools Automake needs. @@ -15374,7 +15374,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Heimdall $as_me 0.1, which was +This file was extended by Heimdall $as_me 1.3, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15441,7 +15441,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Heimdall config.status 0.1 +Heimdall config.status 1.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/heimdall/autom4te.cache/traces.1 b/heimdall/autom4te.cache/traces.1 index 1aec194..c432a96 100644 --- a/heimdall/autom4te.cache/traces.1 +++ b/heimdall/autom4te.cache/traces.1 @@ -1,4 +1,4 @@ -m4trace:configure.ac:1: -1- AC_INIT([Heimdall], [0.1], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/]) +m4trace:configure.ac:1: -1- AC_INIT([Heimdall], [1.3], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) diff --git a/heimdall/config.guess b/heimdall/config.guess old mode 100755 new mode 100644 diff --git a/heimdall/config.sub b/heimdall/config.sub old mode 100755 new mode 100644 diff --git a/heimdall/configure b/heimdall/configure old mode 100755 new mode 100644 index c30bd66..874db3d --- a/heimdall/configure +++ b/heimdall/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for Heimdall 0.1. +# Generated by GNU Autoconf 2.67 for Heimdall 1.3. # # Report bugs to . # @@ -701,8 +701,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Heimdall' PACKAGE_TARNAME='heimdall' -PACKAGE_VERSION='0.1' -PACKAGE_STRING='Heimdall 0.1' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='Heimdall 1.3' PACKAGE_BUGREPORT='bug-report@glassechidna.com.au' PACKAGE_URL='http://www.glassechidna.com.au/' @@ -1447,7 +1447,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Heimdall 0.1 to adapt to many kinds of systems. +\`configure' configures Heimdall 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1518,7 +1518,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Heimdall 0.1:";; + short | recursive ) echo "Configuration of Heimdall 1.3:";; esac cat <<\_ACEOF @@ -1630,7 +1630,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Heimdall configure 0.1 +Heimdall configure 1.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2029,7 +2029,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Heimdall $as_me 0.1, which was +It was created by Heimdall $as_me 1.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -3200,7 +3200,7 @@ fi # Define the identity of the package. PACKAGE='heimdall' - VERSION='0.1' + VERSION='1.3' # Some tools Automake needs. @@ -15374,7 +15374,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Heimdall $as_me 0.1, which was +This file was extended by Heimdall $as_me 1.3, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15441,7 +15441,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Heimdall config.status 0.1 +Heimdall config.status 1.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/heimdall/configure.ac b/heimdall/configure.ac index 712731a..c534bf2 100644 --- a/heimdall/configure.ac +++ b/heimdall/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Heimdall], [0.1], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/]) +AC_INIT([Heimdall], [1.3], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/]) AC_PREREQ([2.59]) PKG_CHECK_MODULES([DEPS], [libusb-1.0 >= 1.0.8]) AC_PROGRAM_CHECK(udevadminstalled, udevadm) diff --git a/heimdall/depcomp b/heimdall/depcomp old mode 100755 new mode 100644 diff --git a/heimdall/doc-pak/LICENSE b/heimdall/doc-pak/LICENSE index a18336e..78dc138 100644 --- a/heimdall/doc-pak/LICENSE +++ b/heimdall/doc-pak/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010 Benjamin Dobell, Glass Echidna +Copyright (c) 2010-2011 Benjamin Dobell, Glass Echidna Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/heimdall/doc-pak/README b/heimdall/doc-pak/README index 6ea3fdd..4814647 100644 --- a/heimdall/doc-pak/README +++ b/heimdall/doc-pak/README @@ -1,4 +1,4 @@ -Heimdall (c) 2010 Benjamin Dobell, Glass Echidna +Heimdall (c) 2010-2011 Benjamin Dobell, Glass Echidna http://www.glassechidna.com.au/products/heimdall/ DISCLAIMER: diff --git a/heimdall/install-sh b/heimdall/install-sh old mode 100755 new mode 100644 diff --git a/heimdall/ltmain.sh b/heimdall/ltmain.sh old mode 100755 new mode 100644 diff --git a/heimdall/missing b/heimdall/missing old mode 100755 new mode 100644 diff --git a/heimdall/postinstall-pak b/heimdall/postinstall-pak old mode 100755 new mode 100644 diff --git a/heimdall/postremove-pak b/heimdall/postremove-pak old mode 100755 new mode 100644 diff --git a/heimdall/source/main.cpp b/heimdall/source/main.cpp index 8ab0b19..7e46c19 100644 --- a/heimdall/source/main.cpp +++ b/heimdall/source/main.cpp @@ -461,7 +461,6 @@ bool attemptFlash(BridgeManager *bridgeManager, map argumentFile if (!pitsMatch) { Interface::Print("Local and device PIT files don't match and repartition wasn't specified!\n"); - Interface::Print("Flash aborted!\n"); Interface::PrintError("Flash aborted!\n"); delete pitData; -- cgit v1.1