Google-code-prettify

2009/04/28

Android Dev Phone 1 をバージョン 1.5(cupcake) にアップデート その4

前回からの続きです。
Android Dev Phone 1 をバージョン 1.5(cupcake) にアップデート その3[hanagurotanuki.blogspot.com]

ファームの配布元にある「Copy the Recovery Image Package to the Device」にある手順を行います。
大体はradio image と同じ手順です。

◯ Copy the Recovery Image Package to the Device

(1)〜(3) ADP1 を Ubuntu PC に接続してアップデートの準備を行う

(4) Ubuntu PC が ADP1 を認識しているかどうかの確認
At a command line, ensure that adb recognizes your device by issuing this command:
adb devices で Ubuntu が ADP1 を認識しているかどうか確認します。
~/work/android-1.5$ adb devices
List of devices attached
HT845GZ59637 device


(5) recovery image を ADP1 にコピーする
ファームの配布元の日本時間4/28 AM1:57時点の説明には"radio image package"ってあるのですが、"recovery image"ですよね?

adb push でsigned-dream_devphone-ota-147201.zipをADP1にコピーします。
~/work/android-1.5$ adb push signed-dream_devphone-ota-147201.zip /sdcard/update.zip
1216 KB/s (46867722 bytes in 37.612s)
このメッセージが出てもまだコピー中かもしれないので少し待っている方がいいらしいです。
もしコピー中なのに先のステップへ進んでしまうと、update中に"bad update.zip"とエラーが表示されるらしいです。

adb shell sync を実行してコピーが完了したかどうかを確認します。
~/work/android-1.5$ adb shell sync
このコマンドが返ったので、コピー完了を確認できました。

(6) ADP1 をリカバリモードで起動する
Reboot the device into recovery mode by holding down the HOME key during reboot. When the device enters recovery mode, it displays a "!" icon.
電源キー長押しでADP1 を一度電源 OFF にした後、HOMEキーを押しながら電源キーを押下することによりリカバリモードで起動します。
リカバリモードで起動するとradio image の時と同様に"i"が表示されます。

(7) リカバリコンソールでログ表示する
With the recovery console displayed, open the sliding keyboard and hold down the ALT+l key combination to enable log output in the recovery console.
ALT + lを同時押しでリカバリコンソールにradio imageの時と同様にログが表示されます。

(8) recovery image をインストールする
Next, hold down the ALT+s key combination to install the update.
ALT と s キー同時押しするとrecovery imageのインストールが始まります。

(9) recovery image を書き込み、再起動する
Press the HOME-BACK key combination to write the recovery image, update the firmware, and automatically reboot.
radio imageの時と同様にHOMEとBACKキーの同時押しでrecovery imageの書き込みが始まります。
しばらくすると勝手に再起動します。


以上でrecovery image のインストールも終了です。


recovery image のインストール後のファームバージョンは下の画像のようになっています。
Firmware version が 1.5 になっているので、無事インストールが終了したようです。


以上でファームバージョン1.5(cupcake)へのアップグレードが終了しました。

0 件のコメント: