Replicant
Replicant is an atempt to free The HTC dream(and possibly other devices released by HTC and other manufacturers) phone with two parallel goals:
more…
* Make an Android-based distribution for the HTC Dream (and possibly other devices released by HTC and other manufacturers) that is 100% Free Software.
* Make a GNU/Linux system similar to that available on the FreeRunner/OpenMoko? also available for the HTC Dream and similar platforms.
libhardware_legacy
Android: hardware/libhardware_legacy
-
Cloning this repository:
git clone git://gitorious.org/replicant/libhardware_legacy.git libhardware_legacy cd libhardware_legacy
Add this repository as a remote to an existing local repository:
git remote add libhardware_legacy git://gitorious.org/replicant/libhardware_legacy.git git fetch libhardware_legacy git checkout -b my-local-tracking-branch libhardware_legacy/master_or_other_branch
msm7k
Android: hardware/msm7k
-
Cloning this repository:
git clone git://gitorious.org/replicant/msm7k.git msm7k cd msm7k
Add this repository as a remote to an existing local repository:
git remote add msm7k git://gitorious.org/replicant/msm7k.git git fetch msm7k git checkout -b my-local-tracking-branch msm7k/master_or_other_branch
base
Android: frameworks/base
-
Cloning this repository:
git clone git://gitorious.org/replicant/base.git base cd base
Add this repository as a remote to an existing local repository:
git remote add base git://gitorious.org/replicant/base.git git fetch base git checkout -b my-local-tracking-branch base/master_or_other_branch
ril
Android: hardware/ril
-
Cloning this repository:
git clone git://gitorious.org/replicant/ril.git ril cd ril
Add this repository as a remote to an existing local repository:
git remote add ril git://gitorious.org/replicant/ril.git git fetch ril git checkout -b my-local-tracking-branch ril/master_or_other_branch
dream-open
Android: vendor/htc/dream-open
-
Cloning this repository:
git clone git://gitorious.org/replicant/dream-open.git dream-open cd dream-open
Add this repository as a remote to an existing local repository:
git remote add dream-open git://gitorious.org/replicant/dream-open.git git fetch dream-open git checkout -b my-local-tracking-branch dream-open/master_or_other_branch
manifest
The manifest used for downloading the replicant sources,use with the repo tool
-
Cloning this repository:
git clone git://gitorious.org/replicant/manifest.git manifest cd manifest
Add this repository as a remote to an existing local repository:
git remote add manifest git://gitorious.org/replicant/manifest.git git fetch manifest git checkout -b my-local-tracking-branch manifest/master_or_other_branch
build
Android:build
-
Cloning this repository:
git clone git://gitorious.org/replicant/build.git build cd build
Add this repository as a remote to an existing local repository:
git remote add build git://gitorious.org/replicant/build.git git fetch build git checkout -b my-local-tracking-branch build/master_or_other_branch
floss-dispenser
Free software market client application, based on SlideMe 1.0 CE.
-
Cloning this repository:
git clone git://gitorious.org/replicant/floss-dispenser.git floss-dispenser cd floss-dispenser
Add this repository as a remote to an existing local repository:
git remote add floss-dispenser git://gitorious.org/replicant/floss-dispenser.git git fetch floss-dispenser git checkout -b my-local-tracking-branch floss-dispenser/master_or_other_branch
jvending
A server for floss-dispenser packages. Based on Shane Isbell’s implementation of the J2EE vending protocol.
-
Cloning this repository:
git clone git://gitorious.org/replicant/jvending.git jvending cd jvending
Add this repository as a remote to an existing local repository:
git remote add jvending git://gitorious.org/replicant/jvending.git git fetch jvending git checkout -b my-local-tracking-branch jvending/master_or_other_branch
development
development/
-
Cloning this repository:
git clone git://gitorious.org/replicant/development.git development cd development
Add this repository as a remote to an existing local repository:
git remote add development git://gitorious.org/replicant/development.git git fetch development git checkout -b my-local-tracking-branch development/master_or_other_branch
external_srec
external/srec
-
Cloning this repository:
git clone git://gitorious.org/replicant/external_srec.git external_srec cd external_srec
Add this repository as a remote to an existing local repository:
git remote add external_srec git://gitorious.org/replicant/external_srec.git git fetch external_srec git checkout -b my-local-tracking-branch external_srec/master_or_other_branch
android_device_htc_dream_sapphire
Device configuration for HTC Dream and Sapphire
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_device_htc_dream_sapphire.git android_device_htc_dream_sapphire cd android_device_htc_dream_sapphire
Add this repository as a remote to an existing local repository:
git remote add android_device_htc_dream_sapphire git://gitorious.org/replicant/android_device_htc_dream_sapphire.git git fetch android_device_htc_dream_sapphire git checkout -b my-local-tracking-branch android_device_htc_dream_sapphire/master_or_other_branch
android_hardware_msm7k
msm7k(htcdream is msm7k) hardware libraries for replicant
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_hardware_msm7k.git android_hardware_msm7k cd android_hardware_msm7k
Add this repository as a remote to an existing local repository:
git remote add android_hardware_msm7k git://gitorious.org/replicant/android_hardware_msm7k.git git fetch android_hardware_msm7k git checkout -b my-local-tracking-branch android_hardware_msm7k/master_or_other_branch
android_hardware_libhardware
hardware/libhardware
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_hardware_libhardware.git android_hardware_libhardware cd android_hardware_libhardware
Add this repository as a remote to an existing local repository:
git remote add android_hardware_libhardware git://gitorious.org/replicant/android_hardware_libhardware.git git fetch android_hardware_libhardware git checkout -b my-local-tracking-branch android_hardware_libhardware/master_or_other_branch
android_hardware_libhardware_legacy
hardware/libhardware_legacy
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_hardware_libhardware_legacy.git android_hardware_libhardware_legacy cd android_hardware_libhardware_legacy
Add this repository as a remote to an existing local repository:
git remote add android_hardware_libhardware_legacy git://gitorious.org/replicant/android_hardware_libhardware_legacy.git git fetch android_hardware_libhardware_legacy git checkout -b my-local-tracking-branch android_hardware_libhardware_legacy/master_or_other_branch
android_device_htc_passion
device/htc_passion
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_device_htc_passion.git android_device_htc_passion cd android_device_htc_passion
Add this repository as a remote to an existing local repository:
git remote add android_device_htc_passion git://gitorious.org/replicant/android_device_htc_passion.git git fetch android_device_htc_passion git checkout -b my-local-tracking-branch android_device_htc_passion/master_or_other_branch
gps
hardware/qcom/gps
-
Cloning this repository:
git clone git://gitorious.org/replicant/gps.git gps cd gps
Add this repository as a remote to an existing local repository:
git remote add gps git://gitorious.org/replicant/gps.git git fetch gps git checkout -b my-local-tracking-branch gps/master_or_other_branch
android_frameworks_base
frameworks/base/
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_frameworks_base.git android_frameworks_base cd android_frameworks_base
Add this repository as a remote to an existing local repository:
git remote add android_frameworks_base git://gitorious.org/replicant/android_frameworks_base.git git fetch android_frameworks_base git checkout -b my-local-tracking-branch android_frameworks_base/master_or_other_branch
akmd_free
hardware/akmd_free
-
Cloning this repository:
git clone git://gitorious.org/replicant/akmd_free.git akmd_free cd akmd_free
Add this repository as a remote to an existing local repository:
git remote add akmd_free git://gitorious.org/replicant/akmd_free.git git fetch akmd_free git checkout -b my-local-tracking-branch akmd_free/master_or_other_branch
cm-kernel
kernel-msm/
-
Cloning this repository:
git clone git://gitorious.org/replicant/cm-kernel.git cm-kernel cd cm-kernel
Add this repository as a remote to an existing local repository:
git remote add cm-kernel git://gitorious.org/replicant/cm-kernel.git git fetch cm-kernel git checkout -b my-local-tracking-branch cm-kernel/master_or_other_branch
android_bionic
bionic/
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_bionic.git android_bionic cd android_bionic
Add this repository as a remote to an existing local repository:
git remote add android_bionic git://gitorious.org/replicant/android_bionic.git git fetch android_bionic git checkout -b my-local-tracking-branch android_bionic/master_or_other_branch
android_device_htc_buzz
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_device_htc_buzz.git android_device_htc_buzz cd android_device_htc_buzz
Add this repository as a remote to an existing local repository:
git remote add android_device_htc_buzz git://gitorious.org/replicant/android_device_htc_buzz.git git fetch android_device_htc_buzz git checkout -b my-local-tracking-branch android_device_htc_buzz/master_or_other_branch
android_packages_apps_cmparts
packages/apps/CMParts
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_packages_apps_cmparts.git android_packages_apps_cmparts cd android_packages_apps_cmparts
Add this repository as a remote to an existing local repository:
git remote add android_packages_apps_cmparts git://gitorious.org/replicant/android_packages_apps_cmparts.git git fetch android_packages_apps_cmparts git checkout -b my-local-tracking-branch android_packages_apps_cmparts/master_or_other_branch
android_external_skia
external/skia
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_external_skia.git android_external_skia cd android_external_skia
Add this repository as a remote to an existing local repository:
git remote add android_external_skia git://gitorious.org/replicant/android_external_skia.git git fetch android_external_skia git checkout -b my-local-tracking-branch android_external_skia/master_or_other_branch
android_build
build/
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_build.git android_build cd android_build
Add this repository as a remote to an existing local repository:
git remote add android_build git://gitorious.org/replicant/android_build.git git fetch android_build git checkout -b my-local-tracking-branch android_build/master_or_other_branch
android_development
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_development.git android_development cd android_development
Add this repository as a remote to an existing local repository:
git remote add android_development git://gitorious.org/replicant/android_development.git git fetch android_development git checkout -b my-local-tracking-branch android_development/master_or_other_branch
sdk
sdk/
-
Cloning this repository:
git clone git://gitorious.org/replicant/sdk.git sdk cd sdk
Add this repository as a remote to an existing local repository:
git remote add sdk git://gitorious.org/replicant/sdk.git git fetch sdk git checkout -b my-local-tracking-branch sdk/master_or_other_branch
hycs-hardware_xdandroid-ril
new ril
-
Cloning this repository:
git clone git://gitorious.org/replicant/hycs-hardware_xdandroid-ril.git hycs-hardware_xdandroid-ril cd hycs-hardware_xdandroid-ril
Add this repository as a remote to an existing local repository:
git remote add hycs-hardware_xdandroid-ril git://gitorious.org/replicant/hycs-hardware_xdandroid-ril.git git fetch hycs-hardware_xdandroid-ril git checkout -b my-local-tracking-branch hycs-hardware_xdandroid-ril/master_or_other_branch
android_vendor_replicant
Replicant vendor files (forked from android_vendor_cyanogen)
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_vendor_replicant.git android_vendor_replicant cd android_vendor_replicant
Add this repository as a remote to an existing local repository:
git remote add android_vendor_replicant git://gitorious.org/replicant/android_vendor_replicant.git git fetch android_vendor_replicant git checkout -b my-local-tracking-branch android_vendor_replicant/master_or_other_branch
android_packages_apps_replicantwallpapers
Replicant Wallpapers
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_packages_apps_replicantwallpapers.git android_packages_apps_replicantwallpapers cd android_packages_apps_replicantwallpapers
Add this repository as a remote to an existing local repository:
git remote add android_packages_apps_replicantwallpapers git://gitorious.org/replicant/android_packages_apps_replicantwallpapers.git git fetch android_packages_apps_replicantwallpapers git checkout -b my-local-tracking-branch android_packages_apps_replicantwallpapers/master_or_other_branch
android_device_motorola_morrison
Device files for Motorola Morrison
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_device_motorola_morrison.git android_device_motorola_morrison cd android_device_motorola_morrison
Add this repository as a remote to an existing local repository:
git remote add android_device_motorola_morrison git://gitorious.org/replicant/android_device_motorola_morrison.git git fetch android_device_motorola_morrison git checkout -b my-local-tracking-branch android_device_motorola_morrison/master_or_other_branch
libakm_free
hardware/libakm_free
-
Cloning this repository:
git clone git://gitorious.org/replicant/libakm_free.git libakm_free cd libakm_free
Add this repository as a remote to an existing local repository:
git remote add libakm_free git://gitorious.org/replicant/libakm_free.git git fetch libakm_free git checkout -b my-local-tracking-branch libakm_free/master_or_other_branch
android_device_samsung_crespo
device/samsung/crespo
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_device_samsung_crespo.git android_device_samsung_crespo cd android_device_samsung_crespo
Add this repository as a remote to an existing local repository:
git remote add android_device_samsung_crespo git://gitorious.org/replicant/android_device_samsung_crespo.git git fetch android_device_samsung_crespo git checkout -b my-local-tracking-branch android_device_samsung_crespo/master_or_other_branch
android_hardware_broadcom
hardware/broadcom
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_hardware_broadcom.git android_hardware_broadcom cd android_hardware_broadcom
Add this repository as a remote to an existing local repository:
git remote add android_hardware_broadcom git://gitorious.org/replicant/android_hardware_broadcom.git git fetch android_hardware_broadcom git checkout -b my-local-tracking-branch android_hardware_broadcom/master_or_other_branch
libsamsung-ipc
Library for the IPC interface on modems used in samsung devices.
-
Cloning this repository:
git clone git://gitorious.org/replicant/libsamsung-ipc.git libsamsung-ipc cd libsamsung-ipc
Add this repository as a remote to an existing local repository:
git remote add libsamsung-ipc git://gitorious.org/replicant/libsamsung-ipc.git git fetch libsamsung-ipc git checkout -b my-local-tracking-branch libsamsung-ipc/master_or_other_branch
android_device_htc_passion-common
device/htc/passion-common
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_device_htc_passion-common.git android_device_htc_passion-common cd android_device_htc_passion-common
Add this repository as a remote to an existing local repository:
git remote add android_device_htc_passion-common git://gitorious.org/replicant/android_device_htc_passion-common.git git fetch android_device_htc_passion-common git checkout -b my-local-tracking-branch android_device_htc_passion-common/master_or_other_branch
kernel-samsung-crespo
Kernel for Samsung/Google Nexus S (cerspo/herring)
-
Cloning this repository:
git clone git://gitorious.org/replicant/kernel-samsung-crespo.git kernel-samsung-crespo cd kernel-samsung-crespo
Add this repository as a remote to an existing local repository:
git remote add kernel-samsung-crespo git://gitorious.org/replicant/kernel-samsung-crespo.git git fetch kernel-samsung-crespo git checkout -b my-local-tracking-branch kernel-samsung-crespo/master_or_other_branch
hardware_xdandroid-ril
-
Cloning this repository:
git clone git://gitorious.org/replicant/hardware_xdandroid-ril.git hardware_xdandroid-ril cd hardware_xdandroid-ril
Add this repository as a remote to an existing local repository:
git remote add hardware_xdandroid-ril git://gitorious.org/replicant/hardware_xdandroid-ril.git git fetch hardware_xdandroid-ril git checkout -b my-local-tracking-branch hardware_xdandroid-ril/master_or_other_branch
android_hardware_broadcom_wlan
hardware/broadcom/wlan
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_hardware_broadcom_wlan.git android_hardware_broadcom_wlan cd android_hardware_broadcom_wlan
Add this repository as a remote to an existing local repository:
git remote add android_hardware_broadcom_wlan git://gitorious.org/replicant/android_hardware_broadcom_wlan.git git fetch android_hardware_broadcom_wlan git checkout -b my-local-tracking-branch android_hardware_broadcom_wlan/master_or_other_branch
android_hardware_ril
hardware/ril
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_hardware_ril.git android_hardware_ril cd android_hardware_ril
Add this repository as a remote to an existing local repository:
git remote add android_hardware_ril git://gitorious.org/replicant/android_hardware_ril.git git fetch android_hardware_ril git checkout -b my-local-tracking-branch android_hardware_ril/master_or_other_branch
android_device_samsung_galaxysmtd
device/samsung/galaxysmtd
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_device_samsung_galaxysmtd.git android_device_samsung_galaxysmtd cd android_device_samsung_galaxysmtd
Add this repository as a remote to an existing local repository:
git remote add android_device_samsung_galaxysmtd git://gitorious.org/replicant/android_device_samsung_galaxysmtd.git git fetch android_device_samsung_galaxysmtd git checkout -b my-local-tracking-branch android_device_samsung_galaxysmtd/master_or_other_branch
android_device_samsung_aries-common
device/samsung/aries-common
-
Cloning this repository:
git clone git://gitorious.org/replicant/android_device_samsung_aries-common.git android_device_samsung_aries-common cd android_device_samsung_aries-common
Add this repository as a remote to an existing local repository:
git remote add android_device_samsung_aries-common git://gitorious.org/replicant/android_device_samsung_aries-common.git git fetch android_device_samsung_aries-common git checkout -b my-local-tracking-branch android_device_samsung_aries-common/master_or_other_branch
samsung-ril
-
Cloning this repository:
git clone git://gitorious.org/replicant/samsung-ril.git samsung-ril cd samsung-ril
Add this repository as a remote to an existing local repository:
git remote add samsung-ril git://gitorious.org/replicant/samsung-ril.git git fetch samsung-ril git checkout -b my-local-tracking-branch samsung-ril/master_or_other_branch
samsung-ril-client
Samsung Ril Socket (SRS) client-side implementation
-
Cloning this repository:
git clone git://gitorious.org/replicant/samsung-ril-client.git samsung-ril-client cd samsung-ril-client
Add this repository as a remote to an existing local repository:
git remote add samsung-ril-client git://gitorious.org/replicant/samsung-ril-client.git git fetch samsung-ril-client git checkout -b my-local-tracking-branch samsung-ril-client/master_or_other_branch
crespo-gps-utils
Test uttilities for crespo GPS
-
Cloning this repository:
git clone git://gitorious.org/replicant/crespo-gps-utils.git crespo-gps-utils cd crespo-gps-utils
Add this repository as a remote to an existing local repository:
git remote add crespo-gps-utils git://gitorious.org/replicant/crespo-gps-utils.git git fetch crespo-gps-utils git checkout -b my-local-tracking-branch crespo-gps-utils/master_or_other_branch
Activities 
-
Saturday April 25 2037
-
Wednesday August 14 2030
-
Friday April 05 2019
-
Thursday February 02 2012
-
Favorite
01:13
vonankh started watching replicant/samsung-ril
-
-
Tuesday January 24 2012
-
Push
20:52
gnutoo pushed 2 commits to replicant/crespo-gps-utils:master. View diff
master changed from 1af7de0 to 576f782
-
Push
20:41
gnutoo pushed 1 commit to replicant/crespo-gps-utils:master. View diff
master changed from 6c2c696 to 1af7de0
-
Push
20:25
gnutoo pushed 1 commit to replicant/crespo-gps-utils:master. View diff
master changed from eed77f3 to 6c2c696
-
Commit
20:22
gnutoo started development of replicant/crespo-gps-utils
-
Repository
20:22
gnutoo created repository crespo-gps-utils in Replicant
Test uttilities for crespo GPS
-
-
Wednesday January 18 2012
-
Push
20:40
PaulK pushed 1 commit to replicant/android_device_samsung_crespo:replicant-2.3. View diff
replicant-2.3 changed from 26ee257 to 6162f81
-
-
Saturday January 14 2012
-
Push
20:54
PaulK pushed 2 commits to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from 9e5880a to bb0910e
-
Push
20:38
gnutoo pushed 1 commit to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from 0497009 to 9e5880a
-
Push
18:36
PaulK pushed 1 commit to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from 6474d98 to 0497009
-
-
Saturday January 07 2012
-
Push
18:37
PaulK pushed 1 commit to replicant/android_vendor_replicant:replicant-2.3. View diff
replicant-2.3 changed from 46f97e1 to 744ec55
-
Push
16:59
PaulK pushed 1 commit to replicant/samsung-ril-client:master. View diff
master changed from 1378d37 to aff2b88
-
Push
16:57
PaulK pushed 1 commit to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from 788026b to 6474d98
-
Push
16:01
PaulK pushed 3 commits to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from 4952c8c to 788026b
-
Push
13:56
PaulK pushed 1 commit to replicant/manifest:replicant-2.3. View diff
replicant-2.3 changed from 434e952 to ef2144b
-
-
Wednesday January 04 2012
-
Repository
05:49
jonsaft cloned replicant/libakm_free
New repository is in jonsafts-libakm_free
-
-
Tuesday January 03 2012
-
Push
20:06
PaulK pushed 1 commit to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from 28a31ed to 4952c8c
-
-
Sunday January 01 2012
-
Push
18:34
PaulK pushed 1 commit to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from 852feed to 28a31ed
-
-
Saturday December 31 2011
-
Commit
15:53
PaulK deleted branch crespo-integration-next on replicant/samsung-ril
-
Push
15:49
PaulK pushed 5 commits to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from 0091cea to 852feed
-
-
Thursday December 29 2011
-
Push
14:32
PaulK pushed 1 commit to replicant/samsung-ril:crespo-integration-next. View diff
crespo-integration-next changed from b2c23f0 to e27491d
-
Push
13:49
PaulK pushed 1 commit to replicant/samsung-ril:crespo-integration-next. View diff
crespo-integration-next changed from 16fd5fb to b2c23f0
-
Commit
12:35
PaulK created branch rfs-integration on replicant/libsamsung-ipc
-
Commit
12:34
PaulK created branch crespo-integration-next on replicant/samsung-ril
-
-
Wednesday December 21 2011
-
Push
20:58
PaulK pushed 1 commit to replicant/samsung-ril-client:master. View diff
master changed from 3b36117 to 1378d37
-
Push
20:56
PaulK pushed 1 commit to replicant/samsung-ril:crespo-integration. View diff
crespo-integration changed from cb295e0 to 0091cea
-
-
Tuesday December 20 2011
-
Push
12:58
PaulK pushed 1 commit to replicant/manifest:replicant-2.2. View diff
replicant-2.2 changed from 8adb93d to 1121c0a
-

