Skip to content

MT-ParanoidAndroid/paranoid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

ParanoidAndroid

Getting started

First you must initialize a repository with our sources:

repo init -u git://github.com/BSydz/android.git -b ics

Then sync it up (This will take a while, so get a cup of coffee and some snickers):

repo sync

Building ParanoidAndroid

For building ParanoidAndroid you must cd to the working directory. Make sure you have your device tree sources, located on

cd device/-manufacturer-/-device-

Now you can run our build script:

./rom-build.sh -device-

You can also use a second parameter for syncing sources before building

./rom-build.sh -device- true

And a third parameter for uploading resulting output (Must have ParanoidBuild.jar)

./rom-build.sh -device- -sync- true

There are also a few parameters that you can use together with before mentioned:

  • threads: Allows to choose a number of threads for syncing operation
  • clean: Removes intermediates and output files

The usage is the same

./rom-build.sh -device- -parameters- -sync- -upload-

Parameters will be considered false unless you set them to true

This will make a signed zip located on out/target/product/-device-.

Contribute with the project

We're an open source project, and we're open to suggestions. Feel free to sumbit pull requests to our git

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%