DeprecatedInstallation » History » Version 7
John Sullivan, 04/17/2011 04:07 AM
I needed sudo...
| 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 | 6 | John Sullivan | |
| 8 | 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. |
| 9 | 4 | Denis 'GNUtoo' Carikli | |
| 10 | 3 | Denis 'GNUtoo' Carikli | '''Note that it will erase everything on the phone''' |
| 11 | 1 | Denis 'GNUtoo' Carikli | {{{ |
| 12 | ./fastboot flash system system.img |
||
| 13 | ./fastboot flash boot boot.img |
||
| 14 | ./fastboot flash userdata userdata.img |
||
| 15 | ./fastboot erase cache |
||
| 16 | ./fastboot reboot |
||
| 17 | }}} |