[May 25, 2013][ROM][4.0.4][720p] NexusHD2-ICS-CM9-HWA V3.0b [NativeSD]

Status
Not open for further replies.
Search This thread

Burag

Senior Member
Jun 29, 2009
295
102
I set up LBE Privacy Guard to block all but the most essential Internet connections, and turned off background updates wherever possible. The theory is that when LBE blocks a connection it's "fooling" the app into thinking the connection succeeded but there was no data for it to download. I have no idea if that's true or how it might work, but it seems to help. It's a minor inconvenience having to manually sync a few apps, but so far I've been running for 35 hours without a reboot.
Hi Walt,
Have you seen app called DroidWall? IMO it should be more effective than any other 'firewall' app, as it's not tricking apps, but just blocking them by part of Linux networking system called iptables. Worth trying anyway ;)
 

NYLimited

Inactive Recognized Contributor
Jan 5, 2008
3,825
2,286
New Hampshire, USA
Have you seen app called DroidWall? IMO it should be more effective than any other 'firewall' app, as it's not tricking apps, but just blocking them by part of Linux networking system called iptables.

As you said, it works based on IP tables (essentially a firewall) but as far as I know it cannot block individual permissions (like access to contacts, etc). Am I wrong?



---
Definition of an update: take old bugs out, put new bugs in.
 

NYLimited

Inactive Recognized Contributor
Jan 5, 2008
3,825
2,286
New Hampshire, USA
Nope, you are not ;)

My point was generally about blocking auto-updating apps in background.

Indeed, it should work fine for that. BTW, I think Avast is also using their code now.

I like LBE mostly because some devs get sloppy and I get annoyed (like 'this game has no business looking at my call logs!') and LBE let's me control that. I guess it feels like I can slap the 'misbehaving' programmers with LBE... :)

Sorry everyone, I know this is off topic..



---
Definition of an update: take old bugs out, put new bugs in.
 

walts

Senior Member
Apr 11, 2006
399
74
Question about Dalvik Cache

Before I get to my question, for Burag and ny_limited: yes I have DroidWall, but it's not currently installed since LBE does much the same thing and is more versatile.

Now, my current question.

Tonight at 17:34, my Leo died a horrible death. everything just got slower and S_L_O_W_E_R until it rebooted. Strangely, the htc screen did not appear, only the flashing swirling panels. I understand that is just the UI and not linux that is rebooting.

I looked into the log file which I had been saving all along, and saw this bit:
Code:
02-27 17:31:46.087   138   168 I dalvikvm-heap: Forcing collection of SoftReferences for 104992-byte allocation
02-27 17:31:46.227   138   168 D dalvikvm: GC_BEFORE_OOM freed <1K, 5% free 46875K/49095K, paused 138ms
02-27 17:31:46.227   138   168 E dalvikvm-heap: Out of memory on a 104992-byte allocation.
after which services began dying like flies, one after another. (the last 10 minutes of the log file is attached).

I was interested in the fact that the dalvik manager ran out of memory. I thought tytung said that dalvik cache was located in /data, and according to df:
Code:
$ df

Filesystem************ Size** Used** Free**Blksize

/dev****************** 205M*** 32K** 205M** 4096
/mnt
/asec************* 205M**** 0K** 205M** 4096

/mnt/obb************** 205M**** 0K** 205M**4096

/system*************** 210M** 163M*** 46M** 4096

/data***************** 703M** 281M** 421M** 4096

/mnt/cache************* 10M**** 1M**** 8M** 4096

/mnt/sdcard************ 14G**** 3G*** 10G** 32768

/mnt/secure/asec: Permission denied

/mnt/asec/com.seventeenbullets.android.island-1*** 30M*** 28M**** 2M**4096

/mnt/asec/info.lamatricexiste.network-1**** 2M** 268K**** 1M** 4096
$
I have 421 MB free.

So, obviously I'm missing something.

I know I have 17 bad blocks. That number has been stable for some time, and is the same after the recent reboot.

So, I would ask some kind experts to please have a look at this situation and help me to understand what happened, and possibly what I can do to prevent future recurrences?

Thanks :)

Walt
 

Attachments

  • log-2-27.txt.zip
    24 KB · Views: 1

famewolf

Senior Member
Jul 14, 2006
5,368
1,371
OnePlus 7 Pro
OnePlus Nord N200 5G
Before I get to my question, for Burag and ny_limited: yes I have DroidWall, but it's not currently installed since LBE does much the same thing and is more versatile.

Now, my current question.

Tonight at 17:34, my Leo died a horrible death. everything just got slower and S_L_O_W_E_R until it rebooted. Strangely, the htc screen did not appear, only the flashing swirling panels. I understand that is just the UI and not linux that is rebooting.

I looked into the log file which I had been saving all along, and saw this bit:
Code:
02-27 17:31:46.087   138   168 I dalvikvm-heap: Forcing collection of SoftReferences for 104992-byte allocation
02-27 17:31:46.227   138   168 D dalvikvm: GC_BEFORE_OOM freed <1K, 5% free 46875K/49095K, paused 138ms
02-27 17:31:46.227   138   168 E dalvikvm-heap: Out of memory on a 104992-byte allocation.
after which services began dying like flies, one after another. (the last 10 minutes of the log file is attached).

I was interested in the fact that the dalvik manager ran out of memory. I thought tytung said that dalvik cache was located in /data, and according to df:
Code:
$ df

Filesystem************ Size** Used** Free**Blksize

/dev****************** 205M*** 32K** 205M** 4096
/mnt
/asec************* 205M**** 0K** 205M** 4096

/mnt/obb************** 205M**** 0K** 205M**4096

/system*************** 210M** 163M*** 46M** 4096

/data***************** 703M** 281M** 421M** 4096

/mnt/cache************* 10M**** 1M**** 8M** 4096

/mnt/sdcard************ 14G**** 3G*** 10G** 32768

/mnt/secure/asec: Permission denied

/mnt/asec/com.seventeenbullets.android.island-1*** 30M*** 28M**** 2M**4096

/mnt/asec/info.lamatricexiste.network-1**** 2M** 268K**** 1M** 4096
$
I have 421 MB free.

So, obviously I'm missing something.

I know I have 17 bad blocks. That number has been stable for some time, and is the same after the recent reboot.

So, I would ask some kind experts to please have a look at this situation and help me to understand what happened, and possibly what I can do to prevent future recurrences?

Thanks :)

Walt

You ask entirely to many well thought out, detailed questions that are not in the wiki or 1st post. You are totally ruining it for the rest of us. ;)

I don't have an answer but was curious how long the phone had been running without reboot prior to it's crash and burn. Are there particular apps consistantly running at the time it takes a dirt nap? Did the phone seem excessively warm? My hd2 is prone to overheating and begins to act very flaky when it gets that way up till it reboots.
 

NYLimited

Inactive Recognized Contributor
Jan 5, 2008
3,825
2,286
New Hampshire, USA
Tonight at 17:34, my Leo died a horrible death. everything just got slower and S_L_O_W_E_R until it rebooted. Strangely, the htc screen did not appear, only the flashing swirling panels. I understand that is just the UI and not linux that is rebooting.

I was interested in the fact that the dalvik manager ran out of memory. I thought tytung said that dalvik cache was located in /data, and according to df:

So, I would ask some kind experts to please have a look at this situation and help me to understand what happened, and possibly what I can do to prevent future recurrences?

I really shouldn't be answering this as I am far from an expert in anything much less Android. Also, keep in mind that some of this may not apply to ICS. Having said that..

How big is your Dalvik cache? It could, I believe, starve the system if it uses most of the working memory. If you don't know the size use terminal and enter

Code:
du -h -d 1 /data

and you should be able to spot it.

The Dalvik heap you mention can also be changed (up or down) if needed, in build.prop if I remember correctly.

More importantly perhaps you can look at Android's Auto Memory Manager which, in GB, is not set to be aggressive at all. If you find that at times (but not always) it takes several seconds to load an app chances are something is being flushed to make room. Setting the AMM to a more or a very aggressive mode may help.

If you want an easy way to do this use ROM Toolbox which has some predefined settings. I have actually set it beyond the most aggressive setting it has, saved it as custom and forgot about it.

Again, please keep in mind that ICS may be different - I am a few steps behind you guys.



---
Definition of an update: take old bugs out, put new bugs in.
 
Last edited:
  • Like
Reactions: famewolf

walts

Senior Member
Apr 11, 2006
399
74
You ask entirely to many well thought out, detailed questions that are not in the wiki or 1st post. You are totally ruining it for the rest of us. ;)

I don't have an answer but was curious how long the phone had been running without reboot prior to it's crash and burn. Are there particular apps consistantly running at the time it takes a dirt nap? Did the phone seem excessively warm? My hd2 is prone to overheating and begins to act very flaky when it gets that way up till it reboots.

Sorry, I'll try to remember to ask more inane questions. Oh! What does the green button with the little picture of the telephone do? :D

The phone was running for 46 hours before it rebooted. Typically the following apps are running:
Terminal Emulator -- saving logcat as a text file
Google Services
DSPManager
Android Keyboard

Right now, that shows 142MD used, 269MB free.

I noted that the battery charge was unexpectedly low for the time of day, so I looked at the battery graph, and it showed a gradual decline from the morning until about noon, then a really steep decline until mid afternoon, then back to the gradual decline until evening when it crashed. I have since re-installed "Battery Snap" which produces an actual time-scaled graph for future reference. I have no idea what may have been running during the period of steep decline. I assume that somehow a key was held down in my belt pouch, preventing Leo from sleeping. Anyway, the phone was not warm at the time of the crash.

Walt
 

Rene1966

Member
Jun 3, 2009
25
3
Born
www.hbc09.nl
Update

Hello can someone tell me the best way to update this rom from 1.3 to 1.4 without lost of apps and data?

I come from sd build and just needed to overwrite the android map to update.
Nand is much stable and longer battery live.

Thanks in advance
 

YZ

Retired Forum Moderator
Mar 24, 2010
1,665
3,430
Hello can someone tell me the best way to update this rom from 1.3 to 1.4 without lost of apps and data?

I come from sd build and just needed to overwrite the android map to update.
Nand is much stable and longer battery live.

Thanks in advance

I would recommend backing up your apps/games with titanium backup. It's a really great app.
 
  • Like
Reactions: Rene1966

bobjbain

Senior Member
Sep 12, 2006
974
199
Poole
Hello can someone tell me the best way to update this rom from 1.3 to 1.4 without lost of apps and data?

I come from sd build and just needed to overwrite the android map to update.
Nand is much stable and longer battery live.

Thanks in advance

Are you coming from the 1.3 SD or NAND build?

If it's 1.3 NAND build you can just upgrade in situ, ie just drop into CWM and install ZIP from SDCARD, choosing the download 1.4 zip file.

You may get a UUIDs inconsistent error on boot (I do) but you can press the "I'm feeling lucky" button (I do).

At some point, when I have more time, I will probably do a clean install and do a restore from Titanium Backup
 
  • Like
Reactions: Rene1966

Rollo82

Senior Member
Apr 30, 2010
90
0
Hi... I have a strange problem. I install this rom and one of the suggested a2sd.. everythings works fine and I installed and configured all my apps. Now, I cannot download any apps from market! After I click" download", the download seems to start, but it doesn't... I have the progress bar but not the %... I clear data, tried hacked market,, set dpi to standard 240 but no result!
 

securecrt

Senior Member
Aug 4, 2010
763
2,762
Shanghai
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 1198
    NexusHD2-ICS-CM9-HWA is the first stable and fast ICS ROM which is mainly built from the CyanogenMod 9.1 source code and provides supports for native 720p video playback and hardware video recording for HTC HD2.

    • Include Android ICS 4.0.4 (IMM76L)
    • Include CyanogenMod 9.10 (CM-9.1.0)
    • Include htcleo-2.6.32 kernel: tytung_ics_r3.6.
    • Include tytung's ICS HWA ramdisk (initrd.gz).
    • Include the required proprietary binary files and the HD2-specific files from my AOSP GB ROM (i.e. NexusHD2-Gingerbread).
    • Credits: tytung, Securecrt, Rick_1995, Xylograph, rapmv78, texasice, firesnatch, ankuch, romanbb, marco.palumbi, samuaz, dk_zero-cool, marc1706, ph03n!x, datagr, the CM and the Evervolv teams, etc.

    Screenshots for v2.0:
    NexusHD2-ICS-CM9-HWA_V2.0_(Android-4.0.4)_01.png
    NexusHD2-ICS-CM9-HWA_V2.0_(Android-4.0.4)_02.png
    NexusHD2-ICS-CM9-HWA_V2.0_(Android-4.0.4)_03.png
    NexusHD2-ICS-CM9-HWA_V2.0_(Android-4.0.4)_04.png
    NexusHD2-ICS-CM9-HWA_V2.0_(Android-4.0.4)_05.png
    NexusHD2-ICS-CM9-HWA_V2.0_(Android-4.0.4)_06.png


    Features:
    • All Android 4.0.4 features
    • All CM9 features
      • Enhanced Power Menu w/ Reboot and Screenshot options, etc.
      • Power Notification Widget
      • Trebuchet Launcher
      • T9 Dialer
      • Keep app back button in Developer options
      • Theme
      • And more
    • Multi-Languages
    • Root, Superuser, su, busybox, etc.
    • AdFree hosts file
    • WiFi Ad-Hoc Network (credit: tytung)
    • Hardware Video Decoding (720p Video Playback via GPU) (credit: tytung)
    • Hardware Video Encoding (Video Recording via GPU) (credit: tytung)
    • HWUI deny app HwaSettings.apk and the framework patch (thanks royale1223 and Securecrt)
    • NativeSD (thanks Securecrt and Xylograph)
    • DataOnEXT (thanks ph03n!x)

    Downloads:
    • ROM:
      download.ico
      Mod edit: Link removed
    • Tool:
      download.ico
      NativeSD Recovery v1.0 for NativeSD users.
    • (Please DO NOT mirror any files. Thank you.)

    Installations:
    • AROMA Installer for three types of installations:
      • NAND
        • system@NAND, data@NAND, boot@NAND
        • For T-Mobile USA HD2 (LEO 1024)
        • Mod edit: Link removed
      • NAND with DataOnEXT
        • system@NAND, data@EXT4, boot@NAND
        • For EU/International HD2 (LEO 512)
        • Please create a FAT32 primary partition with 32KB cluster size, then an EXT4 primary partition with default cluster size on your SD card.
        • Please visit DataOnEXT thread for more info.
          (I modified DataOnEXT to be able to use with NativeSD at the same time. Share the same data.)
        • ROM_NAME is NexusHD2-ICS.
      • NativeSD (SD-EXT)
        • system@EXT4, data@EXT4, boot@FAT32
        • For high speed read/write SD Card only (Class 6 or 10). Otherwise you may get poor performance.
        • Please create a FAT32 primary partition with 32KB cluster size, then an EXT4 primary partition with default cluster size on your SD card.
        • Please visit NativeSD thread for more info.
        • ROM_NAME is NexusHD2-ICS.
    • The required system partition is 170 MB.

    Extra Downloads:

    Mod edit: Links removed

    Working: Everything
    • Full HWA (Hardware Acceleration)
    • Phone
    • Audio
    • SMS
    • Data: 3G/HSDPA
    • Wi-Fi (Support IEEE 802.1x/EAP authentication and Ad-Hoc Network.)
    • Bluetooth
    • GPS/AGPS
    • USB Mass Storage
    • 720p Video Playback (MPEG4 and H.264 up to 720p with hardware video decoding)
      (Please refer to Android Supported Media Formats for more info.)
    • Camcorder (Video recording: 640x480 25fps var, MPEG4 with hardware video encoding)
    • Camera
    • Panorama
    • VPN
    • WiFi Ad-Hoc Network
    • WiFi Tethering (Native "Portable Wi-Fi hotspot" feature works well. You can also install wireless_tether_2_0_7.apk for more features.)
    • USB Tethering (Native "USB tethering" feature works. You can also install wired_tether_1_4.apk for more features.)

    Credits:
    • Mod edit: Link removed
    • Thanks all developers for contributing, and thanks all users for testing and using NexusHD2 ROMs.
    367
    Changelog

    Changelog:

    • V3.0b HWA (May 25, 2013)
    • V3.0a HWA (May 19, 2013)
    • V3.0 HWA (May 18, 2013)
      • Updated CM-9.1.0 source code.
      • Updated to the latest hosts file (April-02-2013) for blocking ads.
      • Updated to Google Maps 6.14.4
      • Updated to Google Play Store 4.1.6
      • Updated to Google Play services 3.1.36
      • Updated to Gmail 4.3.1
      • Updated to YouTube 4.4.11
      • Removed Google Talk (It was replaced by Handouts. Please install it from Play Store if required.)
      • Removed the CM Update option (fix FC) from settings.
      • Decreased the minimum system partition size to 170 MB
    • V2.9a HWA (Mar. 16, 2013)
    • V2.9 HWA (Mar. 3, 2013)
      • Updated CM9.1.0 source code.
      • Added support for FM Radio in Android. (Only framework support, no working app. Maybe I missed something.)
      • Updated initrd.gz to fix a bug that ADB debugging could not be disabled before. (Credit: marco.palumbi)
      • Added the lowmemorykiller tweak to get a faster and more responsive system.
      • Updated to the latest hosts file (February-25-2013) for blocking ads.
      • Updated to Google Calendar 201212060
      • Updated to Google Maps 6.14.3
      • Updated to Google Play Store 3.10.14
      • Updated to Google Play Services 3.0.25
      • Updated to Gmail 4.2.1
      • Updated to YouTube 4.3.9
      • Increased the minimum system partition size to 175 MB
    • V2.8 HWA (Nov. 18, 2012)
      • Supported NAND and NativeSD.
      • Updated CM9.1.0 source code.
      • Updated AROMA Installer for NexusHD2-ICS. (Credit: tytung)
      • Included htcleo-2.6.32 kernel tytung_ics_r3.6 to support H/W video decoding.
        • Developed "NAND & NativeSD ROM Updater v1.0" using AROMA Installer to support all NativeSD ROMs.
        • (Don't need to change ROM_NAME now.)
      • Fixed H/W video decoding (720p video playback is fully working) (Based on Legacy QCOM OMX Mods). (Credits: tytung and Ganster41)
      • Updated initrd.gz to support Bluetooth HID profile for NativeSD. (Credit: marco.palumbi and Robbie P)
      • Updated initrd.gz to make the adb connection more stable. (Credit: tytung)
      • Enabled SoundRecorder's UI
      • Updated to Google Calendar 201210220
      • Updated to Google Maps v6.14.1
      • Updated to Google Play Store v3.10.9
      • Updated to YouTube v4.1.47
      • Updated to the latest hosts file (October-18-2012) for blocking ads.
      • Moved Calendar.apk and Music.apk to /data/app/ folder to save system space.
      • Removed AOSP Keyboard.
      • Added Android 4.2 Stock Keyboard to support Gesture Typing.
      • Removed old /data/app/FileManager.apk
      • Added MiFileExplorer.apk to /data/app/ folder.
      • And many small fixes.
    • V2.7 HWA NativeSD (Sep. 17, 2012)
      • Still v2.7 but add NativeSD support.
    • V2.7 HWA (Sep. 1, 2012)
    • V2.6 HWA (Aug. 12, 2012)
    • V2.5 HWA (July 21, 2012)
    • V2.4 HWA (June 27, 2012)
      • Updated to CM9.0.0-RC1 source code.
      • Included the htcleo-2.6.32-ics kernel tytung_HWA_r3.1
        • Added fast charging support. (Credit goes to marc1706)
        • Changed WiFi interface from eth0 to wlan0 (initrd.gz was changed).
      • Included marc1706's Lights Library w/ correct LED color & dual LED support.
      • Fixed the reboot issue in V2.3 ROM when using Elixir.
      • Added WebGL support for the stock browser.
      • Changed the softkeys size: set navigation_bar_height to 28.0dip and navigation_bar_width to 32.0dip.
        • Softkeys are compatible with Barcode Scanner v4.1 only. Don't update it to v4.2 from Google Play Store.
      • Changed the in-call volume from always maximum (100%) to 60%. (Credit goes to tytung)
      • Added possible VoIP fix. (Not test yet.)
      • Updated HTC-RIL lib from HTC-RIL 2.2.1001G (Jul 16 2010,21:52:13) to HTC-RIL 2.2.0019G (Aug 18 2011,21:08:53)
    • V2.3 HWA (June 9, 2012)
      • All features of the CM9 source code on June 9 are included. No more setting FC issues.
      • Update Google sources to 4.0.4_r2.1 (IMM76L)
      • Enlarged the softkeys size.
      • Updated to the latest Trebuchet Launcher, so you can access its setting under "System setting" -> "Launcher".
      • Updated to Google Maps v6.8.1.
      • Moved YouTube.apk to data space.
      • Added Apollo.apk (another CM9 music player) as a data app.
    • V2.2 HWA (June 2, 2012)
      • Built a new ROM using the official CM9 source code with my own leo device and vendor files modified from Nexus One.
        • Required 167.2 MB system partition.
        • All features of the CM9 source code on June 1 are included.
        • Added Torch.apk to get the LED flashlight to work with the notification bar widget.
      • Included the htcleo-2.6.32-ics kernel tytung_r3.
        • Supported real WiFi and Bluetooth MAC addresses finally. (i.e. the same MAC you see on WinMo.) (Credits go to Franck78, Rick_1995 and Marc1706) (WiFi MAC address is changed, so remember to update the MAC filter in your wireless router if required.)
        • Updated some usb drivers for USB Tethering. (Credits go to tytung)
        • Updated initrd.gz to support native USB Tethering. (Credits go to tytung)
        • Fixed and enabled bandwidth control to be able to set mobile data limit. (Credits go to tytung)
      • Fixed native USB Tethering. To use it, you need to follow a series of workaround steps. (Credits go to tytung)
        1. Plug the USB cable.
        2. Enable native USB Tethering. You may need to toggle it twice to let the checkbox to be checked.
        3. Unplug and plug after using native USB Tethering to restore USB Mass Storage feature.
      • Included the latest Adreno 200 drivers for ICS from Qualcomm (i.e. Adreno200_ICS_drivers_update.zip).
      • Updated htcleo-touchscreen.idc.
      • Updated libinput.so to fix the touchscreen movements issue. (Credits go to Simon and tytung)
      • Updated Phone.apk to include the drawable-mdpi folder to be compatible with ro.sf.lcd_density=160. (Credits go to Xylograph.)
      • Updated lights.htcleo.so to blink both green and amber lights while there are missed calls. (Credits go to tytung)
      • Fixed video playback issue. Now Camcorder, YouTube HQ/non-HQ, and Video Playback are all very stable. (Credits go to tytung)
      • Moved YouTube.apk back to system space.
      • Updated Music.apk to improve the UI response.
      • Updated to Google Play Store v3.5.19.
      • Updated to Google Maps v6.8.0.
      • Updated to the latest hosts file (May-23-2012) for blocking ads.
    • V2.1 HWA (May 15, 2012)
      • Built a new ROM using the CM9 source code in dk_zero-cool's git repository with my HD2 stuff.
      • Included the htcleo-2.6.32-ics kernel tytung_HWA_r2.3-uniMAC. (WiFi MAC address is changed.)
      • Fixed the audio issues (Voice Search, Skype, etc.) by including audio.primary.qsd8k.so_update.zip.
      • Included the APN list of the Galaxy Nexus and added FreeMobile.
      • Updated htcleo-touchscreen.idc (it seems to make better touchscreen experience).
      • Updated to Google Maps v6.7.0.
    • V2.0 HWA (May 5, 2012)
      • The ROM is based on dk_zero-cool's BCM Passion CM9 HWA (Hardware Acceleration) ROM.
      • Included the HWA Kernel: htcleo-2.6.32-ics kernel tytung_HWA_r2. (Credits to securecrt, Rick_1995, and tytung)
        • Added the latest KGSL driver /dev/kgsl-3d0 for ICS HWA (Hardware Acceleration). (Credits to Securecrt and Rick_1995)
        • Fixed mdp, mddi, msmfb for leo (i.e., display the camera and maps buttons) (Credits to Rick_1995)
        • Fixed the boot logo (Credits to Securecrt)
        • Added zRAM support. (By tytung)
        • Flash Player works due to this HWA kernel.
      • Included rapmv78's latest hardware video encoding lib: hd2-hwvid-hwa-05042012-signed.zip. (Credits to rapmv78)
        • Camera, Camcorder, Panorama, and Barcode scanner works.
      • Fixed YouTube by including libstagefright.so from Youtube_fix_hd2_hwa_rom.zip. (Credits to Xylograph)
      • Included milaq's lights.htcleo.so. (Credits to milaq)
      • Included CM9 APN list.
      • Updated to Google Maps v6.6.0.
      • Moved Gmail.apk and YouTube.apk to /data/app/ folder in order to fit the 165MB system partition.
      • Introduced the all-in-one install ROM for both MAGLDR and cLK. (Thanks Xylograph)
      • Fixed the phone freeze issue, happened in Xylograph's HWA beta1 ROM, during the first reboot. (by tytung)
    • V1.6 (Apr. 22, 2012)
      • The ROM is currently rebased on v1.3 (i.e. without MeDroidMod stuff) because the MeDroidMOD project suspended.
        • All previous add-ons of v1.3 (e.g. softkeys or the battery mods) should work for v1.6.
      • Included rapmv78's latest hardware video encoding lib. (libstagefright.so and media_profiles.xml from hd2-hwvid-03242012-signed.zip) (Credits to rapmv78)
      • Included new Trebuchet Launcher to support the scrolling wallpaper feature.
      • Included the latest Google Apps from the stock Nexus S ROM image v4.0.4 (IMM76D). (Deodexed and zipaligned by tytung.)
      • Updated to Gmail v4.0.5.
      • Updated to Google Maps v6.5.1.
      • Updated to Google Play Store v3.5.16.
      • Updated to the latest hosts file (March-30-2012) for blocking ads.
    • V1.5 (Mar. 9, 2012)
    • V1.4 (Feb. 20, 2012)
    • V1.3 (Feb. 5, 2012)
      • ROM is built from the new source code (thanks samuaz).
      • Included rapmv78's camera_01302012-signed.zip to support the camera panorama mode and fix the Gallery FC. (Credits to rapmv78)
      • Included lights.htcleo.so_from_Gpc_GB_ROM.zip to support the blinking amber light when getting a notification. (Credits to gpc)
      • Updated to Google Maps v6.2.0.
      • Moved Google Maps from system app to user app to save system space.
    • V1.2 (Jan. 21, 2012)
      • Included wpa_supplicant_v0.8.x_adhoc_update.zip to support Ad-Hoc WiFi network.
      • Upgraded BCM4329 firmwares (fw_bcm4329.bin and fw_bcm4329_apsta.bin) to v4.218.248.23 to fix the "black screen of death" for some users.
      • Removed acdb (Audio Configuration DB) firmwares (default_att.acdb and default_france.acdb) to fix the in-call echo for some users. (No echo in my HD2 even if these files are there.)
      • Fixed MMS blurry pics (changed UA from Passion to NexusOne).
      • Updated to the latest hosts file (January-18-2012) for blocking ads.
      • Updated to Google Maps v6.1.1.
      • Removed talkback.apk to save system space. Please install the latest version from the Market if required.
      • Removed Android Terminal Emulator (Term.apk and libjackpal-androidterm3.so) to save system space. Please install the latest version from the Market if required.
    • V1.1 (Jan. 15, 2012)
      • ROM is built from the new source code.
      • Enabled CRT-off animation in default.
      • Added CM FileManager.apk.
      • Fixed the IME dictionary issues in the v1 ROM by including LatinImeGoogle.apk. (I included it in AOSP beta 10, but not in CM9 v1.)
      • Updated camera libs from rapmv78 to support camcorder. (Camcorder is still buggy and slow.)
      • Updated files: hosts and build.prop.
      • Updated to Google Maps v6.1.0.
      • Downgraded the BCM4329 firmware from v4.218.248.23 to v4.218.248.18 for better WiFi compatibility for some SIM card related country code issue. (The drawback is that I saw some error messages in logcat because the firmware version is mismatched with the kernel bcm4329 driver. It seems not to affect WiFi for me.)
      • Removed Google Music and included the original Music app.
      • Included new kernel tytung_ics_r1. Main changes compared to my r14 kernel are as follows.
        • fixed wired headphones for ICS. (Credits to zivan56.)
        • changed VM_MAX_READAHEAD values to 1024 kbytes.
        • backported xt_qtaguid and xt_quota2 to support data usage.
        • backported bcm4329 WiFi driver from tuna 3.x kernel. (i.e. v4.218.248.23)
        • improved the flashlight's ICS compatibility.
        • added InteractiveX CPU governor.
        • added smartAssV2 CPU governor.
        • backported kgsl GPU driver from msm-3.0 kernel. (new in r1)
        • improved the data transfer speed of the SD card almost twice. (about 8MB/s write and 10MB/s read using a class 6 SD) (new in r1)
    • V1.0 (Jan. 9, 2012)
      • Initial release. My first CM9 ROM.
    153
    Fresh install is recommended.
    73
    V2.9 HWA (Mar. 3, 2013)
    • Updated CM9.1.0 source code.
    • Added support for FM Radio in Android. (Only framework support, no workable app)
    • Updated initrd.gz to fix a bug that ADB debugging cannot be disabled before. (Credit: marco.palumbi)
    • Added the lowmemorykiller tweak to get a faster and more responsive system.
    • Updated to the latest hosts file (February-25-2013) for blocking ads.
    • Updated to Google Calendar 201212060
    • Updated to Google Maps 6.14.3
    • Updated to Google Play Store 3.10.14
    • Updated to Google Play Services 3.0.25
    • Updated to Gmail 4.2.1
    • Updated to YouTube 4.3.9
    • Increased the minimum system partition size to 175 MB

    Downloads:
    63
    V2.3 HWA

    V2.3 HWA (June 9, 2012)
    • All features of the CM9 source code on June 9 are included. No more setting FC issues.
    • Update Google sources to 4.0.4_r2.1 (IMM76L)
    • Enlarged the softkeys size.
    • Updated to the latest Trebuchet Launcher, so you can access its setting under "System setting" -> "Launcher".
    • Updated to Google Maps v6.8.1.
    • Moved YouTube.apk to data space.
    • Added Apollo.apk (another CM9 music player) as a data app.

    Download: