Repositories
From iDroidWiki
Contents |
Community Repositories
These are the official community repositories which iDroid members are commiting features for future releases. Currently these are hosted on [GitHub http://github.com/iDroid-Project].
Openiboot
git://github.com/iDroid-Project/openiBoot.git
Kernel
git://github.com/iDroid-Project/kernel_common.git
Platform Manifest
git://github.com/iDroid-Project/platform_manifest.git
Apple Vendor Info for Android
git://github.com/iDroid-Project/vendor_apple.git
Planetbeing's Repositories
Openiboot
git://github.com/planetbeing/iphonelinux.git
Kernel
git://github.com/planetbeing/kernel_common.git -b android-2.6.32-iphone
Xpwn
git://github.com/planetbeing/xpwn.git
Usage
Using google's repo tool the Android tree can be cloned with the following command:
Community FroYo
repo init -u git://github.com/iDroid-Project/platform_manifest.git -b froyo-iphone
Planetbeing's Donut
repo init -u git://github.com/planetbeing/platform_manifest.git -b android-sdk-1.6_r2-iphone
- Under linux you can use
git clone git://[git_file_location]to clone trees.