User Tools

Site Tools


nexusone

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nexusone [2010/12/27 05:36] suapapanexusone [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 25: Line 25:
     *[[http://github.com/CyanogenMod/android|CyanogenMod / android]]     *[[http://github.com/CyanogenMod/android|CyanogenMod / android]]
   *[[http://groups.google.com/group/repo-discuss/web/repo-gerrit-git-workflow?pli=1#Retrieve_current_source_repo_syn|repo-gerrit-git-workflow]]   *[[http://groups.google.com/group/repo-discuss/web/repo-gerrit-git-workflow?pli=1#Retrieve_current_source_repo_syn|repo-gerrit-git-workflow]]
 +
 +====== 빌드하기 ======
 +<code bash>
 +cp ./vendor/cyanogen/products/cyanogen_passion.mk ./buildspec.mk
 +. build/envsetup.sh
 +lunch cyanogen_passion-eng
 +</code>
 +
 +====== 개발팁 ======
 +system rw re-mount
 +<code bash>
 +$ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
 +$ ps
 +$ kill (pid_zygote)
 +</code>
  
 ====== practice ====== ====== practice ======
nexusone.1293428216.txt.gz · Last modified: 2013/08/03 05:04 (external edit)