aboutsummaryrefslogtreecommitdiffstats
path: root/Win32
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-05-13 00:08:30 +1000
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-05-13 00:08:30 +1000
commit07dcba54fc8cc5b7c6515305aa233e24a58adc94 (patch)
tree60b65485b8e446c87d883922e70aee1b7104bfd8 /Win32
parent4b089d808482f6e4c32250f29a3c723ef9c9d673 (diff)
downloadexternal_heimdall-07dcba54fc8cc5b7c6515305aa233e24a58adc94.zip
external_heimdall-07dcba54fc8cc5b7c6515305aa233e24a58adc94.tar.gz
external_heimdall-07dcba54fc8cc5b7c6515305aa233e24a58adc94.tar.bz2
Update copyright notices, version identifier and documentation for 1.4.0 release.
Diffstat (limited to 'Win32')
-rw-r--r--Win32/README.txt31
1 files changed, 22 insertions, 9 deletions
diff --git a/Win32/README.txt b/Win32/README.txt
index ee4063a..6480258 100644
--- a/Win32/README.txt
+++ b/Win32/README.txt
@@ -1,4 +1,4 @@
-Heimdall (c) 2010-2011 Benjamin Dobell, Glass Echidna
+Heimdall (c) 2010-2013 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/products/heimdall/
DISCLAIMER:
@@ -32,7 +32,7 @@ Troubleshooting:
Driver Installation Instructions:
- 1. Put your Samsung Galaxy S into download mode and plug it in.
+ 1. Put your device into download mode and plug it in.
2. Run zadig.exe included in the Drivers subdirectory.
@@ -50,7 +50,7 @@ Driver Installation Instructions:
Driver Uninstallation Instructions:
- 1. Put your Samsung Galaxy S into download mode by holding Volume Down + Home + Power.
+ 1. Put your device into download mode by holding Volume Down + Home + Power.
2. Plug your phone into your PC.
@@ -151,7 +151,7 @@ Performing a Custom Flash with Heimdall Frontend:
1. Fully charge your device (use the wall charger as it's faster).
- 2. Download a decrypted Samsung Galaxy S ROM or a Heimdall Firmware Package
+ 2. Download a decrypted device ROM or a Heimdall Firmware Package
and extract everything to the one directory.
3. If the ROM is not a Heimdall Firmware Package it may instead be provided
@@ -236,7 +236,7 @@ Flashing Firmware from Command Line:
1. Fully charge your phone (use the wall charger as it's faster).
- 2. Download a decrypted Samsung Galaxy S ROM or a Heimdall Firmware Package
+ 2. Download a decrypted device ROM or a Heimdall Firmware Package
and extract everything to the one directory.
3. If the ROM is not a Heimdall Firmware Package it may instead be provided
@@ -258,17 +258,30 @@ Flashing Firmware from Command Line:
heimdall help
- 7. Use the instructions to manually enter a command with all the files you
- want to flash.
+ 7. Before flashing, you must first know the names of the partitions you
+ wish to flash. These can be obtained by executing:
+
+ heimdall print-pit --no-reboot
+
+ The inclusion of --no-reboot ensures the phone will not reboot after PIT
+ file has been downloaded and displayed. After executing a command with
+ the --no-reboot argument, the next command should include the --resume
+ argument.
+
+ NOTE: You can still safely reboot your phone manually (with the power
+ button) after executing --no-reboot commands.
+
+ 8. Use the help and print-pit output to construct a command with all the
+ file you want to flash.
Here is an example that does a full flash and repartition on a GT-I9000:
- heimdall flash --repartition --pit s1_odin_20100512.pit --factoryfs factoryfs.rfs --cache cache.rfs --dbdata dbdata.rfs --primary-boot boot.bin --secondary-boot Sbl.bin --param param.lfs --kernel zImage --modem modem.bin
+ heimdall flash --repartition --resume --pit s1_odin_20100512.pit --FACTORYFS factoryfs.rfs --CACHE cache.rfs --DBDATA dbdata.rfs --IBL+PBL boot.bin --SBL Sbl.bin --PARAM param.lfs --KERNEL zImage --MODEM modem.bin
NOTE: The above command assumes the files specified are installed in the
same directory as Heimdall.
- 8. Heimdall will display the progress as it flashes so that you know things
+ 9. Heimdall will display the progress as it flashes so that you know things
are working as they should.