DeprecatedInstallation » History » Version 2
Denis 'GNUtoo' Carikli, 03/10/2011 04:52 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 | |||
7 | 1 | Denis 'GNUtoo' Carikli | {{{ |
8 | ./fastboot flash system system.img |
||
9 | ./fastboot flash boot boot.img |
||
10 | ./fastboot flash userdata userdata.img |
||
11 | ./fastboot erase cache |
||
12 | ./fastboot reboot |
||
13 | }}} |