Project

General

Profile

DeprecatedInstallation » History » Revision 5

Revision 4 (Denis 'GNUtoo' Carikli, 03/10/2011 04:53 PM) → Revision 5/35 (John Sullivan, 04/17/2011 02:57 AM)

== Requirements == 
  * a rooted or unlocked phone 
  * fastboot(can be built or obtained [http://ftp.osuosl.org/pub/replicant/images/replicant_2.2/ from our ftp]) ftp) 
  * the images(can be built or obtained [http://ftp.osuosl.org/pub/replicant/images/replicant_2.2/ from our ftp]) 

 ftp) 
 == Installation == 
 Put the Phone in bootloader mode and run the following commands on your computer. 

 '''Note that it will erase everything on the phone'''  
 {{{ 
 ./fastboot flash system system.img 
 ./fastboot flash boot boot.img 
 ./fastboot flash userdata userdata.img  
 ./fastboot erase cache 
 ./fastboot reboot 
 }}}