Project

General

Profile

GalaxySI9000Installation » History » Version 11

Paul Kocialkowski, 10/01/2013 09:16 AM

1 1 Paul Kocialkowski
h1. Galaxy S Installation
2
3 11 Paul Kocialkowski
*Warning: installing an operating system, such as Replicant, may void your device's warranty and will erase the data stored on the device.*
4 3 Paul Kocialkowski
5 1 Paul Kocialkowski
h2. Prerequisites 
6
7 11 Paul Kocialkowski
In order to install Replicant on your device, it is assumed that you have a computer running a GNU/Linux operating system and everything necessary to connect your device to the computer through USB available. Moreover, it is assumed that anyone performing the installation knows how to use command lines in a terminal and has basic knowledge about it.
8 1 Paul Kocialkowski
9 11 Paul Kocialkowski
h2. Before the installation
10 1 Paul Kocialkowski
11 11 Paul Kocialkowski
Some preliminary steps may be necessary to achieve best compatibility with your device. These steps may require more advanced technical skills than the rest of the process: make sure you know what you are doing!
12
13
h3. Flashing the Android 2.3 partitioning layout
14
15
If your phone is currently running Android 2.2, you need to upgrade it to a newer version, at least Android 2.3 or it will be impossible to flash Replicant to the device.
16
17
h3. Installing CyanogenMod
18
19
It is required to install CyanogenMod prior to Replicant as it'll solve possible issues with the modem image (the modem image bust me installed in @/radio/modem.bin@ and symlinked to @/dev/block/bml12@). You can find official CyanogenMod installation instructions at: http://wiki.cyanogenmod.org/index.php?title=Install_CM_for_galaxysmtd
20
21
h2. Downloading the files
22
23
The first step in the installation process is to download and set up the files that will be used to install Replicant to the device. The files must be downloaded on your computer first.
24
25
1. Find out what the latest image is: check out the @Last image@ part of the general table on [[GalaxyS]]
26
2. Download *all* the files listed for the device (including the checksum) on [[ReplicantImages]] for the latest image
27
3. Download and install @heimdall@, *version 1.4* and later: http://www.glassechidna.com.au/products/heimdall/
28
   There are prebuilt packages for most popular GNU/Linux distributions, but you can also easily build it from source.
29
   Only @heimdall@'s command line interface will be used in this guide.
30
31
h2. Preparing the device
32
33
The following step in the installation process is to copy the files that will be used to install Replicant to the device.
34
You can either complete this step by using the device's internal storage or by using an external micro-SD card.
35
36
h3. Using the internal storage
37
38
1. Make sure the device is started up and has an Android system running
39
2. Connect the USB cable to both the computer and the device
40
3. Enable USB mass storage on the device
41
4. Mount the mass storage on the computer
42
5. Create a directory at the origin of the mass storage
43
6. Copy *all* the files listed for the device (including the checksum) to the newly-created directory
44
7. Safely unmount the mass storage on the computer
45
8. Disable USB mass storage on the device
46
47
h3. Using a micro-SD card
48
49
1. Connect the micro-SD card to the computer (e.g. using an USB card reader)
50
2. Mount the micro-SD card on the computer
51
3. Create a directory at the origin of the micro-SD card
52
4. Copy *all* the files listed for the device (including the checksum) to the newly-created directory
53
5. Safely unmount the micro-SD card on the computer
54
6. Disconnect the micro-SD card from the computer
55
7. Insert the micro-SD card in the device (make sure it is turned off before inserting the card)
56
57
The next step in the installation process is to prepare the device for @heimdall@ mode.