2012/08/22【ROM Release】【U8800 Pro】B876_KALO_Extreme (Porting Huawei Honor)

Search This thread

kalo86

Senior Member
Jan 17, 2011
1,052
1,740
Turin
Hello People,

after several test I know a new detail about this missing line in build.prop of my last release:

ro.config.hw_fast_dormancy=0

This line disable the WiFi dormancy.
I noticed that the WiFi icon in the status bar become fastly "white", while usually it should be always "green".
This is due to the missing ro.config.hw_fast_dormancy=0 which try to disable the periferic.
For example, if you are using WhatsApp, when the WiFi icon is green, you are able to get and send messages, but when that icon is white, you are not able to get/send messages and to "unlock" this white status you need to play with Internet applications like opening the Browser to disable the fast dormancy function.

In the next v2.4 I will insert again this function (ro.config.hw_fast_dormancy=0) which disables the fast dormancy, in fact the WiFi icon is always GREEN!

Regards

EDIT: Ok, now I am ready to upload the B876_KALO_v2.4.
The changelog is very short, I only added ro.config.hw_fast_dormancy=0 to build.prop file and removed unused libs. The new zip file is about 84.6 MB!
 
Last edited:

korekore1

Senior Member
Mar 20, 2012
897
350
is it the same to just add that line in 2.3's build.prop or there is anything else required to do?Cause i'm only 2 days with 2.3!
 

kalo86

Senior Member
Jan 17, 2011
1,052
1,740
Turin
Yes, you are thinking the right thing: simply add that line to the build.prop and you are like the v2.4.
Regards
 

kingpicus

Senior Member
Feb 10, 2012
91
16
Rome
Is not possibles make a little update patch? I hate delete all and make a complete application rebuild.
:-(

Inviato dal mio U8800pro con Tapatalk 2
 

termagazis

Senior Member
Nov 22, 2011
704
195
Arachova-Greece
You need to edit only build.prop, it's very simple and it doesn't require 1 hour :D

is there a specific place where we must write it or anywhere?(in the middle,in the bottom...)and one more request(i dont remember if i have ask for it again) is there a way to improve this so bad sound in video recording?maybe some drivers or libs from other device?
 

kalo86

Senior Member
Jan 17, 2011
1,052
1,740
Turin
is there a specific place where we must write it or anywhere?(in the middle,in the bottom...)and one more request(i dont remember if i have ask for it again) is there a way to improve this so bad sound in video recording?maybe some drivers or libs from other device?

You can add that line anywhere.
Yes, audio recording is very low, I don't know if it is possible to increase the audio quality, maybe it is related to the quality of the hardware (the most plausible reason)? :confused:
 

termagazis

Senior Member
Nov 22, 2011
704
195
Arachova-Greece
You can add that line anywhere.
Yes, audio recording is very low, I don't know if it is possible to increase the audio quality, maybe it is related to the quality of the hardware (the most plausible reason)? :confused:

i dont know but really its very bad!video is very good bad the sound recording is so so so low and bad quality!:mad::mad::mad::mad:
is the sound recording from the same microphone that is used for calls?
 

kingpicus

Senior Member
Feb 10, 2012
91
16
Rome
Yes, you are thinking the right thing: simply add that line to the build.prop and you are like the v2.4.
Regards

I have done this:

1, Navigate system folder.


2, Mount the folder as R/W by tapping on the Mount R/W tab found at the top of the screen.


3, Long press on the Build.prop file and select open with text editor.


4, Add ro.config.hw_fast_dormancy=0 at the bottom of the script.


5, Tap menu key and select save and exit. The original Build.prop will be saved as Build.prop.bak.


6, Reboot!
 

husen4u

Senior Member
Feb 17, 2012
1,185
1,512
Kuwait
Camera Problem

Sir When I Am Trying To Switch From Photos To Video Mode in Camera It Crash Giving Error
The Application Camera
(Process Com.android.camera)
Has Stopped Unexpectedly
 

merafly

Senior Member
Jan 29, 2012
50
3
Santiago
I think yes, please try to record audio with double mic off.
Maybe this could help in audio quality....?

To increase the audio quality of the video recording, you must modify the file with explorer root "media_profiles.xml", that is stored in the / system / etc

then, you should correct what is important in these lines in the HD quality video (attached link):

http://review.cyanogenmod.com/#/c/11528/1/media_profiles.xml

So, they can play by changing the values ​​to not force the processor or RAM, for example, my values ​​are:

Video codec: h264
bitrate: 6000000
width: 1280
height: 720
framerate: 24

Audio codec: aac
bitrate: 96000
samplerate: 44000 <----- this is the factor for audio quality
chanels: 1 <----I still do not taste with 2 channels EDIT: dont work with 2 chanels

hope has been helpful for this great ROM

One more thing: What about the TV-OUT?? you can port it??

PD: sorry for my english, i speak spanish

bye
 
Last edited:
  • Like
Reactions: kalo86

kalo86

Senior Member
Jan 17, 2011
1,052
1,740
Turin
To increase the audio quality of the video recording, you must modify the file with explorer root "media_profiles.xml", that is stored in the / system / etc

then, you should correct what is important in these lines in the HD quality video (attached link):

--------

So, they can play by changing the values ​​to not force the processor or RAM, for example, my values ​​are:

Video codec: h264
bitrate: 6000000
width: 1280
height: 720
framerate: 24

Audio codec: aac
bitrate: 96000
samplerate: 44000 <----- this is the factor for audio quality
chanels: 1 <----I still do not taste with 2 channels

hope has been helpful for this great ROM

One more thing: What about the TV-OUT?? you can port it??

bye

Yes,
today I'm testing a modded media_profiles.xml and I notice a great audio quality!
Now I am trying to find a good compromise.
Of course I will add this modded file in the next release.
Regards!
 
  • Like
Reactions: merafly

merafly

Senior Member
Jan 29, 2012
50
3
Santiago
Yes,
today I'm testing a modded media_profiles.xml and I notice a great audio quality!
Now I am trying to find a good compromise.
Of course I will add this modded file in the next release.
Regards!

sorry i cant post the link... i need 8 post in forum

so, what about the tv-out? like a nokia n95 or 5800 via 3,5mm jack plug
 

kalo86

Senior Member
Jan 17, 2011
1,052
1,740
Turin
sorry i cant post the link... i need 8 post in forum

Don't worry, I just enabled the h264 codec, I also had to add few lines to activate the video codec.
The quality is AMAZING!
Soon I will post an update package, stay tuned!

Ok, now I am going to upload a new version with H264 video codec and ACC audio codec, amazing quality and 30fps in videos! Yeah! Thank you people!

EDIT: B876_KALO_v2.5.zip (full installation package) and B876_KALO_v2.5_UPDATE_ONLY.zip are available at the download page!
If you are going to update from v2.4, don't run any kind of wipe.

Enjoy the H264/AAC @ 30fps!
 
Last edited:
  • Like
Reactions: kingpicus

Top Liked Posts

  • There are no posts matching your filters.
  • 41
    2012/08/22【ROM Release】【U8800 Pro】B876_KALO_Extreme (Porting Huawei Honor)

    Hello Dear Community!
    Today I decided to share my work, a customized rom based on the latest Gingerbread official ROM of the Huawei Honor U8860.
    This porting wants to be the most light possible, avoiding the Huawei traces and trying to make difference with stability, speed and zero bugs.
    This is a list of the rom features:

    - Based on Gingerbread 2.3.6 – Official B876 (Firmware Huawei Honor U8860);
    - Root permanent permission;
    - Overclock kernel;
    - Unlocked FPS limit (30 @ 55);
    - Zipaligned apks;
    - Added BusyBox;
    - Removed Gallery 3D and replaced with QuickPic;
    - Removed Huawei Launcher and replaced with Zeam Launcher;
    - Corrected APNs list (only the Italian Internet Wind apn);
    - Edited carrier name "Wind Telecomunicazioni Spa" into "WIND";
    - Edited carrier name "Telecom Italia SpA" into "TIM";
    - Edited carrier name "Hutchinson H3G Italia" into "3 ITA";
    - Removed the stock Browser and replaced with Dolphin Browser HD;
    - Updated Market (now Google Play), Google Search Box, FlashPlayer;
    - Removed Social Huawei and other apks from the stock rom;
    - Increased performance by editing build.prop;
    - Enabled HDR function on camera;
    - Removed File Browser and replaced with Root Explorer;
    - Independence of the /cust partition;
    - Removed WPS function on WiFi section;
    - Removed ipcall function;
    - Added the battery percentage on the status bar;
    - Stock Android Gingerbread lockscreen;
    - Removed the energy saving function;
    - Bypass of the Android Settings Wizard;
    - Optimized the GPS config for Europe;
    - Tethering WiFi is available and works fine;
    - Added by default the Quick Settings Widget in the notification bar;
    - FM Radio works fine;
    - Added function Volume Rocker Screen Wake Up;
    - A new graphic for Contacts and Phone applications;
    - Removed Fast Boot option;
    - Patched the libsqlite.so for better performances;
    - Disabled bugreports generation in kernel ramdisk;
    - Permanent Root Access;
    - No more is needed SuperUser.apk for root-based applications;
    - The default video codec for High Video Recording Quality is H264;
    - The default audio codec for High Video Recording Quality id AAC;
    - Edited the carrier name "Sonaecom - Serviços de Comunicações, S.A." into "Optimus";


    PREREQUISITES - ATTENTION PLEASE

    a) ROM
    Gingerbread 2.3.5 Stock Huawei version (B512, B521, B540, B552, B565, B572)
    or any customized Gingerbread ROM (CyanogenMod, MIUI, 2.3.5, 2.3.6, 2.3.7)
    or any ICS Rom (DZO Aurora, Genokolar MIUI v4);

    b) Recovery
    CWM Recovery 5.0.2.7
    If you have the stock recovery, you will not be able to install any customized ROM. So, you have to do these steps: download the CWM Recovery 5.0.2.7 (previous link to download the file), power off your device and turn on into Pink Screen Mode (holding down VOL+, VOL- and Power button). Plug in your usb cable to your pc and wait for the automount of the new drive. Navigate to the /image folder and rename the stock "recovery.img" into "recovery.bak".
    Now simply copy the CWM Recovery into the /image folder and be sure that its name is "recovery.img", otherwise you have to rename it into "recovery.img".
    Unmount the periferic, remove the usb cable and extract the battery to shutdown the phone. That's all.
    You can verify the new recovery installation entering in recovery mode (holding down VOL+ and Power button).


    INSTALLATION PROCEDURE FOR FULL PACKAGE

    0) Make sure that you have installed all prerequisites;
    1) Download the zip file of the rom with your pc;
    2) Shutdown your smartphone and to be really sure unplug the battery;
    3) Insert your battery and power on your smartphone into recovery mode holding down VOL+ and the power button (be sure that you have the CWM 5.0.2.7);
    4) Go to advanced ---> reboot recovery;
    5) At the new recovery boot go to "mount and storage";
    6) Mount usb storage;
    7) Plug in your usb-microusb cable;
    8) Copy the downloaded zip file into the external sdcard;
    9) Wipe data/factory;
    10) Wipe cache;
    11) Wipe Dalvik Cache;
    12) [OPTIONAL if you experience a huge battery drain only] Wipe Battery Stats;
    13) Go to "mount and storage", then "format /system";
    14) Install zip from sdcard;
    15) choose zip from sdcard and select the downloaded zip file;
    16) Install complete!
    17) reboot system now.

    Please wait about 2 minutes for the install process and be patient for the first boot.
    At the first boot the default language has been set to English. This choise because the rom needs to be more international possible.
    Anyway the rom is multilanguage and offers the default available languages of the stock Android base-rom.
    The default keyboard is the stock Android Latin.


    DOWNLOAD
    Date: 2012/08/22
    File name: B876_KALO_Extreme.zip
    Changelog: Increased the 3G speed, fixed the network dropping from 2G/3G, updated applications.

    If you appreciate my work and want to thank me, please send a donation, it's a huge reason to keep alive this Android project for U8800 Pro.

    DONATE (PayPal)

    FaceBook Group Page -----> KALO ANDROID U8800 Pro

    Special thanks:
    - Genokolar (kernel and recovery Guru);
    - mik_os (libsqlite.so tweaks);
    - pikachukaki (theme creator and tester for his B876 based-ROM);
    - zontovolo (the best beta-tester I've seen!);
    - cuvetto (for the better audio experience);
    - merafly (for his advices and suggestions);
    - tasosmrs (for the modded phone.apk)
    - All users who are using/testing my releases;

    SPECIAL THANKS TO DONATORS:
    - Nektarios Orfanidis;
    - Pavel Igorevich;
    - Denis Avetsuk;
    - Eugenio Livio;
    - José Alexis Morera Fernández;

    Happy flashing!

    kalo86
    8
    well done
    i'm glad , because you put the ,, patched libsqlite ,, in your update (1.7) ...
    its a great work from ,, mik_os ( a great developer )
    i think that this version , gonna make even happier the users of your rom...
    i'm a fan of your work , even if i'm steel riding my horse ... :)
    congratsulations again ..

    for those who still wondering what it does
    read this and i hope you'll understand.......

    Android phones as the underlying database using sqlite3. sqlite3 writes efficiency is very low, because the sync feature turned on by default, and fsync() must be performed after each insertion, the resulting system efficiency is low, and the disk life is reduced.

    I try to disable sync feature by default in exchange for greater IO performance and reduce disk consumption. While doing so may result in data integrity problems, but I still like to use it because most of the sqlite insert action can be completed within a few seconds, not too much to consider issues such as sudden power-down.

    After modified, the time of insert 2000 records to sqlite3 db, from 1m11s reduce to 2s.

    -----------------------------

    With Android applications, the database operation is non-persistent, normal step in app is:
    1.open db
    2.do read/write
    3.close db
    with step3, the data in cache will be flush to disk. so user will not notice any sudden lag, always smooth.

    With SYNC-ON, the db operation like this:
    1.open db
    2.1. write a record/do a transcation
    2.2. fsync()
    2.3. write a record/do a transcation
    2.4. fsync()
    .....
    3.close db/fsync()

    with SYNC-OFF, operation like this:
    1.open db
    2.1 write a record/do a transcation
    2.2 write a record/do a transcation
    ....
    3. close db/fsync()

    So, no-sync can significantly save IO time.
    6
    hope you can do something!thanks

    i think that you have the tools and knowledge to do it yourself ...
    take a look at this ...
    http://xdaforums.com/showthread.php?t=1411317

    try it yourself , and tell me if you want something more ....

    I FOUND IT
    download this ... http://www.mediafire.com/?2ues73f06ialncf
    i was made this for kalo's v1 , but i think its the same,, so you can use it ....
    unzip , and open the folder ..
    first make a BACKUP ,, and then put it via root explorer , in , system/framework .. (replace it with the existing one)
    give permissions ( rw-r--r-- ) , and reboot your phone ..
    dont worry , it needs 2-3 minutes to boot again ...

    THIS IS ONLY FOR TERMAGAZIS
    IF HE TEST IT AND ITS OK ,,
    Then you can use it , all the others , users of this rom

    so we'll have to wait , termagazis to respond , and tell us if it works
    6
    TO ALL OF YOU , USERS OF THIS ROM ( KALO V1.6 )
    DOWNLOAD THIS
    http://www.mediafire.com/?7i3tjuvlgtayzrx

    ITS a patched ,libsqlite.so for 2.3
    probably its gonna work....

    just open root explorer and copy , libsqlite.so , to ,system/lib . ..
    replace it with the existing one and give permissions ( rw-r--r-- )
    wait , or reboot your phone .....

    if this works , you're gonna love this rom , even more ...

    HAVE A BACKUP ON YOUR SD CARD BEFORE TRYING THIS MODS...
    ALL GREDITS GOES TO
    Μik_os
    Ungaze

    I just found it at this thread
    http://xdaforums.com/showthread.php?t=1000899

    enjoy :D
    6
    well.. friend , korekore1 ,, is right about MIUI dialer , its more than a theme ... ;)

    so i decide to make a dialer for , KALO V1.8 ,, and probably gonna work also for V1.6 and V1.7 .....
    i took the .png's from , bluemagic theme ...

    THEMED DIALER ... download
    http://www.mediafire.com/?eep3y6km85m57fe

    and the , themed settings.apk , gonna work also for V1.8 ...
    http://www.mediafire.com/?7lkzal5skit8hvl

    HOW TO INSTALL , the themed dialer ...

    first , unzip ..
    then , via root explorer , COPY , the contacts.apk and phone.apk , and PASTE them to ,, system ,, give permissions (rw-r--r-- ) and then ,MOVE , both apps to ,, app ,, and replace them ... reboot and enjoy ...
    the path is ,, system/app ,, but we have to do the above trick to avoid force close before we give permissions ,, thats why we give permissions to ,, system ,, and then we move them to ,, app .... ( easy) :cool:

    if someone could make screenshots , i appreciate it .... :)