ADP1 1.5 Cupcake에서 Elair 2.1 로 업그레이드 과정의 짤막 소개입니다.


우선 RA-Recovery를 설치하기위해 flash_image 가 들어있는 패키지를 받아 해당 파일만 추출합니다.

- http://android-dls.com/forum/viewtopic.php?f=24&t=377


실행권한을 준뒤 adb push로 /system/bin 에 카피하기위해 마운트 합니다.

$ adb root
$ adb shell
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system


push ..

$ adb push flash_image /system/bin/


다음으로, RA Recovery Image를 받습니다.

http://forum.xda-developers.com/showpost.php?p=4647751&postcount=1

에서 Recovery Image RA-sapphire-v1.5.2 를 다운받았습니다.


/sdcard에 복사합니다.

$ adb push  RA-sapphire-v1.5.2.img /sdcard/recovery.img


안드로이드쪽에서 Recovery Image를 설치합니다.

$ adb shell
# cd sdcard
# flash_image recovery recovery.img
# cat recovery.img > /system/recovery.img

리부팅..


http://code.google.com/p/sapphire-port-dream/ 에서 Radio Image를 받습니다.

http://sapphire-port-dream.googlecode.com/files/ota-radio-2_22_19_26I.zip


Danger SPL을 받습니다.

http://sapphire-port-dream.googlecode.com/files/spl-signed.zip


http://forum.xda-developers.com/showthread.php?t=610425  에서 xROM-Eclar-1.1 을 받습니다.

http://www.justanotherdev.slackdev.com/xROM-Eclair-2.1-1.1.zip


Radio Image, Danger SPL, xROM 이미지 모두를 /sdcard 로 복사한후 리부팅 하고, Radio Image -> 리부트 -> Danger-SPL -> xROM -> 리부트 순으로 설치합니다.


오케이. 2.1로 업데이트 되었습니다.



참고로, 버벅이길래 Gmail 동기화를 꺼버리니 한결 속도가 좀 나아졌습니다.