- Mar 7, 2011
- 499
- 76
- 0
This is not meant to be a full rom release. It is simply a few changes that I would like to share. I am by no means a developer. More or less, this is my adventure that I am writing down and sharing. As always, use as your own risk and make a nandroid backup before continuing. I can not offer much support. Please click the links for more info about the rom/kernel. A shout out to all the dev's. Without you guys/gals, we all would still be stock!
Harmonia 1.0
BumbleBee Kernel 1.13
Init.d Support (yes, app2ext works!)
e2fsck (+libs), mke2fs, tune2fs binaries support (for checking/changing ext partitions)
Things I removed/added: Removed Swype (I hate it), and added a simple file manager. It's the same one that included in AOSP.
I switched to the BumbleBee kernel, as it has built in support (not modules) for ext partitions, which I prefer. It's just less of a headache for me.
Downloads
1: Rom/Mod Download
2: Apps2ext Download
3: Statusbar mods (optional). These work with the original Harmonia as well . I have not tested all of these, but they should work.
Black status bars
Black with stock battery indicator
Black with a small percentage indicator
Black with large percentage indicator
Gray status bars
Gray with stock battery indicator (Flash this to return to stock)
Gray with small percentage indicator
Gray with large percentage indicator
Instructions
1: I suggest wiping for peace of mind.
2: Might be a good time to partition your SD card in recovery, if you are using apps2ext. I like ext4, which can be created with thunderc-v-1.2.0-GNM
3: Flash the rom in recovery, and boot up. Reboot to Recovery
4: Flash your optional Status Bar mod, and boot up. (everything look ok? Good.)
Apps2ext Setup
1: Make sure you have your partition created. These instructions will be for ext4. If you want ext2, see the app2ext thread.
2: The commands below can be done in adb (for easy copy and paste)
3: Navigate to your adb directory via command prompt, and type "adb shell". Then copy and paste the commands below to prepare your ext4 partition.
4: Install the apps2ext zip in recovery and reboot. (turn off verification)
5: In a adb shell type, "data2ext --enable" and reboot.
6: Verify it is working by checking in Settings>SD Card & Phone Storage
Harmonia 1.0
BumbleBee Kernel 1.13
Init.d Support (yes, app2ext works!)
e2fsck (+libs), mke2fs, tune2fs binaries support (for checking/changing ext partitions)
Things I removed/added: Removed Swype (I hate it), and added a simple file manager. It's the same one that included in AOSP.
I switched to the BumbleBee kernel, as it has built in support (not modules) for ext partitions, which I prefer. It's just less of a headache for me.
Downloads
1: Rom/Mod Download
2: Apps2ext Download
3: Statusbar mods (optional). These work with the original Harmonia as well . I have not tested all of these, but they should work.
Black status bars
Black with stock battery indicator

Black with a small percentage indicator

Black with large percentage indicator

Gray status bars
Gray with stock battery indicator (Flash this to return to stock)

Gray with small percentage indicator

Gray with large percentage indicator

Instructions
1: I suggest wiping for peace of mind.
2: Might be a good time to partition your SD card in recovery, if you are using apps2ext. I like ext4, which can be created with thunderc-v-1.2.0-GNM
3: Flash the rom in recovery, and boot up. Reboot to Recovery
4: Flash your optional Status Bar mod, and boot up. (everything look ok? Good.)
Apps2ext Setup
1: Make sure you have your partition created. These instructions will be for ext4. If you want ext2, see the app2ext thread.
2: The commands below can be done in adb (for easy copy and paste)
3: Navigate to your adb directory via command prompt, and type "adb shell". Then copy and paste the commands below to prepare your ext4 partition.
Code:
mke2fs -m0 -b4096 /dev/block/mmcblk0p2
tune2fs -O extents,uninit_bg,dir_index /dev/block/mmcblk0p2
e2fsck -yf /dev/block/mmcblk0p2
tune2fs -o journal_data_writeback /dev/block/mmcblk0p2
tune2fs -O ^has_journal /dev/block/mmcblk0p2
5: In a adb shell type, "data2ext --enable" and reboot.
6: Verify it is working by checking in Settings>SD Card & Phone Storage

Last edited: