Project

General

Profile

DeprecatedInstallation » History » Version 5

John Sullivan, 04/17/2011 02:57 AM
actually link to ftp site

1 2 Denis 'GNUtoo' Carikli
== Requirements ==
2
 * a rooted or unlocked phone
3 5 John Sullivan
 * fastboot(can be built or obtained [http://ftp.osuosl.org/pub/replicant/images/replicant_2.2/ from our ftp])
4
 * the images(can be built or obtained [http://ftp.osuosl.org/pub/replicant/images/replicant_2.2/ from our ftp])
5
6 2 Denis 'GNUtoo' Carikli
== Installation ==
7 3 Denis 'GNUtoo' Carikli
Put the Phone in bootloader mode and run the following commands on your computer.
8 4 Denis 'GNUtoo' Carikli
9 3 Denis 'GNUtoo' Carikli
'''Note that it will erase everything on the phone''' 
10 1 Denis 'GNUtoo' Carikli
{{{
11
./fastboot flash system system.img
12
./fastboot flash boot boot.img
13
./fastboot flash userdata userdata.img 
14
./fastboot erase cache
15
./fastboot reboot
16
}}}