Created
February 15, 2013 07:05
-
-
Save fi01/4958926 to your computer and use it in GitHub Desktop.
How to build PA 2.5.x for SC-02D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% mkdir .repo | |
% pushd .repo | |
% wget https://gist.github.com/fi01/4378311/raw/e384e900b0ad5a6e1b3a87d4d04a3bc82615980c/local_manifest.xml | |
% popd .. | |
% repo init -u git://github.com/fi01/android.git -b jellybean | |
% repo sync | |
% pushd device/samsung/sc02d | |
% ./extract-files | |
% popd | |
% ./rom-build.sh sc02d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment