DeprecatedHeimdallRecoveryInstallation » History » Version 1
Paul Kocialkowski, 11/11/2012 02:23 PM
| 1 | 1 | Paul Kocialkowski | h1. Heimdall/Recovery Installation |
|---|---|---|---|
| 2 | |||
| 3 | *Warning: flashing another operating system like Replicant may void your warranty and will erase the data stored on the device.* |
||
| 4 | |||
| 5 | This guide assumes your phone is supported by Heimdall and installation is to be done using recovery. |
||
| 6 | |||
| 7 | h2. Download the files |
||
| 8 | |||
| 9 | * Refer to your device page to find a link to the test images (*Last images* part of the table). |
||
| 10 | * Download the images *and the md5 checksum* |
||
| 11 | * Download and install heimdall: http://www.glassechidna.com.au/products/heimdall/ |
||
| 12 | |||
| 13 | h2. Copy the files to the device |
||
| 14 | |||
| 15 | h3. Using the internal memory |
||
| 16 | |||
| 17 | # Mount usb storage from the current system of your phone |
||
| 18 | # Create a directory *at the root* of the usb storage |
||
| 19 | # Copy the downloaded images *and md5 checksum* to this directory |
||
| 20 | |||
| 21 | h3. Using a µSD card |
||
| 22 | |||
| 23 | # Mount the µSD card, make sure it's fat32 |
||
| 24 | # Create a directory *at the root* of the µSD card |
||
| 25 | # Copy the downloaded images *and md5 checksum* to this directory |
||
| 26 | |||
| 27 | h2. Prepare the phone |
||
| 28 | |||
| 29 | # On your current system, reboot in recovery mode (@adb reboot recovery@ can work too) |
||
| 30 | # A soon as the *Rebooting* dialog is displayed, hold the key combination for Download (release only when in Download mode) |
||
| 31 | # You should be in Download mode. If not, remove the battery and retry the steps above |
||
| 32 | # You might need to confirm that you want to _download a custom OS_ |
||
| 33 | # Once the Download screen is waiting, plug the USB cable (if not plugged already) |
||
| 34 | # Flash the boot image using heimdall: |
||
| 35 | <pre> |
||
| 36 | ./heimdall flash --kernel path/to/boot.img |
||
| 37 | </pre> |
||
| 38 | # The phone should reboot and heimdall indicate that the operation was successful |
||
| 39 | # Wait until recovery boots |
||
| 40 | |||
| 41 | h2. Flash the images |
||
| 42 | |||
| 43 | # You should be in recovery mode. If not, remove the battery and retry the steps above |
||
| 44 | # Select *flash images* |
||
| 45 | # Choose the location of the images |
||
| 46 | # Confirm flash |
||
| 47 | # Get back to the general menu |
||
| 48 | # Select *wipe data/factory reset* |
||
| 49 | # Confirm wipe |
||
| 50 | # Get back to the general menu |
||
| 51 | # Reboot |
||
| 52 | |||
| 53 | *Your device should now be running Replicant!* |