GalaxySI9000Installation » History » Version 2
Paul Kocialkowski, 04/08/2012 07:04 PM
1 | 1 | Paul Kocialkowski | h1. Galaxy S Installation |
---|---|---|---|
2 | |||
3 | h2. Prerequisites |
||
4 | |||
5 | * Your device must run Android 2.3 (we cannot use the 2.2 partition layout) |
||
6 | * Your device must be ready to run CyanogenMod (see http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_S:_Full_Update_Guide) |
||
7 | * It is a good idea to flash CyanogenMod before Replicant as it'll solve possible issues with the modem image (it must be located at /radio/modem.bin and symlinked to /dev/block/bml12) |
||
8 | |||
9 | h2. Download the files |
||
10 | |||
11 | * Refer to the [[GalaxyS]] page to find a link to the latest images (@Last image@ part of the table). |
||
12 | * Download the images and the md5 checksum |
||
13 | * Download heimdall: http://www.glassechidna.com.au/products/heimdall/ |
||
14 | |||
15 | h2. Copy the files to the device |
||
16 | |||
17 | h3. Using the internal memory |
||
18 | |||
19 | # Mount usb storage from the current system of your Galaxy S phone |
||
20 | # Create a directory @at the root@ of the usb storage |
||
21 | # Copy the downloaded images @and md5 checksum@ to this directory |
||
22 | |||
23 | h3. Using a µSD card |
||
24 | |||
25 | # Mount the µSD card, make sure it's fat32 |
||
26 | # Create a directory @at the root@ of the µSD card |
||
27 | # Copy the downloaded images @and md5 checksum@ to this directory |
||
28 | |||
29 | h2. Prepare the phone |
||
30 | |||
31 | # Turn the phone completely off, remove any connected cable |
||
32 | # Boot in "Download" mode by holding VOL-, Select and Power buttons together |
||
33 | # Connect a microUSB cable to the phone |
||
34 | # Flash recovery image with heimdall: |
||
35 | <pre> |
||
36 | ./heimdall flash --kernel path/to/recovery.img |
||
37 | </pre> |
||
38 | 2 | Paul Kocialkowski | |
39 | h2. Flash the images |
||
40 | |||
41 | # Select @flash images@ |
||
42 | # Choose the location of the images (internal sdcard is the actual sdcard) |
||
43 | # Confirm flash |
||
44 | # Get back to the general menu |
||
45 | # Select @mounts and storage@ |
||
46 | # Select @format /datadata@ |
||
47 | # Confirm format |
||
48 | # Reboot |
||
49 | |||
50 | @Your device is now running Replicant!@ |