このエントリーをはてなブックマークに追加

2010年1月31日日曜日

Update Dev Phone to Android 1.6

[In English]
I updated Android Dev phone which is gotten at "Google Developer Day 2009" from Android 1.5 to 1.6.

I'll write the some simple steps to do it, for detail steps please see HTC Web Site

  1. At First, set up the Android SDK to transfer some files to the device.(also need to set the path environment to use adb command)


  2. Download the fastboot from HTC Web Site.


  3. and also download "ota-radio-2_22_19_26I.zip" and "signed-google_ion-img-14721.zip" from HTC Web Site.


  4. Connect the Dev Phone to the PC, and then confirm it with adb command.


  5. C:\Users\Developer\Downloads>adb devices
    List of devices attached
    HT963LF00837 device


  6. Transfer the radio image file to the Dev Phone.


  7. C:\Users\Developer\Downloads>adb push ota-radio-2_22_19_26I.zip /sdcard/update.zip
    C:\Users\Developer\Downloads>adb shell sync


  8. Reboot the Dev Phone.While the Dev Phone is booting, Press the HOME key and the you can see the "!" icon.


  9. At the above view, Press the HOME and END key combination to display the recovery menue, and the select"apply sdcard:update.zip".


  10. After that the Dev phone will reboot, so while it is booting, press BACK key to display the FASTBOOT.


  11. Clear the cache


  12. C:\Users\Developer\Downloads>fastboot erase cache


  13. Flash the image


  14. C:\Users\Developer\Downloads>fastboot update signed-google_ion-img-14721.zip


  15. And then after rebooting, confirm the Firmware Version.("Settings" > "About Phone" > "Firmware version".



At the end, after updating the firmware I can not select Japanese locale
Now I'm continuing to search how to use Japanese locale on Android 1.6 Dev Phone.



[In Japanese]
"Google Developer Day 2009"で頂いたDev PhoneをAndroid 1.5からAndroid 1.6へアップデートしました。

詳細はHTCのサイトを参照するとよくわかると思いますが、簡単なステップだけでもご紹介します。

  1. 先ずは、端末に対してファイル転送などをする必要があるため、SDKをセットアップします。(adbコマンドを使うので環境変数PATHの指定もお忘れなく)


  2. HTCサイトより、アップデートのためのfastbootというツールをダウンロードします。


  3. 同じくHTCサイトより、ota-radio-2_22_19_26I.zipとsigned-google_ion-img-14721.zipをダウンロードします。


  4. Dev PhoneをUSB接続し、認識していることを確認します。


  5. C:\Users\Developer\Downloads>adb devices
    List of devices attached
    HT963LF00837 device


  6. Dev Phoneにradioイメージを転送します。


  7. C:\Users\Developer\Downloads>adb push ota-radio-2_22_19_26I.zip /sdcard/update.zip
    C:\Users\Developer\Downloads>adb shell sync


  8. Dev Phoneの電源を切り、再度起動します。
      起動の時に、HOMEボタン(家のマーク)を押し続けると、「!」アイコンのある画面が表示されます。


  9. 上記の画面で、HOMEボタンと終話ボタンを押し、メニューを表示させ、「apply sdcard:update.zip」をトラックボールを使い選択します。


  10. 再度再起動しますので、起動時に、今度はBACKキーを押し続けると、FASTBOOT画面になります。


  11. キャッシュをクリアします。


  12. C:\Users\Developer\Downloads>fastboot erase cache


  13. イメージを書き込みます。


  14. C:\Users\Developer\Downloads>fastboot update signed-google_ion-img-14721.zip


  15. 再起動されるので、起動後に「Settings」>「About Phone」>「Firmware version」を確認してください。「1.6」になっていれば、成功です。



最後になりましたが、アップデート前ではlocaleから日本語の選択が可能でしたが、アップデート後に日本語が選択できなくなりました!!
1.6で日本語使いたい場合には、どうすればよいのでだろうか。。もう少し調査して、日本語に対応しているアップデートイメージなど見つけられればと思っています。

0 件のコメント:

コメントを投稿