Project

General

Profile

DeprecatedInstallation » History » Version 3

Denis 'GNUtoo' Carikli, 03/10/2011 04:53 PM

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