2009年9月6日

JACxHEROSkiv1.6r2 - MoDaCo custom Hero 1.51 merge を試す





xda-developers > Sapphire > Sapphire android development
[PORT][32B][ROM] 04/09/2009 JACxHEROSkiv1.6r2 - MoDaCo custom Hero 1.51 merge


コムギドットネット: HT-03AをHERO化した その2

INITAL M: HEROのROM入替で劇的改善

こちらで評判の MoDaCo 1.51 Hero ROM + JACxHEROSkiv1.6r2 を試してみた。これいいですね。Home に戻る時、まだ HTC 画面が現れません。(^^)

なお、SD の linux-swap 用エリアは、32 MB から 96 MB に拡張。
インストール時、約十分位かかる。こんな感じ。



注) インストール時、SD の EXT3/linux-swap パーティションは初期化必要。これしないとリブートループなどレンガになります (^^;

SD カードの EXT3/linux-swap パーティション初期化は、こんな感じ。リカバリーモードで Alt+X (console) を選択し起動後、

$ adb shell
/ # parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.

(parted) print
print
Model: SD SD02G (sd/mmc)
Disk /dev/block/mmcblk0: 1967MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 512B 1359MB 1359MB primary fat32 lba
2 1359MB 1871MB 512MB primary ext3
3 1871MB 1967MB 96.1MB primary linux-swap(v1)

(parted) rm 3
(parted) rm 2

(parted) mkpartfs primary ext2 1359 1871
(parted) mkpartfs primary linux-swap 1871 1967

(parted) print
print
Model: SD SD02G (sd/mmc)
Disk /dev/block/mmcblk0: 1967MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 512B 1359MB 1359MB primary fat32 lba
2 1359MB 1871MB 512MB primary ext2
3 1871MB 1967MB 96.1MB primary linux-swap(v1)

(parted) quit
quit
Information: You may need to update /etc/fstab.

/ # upgrade_fs
e2fsck 1.41.6 (30-May-2009)
/dev/block/mmcblk0p2: clean, 11/249856 files, 31395/499713 blocks
tune2fs 1.41.6 (30-May-2009)
Setting maximal mount count to -1
Setting interval between checks to 0 seconds
Creating journal inode: done
This filesystem will be automatically checked every -1 mounts or
0 days, whichever comes first. Use tune2fs -c or -i to override.

/ # parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.

(parted) print
print
Model: SD SD02G (sd/mmc)
Disk /dev/block/mmcblk0: 1967MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 512B 1359MB 1359MB primary fat32 lba
2 1359MB 1871MB 512MB primary ext3
3 1871MB 1967MB 96.1MB primary linux-swap(v1)

(parted) quit
quit
/ # reboot

なお、試される方は、自己責任でお願いします。

0 件のコメント: