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/07/15 11:53] suapapanexusone [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
   *[[http://www.instructables.com/id/Charging-Nexus-One-Dock/|nexus one diy charger]]   *[[http://www.instructables.com/id/Charging-Nexus-One-Dock/|nexus one diy charger]]
 +====== KT 순정 롬으로 복귀 ======
 +  *cp PASSIMG_Passion_KT_KR_2.15.1010.2_FRF91_release_signed.zip passing.zip
 +  *sd카드 최 상단에 복사
 +  *리커버리모드에서 다시 설치됨. 끝!!
 +
 +====== KT APN 설정 ======
 +  *이름 : KT
 +  *APN : alwayson.ktfwing.com
 +  *포트 : 9082
 +  *MMSC : http://mmsc.ktfwing.com
 +  *MMS포트 : 9082
 +  *MCC : 450
 +  *MNC : 08
 +
 ====== 커스텀 펌 ====== ====== 커스텀 펌 ======
-  *[[http://www.cyanogenmod.com/||cyangenmod]]+  *[[http://v.daum.net/link/9863877|안드로이드 커스텀 롬(펌웨어) 적용(설치)하기]] 
 +===== CM ===== 
 +  *[[http://www.cyanogenmod.com/|cyangenmod]] - official blog 
 +  *[[http://wiki.cyanogenmod.com/|cyangemmod_wiki]] - wiki home 
 +    *[[http://wiki.cyanogenmod.com/index.php?title=Compile_CyanogenMod_for_Passion|Compile_CyanogenMod_for_Passion]]
     *[[http://wiki.cyanogenmod.com/index.php/How_to_build_a_kernel_port_for_CM5|cyanogenmod build kernel]]      *[[http://wiki.cyanogenmod.com/index.php/How_to_build_a_kernel_port_for_CM5|cyanogenmod build kernel]] 
 +    *[[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]]
 +
 +====== 빌드하기 ======
 +<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 ======
 +gitosis 설치
 +<code bash>
 +$ sudo apt-get install gitosis
 +$ sudo -H -u gitosis gitosis-init < ~/.ssh/authorized_keys
 +</code>
 +
 +바닐라 코드 클론
 +<code bash>
 +$ cd ~gitosis/repositories/
 +$ sudo cp ~/bin/repo ./
 +$ sudo -H -u  gitosis ./repo init -u git://github.com/CyanogenMod/android.git --mirror
 +...
 +From git://github.com/CyanogenMod/android
 + * [new branch]      donut      -> origin/donut
 + * [new branch]      eclair     -> origin/eclair
 + * [new branch]      eclair-ds  -> origin/eclair-ds
 + * [new branch]      froyo      -> origin/froyo
 + * [new branch]      froyo-kernel -> origin/froyo-kernel
 + * [new branch]      froyo-release -> origin/froyo-release
 + * [new branch]      koush      -> origin/koush
 + * [new branch]      master     -> origin/master
 +From git://github.com/CyanogenMod/android
 + * [new tag]         CM-6.0.0-RC1 -> CM-6.0.0-RC1
 +</code>
 +이제 싱크 음청 오래 걸린다!!
 +<code bash>
 +$ sudo -H -u gitosis ./repo sync
 +</code>
 +
 +<code bash>
 +$ sudo -H -u gitosis ./repo forall -c 'git push ~gitosis/repositories/$REPO_PROJECT.git HEAD:refs/head/local-froyo'
 +</code>
 +
 +===== references =====
 +  *[[http://www.kandroid.org/board/board.php?board=AndroidPlatform&command=body&no=82|kandroid 바닐라 컵케익 미러글]]
 +  *[[http://blog.agdunn.net/?p=277|Install (Set Up) Git and Gitosis on Ubuntu]]
nexusone.1279194815.txt.gz · Last modified: 2013/08/03 05:04 (external edit)