-
Notifications
You must be signed in to change notification settings - Fork 2
/
params.json
1 lines (1 loc) · 1.32 KB
/
params.json
1
{"google":"","tagline":"","body":"#### Follow instructions\r\n\r\nFollow instructions on [initializing a build environment](http://source.android.com/source/initializing.html) up to a point of [downloading the source code](http://source.android.com/source/downloading.html).\r\n\r\n#### Download CM9 source code\r\n\r\n```\r\n$ repo init -u git://github.com/GenetICS/manifest.git -b ics\r\n$ repo sync\r\n```\r\n\r\n\r\n#### Update ROM Manager & Terminal Emulator. (You have to do this again only when the apps have been updated.)\r\n\r\n```\r\n$ cd CM9_WORKING_DIR/vendor/cm/\r\n$ ./get-prebuilts\r\n```\r\n\r\n#### Apply patches\r\n\r\nTo install\r\n```\r\n$ cd CM9_WORKING_DIR/\r\n$ sh device/lge/msm/msm7x27-common/patches/install.sh\r\n```\r\n\r\nTo uninstall\r\n```\r\n$ cd CM9_WORKING_DIR/\r\n$ sh device/lge/msm/msm7x27-common/patches/uninstall.sh\r\n```\r\n\r\n#### Compile the ROM\r\n\r\n```\r\n$ cd CM9_WORKING_DIR/\r\n$ sh build/envsetup.sh && lunch cm_p500-userdebug\r\n$ make bacon -j4\r\n```\r\n\r\n#### Flash ZIP\r\nout/target/product/DEVICE/cm-VERSION-DEVICE.zip\r\n\r\n\r\nUse 'repo sync' to pull merged changes from upstream. Use 'make clobber' to clean the build environment. Repeat the last step to do a new build.","note":"Don't delete this file! It's used internally to help with page regeneration.","name":"Building GenetICS"}