Project

General

Profile

DeprecatedInstallation » History » Revision 3

Revision 2 (Denis 'GNUtoo' Carikli, 03/10/2011 04:52 PM) → Revision 3/35 (Denis 'GNUtoo' Carikli, 03/10/2011 04:53 PM)

== Requirements == 
  * a rooted or unlocked phone 
  * fastboot(can be built or obtained from our ftp) 
  * the images(can be built or obtained from our 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 
 }}}