Giter VIP home page Giter VIP logo

manifest's Introduction

Project MSM-XTENDED

Project-Xtended:

A ROM Based on AOSP, with features from almost all Custom ROMs available.

To initialize your local repository, use this command:

repo init -u https://github.com/Project-Xtended/manifest.git -b xq

To sync the repository, use this command:

repo sync -c --force-sync --no-tags --no-clone-bundle 

To Build, use following commands:

. build/envsetup.sh
lunch xtended_device-userdebug
make xtended

Apply for official maintainership HERE


Submitting Patches:

You can contribute to Project-Xtended just by registering at "https://review.msmxtended.org"

In order to submit patches, you will need an account setup with our Gerrit server and add changeid hooks. To add changeid hook, use the following commands:

cd <project>
scp -p -P 29418 <username>@review.msmxtended.org:hooks/commit-msg .git/hooks/

You can also install the hook globally in all local Project-Xtended projects:

cd <rom source>
repo forall -c 'gitdir=$(git rev-parse --git-dir); scp -p -P 29418 <username>@review.msmxtended.org:hooks/commit-msg ${gitdir}/hooks/'

After that, you will have to create your ssh keys that are required for submitting patches to Gerrit:

ssh-keygen

Then in our Gerrit click on the "Settings" icon.

While in 'Settings' Click on "SSH Public Keys" on the left-hand side and then on "Add Key".

Then copy and paste the contents of ~/.ssh/id_rsa.pub to "Gerrit SSH Public Keys".

You can send patches to us by using these commands in terminal:

cd PROJECT - i.e

cd packages/apps/Xtensions

Make edits that you want to see .....

git add .
git commit -a

Type out a commit message that makes sense for the proposed change

Ctrl X, then Y to save and Enter

git push ssh://[email protected]:29418/Project-Xtended/PROJECT HEAD:refs/for/BRANCH

BRANCH - i.e xq

PROJECT - i.e packages_apps_Xtensions

USERNAME - i.e SuperDroidBond

A full command would look like this:

git push ssh://[email protected]:29418/Project-Xtended/packages_apps_Xtensions HEAD:refs/for/xq

If you are going to make extra additions, just repeat steps (don't start a new patch), but instead of git commit -m use git commit --amend. Gerrit will recognize it as a new patchset.


Thread template refer HERE


manifest's People

Contributors

bdcgoogle avatar bsimonnet avatar cco3 avatar cferris1000 avatar colincross avatar danalbert avatar danw avatar delphij avatar deymo avatar enh-google avatar freeinfra avatar gauravsh-google avatar ghartman17022 avatar iam avatar jayxon avatar keybuk avatar kruton avatar liutikas avatar mkayyash avatar mukesh22584 avatar nfuller avatar nickkral avatar paulduffin avatar pirama-arumuga-nainar avatar stephenhines avatar tornewuff avatar ultranoob-5 avatar vapier avatar wileyatgoogle avatar xabdaziz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.