メモ。
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化など
起動画面のバックアップ
> adb shell
# dd if=/dev/block/mmcblk0p19 of=/mnt/sdcard/splash.img
起動画面の書き換え
> adb reboot bootloader
> fastboot flash splash1 splash.img
> fastboot reboot
日本語フォント
・ 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
gingerbread以降ならリネームしなくても勝手に読みに行ってくれる ↩