넥서스원 관련 자료
*[[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://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://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]]
====== 빌드하기 ======
cp ./vendor/cyanogen/products/cyanogen_passion.mk ./buildspec.mk
. build/envsetup.sh
lunch cyanogen_passion-eng
====== 개발팁 ======
system rw re-mount
$ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
$ ps
$ kill (pid_zygote)
====== practice ======
gitosis 설치
$ sudo apt-get install gitosis
$ sudo -H -u gitosis gitosis-init < ~/.ssh/authorized_keys
바닐라 코드 클론
$ 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
이제 싱크 음청 오래 걸린다!!
$ sudo -H -u gitosis ./repo sync
$ sudo -H -u gitosis ./repo forall -c 'git push ~gitosis/repositories/$REPO_PROJECT.git HEAD:refs/head/local-froyo'
===== 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]]