Warning: flashing another operating system like Replicant may void your warranty and will erase the data stored on the device.
This guide assumes your phone is supported by fastboot.
tools
directory (it is a prebuilt x86 binary for GNU/Linux)chmod a+x fastboot
Device | Keys (held together) |
HTC Dream/HTC Magic | BACK, POWER |
Nexus One | Trackball, POWER |
Nexus S | VOL+, POWER |
Galaxy Nexus | VOL-, VOL+, POWER |
./fastboot flash boot boot.img ./fastboot flash recovery recovery.img ./fastboot flash system system.img ./fastboot flash userdata userdata.img
./fastboot erase cache
./fastboot reboot
Your device should now be running Replicant!