The modified sources are availables on http://gitorious.org/replicant The original sources are availables on https://github.com/CyanogenMod In any cases running the following command will get you the full sources: mkdir bin cd bin wget http://android.git.kernel.org/repo chmod a+x repo cd .. mkdir replicant-2.2 cd replicant-2.2 ../bin/repo init -u git://gitorious.org/replicant/manifest.git -b replicant-2.2 ../bin/repo sync For building the htcdream, refer to: http://trac.osuosl.org/trac/replicant/wiki/BuildDream For the Nexus one, refer to: http://trac.osuosl.org/trac/replicant/wiki/BuildNexusOne I also extracted the date and the git HEAD hashes of each repoitory. This is available in the following files: date.txt git_versions.txt The Manifest branch and git versions are also available. Note that the git branches are written in the manifest. The script directory contains what is needed to generate the git_versions.txt (the date generation is obvious: date > date.txt)