From 0de82e08b6546200b266adfb34af458a85ffaf05 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 11 Sep 2011 22:47:31 +1000 Subject: Heimdall 1.3.1 - Improved the no-reboot functionality, you no longer have to reboot to flash more files. - Fixed repartitioning functionality (thanks XDA user psych0phobia for finding the problem!) --- heimdall-frontend/Source/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'heimdall-frontend/Source/mainwindow.cpp') diff --git a/heimdall-frontend/Source/mainwindow.cpp b/heimdall-frontend/Source/mainwindow.cpp index f3732c4..14ae787 100644 --- a/heimdall-frontend/Source/mainwindow.cpp +++ b/heimdall-frontend/Source/mainwindow.cpp @@ -1022,6 +1022,8 @@ void MainWindow::DownloadPit(void) arguments.append("--output"); arguments.append(pitDestinationLineEdit->text()); + arguments.append("--no-reboot"); + arguments.append("--stdout-errors"); StartHeimdall(arguments); -- cgit v1.1