Android for N900
[NitDroid]
Android port for Nokia N900 phone.
n900_dualboot_kernel_patches
Patches for the Linux kernel that enable dual-boot Maemo and Androd on Nokia N900.
OBSOLETE! Use
http://gitorious.org/android-n900/nitdroid-kernel instead
-
Cloning this repository:
git clone git://gitorious.org/android-n900/n900_dualboot_kernel_patches.git n900_dualboot_kernel_patches cd n900_dualboot_kernel_patches
Add this repository as a remote to an existing local repository:
git remote add n900_dualboot_kernel_patches git://gitorious.org/android-n900/n900_dualboot_kernel_patches.git git fetch n900_dualboot_kernel_patches git checkout -b my-local-tracking-branch n900_dualboot_kernel_patches/master_or_other_branch
vendor_nitdroid_n900
-
Cloning this repository:
git clone git://gitorious.org/android-n900/vendor_nitdroid_n900.git vendor_nitdroid_n900 cd vendor_nitdroid_n900
Add this repository as a remote to an existing local repository:
git remote add vendor_nitdroid_n900 git://gitorious.org/android-n900/vendor_nitdroid_n900.git git fetch vendor_nitdroid_n900 git checkout -b my-local-tracking-branch vendor_nitdroid_n900/master_or_other_branch
nitdroid_platform_manifest
-
Cloning this repository:
git clone git://gitorious.org/android-n900/nitdroid_platform_manifest.git nitdroid_platform_manifest cd nitdroid_platform_manifest
Add this repository as a remote to an existing local repository:
git remote add nitdroid_platform_manifest git://gitorious.org/android-n900/nitdroid_platform_manifest.git git fetch nitdroid_platform_manifest git checkout -b my-local-tracking-branch nitdroid_platform_manifest/master_or_other_branch
platform_hardware_alsa_sound
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_hardware_alsa_sound.git platform_hardware_alsa_sound cd platform_hardware_alsa_sound
Add this repository as a remote to an existing local repository:
git remote add platform_hardware_alsa_sound git://gitorious.org/android-n900/platform_hardware_alsa_sound.git git fetch platform_hardware_alsa_sound git checkout -b my-local-tracking-branch platform_hardware_alsa_sound/master_or_other_branch
platform_hardware_ti_omap3
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_hardware_ti_omap3.git platform_hardware_ti_omap3 cd platform_hardware_ti_omap3
Add this repository as a remote to an existing local repository:
git remote add platform_hardware_ti_omap3 git://gitorious.org/android-n900/platform_hardware_ti_omap3.git git fetch platform_hardware_ti_omap3 git checkout -b my-local-tracking-branch platform_hardware_ti_omap3/master_or_other_branch
platform_frameworks_base
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_frameworks_base.git platform_frameworks_base cd platform_frameworks_base
Add this repository as a remote to an existing local repository:
git remote add platform_frameworks_base git://gitorious.org/android-n900/platform_frameworks_base.git git fetch platform_frameworks_base git checkout -b my-local-tracking-branch platform_frameworks_base/master_or_other_branch
platform_external_wpa_supplicant
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_external_wpa_supplicant.git platform_external_wpa_supplicant cd platform_external_wpa_supplicant
Add this repository as a remote to an existing local repository:
git remote add platform_external_wpa_supplicant git://gitorious.org/android-n900/platform_external_wpa_supplicant.git git fetch platform_external_wpa_supplicant git checkout -b my-local-tracking-branch platform_external_wpa_supplicant/master_or_other_branch
hardware_n900
-
Cloning this repository:
git clone git://gitorious.org/android-n900/hardware_n900.git hardware_n900 cd hardware_n900
Add this repository as a remote to an existing local repository:
git remote add hardware_n900 git://gitorious.org/android-n900/hardware_n900.git git fetch hardware_n900 git checkout -b my-local-tracking-branch hardware_n900/master_or_other_branch
nitdroid-kernel
Kernel for Nokia N900.
-
Cloning this repository:
git clone git://gitorious.org/android-n900/nitdroid-kernel.git nitdroid-kernel cd nitdroid-kernel
Add this repository as a remote to an existing local repository:
git remote add nitdroid-kernel git://gitorious.org/android-n900/nitdroid-kernel.git git fetch nitdroid-kernel git checkout -b my-local-tracking-branch nitdroid-kernel/master_or_other_branch
nitdroid-kernel-extras
Extra modules for NitDroid kernel
-
Cloning this repository:
git clone git://gitorious.org/android-n900/nitdroid-kernel-extras.git nitdroid-kernel-extras cd nitdroid-kernel-extras
Add this repository as a remote to an existing local repository:
git remote add nitdroid-kernel-extras git://gitorious.org/android-n900/nitdroid-kernel-extras.git git fetch nitdroid-kernel-extras git checkout -b my-local-tracking-branch nitdroid-kernel-extras/master_or_other_branch
multiboot
Boot loader for NITdroid
-
Cloning this repository:
git clone git://gitorious.org/android-n900/multiboot.git multiboot cd multiboot
Add this repository as a remote to an existing local repository:
git remote add multiboot git://gitorious.org/android-n900/multiboot.git git fetch multiboot git checkout -b my-local-tracking-branch multiboot/master_or_other_branch
multiboot-extras
Additional kernel images etc. for multiboot
-
Cloning this repository:
git clone git://gitorious.org/android-n900/multiboot-extras.git multiboot-extras cd multiboot-extras
Add this repository as a remote to an existing local repository:
git remote add multiboot-extras git://gitorious.org/android-n900/multiboot-extras.git git fetch multiboot-extras git checkout -b my-local-tracking-branch multiboot-extras/master_or_other_branch
platform_frameworks_policies_base
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_frameworks_policies_base.git platform_frameworks_policies_base cd platform_frameworks_policies_base
Add this repository as a remote to an existing local repository:
git remote add platform_frameworks_policies_base git://gitorious.org/android-n900/platform_frameworks_policies_base.git git fetch platform_frameworks_policies_base git checkout -b my-local-tracking-branch platform_frameworks_policies_base/master_or_other_branch
ofono-ril
RIL library for Android that uses ofono to control the modem.
-
Cloning this repository:
git clone git://gitorious.org/android-n900/ofono-ril.git ofono-ril cd ofono-ril
Add this repository as a remote to an existing local repository:
git remote add ofono-ril git://gitorious.org/android-n900/ofono-ril.git git fetch ofono-ril git checkout -b my-local-tracking-branch ofono-ril/master_or_other_branch
platform_external_ofono
Ofono port
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_external_ofono.git platform_external_ofono cd platform_external_ofono
Add this repository as a remote to an existing local repository:
git remote add platform_external_ofono git://gitorious.org/android-n900/platform_external_ofono.git git fetch platform_external_ofono git checkout -b my-local-tracking-branch platform_external_ofono/master_or_other_branch
platform_external_glib
glib port for Android
Originally created by ppl from Rowboat project.
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_external_glib.git platform_external_glib cd platform_external_glib
Add this repository as a remote to an existing local repository:
git remote add platform_external_glib git://gitorious.org/android-n900/platform_external_glib.git git fetch platform_external_glib git checkout -b my-local-tracking-branch platform_external_glib/master_or_other_branch
nitdroid-installer
-
Cloning this repository:
git clone git://gitorious.org/android-n900/nitdroid-installer.git nitdroid-installer cd nitdroid-installer
Add this repository as a remote to an existing local repository:
git remote add nitdroid-installer git://gitorious.org/android-n900/nitdroid-installer.git git fetch nitdroid-installer git checkout -b my-local-tracking-branch nitdroid-installer/master_or_other_branch
platform_external_libcmtspeechdata
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_external_libcmtspeechdata.git platform_external_libcmtspeechdata cd platform_external_libcmtspeechdata
Add this repository as a remote to an existing local repository:
git remote add platform_external_libcmtspeechdata git://gitorious.org/android-n900/platform_external_libcmtspeechdata.git git fetch platform_external_libcmtspeechdata git checkout -b my-local-tracking-branch platform_external_libcmtspeechdata/master_or_other_branch
platform_hardware_libhardware_legacy
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_hardware_libhardware_legacy.git platform_hardware_libhardware_legacy cd platform_hardware_libhardware_legacy
Add this repository as a remote to an existing local repository:
git remote add platform_hardware_libhardware_legacy git://gitorious.org/android-n900/platform_hardware_libhardware_legacy.git git fetch platform_hardware_libhardware_legacy git checkout -b my-local-tracking-branch platform_hardware_libhardware_legacy/master_or_other_branch
platform_system_vold
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_system_vold.git platform_system_vold cd platform_system_vold
Add this repository as a remote to an existing local repository:
git remote add platform_system_vold git://gitorious.org/android-n900/platform_system_vold.git git fetch platform_system_vold git checkout -b my-local-tracking-branch platform_system_vold/master_or_other_branch
kernel-ng
Kernel 2.6.35.9 for N900 and experimental kernel for N9 (nitdroid-n9-2.6.32_draft1)
-
Cloning this repository:
git clone git://gitorious.org/android-n900/kernel-ng.git kernel-ng cd kernel-ng
Add this repository as a remote to an existing local repository:
git remote add kernel-ng git://gitorious.org/android-n900/kernel-ng.git git fetch kernel-ng git checkout -b my-local-tracking-branch kernel-ng/master_or_other_branch
platform_hardware_ti_sgx
TI SGX SDK/DDK more…
-
Cloning this repository:
git clone git://gitorious.org/android-n900/platform_hardware_ti_sgx.git platform_hardware_ti_sgx cd platform_hardware_ti_sgx
Add this repository as a remote to an existing local repository:
git remote add platform_hardware_ti_sgx git://gitorious.org/android-n900/platform_hardware_ti_sgx.git git fetch platform_hardware_ti_sgx git checkout -b my-local-tracking-branch platform_hardware_ti_sgx/master_or_other_branch
vendor_nitdroid_n9
-
Cloning this repository:
git clone git://gitorious.org/android-n900/vendor_nitdroid_n9.git vendor_nitdroid_n9 cd vendor_nitdroid_n9
Add this repository as a remote to an existing local repository:
git remote add vendor_nitdroid_n9 git://gitorious.org/android-n900/vendor_nitdroid_n9.git git fetch vendor_nitdroid_n9 git checkout -b my-local-tracking-branch vendor_nitdroid_n9/master_or_other_branch
Activities 
-
Tuesday February 21 2012
-
Wiki
21:54
Alexey Roslyakov edited wiki page android-n900/CompileSgxDriverForNokiaN9
-
-
Sunday February 19 2012
-
Push
02:00
Alexey Roslyakov pushed 2 commits to android-n900/kernel-ng:nitdroid-n9-2.6.32_draft1. View diff
nitdroid-n9-2.6.32_draft1 changed from 008a08d to c9bef95
-
-
Friday February 17 2012
-
Repository
09:08
encrypsis cloned android-n900/platform_system_vold
New repository is in encrypsiss-platform_system_vold-irellevant
-
Repository
09:06
encrypsis cloned android-n900/platform_hardware_ti_sgx
New repository is in encrypsiss-platform_hardware_ti_sgx-irrelevant
-
Repository
09:04
encrypsis cloned android-n900/kernel-ng
New repository is in encrypsiss-kernel-ng-irrelevant
-
-
Thursday February 16 2012
-
Wiki
22:35
Alexey Roslyakov edited wiki page android-n900/CompileSgxDriverForNokiaN9
-
Wiki
22:27
Alexey Roslyakov edited wiki page android-n900/Home
-
Push
21:51
Alexey Roslyakov pushed 7 commits to android-n900/kernel-ng:nitdroid-n9-2.6.32_draft1. View diff
nitdroid-n9-2.6.32_draft1 changed from f4d16b1 to 008a08d
-
-
Tuesday February 14 2012
-
Commit
19:16
Alexey Roslyakov created branch nitdroid-n9-2.6.32_draft1 on android-n900/kernel-ng
-
Repository
19:08
Alexey Roslyakov updated repository android-n900/kernel-ng
Changed the repository description
-
Commit
18:46
Alexey Roslyakov created branch ti_sgx_sdk-ddk_1.8-n9 on android-n900/platform_hardware_ti_sgx
-
Repository
18:41
Alexey Roslyakov created repository vendor_nitdroid_n9 in Android for N900
-
-
Saturday February 04 2012
-
Commit
10:27
Alexey Roslyakov created branch ti_sgx_sdk-ddk_1.7-n9 on android-n900/platform_hardware_ti_sgx
-
-
Friday February 03 2012
-
Commit
23:59
Alexey Roslyakov created branch ti_sgx_sdk-ddk_1.8 on android-n900/platform_hardware_ti_sgx
-
Commit
23:10
Alexey Roslyakov created branch ti_sgx_sdk-ddk_1.7 on android-n900/platform_hardware_ti_sgx
-
Repository
23:09
Alexey Roslyakov updated repository android-n900/platform_hardware_ti_sgx
Changed the repository description
-
Repository
23:07
Alexey Roslyakov updated repository android-n900/platform_hardware_ti_sgx
Changed the repository description
-
Repository
23:06
Alexey Roslyakov created repository platform_hardware_ti_sgx in Android for N900
TI SGX SDK/DDK
[Upstream repo] (https://gitorious.org/rowboat/hardware-ti-sgx "Upstream reposi...
-
-
Sunday January 29 2012
-
Repository
21:44
vladoss cloned android-n900/nitdroid-installer
New repository is in vlad-fazzzas-nitdroid-installer
-
-
Saturday January 14 2012
-
Commit
20:00
Denis Kenzior committed 805a6c47 to android-n900
-
Commit
20:00
Denis Kenzior committed edb98c16 to android-n900
-
Commit
20:00
Denis Kenzior committed 4522c968 to android-n900
-
-
Sunday January 08 2012
-
Push
22:07
Alexey Roslyakov pushed 1 commit to android-n900/platform_external_ofono:nitdroid. View diff
nitdroid changed from 5850b26 to d99ad57
-
-
Thursday December 22 2011
-
Push
07:15
Alexey Roslyakov pushed 1 commit to android-n900/ofono-ril:ics. View diff
ics changed from 290a8dd to ffcca0b
-
Push
07:11
Alexey Roslyakov pushed 1 commit to android-n900/platform_external_libcmtspeechdata:nitdroid. View diff
nitdroid changed from 5673c65 to 0a76a2b
-
Commit
06:42
-
Commit
06:42
-
Commit
06:42
-
Commit
06:42
-
Commit
06:42
-

