[ROM][H60][4.4.4] CyanogenMod 11 for Honor 6 [unofficial]

Search This thread

pauljoy89

New member
Oct 29, 2011
1
1
Thanks a million codeworkx !!!!!

Codeworkx u r the best !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:):):):):):):):):):):):):):):):):):):):):):):):):):):)

thanks a million and keep ur amazing work going !!!
Will support u by all means !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d
 
  • Like
Reactions: JaviOm

Mrwapiti

New member
Feb 6, 2015
3
1
Marseille
It's worth flashing now if you don't need IR or FM radio.
I don't know what is IR maybe it means I don't really need it. For the radio I wonder who listen to in 2015 ^_^ . No my real problem is that all my phone in Cyanogen have the same problem : Snapchat use to crash a lot or the video wont record and the quality of video is very bad. So if someone tell me that its okay I'll try

( sorry my English is not very good )
 

praveenpuglia

Member
Nov 1, 2014
29
3
OnePlus 8 Pro
getting error while flashing cwm recovery

I am trying to flash it via entering fastboot and then doing
fastboot flash recovery recovery.img

but i am getting this error

writing 'recovery'...
FAILED (remote: Command not allowed)


What have i done wrong?
 

knutsi

Member
Jan 25, 2015
21
6
Oslo
HD Voice?

I really hate huawei for their messed up software.
They managed to **** up every standard.
I have no idea if this call was HD voice really. My carrier (NetCom.no) supports it, and so does the carrier of the phone I called (Telenor.no). I can however replicate the issue by calling from my computer using Skype to my phone number. It's not the microphone either, as voice recordings work just fine.

If there is any data I can provide to help, just let me know.
 

codeworkx

Senior Recognized Developer
Nov 20, 2010
8,495
57,083
Bad Neustadt
I have no idea if this call was HD voice really. My carrier (NetCom.no) supports it, and so does the carrier of the phone I called (Telenor.no). I can however replicate the issue by calling from my computer using Skype to my phone number. It's not the microphone either, as voice recordings work just fine.

If there is any data I can provide to help, just let me know.

If it's HD Voice then they didn't do it the android way.
I don't want to spent countless of hours comparing their decompiled framework with the cm code.

That's like trying to find your sim card between Jupiter and Sun.
 

theoneofgod

Senior Member
Dec 1, 2011
1,491
322
If it's HD Voice then they didn't do it the android way.
I don't want to spent countless of hours comparing their decompiled framework with the cm code.

That's like trying to find your sim card between Jupiter and Sun.

Sounds impossible.

---------- Post added at 08:29 PM ---------- Previous post was at 08:27 PM ----------

"Sound Recorder -> View recordings" force closes.
File type as WAV too.
 

Steve Giordano

Senior Member
Jan 24, 2012
214
102
Palermo
what's the problem?
your signal is around "moderate".
that's at least what the modem tells.

2wfjles.png


Code:
else if (lteRsrp >= -95) lteSignalStrength = 11; // Good
else if (lteRsrp >= -105) lteSignalStrength = 7; // Moderate
-97dBm my signal is //Good, no?
 
Last edited:

knutsi

Member
Jan 25, 2015
21
6
Oslo
If it's HD Voice then they didn't do it the android way.
I don't want to spent countless of hours comparing their decompiled framework with the cm code.

That's like trying to find your sim card between Jupiter and Sun.
A simple test I did now was to turn off 3G/4G and put it to 2G. That resolves the issue. So, I guess that is diagnostic of HD Voice being the issue. I thought this would be an issue in CyanogenMod as it was not there before I flashed the phone though, but at least you guys are aware of the issue now :)

Thanks for the hard work here yet again :)
 

codeworkx

Senior Recognized Developer
Nov 20, 2010
8,495
57,083
Bad Neustadt
Code:
else if (lteRsrp >= -95) lteSignalStrength = 11; // Good
else if (lteRsrp >= -105) lteSignalStrength = 7; // Moderate
-97dBm my signal is //Good, no?

E/RILJ ( 3096): lteSignalStrength:5 SIGNAL_STRENGTH_MODERATE
E/RILJ ( 3096): lteRsrp:-99 = SIGNAL_STRENGTH_MODERATE
E/RILJ ( 3096): lteRsrq:-12 = SIGNAL_STRENGTH_MODERATE
E/RILJ ( 3096): lteRssnr:2 = SIGNAL_STRENGTH_POOR

Your signal to noise ratio is bad. That's why it only shows 1 bar.
Google did it that way. Always the lowest is used.

btw... -97 is smaller than -95 ;)
 
  • Like
Reactions: Steve Giordano

Steve Giordano

Senior Member
Jan 24, 2012
214
102
Palermo
E/RILJ ( 3096): lteSignalStrength:5 SIGNAL_STRENGTH_MODERATE
E/RILJ ( 3096): lteRsrp:-99 = SIGNAL_STRENGTH_MODERATE
E/RILJ ( 3096): lteRsrq:-12 = SIGNAL_STRENGTH_MODERATE
E/RILJ ( 3096): lteRssnr:2 = SIGNAL_STRENGTH_POOR

Your signal to noise ratio is bad. That's why it only shows 1 bar.
Google did it that way. Always the lowest is used.

btw... -97 is smaller than -95 ;)

ook,i get it! Thank! :)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 132
    CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4.4 (Kitkat), which is designed to increase performance and reliability over stock Android for your device.

    Code:
    #include 
    /*
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you.
     *
     * Submitting bug reports on nightly builds is the leading 
     * cause of male impotence.
     */

    CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.

    Additonal source code for Honor 6: https://github.com/honor6-dev


    KNOWN ISSUES
    - Bluetooth audio not properly working

    WONTFIX
    - Infrared
    - FMRadio
    - MHL
    - DualSIM support
    - EAP-SIM
    - USSD-Code execution


    READ BEFORE FLASHING!
    • These builds are NOT official and will never be!
    • Do not submit bug on CyanogenMod issue tracker


    HOW TO INSTALL CM?
    • Unlock your bootloader else flashing via fastboot will be impossible
    • Upgrade your phone to the latest available stock rom (to get latest bootloader and baseband firmware)
    • Download ClockworkMod Recovery for your specific variant
    • Download CyanogenMod for your specific variant
    • Download Google Apps
    • Copy CyanogenMod and Google Apps zips to your external sdcard
    • Flash ClockworkMod Recovery via fastboot. (fastboot flash recovery cwm-6.0.5.1_2015XXXX_h60_lXX.img)
    • Reboot into ClockworkMod Recovery
    • Do a Data wipe / Factory reset (This is IMPORTANT!)
    • Flash CyanogenMod zip
    • Flash Google Apps zip
    • Goto "Mounts & Storage" and select "Format /data and /data/media" (This is also IMPORTANT!)
    • Reboot and Enjoy

    If you're getting error messages while trying to flash the CyanogenMod zip, THEN FOLLOW THE ABOVE INSTRUCTIONS.
    Especially the part where it says "Flash ClockworkMod Recovery".
    The ClockworkMod Recovery you've got from somewhere else is FAULTY!!!


    WHERE TO GET CM?

    Unofficial builds:
    H60-L02 + H60-L03 + H60-L11 + H60-L12 + H60-L21: cm-11-20150822-UNOFFICIAL-h60_l02.zip
    H60-L01 + H60-L04: cm-11-20150822-UNOFFICIAL-h60_l04.zip

    Google Apps:
    https://www.androidfilehost.com/?fid=95832962473395379

    Old builds:
    cm-11-20150406-UNOFFICIAL-h60_l04.zip - 239.75 MB
    cm-11-20150406-UNOFFICIAL-h60_l02.zip - 239.74 MB
    cm-11-20150401-UNOFFICIAL-h60_l04.zip - 239.74 MB
    cm-11-20150401-UNOFFICIAL-h60_l02.zip - 239.74 MB


    HOW TO GO BACK TO STOCK ROM?
    • Download H60-L04_B370_DLOAD.tar - 1.80 GB (ONLY FOR L04 !!!)
    • Extract it
    • Copy the Update.app into DLOAD folder on your external sdcard (sdcard1/DLOAD/Update.app)
    • Power off phone
    • Hold all 3 Buttons till "Fastboot & Rescue Mode" appears. Flashing should start automatically.


    HOW TO BUILD CM FROM SOURCES?
    http://forum.xda-developers.com/honor-6/orig-development/cyanogenmod-dev-thread-t3008138


    DEV CHAT:
    http://webchat.freenode.net/?channels=honor6-dev


    DEAR KANGERS
    If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
    This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
    Open-Source doesn't meant Out-of-Respect!!!

    Thanks to all contributors!!!

    XDA:DevDB Information
    CyanogenMod 11, ROM for the Huawei Honor 6, Honor 6x

    Contributors
    codeworkx
    ROM OS Version: 4.4.x KitKat
    ROM Kernel: Linux 3.10.x

    Version Information
    Status: Testing

    Created 2015-02-01
    Last Updated 2015-04-06
    26
    new recoveries and new builds up.
    20
    New build is up.

    - Fixed Torch
    - Fixed Bluetooth
    - Fixed media process crashing -> fixes sound issues
    19
    think i've fixed the garbled video thumbnails.
    but not just that.
    i've managed to clean the whole interface between libmedia and framework up. means less hacks and more compat.

    no, i'm not trying to fool you.

    uploading new builds.
    @root-expert: make sure to use the latest manifest and sync.
    18
    have fun with the new builds (see opening post). ;)