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
- 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)
- Download the fastboot from HTC Web Site.
- and also download "ota-radio-2_22_19_26I.zip" and "signed-google_ion-img-14721.zip" from HTC Web Site.
- Connect the Dev Phone to the PC, and then confirm it with adb command.
- Transfer the radio image file to the Dev Phone.
- Reboot the Dev Phone.While the Dev Phone is booting, Press the HOME key and the you can see the "!" icon.
- At the above view, Press the HOME and END key combination to display the recovery menue, and the select"apply sdcard:update.zip".
- After that the Dev phone will reboot, so while it is booting, press BACK key to display the FASTBOOT.
- Clear the cache
- Flash the image
- And then after rebooting, confirm the Firmware Version.("Settings" > "About Phone" > "Firmware version".
C:\Users\Developer\Downloads>adb devices
List of devices attached
HT963LF00837 device
C:\Users\Developer\Downloads>adb push ota-radio-2_22_19_26I.zip /sdcard/update.zip
C:\Users\Developer\Downloads>adb shell sync
C:\Users\Developer\Downloads>fastboot erase cache
C:\Users\Developer\Downloads>fastboot update signed-google_ion-img-14721.zip
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のサイトを参照するとよくわかると思いますが、簡単なステップだけでもご紹介します。
- 先ずは、端末に対してファイル転送などをする必要があるため、SDKをセットアップします。(adbコマンドを使うので環境変数PATHの指定もお忘れなく)
- HTCサイトより、アップデートのためのfastbootというツールをダウンロードします。
- 同じくHTCサイトより、ota-radio-2_22_19_26I.zipとsigned-google_ion-img-14721.zipをダウンロードします。
- Dev PhoneをUSB接続し、認識していることを確認します。
- Dev Phoneにradioイメージを転送します。
- Dev Phoneの電源を切り、再度起動します。
起動の時に、HOMEボタン(家のマーク)を押し続けると、「!」アイコンのある画面が表示されます。 - 上記の画面で、HOMEボタンと終話ボタンを押し、メニューを表示させ、「apply sdcard:update.zip」をトラックボールを使い選択します。
- 再度再起動しますので、起動時に、今度はBACKキーを押し続けると、FASTBOOT画面になります。
- キャッシュをクリアします。
- イメージを書き込みます。
- 再起動されるので、起動後に「Settings」>「About Phone」>「Firmware version」を確認してください。「1.6」になっていれば、成功です。
C:\Users\Developer\Downloads>adb devices
List of devices attached
HT963LF00837 device
C:\Users\Developer\Downloads>adb push ota-radio-2_22_19_26I.zip /sdcard/update.zip
C:\Users\Developer\Downloads>adb shell sync
C:\Users\Developer\Downloads>fastboot erase cache
C:\Users\Developer\Downloads>fastboot update signed-google_ion-img-14721.zip
最後になりましたが、アップデート前ではlocaleから日本語の選択が可能でしたが、アップデート後に日本語が選択できなくなりました!!
1.6で日本語使いたい場合には、どうすればよいのでだろうか。。もう少し調査して、日本語に対応しているアップデートイメージなど見つけられればと思っています。
0 件のコメント:
コメントを投稿