Skip to content

kensuke/android-vendor-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vendor Dreams

Translations

If you use this ROM on your phone and you are using other language than English, and there's not everyhting translated into your langauge then you can help us by making pull requests or sending us message with the translations...

Getting started

Follow the instructions from:

http://source.android.com/source/developing.html

Downloading the source

$ mkdir ~/bin
$ PATH=~/bin:$PATH

Download Repo

$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

Initializing Repo

$ mkdir android
$ mkdir system
$ cd android/system

# Install Repo
$ repo init -u https://github.com/DreamsTuna/manifest -b android-4.4.4_r2
$ repo sync

Building

$ cd android/system/
$ source build/envsetup.sh
$ lunch ds_device-BUILDTYPE
# like this:
$ lunch ds_maguro-userdebug
# notice! To use ds_device-BUILDTYPE, you must have edited files from vendor/ds and you must have device trees for the specified device.

Remember!##

This ROM is not a project. This is a ROM originally by @manumanfred (XDA: Carlos_Manuel) and now this ROM is more open sourced and does not have anymore only one person developing this ROM.

About

This is cloned from https://github.com/AOSPA/android_vendor_pa & modified for this ROM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published