[ROM] CyanogenMod 11.0 | Android 4.4.2 KitKat [KANG] [May-6]+[NIGHTLIES]

Search This thread

Top Liked Posts

  • There are no posts matching your filters.
  • 295
    | CyanogenMod 11 - Android 4.4.2 - KitKat |

    f4oSyQR.jpg

    Code:
    #include 
    /*
     * Your warranty is now likely void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * spontaneous combustion, or any other host of cosmic penalties
     * which may befall you, your family, or your phone.
     *
     */

    If you ask any questions that are answered in the first two posts your question will be ignored. If you don't search prior to posting you will be ignored. If you don't read you will be ignored. If you've done all that and still don't have an answer then feel free to ask your question. Ambiguity doesn't help anymore. Elaborate. It's that simple.


    c4ypvbf.png

    • Built from CM source
    • Service
    • Text
    • Data
    • Call
    • Audio
    • WiFi
    • Google Now
    • Bluetooth
    • GPS
    • MMS
    • Video playback
    • Audio playback
    • SDcard mounting
    • Camera
    • Video Recording

    bJO9QqG.png

    • You tell me

    2jpqfKR.png

    • Do NOT use superwipes
    • Wipe data, cache, and dalvik cache
      ** (if you are simply applying an update to this rom base this might not always be required)
      *** ((but do not report bugs if you didn't full wipe))
    • Flash ROM
    • Flash GAPPS (in 2nd post)
    • Reboot
    • ???
    • Profit
    To enable Developer Options and Performance go to Settings, About Phone and repeatedly press Build Number.
    If you use ADB read this: PSA by CM
    If you use reboot to recovery read this: PSA by CM
    Regarding new Superuser: PSA by CM
    Read the FAQ thread here before posting any questions in this thread: FAQ



    w5xnyz0.png

    • android1234567 for his work on ION support with camera!
    • johnnyslt
    • And any and all users in this thread who contirbuted or will contribute to making this ROM as stable as possible
    • dastin1015 for being an awesome dev partner and friend!
    • gerrit and everyone on it :)
    • All my supporters!

    a9lll1.png


    I really didn't want to do this but people keep asking so here is a donation link if you want to buy me a coffee or pack of smokes (I go through a lot sitting on the PC messing around lol) go ahead. But not required or expected by any means :)

    Note: The name on the paypal account may say patricia, this is because it's a family paypal account. :)



    Thanks and happy flashing!

    Download link is in 2nd post
    159
    sB7atuO.png


    May-6
    * New EXP CAF build
    * Still working on camcorder. try todays nightly, i didnt have time to compile both builds but I made some changes that might fix it

    May-2
    * Added link to a test build with CAF kernel...

    April-24
    * Oh don't even ask for a changelog its been so long.... :)

    Jan-15
    * Kernel: fixed issue with mobile radio (sigh.)
    * Switched to adreno blobs from mako (MR1)
    * Reverted CRT hack for 4.1 (credit: android1234567)
    * Kernel: disabled some un-needed debug options
    * Updated to newer ril to fix mobile network selection
    * Synced with CM

    Jan-12
    * Android 4.4.2
    * ION support (credit: android1234567)
    * A lot of work done to the camera wrapper by dastin1015 to fix some bugs, and be generally more compliant with KitKat
    * Fixed audio in VoIP calls (credit: ivanich)
    * Fixed sdcard issues (credit: android1234567)
    * increased PMEM SMI size, hopefully fixed camcorder crashing after multiple recordings
    * Clean sync of GPU drivers from samsung msm8660 common 3.0 kernel (seems to yield better performance)
    * Synced with CM at time of compile
    * Probably some other small changes I forgot

    Nov-19
    * Complete re-build. Hopefully some of the issues from the last build are gone
    * Cherry-pick: A few misc audio fixes to try and fix skipping playback of flac audio
    * Cherry-pick: Superuser while using ART should be fixed now
    * Cherry-pick: av : squashed update of changes from CAF
    * Cherry-pick: Lockscreen : Customizable shortcuts
    * Cherry-pick: QuickSettings : Port from cm-10.2 (WIP)
    * Cherry-pick: QuickSettings : Swipe to switch
    * Cherry-pick: Framework : Improve notification shade auto-collapse code
    * Cherry-pick: Framework : Make notification-shade-collapse-after-dismiss behaviour configurable
    * Cherry-pick: QuickSettings: Update all QS drawables to fit KitKat

    Note: i would do a full wipe. and install the pa_gapps MODULAR package. its linked to in the DL section... the Full version install google keyboard and it conflicts with AOSP


    29lbmlw.png


    ChronicKernel

    Kernel now based on Bruce's kernel with a few changes by me, including:

    * ION Support
    * Compiled with linaro
    * Set flash to disable if battery is below 10% to prevent the random shut-off when taking a pic
    * Removed/Disabled KSM
    * Removed ZRAM
    * User-configurable GPU OC (Not OC'd by default)
    * Optimized and compiled with with the "Optimize a lot, or -o3 option)
    * Added more I/O schedulers
    * Tweaked voltages a bit
    * Reverted CRT hack to smooth animation in Android 4.2.2+
    * PM_FAST enabled by default (high power wi-fi when screen is off)

    These settings were changed by me to help make the kernel more stable with our ROM, observed with tests by me. If you want more features of the Sultan kernel feel free to flash it, but support will not be provided in this thread.

    Other Features of the kernel include:

    * OC to 1866Mhtz (default 1566Mhtz)
    * Undervolted
    * User-configurable CPU OC
    * User-configurable CPU default governor (ondemand = default)
    * User-configurable I/O scheduler (default = SIO)
    * User-configurable badass gonvernor (default = balanced)
    * Sweep2Wake

    You can edit many of the settings in /system/etc/init.d/99kernel, here is a snippet of the script with all the config options

    Kernel init script: Click Show Content to expand


    Code:
    #Script originally made by Axetilen. Modified by Sultan (android1234567)
    #Updated for albinoman887's ChronicKernel (98% of the credit goes to android1234567. Thanks so much man :)
    
    
    # Configure your options here #
    
    
    # Config default CPU Gonvernor (Disabled by default: When disabled uses internal Kernel setting)
    # For better battery life switch to badass
    # Kernel Default: ondemand
    # Possible values
    #  badass
    #  ondemand
    #  interactive
    #= lagfee
    #  performance
    GOV=ondemand;
    
    
    # Config I/O scheduler
    # deadline
    # cfq
    # noop
    # vr 
    # sio (default)
    IO=sio;
    
    
    # Config CPU max frequency
    # Default: 1566000 (1566Mhtz)
    # Overclockable to - 1836000 (1836Mhtz)
    # for badass set to 1566mhtz (best performance/battery life)
    MAXFREQ=1566000;
    
    
    # Config CPU min frequency
    # Default: 384000 (384Mhtz)
    # Range 384000 - 1944000 (384Mhtz - 1944Mhtz)
    MINFREQ=384000;
    
    
    # Config 3D GPU clock
    # 228571000 = 228mhz
    # 266667000 = 267mhz (default)
    # 300000000 = 300mhz (Recomended For balance of Performance and Battery life)
    # 320000000 = 320mhz
    GPU=266667000;
    
    
    # Config 2D GPU clock
    # 145455000 = 145mhz
    # 160000000 = 160mhz
    # 200000000 = 200mhz (default)
    # 228571000 = 228mhz (Recomended For balance of Performance and Battery life)
    # 266667000 = 267mhz
    DD=200000000;
    
    
    # Badass
    # possible values
    # 1 = performance
    # 2 = balanced
    # 3 = battery saving
    BADASS=2
    
    
    # Enable Sweep2Wake
    # 0 = disabled (default)
    # 1 = enabled
    # 2 = enabled (with no button backlight during sweep)
    SWEEP=0
    
    
    # Enable Fastcharge
    # 0 = disabled
    # 1 = substitute AC to USB charging always
    # 2 = substitute AC to USB charging only if there is no USB peripheral detected
    FASTCHARGE=0;
    
    
    # Fsync Control
    # Disabled by default (recomended)
    # 2 = Fsync disabled
    # 1 = Fsync enabled
    FSYNC=2;
    
    
    # TUN
    # Disabled by default
    # 0 = Disabled
    # 1 = Enabled
    TUN=0
    
    
    # End of configurable options #

    Please note this is not the full script just a small portion, Check /system/etc/init.d/99kernel for the full script

    sq796s.png


    Team Hydra Github (main): https://github.com/Team-Hydra
    CyanogenMod Github: https://github.com/CyanogenMod



    l5SakBJ.png


    ROM : cm-11-20140424-UNOFFICIAL-pyramid.zip
    GAPPS: : PA GAPPS
    Goo.im Repo : HERE
    EXP: http://www.chronic-buildbox.com/cm-11-20140506-UNOFFICIAL-pyramid.zip
    * This ROM can also be downloaded directly with GooManager *


    Nightlies

    [*] Below is a link to unofficial nightly builds. These are snapshots of source at time of compile and may be unstable/unusable and not supported

    PYRAMID NIGHTLIES


    PqCOw62.png


    ...............
    46
    Just for one or two stupid guys...

    thanks for the other albi...

    i guess it is kinda childish huh..well my server is down anyways so there isnt a build to test.....but i think i've calmed down... i'm not saying i'm gonna get a new build up tonight... i am in the middle of a re-model of my house...but i cant leave you guys.... :)

    sorry about that but that guy really got under my skin...and guys...not to be a **** but the level of development in this thread compared to say my 4.2 thread....please read before you post...and dont leave everything up to me... meet me half way...get a log. a screen shot...something....I'm spreading myself really thin. i have this device, the glacier, the holiday, and the jf and it has like 5 different variants. i'm litternally compiling all day..i have to schedule time for each device....
    44
    not to get sappy or anything. but i wanna take this tome to publicly apologize to android1234567 (sultan) my childish attitude was just wrong. He ended up learning more about the memory map process then I ever would have. not only did he get more memory out of pmem for userspace, he got to the holy grail of ION with camera working. he really is a talented dev. I hope we can clear things up. more then deving with him i more miss BSing with him on hangouts. its been lonely just chugging away at code without the occasional comic relief that comes from just friendly banter.

    anyways just wanted to get that out of the way...
    38
    i'll be updating the offical build soon...