Project

General

Profile

DeprecatedInstallation » History » Version 9

Paul Kocialkowski, 09/25/2011 10:35 AM

1 8 Paul Kocialkowski
== Summary ==
2
3
 * [#installdetailed Detailed instructions to install Replicant]
4
 * [#installsummary Summary of the instructions to install Replicant]
5
6
== Detailed instructions to install Replicant == #installdetailed
7
8
 1. '''Make sure your phone is supported'''[[BR]][[BR]]
9
    Replicant only supports a few phones. Make sure the phone you want to install Replicant on is on the ReplicantStatus list. If it's not, you won't be able to install Replicant on your device without at least a bit of software hacking.[[BR]][[BR]]
10
 2. '''Download the Replicant images for your phone'''[[BR]][[BR]]
11
   a. '''Find the codename of your phone'''[[BR]]
12
      Each device we support has a codename. You can find the codenames on the ReplicantStatus page. [[BR]]
13 9 Paul Kocialkowski
      For instance, HTC Dream has {{{ Codename: dream_sapphire }}}.[[BR]][[BR]]
14 1 Denis 'GNUtoo' Carikli
   b. '''Find the latest usable Replicant image'''[[BR]]
15 9 Paul Kocialkowski
      The ReplicantStatus page also shows the latest usable Replicant image for each device.[[BR]]
16
      For instance, HTC Dream/HTC Magic has {{{ Last usable image: Replicant 2.2 preview 0008 }}}.[[BR]][[BR]]
17
   c. '''Download the tools to send the Replicant image to the phone'''[[BR]][[BR]]
18
      Replicant images are hosted at: http://ftp.osuosl.org/pub/replicant/images/ [[BR]]
19
      From this page, select the Replicant version (replicant-2.2, replicant-2.3, etc) of the latest usable Replicant image for your device.[[BR]]
20
      Then, select the Replicant image type (preview or release) of the latest usable Replicant image for your device.[[BR]]
21
      Select the Replicant image number (0006 for example) of the latest usable Replicant image for your device.[[BR]]
22
      Select the '''tools''' directory and download the '''fastboot''' utility to write Replicant on your device. [[BR]]
23
      For instance, if the phone is HTC Dream and the latest image {{{ Replicant 2.2 preview 0008 }}}, '''fastboot''' location will be: {{{ http://ftp.osuosl.org/pub/replicant/images/replicant_2.2/preview/0008/tools/fastboot }}}.
24 8 Paul Kocialkowski
25
== Summary of the instructions to install Replicant == #installsummary
26
27 2 Denis 'GNUtoo' Carikli
== Requirements ==
28
 * a rooted or unlocked phone
29 5 John Sullivan
 * fastboot(can be built or obtained [http://ftp.osuosl.org/pub/replicant/images/replicant_2.2/ from our ftp])
30
 * the images(can be built or obtained [http://ftp.osuosl.org/pub/replicant/images/replicant_2.2/ from our ftp])
31
32 2 Denis 'GNUtoo' Carikli
== Installation ==
33 6 John Sullivan
34 7 John Sullivan
Put the phone in bootloader mode (by holding the Camera button and the Power button) and run the following commands on your computer. You may need to use sudo.
35 4 Denis 'GNUtoo' Carikli
36 3 Denis 'GNUtoo' Carikli
'''Note that it will erase everything on the phone''' 
37 1 Denis 'GNUtoo' Carikli
{{{
38
./fastboot flash system system.img
39
./fastboot flash boot boot.img
40
./fastboot flash userdata userdata.img 
41
./fastboot erase cache
42
./fastboot reboot
43
}}}