DeprecatedInstallation » History » Version 4
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 | 4 | Denis 'GNUtoo' Carikli | |
| 8 | 3 | Denis 'GNUtoo' Carikli | '''Note that it will erase everything on the phone''' |
| 9 | 1 | Denis 'GNUtoo' Carikli | {{{ |
| 10 | ./fastboot flash system system.img |
||
| 11 | ./fastboot flash boot boot.img |
||
| 12 | ./fastboot flash userdata userdata.img |
||
| 13 | ./fastboot erase cache |
||
| 14 | ./fastboot reboot |
||
| 15 | }}} |