[ROM][Huawei U8120]Android 2.3.7 - Cyanogen Mod 7.2.0 RC2 (09-01-2013)

Search This thread

sekosan

Senior Member
Apr 5, 2011
166
19
Torak
Got back to update26, when paired with mcTweaker it's much more stable, faster than update27, plus camera flash works. Only pitty about the smooth miui theme.

Sent from my Telenor_OneTouch using XDA
 

KiwiRider

New member
May 5, 2012
4
1
Is download link works?

Not on my side at the moment.

if someone have latest ROM, could you share it by another download link?

Cheers
 

joilaroi

Senior Member
Oct 6, 2010
250
402
Update 28

Download Link: Update 28
CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
I suggest a format boot, system, data and cache in recoverymounts and storage, before installing
http://tinyw.in/p3se

Update 28 (08-05-2012)
  • Updated kernel 2.6.32.9 CodeAurora
  • Fixed several typos in Huawei kernel sources.
  • Enabled KSM (Kernel SamePage Mapping) support.
  • Turned on setting for Flash, forgot to add it in previous rom.
  • used libmm-omxcore and libomxcore compiled from cyanogen open-source instead of proprietary ones.
  • Better 2d performance (before, at 691mhz OC, Antutu Benchmark gave me 184 max score in 2d, now is 350)
  • Turned Rotation animation on by default
  • Fixed battery drain issues caused by camera after app is closed (finally)
  • Updated to latest cm7.2.0 RC1 sources
 

flshbck

New member
Jun 24, 2011
1
0
Hi.
First view in up28 - green glitches when app started(game atomic bomber etc)
How it can be removed?
 

ehab7bob

Senior Member
Jul 31, 2011
64
1
im using now update 28 its very fast . the only problem i got its screen calibration . how can i get screen calibration app like slyking 241 rom ?
 

joilaroi

Senior Member
Oct 6, 2010
250
402
Hey joilaroi,

How did you improve the 2D score so much?

Also, what commit fixes the battery drain, is it the v4l2 change here? https://github.com/joilaroi/codeaur...mmit/91f05b62ad586d6e8263aea4826b82ff549bf7d8

Thanks :)

Hi Subpsyke

I think this commit for v4l2 video helped because we dont need it for camera and maybe cm7 calls for some functions. I also use this commit https://github.com/joilaroi/android_frameworks_base/commit/3d8f1f818e90a9c7378eb8d8638d07251f95e3d4 instead of commenting or deleting callbacks in camera.java

If you look at the v4l2 commit you will find a typo in camera.h, maybe it helps too.

apart from that there is some interesting commits in Dzo's huawei 2.6.35 kernel for the camera and loading of liboemcamera. I would like to try it to see if we can load those libs. some other day...

There are dozens of typos in the source code by huawei. look, at the previous commits in kernel, for "linux/hardware_self_adapt.h", "linux/proc_fs.h". the kernel and battery performance seems much better after these corrections.

As for the 2d I really cant tell but the typos seem important but I also added at the same time this commit by joeyjiao in drivers/char/agp/generic.c and some testings from 2.6.35 that are not uploaded yet but are for bluetooth and some cleanings.

I did not get the wifi module to load with Dzo's method to get mac because probably ar6000 driver dont work that way but the bcm4329 should.
You should look at this commit https://github.com/dzo/hardware_libhardware_legacy/commit/2fed5cb62c5c11e076e99b4bc79748764b102f6f
and maybe see this one https://github.com/dzo/hardware_libhardware_legacy/commit/4f573bde54dce8b1628d6563dbceb8c22a7c7466
 
Last edited:

psyke83

Inactive Recognized Developer
Mar 29, 2011
1,267
3,959
Hi Subpsyke

I think this commit for v4l2 video helped because we dont need it for camera and maybe cm7 calls for some functions. I also use this commit https://github.com/joilaroi/android_frameworks_base/commit/3d8f1f818e90a9c7378eb8d8638d07251f95e3d4 instead of commenting or deleting callbacks in camera.java

If you look at the v4l2 commit you will find a typo in camera.h, maybe it helps too.

apart from that there is some interesting commits in Dzo's huawei 2.6.35 kernel for the camera and loading of liboemcamera. I would like to try it to see if we can load those libs. some other day...

There are dozens of typos in the source code by huawei. look, at the previous commits in kernel, for "linux/hardware_self_adapt.h", "linux/proc_fs.h". the kernel and battery performance seems much better after these corrections.

As for the 2d I really cant tell but the typos seem important but I also added at the same time this commit by joeyjiao in drivers/char/agp/generic.c and some testings from 2.6.35 that are not uploaded yet but are for bluetooth and some cleanings.

I did not get the wifi module to load with Dzo's method to get mac because probably ar6000 driver dont work that way but the bcm4329 should.
You should look at this commit https://github.com/dzo/hardware_libhardware_legacy/commit/2fed5cb62c5c11e076e99b4bc79748764b102f6f
and maybe see this one https://github.com/dzo/hardware_libhardware_legacy/commit/4f573bde54dce8b1628d6563dbceb8c22a7c7466

Thanks :)

I'm checking out your kernel and the commits you've mentioned. What's odd about the agp patch is that this driver is not even compiled, so I think the performance gain must have come from somewhere else.

Your kernel doesn't build by default due to errors in the mmc driver, I'll try to fix it up and see if I can see the same gains on my phone :)
 

joilaroi

Senior Member
Oct 6, 2010
250
402
Thanks :)

I'm checking out your kernel and the commits you've mentioned. What's odd about the agp patch is that this driver is not even compiled, so I think the performance gain must have come from somewhere else.

Your kernel doesn't build by default due to errors in the mmc driver, I'll try to fix it up and see if I can see the same gains on my phone :)

thats strange. there are some changes in msm_sdcc for atheros but I compile with bcm4329 too.

You are right about the agp patch is not turn on.
If you want the latest config I can upload to github or here.
If its not as fast could you try the zimage?cause it has got some changes in board-msm7x25 and devices-msm7x25 not uploaded yet.
 

psyke83

Inactive Recognized Developer
Mar 29, 2011
1,267
3,959
thats strange. there are some changes in msm_sdcc for atheros but I compile with bcm4329 too.

You are right about the agp patch is not turn on.
If you want the latest config I can upload to github or here.
If its not as fast could you try the zimage?cause it has got some changes in board-msm7x25 and devices-msm7x25 not uploaded yet.

I'll give your prebuilt a try, thanks for the tip. Are you using Huawei's gralloc, or did you switch to the CM7 version using the patched header?

The problem with the mmc driver was that some of the code you imported relies on the wifi_chip_is_bcm being defined, but it's left undefined when compiling with the HUAWEI_BCM4329 build option.

About the wifi mac address - I already have it working on my port, but it's messy (using a shell script to derive the BT and wifi MAC addresses from the USB serial). Maybe you're experiencing the same problem as alanorth with the newer U8160 source - for him, the USB serial isn't recognised properly with this newer kernel source, but it works on the older Ideos source. We didn't manage to isolate the change that causes the problem yet. You can check if your USB serial is recognised a few ways, but "adb devices" may be the easiest way. You could try my script if your USB serial is valid, if the other solutions you linked to above don't work :)

---------- Post added at 02:03 AM ---------- Previous post was at 01:36 AM ----------

Edit 1: I tested your kernel built from source, but it gives no improvement (in fact, 2d reduced from about 190 to 160). Your prebuilt zImage, however, gives 366 on the 2D test.

Looking forward to seeing your last updates on github... ;)
 
Last edited:

sikiko

Senior Member
May 3, 2011
61
45
nairobi
words of wisdom - tips

joi and psyke You guys can't be serious.Can you hear the words you are saying(agp,v4l2).
==>v4l is essential to the camera which mediaserver handles.(s5k5ca) is the only correct camera sensor.It is probed as a i2c serial bus during bootup.
(s5k5ca) is the only one that handles the effects on the camera(the incandescent,daylightfluorescent)modes not java or android in this case.

I don't even want to mention agp.its embarassing.there is no agp interface or any serial bus supporting chips for this kind of hardware.

==>For the 2D boost.The kernel is not involved here and does not affect performance.This is totally android libs that have been updated.Think of it like this,If you play the same game e.g. red faction in windows XP it will hang and not load and in windows 7,through improved tessalation methods it will be able to run even if not smoothly.(i actually had this issue with alot of games in XP back in the days before windows 7).

==>Improved libs is the advantage here.Remember the CPU and hardware performance will always be the same.

==>Use this command in QtAdb or on the console [dmesg] it's a busybox command that will help you seriously debug your kernel.

Remember [dmesg].
happy modding
 
  • Like
Reactions: poruid

feed3

Senior Member
Nov 17, 2011
1,040
727
The Land of Hornbill...
joi and psyke You guys can't be serious.Can you hear the words you are saying(agp,v4l2).
==>v4l is essential to the camera which mediaserver handles.(s5k5ca) is the only correct camera sensor.It is probed as a i2c serial bus during bootup.
(s5k5ca) is the only one that handles the effects on the camera(the incandescent,daylightfluorescent)modes not java or android in this case.

I don't even want to mention agp.its embarassing.there is no agp interface or any serial bus supporting chips for this kind of hardware.

==>For the 2D boost.The kernel is not involved here and does not affect performance.This is totally android libs that have been updated.Think of it like this,If you play the same game e.g. red faction in windows XP it will hang and not load and in windows 7,through improved tessalation methods it will be able to run even if not smoothly.(i actually had this issue with alot of games in XP back in the days before windows 7).

==>Improved libs is the advantage here.Remember the CPU and hardware performance will always be the same.

==>Use this command in QtAdb or on the console [dmesg] it's a busybox command that will help you seriously debug your kernel.

Remember [dmesg].
happy modding

they're just tend to help..how bout you.. criticize others works that try to help "noob" user like me..instead of "complaining" others works, why dont you open new thread and release your own work..i've been seeing you attacking others with your knowledge, claim that you have better compiled kernel..where did you hide your "best" works??maybe you can show to joilaroi and subspyke..sorry bro..no offence..this is just for community to help each others, not to "attack" each other..together beeter than alone,helping much better than criticize..cheers..
 

joilaroi

Senior Member
Oct 6, 2010
250
402
I'll give your prebuilt a try, thanks for the tip. Are you using Huawei's gralloc, or did you switch to the CM7 version using the patched header?

The problem with the mmc driver was that some of the code you imported relies on the wifi_chip_is_bcm being defined, but it's left undefined when compiling with the HUAWEI_BCM4329 build option.

About the wifi mac address - I already have it working on my port, but it's messy (using a shell script to derive the BT and wifi MAC addresses from the USB serial). Maybe you're experiencing the same problem as alanorth with the newer U8160 source - for him, the USB serial isn't recognised properly with this newer kernel source, but it works on the older Ideos source. We didn't manage to isolate the change that causes the problem yet. You can check if your USB serial is recognised a few ways, but "adb devices" may be the easiest way. You could try my script if your USB serial is valid, if the other solutions you linked to above don't work :)

---------- Post added at 02:03 AM ---------- Previous post was at 01:36 AM ----------

Edit 1: I tested your kernel built from source, but it gives no improvement (in fact, 2d reduced from about 190 to 160). Your prebuilt zImage, however, gives 366 on the 2D test.

Looking forward to seeing your last updates on github... ;)

Ok. It must be some things I got from huawei 2.6.35. I must clean some stuff not needed and upload changes to github later.

Im using cm7 gralloc with the patched header
 
  • Like
Reactions: Gena79

psyke83

Inactive Recognized Developer
Mar 29, 2011
1,267
3,959
sikiko,

I'm going to assume that you need to make an appointment with your doctor. It seems that your current dosage is no longer effective.
 

joilaroi

Senior Member
Oct 6, 2010
250
402
joi and psyke You guys can't be serious.Can you hear the words you are saying(agp,v4l2).
==>v4l is essential to the camera which mediaserver handles.(s5k5ca) is the only correct camera sensor.It is probed as a i2c serial bus during bootup.
(s5k5ca) is the only one that handles the effects on the camera(the incandescent,daylightfluorescent)modes not java or android in this case.

I don't even want to mention agp.its embarassing.there is no agp interface or any serial bus supporting chips for this kind of hardware.

==>For the 2D boost.The kernel is not involved here and does not affect performance.This is totally android libs that have been updated.Think of it like this,If you play the same game e.g. red faction in windows XP it will hang and not load and in windows 7,through improved tessalation methods it will be able to run even if not smoothly.(i actually had this issue with alot of games in XP back in the days before windows 7).

==>Improved libs is the advantage here.Remember the CPU and hardware performance will always be the same.

==>Use this command in QtAdb or on the console [dmesg] it's a busybox command that will help you seriously debug your kernel.

Remember [dmesg].
happy modding

Hi sikiko.

Im a designer, not a programmer. But at least I try to learn, test and improve...
These roms are made for me but no one was developing so I decided to share.

Maybe if you had your own thread It would no be necessary for me to share the roms I compile and my thoughts would stay on my own mind.

I dont come where just to show that I know and go way like you do.
If you know so much why dont you share your knowledge and your source code instead of coming where and saying your kernel is super tweaked and good and point out what other say.

but I appreciate the fact that sometimes you look at my roms and point out the errors.

Best regards
 

sikiko

Senior Member
May 3, 2011
61
45
nairobi
oops my bad

I just point out errors sorry if i came too strong.I don't have good internet to download 7+ gigs of source code so i use joi's Rom and decompile it.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 119
    Android 2.3.7 - Cyanogen Mod 7.2.0 RC2 – Huawei U8120 - update 30

    Based on Tas0s, Anryl CM7 Rom, CM7 Gingerman by Tilal6991, U8160 official rom by Psyke83 and kallt_kaffe U8100 rom .
    Thanks for their work.

    Kernel:2.6.29 (by Anryl)
    Jit enabled
    Ext3 support
    OC 748mhz

    Kernel:2.6.32-9 (based on Psyke83 u8160 sources)
    Sources download
    Jit enabled
    Ext4 support
    OC 748mhz

    Android : 2.3.7 / CM7.2.0
    Sources Download

    Working:
    • RIL
    • Audio
    • Bluetooth
    • Data
    • Wi-Fi
    • Wi-Fi Hotspot
    • Camera
    • Accelerometer
    • Lights
    • Sensors
    • USB mounting
    • OC up to 748mhz

    Extras:
    • Compcache support
    • Zipalign scripts
    • app2sd in ext4
    • ext4 support
    • Huawei launcher2
    • mms support
    • ip-call support


    Bugs/Not working/TODO:
    • Missing FM (no sources available. Same for U8100, U8110, C8500, C8600, U8150, M860 and several others)

    I am not responsible for any damage to your phone

    Install Notes:
    FIRST MAKE NAND BACKUP IN RECOVERY pwr+vlUp+dial
    1-Install Rom Manager from Market and enter
    2-Flash ClockworkMod Recovery 5.0.2.3 for Huawei U8120 (file in download area)
    3-Install Rom from Sd Card
    4-Choose the Rom and wipe everything before install
    For SD mount to work format sd in recovery
    Use Htc_IME keyboard for or any other with calibration - Link http://www.mediafire.com/?mudeautgj4dgye0
    if you get a bootloop after switching wifi on remove the battery and it goes ok

    For Updating Rom
    Rename file to update.zip. put on the root of sdcard. enter recovery and select install update from sdcard

    Google Apps for CM7
    Latest Version - gapps-gb-20110828
    http://goo-inside.me/gapps/gapps-gb-20110828-signed.zip

    Update1
    • Fixed GPS
    • Fixed AGPS
    • Fixed layout in usb mass storage screen & dialer
    • Fixed Framework
    • YouTube fixed

    Update 2
    • Camera fixed

    Update 3
    • Video recording with video illusion app

    Update 4
    • Video recording with camera fixed
    • Removed format Data and System script for updating rom
    • initlogo changed to gingerman V5 rom

    Update 5
    • Update 4 performance issues fixed
      No need to install update 3 before 5

    Update 6
    • Reduced framework-res for lag problem
    • Fixed lag after disable app

    Update 7
    • Removed unused files from framework-res.apk
    • Fixed bug when connecting to Skype

    Update 8
    • Fixed Bootloop issues after install (since update3)
    • Fixed layout in Screen Unlocker and Mass Storage Mount
    • Changed CM7 Memory Killer values to save more RAM

    Update 9
    • Fixed CRT Animation issues
    • Fixed Mic Headset issue
    • Changed Memory Killer values to Ascend rom boot.img values
    • Removed unused files from previous rom testings

    Update 10
    • Updated to recent CM7.1.0/Gingerbread 2.3.5 sources
    • Fixed Mic Headset issue

    Update 11
    • Added Calibration Support (Thanks to Tas0s and Anryl)

    Update 12
    • Updated kernel to 2.6.32-9 (based on Huawei u8160)
    • Added EXT4 support
    • OC to 614mhz
    • Fixed internal A2SD
    • Battery drain issues fixed
    • Fixed screen on/off animations

    Update 13
    • Added WiFi Hotspot
    • default OC 600mhz
    • SD card 2 PC now mounts readable CDROM drive (use Qtadb to acess sdcard)

    Update 14
    • Fixed Cyanogen CPU OC Settings (thanks to Tas0s)
    • Added cifs.ko module and network support
    • Tweaked kernel and corrected some camera settings
    • fixed inconsistencies in rpcrouter code (thanks to Tas0s)

    Update 15
    • Updated cm7.1 sources

    Update 16
    • Updated cm7.2 RC0 sources
    • Fixed lag after apps are closed
    • Fixed Barcode Scanner and Google Googles issues
    • Fix SD-Card mount in PC

    Update 17
    • Fixed Wifi response
    • Fixed Wifi Hotstap
    • Fixed USB Hotstap
    • Updated to latest cm7.2 RC0 sources

    Update 18
    • Updated kernel with several fixes and updates
      (used xz compression, merged CM7 android driver, merged huawei_battery from 2.6.35 huawei kernel, undervolt wifi slot and several other fixes and upgrades)
    • Fixed several battery drain issues
    • updated Qualcomm GPS sources
    • updated RIL from u8160
    • Updated to latest cm7.2.0 RC0 sources

    Update 19
    • Updated u8120 kernel
    • Updated to audio sources from psyke83 rom
    • Updated to latest cm7.2.0 RC0 sources

    Update 20
    • reverted Touchscreen driver in Kernel to see if it fixes touch for U8100 and U8110
    • Updated libaudio: fix headset & headset mic routing issues during calls (Thanks to Psyke83)
    • Updated to latest cm7.2.0 RC0 sources

    Update 20a
    • reverted Touchscreen patches in Kernel to see if it fixes touch for U8100 and U8110

    Update 21
    • Updated kernel sources to 2.6.32.9 CodeAurora froyo_almond branch by Psyke83
    • Updated to latest cm7.2.0 RC0 sources

    Update 22 (06-03-2012)
    • Updated kernel sources to 2.6.32.9 CodeAurora froyo_almond branch with black screen issues fixed thanks to Psyke83
    • Updated to latest cm7.2.0 RC0 sources (almost RC1)
    • Added HuaweiLauncher2.apk and some other Huawei APKs from the official M865 Gingerbread 2.3.3 Rom

    Update 22b (07-03-2012)
    • Updated kernel sources to 2.6.32.9 huawei 2.6.32.9-perf from Psyke83 fix the black screen issue
    • Updated to latest cm7.2.0 RC0 sources (almost RC1)

    Update 23 (12-03-2012)
    • Updated kernel sources to 2.6.32.9 CodeAurora froyo_almond branch with wifi sleep causing black screen fixed (better battery performance then the Huawei 2.6.32.9-perf kernel)
    • Updated to latest cm7.2.0 RC0 sources (almost RC1)
    • fixed CM7 Battery stats

    Update 24 (23-03-2012)
    • Updated kernel 2.6.32.9 CodeAurora froyo_almond branch
    • Fixed MAC adress (added softmac file to system/wifi)
    • Added Zipalign script
    • Added scripts for mounting system, data and data-ext in ext4
    • Added zram module instead of ramzswap
    • Updated to latest cm7.2.0 RC1 sources

    Update 25 (28-03-2012)
    • Updated kernel 2.6.32.9 CodeAurora froyo_almond branch
    • Fixed issues causing battery drain in update 24
    • Added poweron boot sound (R2D2) (to disable bootsound see below)
    • Updated camera libs from latest Froyo rom for U8180
    • Updated to latest cm7.2.0 RC1 sources
    • removed data2ext from script
    • Updated rom link to 25a
    • removed data2ext from script in 25a because of issues reported by users
    • fixed wifi low-power issues of update 24 and 25

    Update 26 (16-04-2012)
    • Updated kernel 2.6.32.9 CodeAurora
    • added Cleancache, Zcache to kernel and several other updates and patches.
    • improved touchscreen calibration values
    • improved Rom and battery, performance
    • Updated camera libs from latest Froyo rom for m860
    • Added GooManager for future Rom updates
    • Updated to latest cm7.2.0 RC1 sources

    Update 27 (22-04-2012)
    • Updated kernel 2.6.32.9 CodeAurora
    • added config based on JoeyJiao kernel config with improvement on battery.
    • used gralloc compiled from cyanogen open-source instead of proprietary one.
    • Fixed green glitches in Rotation animation
    • Added Miui theme
    • Updated to latest cm7.2.0 RC1 sources

    Update 28 (08-05-2012)
    • Updated kernel 2.6.32.9 CodeAurora
    • Fixed several typos in Huawei kernel sources.
    • Enabled KSM (Kernel SamePage Mapping) support.
    • Turned on setting for Flash, forgot to add it in previous rom.
    • used libmm-omxcore and libomxcore compiled from cyanogen open-source instead of proprietary ones.
    • Better 2d performance (before, at 691mhz OC, Antutu Benchmark gave me 184 max score in 2d, now is 350)
    • Turned Rotation animation on by default
    • Fixed battery drain issues caused by camera after app is closed (finally)
    • Updated to latest cm7.2.0 RC1 sources
    • A format and wipe is sugested

    Update 29 (30-06-2012)
    • Updated kernel 2.6.32.9 CodeAurora
    • Fixed low audio issues.
    • Added U8120Parts based on Psyke83 rom. A big thanks to him.
    • Updated to latest cm7.2.0 sources

    Update 30 (09-01-2013)
    • Added boot sound menu to U8120Parts based on Psyke83 rom.
    • Cleaned several add-ons in rom
    • Updated to latest cm7.2.0 sources

    Huawei bootanimation
    http://www.mediafire.com/?xlrueekewbd3f44
    Replace the file with RootExplorer in system/media and set the same permissions. Reboot

    How to disable Boot Sound
    Method 1- open RootExplorer app, and browse to system/ and open with text editor the build.prop file. scroll to # ADDITIONAL_BUILD_PROPERTIES and look for persist.sys.nobootsound=1 and replace 1 with 0. Save and close.
    Method 2- open RootExplorer in system/media/ and delete poweron.ogg file.

    How to change MAC adress
    Method 1- open Terminal Emulator app, type "su" to enter superuser mode, then type this line of code:
    echo 1a:2b:3c:4d:5e:6f > /system/wifi/softmac (write your own mac-adress found inside the phone in the battery case)
    Method 2- open RootExplorer in system/wifi/ and open softmac file with text editor and write your own the mac-adress, save and close.

    U8120 CWM recovery 5.0.2.3
    http://www.mediafire.com/?g0w5k73hdoqrgso

    Batch file for installing CWM recovery to phone by HofiX-CZ
    Instructions in file
    http://www.mediafire.com/?cobhtvqd0o0p996

    Download Link: Update 11
    Format data is necessary if using other rom
    CM7.1.0 with kernel 2.6.29 - I suggest a format system and data in recovery, mounts and storage, before installing
    http://www.mediafire.com/?v6sabh378piibuu


    Download Link: Update 22b
    CM7.2.0 RC0 with Kernel 2.6.32-9-perf from Huawei
    http://www.mediafire.com/?dkouo40d8btcgm6


    Download Link: Update 23
    CM7.2.0 RC0 with Kernel 2.6.32-9-perf from Codeaurora
    http://www.mediafire.com/?tzab5yx55f9t8rt


    Download Link: Update 25a
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    http://www.mediafire.com/?ip4v7p3xf8azkgy


    Boot.img update for Update 25a with Kernel 2.6.32-9-perf from Huawei
    Just install as any rom, after update 25 or 25a is installed.
    http://www.mediafire.com/?dvc8kg4g28n2x2i


    Download Link: Update 26
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    http://tinyw.in/pd8b


    Download Link: Update 27
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    http://tinyw.in/DD5T


    Download Link: Update 28
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    I suggest a format boot, system, data and cache in recoverymounts and storage, before installing
    http://tinyw.in/p3se


    Download Link: Update 29
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    http://tinyw.in/xbR7


    Download Link: Update 30
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    http://tinyw.in/9cIf

    Other U8120/U8100/U8110 Rom's (from Ainster)
    All Huawei U8100/U8110/U8120 ROM's in one place
    8
    Update 28

    Download Link: Update 28
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    I suggest a format boot, system, data and cache in recoverymounts and storage, before installing
    http://tinyw.in/p3se

    Update 28 (08-05-2012)
    • Updated kernel 2.6.32.9 CodeAurora
    • Fixed several typos in Huawei kernel sources.
    • Enabled KSM (Kernel SamePage Mapping) support.
    • Turned on setting for Flash, forgot to add it in previous rom.
    • used libmm-omxcore and libomxcore compiled from cyanogen open-source instead of proprietary ones.
    • Better 2d performance (before, at 691mhz OC, Antutu Benchmark gave me 184 max score in 2d, now is 350)
    • Turned Rotation animation on by default
    • Fixed battery drain issues caused by camera after app is closed (finally)
    • Updated to latest cm7.2.0 RC1 sources
    8
    Update 29

    Download Link: Update 29
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    http://tinyw.in/RBoU

    Update 29 (30-06-2012)
    • Updated kernel 2.6.32.9 CodeAurora
    • Fixed low audio issues.
    • Added U8120Parts based on Psyke83 rom. A big thanks to him.
    • Updated to latest cm7.2.0 sources
    7
    Update 30

    Download Link: Update 30
    CM7.2.0 RC1 with Kernel 2.6.32-9-perf from Codeaurora
    http://tinyw.in/9cIf

    Update 30 (09-01-2013)
    • Added boot sound menu to U8120Parts based on Psyke83 rom.
    • Cleaned several add-ons in rom
    • Updated to latest cm7.2.0 sources
    7
    Update 12

    Update 12
    • Updated kernel to 2.6.32-9 (based on Huawei u8160)
    • Added EXT4 support
    • OC to 614mhz
    • Fixed internal A2SD
    • Battery drain issues fixed
    • Fixed screen on/off animations

    Download Link: Update 12
    CM7.1.0 with Kernel 2.6.32-9-perf -
    http://www.4shared.com/file/LiKZPfcp/cm-710-RC1-U8120_26329-perf-v1.html