nexusone
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| nexusone [2010/09/09 07:23] – suapapa | nexusone [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ====== 커스텀 펌 ====== | ====== 커스텀 펌 ====== | ||
| - | *[[http:// | + | |
| + | ===== CM ===== | ||
| + | | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| *[[http:// | *[[http:// | ||
| *[[http:// | *[[http:// | ||
| - | | + | |
| + | |||
| + | ====== 빌드하기 ====== | ||
| + | <code bash> | ||
| + | cp ./ | ||
| + | . build/ | ||
| + | lunch cyanogen_passion-eng | ||
| + | </ | ||
| + | |||
| + | ====== 개발팁 ====== | ||
| + | system rw re-mount | ||
| + | <code bash> | ||
| + | $ mount -o rw,remount -t yaffs2 / | ||
| + | $ ps | ||
| + | $ kill (pid_zygote) | ||
| + | </ | ||
| + | |||
| + | ====== practice ====== | ||
| + | gitosis 설치 | ||
| + | <code bash> | ||
| + | $ sudo apt-get install gitosis | ||
| + | $ sudo -H -u gitosis gitosis-init < ~/ | ||
| + | </ | ||
| + | |||
| + | 바닐라 코드 클론 | ||
| + | <code bash> | ||
| + | $ cd ~gitosis/ | ||
| + | $ sudo cp ~/bin/repo ./ | ||
| + | $ sudo -H -u gitosis ./repo init -u git:// | ||
| + | ... | ||
| + | From git:// | ||
| + | * [new branch] | ||
| + | * [new branch] | ||
| + | * [new branch] | ||
| + | * [new branch] | ||
| + | * [new branch] | ||
| + | * [new branch] | ||
| + | * [new branch] | ||
| + | * [new branch] | ||
| + | From git:// | ||
| + | * [new tag] | ||
| + | </ | ||
| + | 이제 싱크 음청 오래 걸린다!! | ||
| + | <code bash> | ||
| + | $ sudo -H -u gitosis ./repo sync | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | $ sudo -H -u gitosis ./repo forall -c 'git push ~gitosis/ | ||
| + | </ | ||
| + | |||
| + | ===== references ===== | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
nexusone.1284016989.txt.gz · Last modified: 2013/08/03 05:04 (external edit)