Desire HD 001HT 覚え書き

メモ。

root

VISIONary+
[Temproot now]→[Attempt permroot now]

RADIO S-OFF、ENG S-OFF、SIMアンロック、radioの更新

[TOOL] One click S-OFF
[TOOL][VIDEO] One click Radio S-OFF, SimUnlock (Easy Root Guide)
The HTC Desire HD Radio Thread

> adb reboot bootloader
> fastboot flash radio radio.img

オリジナルROMのバックアップ、カスタムROM化など

ROM Manager

起動画面のバックアップ

> adb shell
# dd if=/dev/block/mmcblk0p19 of=/mnt/sdcard/splash.img

起動画面の書き換え

> adb reboot bootloader
> fastboot flash splash1 splash.img
> fastboot reboot

日本語フォント

Androidオープンソースプロジェクトから

MTLc3m.ttf
MTLmr3m.ttf
DroidSansJapanese.ttf

をダウンロードして/system/fontsに入れるだけ1

起動画面用のスプラッシュの作成

480×800の8bitPNG形式で元となる画像を作成して次のコマンドで変換
> ffmpeg -i image.png -f rawvideo -pix_fmt rgb565 splash.img

逆にsplash.imgからpngで抽出するときは
> ffmpeg -f rawvideo -pix_fmt rgb565 -s 480×800 -i splash.img -f image2 image.png


  1. gingerbread以降ならリネームしなくても勝手に読みに行ってくれる