Google-code-prettify

2009/04/28

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

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

まずはファームの配布元にある「Update the Device Radio Firmware」にある手順を行います。
以下の番号は「Update the Device Radio Firmware」にある番号に合わせています。

◯ Update the Device Radio Firmware

(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 コマンドを実行して確認します。
~/work/android-1.5$ adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT845GZ59637 device


(5) radio image を ADP1 にコピーする

Use the adb push command to copy the contents of the radio image package to the update.zip archive on the device's SD card:
adb push コマンドによりradio image を ADP1 にコピーします。
~/work/android-1.5$ adb push ota-radio-2_22_19_26I.zip /sdcard/update.zip
1049 KB/s (9181622 bytes in 8.539s)
このメッセージが出てもまだコピー中かもしれないので少し待っている方がいいらしいです。
もしコピー中なのに先のステップへ進んでしまうと、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キーを押しながら電源キーを押下することによりリカバリモードで起動します。
リカバリモードで起動すると下の画像のような画面が表示されます。



(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を同時押しでリカバリコンソールにログが表示されるようにします。

(8) radio image をアップデートする
Next, hold down the ALT+s key combination to install the update. An "installing update" icon and progress bar (or a similar status message) are displayed ??when the progress bar completes, the installation is finished.
ALT と s キー同時押しするとインストールが始まります。

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

以上でradio image のアップデートが終了しました。


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

0 件のコメント: