[L7][P700/P705][4.4.4][Weekly #8] Unofficial CyanogenMod 11

Status
Not open for further replies.
Search This thread

RolanDroid

Senior Member
May 28, 2014
1,494
3,488
Italy
2412oia.jpg


CyanogenMod is a free, community built, aftermarket firmware distribution of Android JellyBean, which is designed to increase performance and reliability over stock Android for your device.

Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
*or any damage to you phone !
* Do some researches before flashing this ROM !
* If you points your finger at me for any mess i will laugh !
*/

Unofficial CyanogenMod 11 weekly builds for the p700/05

What's working:

  • GSM
  • Receiving and making calls
  • Display
  • Camera (photos, camcorder & panorama)
  • Audio playback
  • Audio recording
  • Video playback
  • Touch
  • WiFi
  • Wifi tethering
  • Bluetooth
  • Bluetooth tethering
  • OpenGL rendering
  • Hardware video decoding & encoding
  • USB-tethering
  • Mtp/ptp
  • Sending/receiving SMS/MMS
  • Sdcard
  • GPS

Not working/Tested:

  • nothing

Kernel features
  • Based on linux 3.4.104
  • LZ4 Compressor module
  • Support for /dev/frandom
  • Compiled with google gcc 4.8
  • USB force fast charging
  • BackLightNotification (BLN)
  • Google Snappy Algorithm
  • fs/dynamic/sync/control
  • Optimized SLUB memory allocator
  • Removed scsi_wait_scan module
  • mm/frontswap
  • Support for GCC 5.0/6.0
  • Ofast
  • msm_ion.h
  • BFQ updated to BFQ-v7r7
  • ext4 leak memory fix
  • Zram
  • Zcache
  • ZSmalloc
  • Overclock to 1200mhz
  • Underclock to 61mhz

Governors
  • Lulzactive
  • SmartassH3
  • Lagfree
  • Wheatley
  • SmartassV2
  • Smartmax
  • Intelliactive
  • InteractiveX
  • Interactive
  • Userspace
  • Powersave
  • Dancedance
  • Ondemand
  • Conservative
  • Performance

Schedulers
  • noop
  • deadline
  • row
  • cfq
  • bfq
  • sio
  • sioplus
  • fiops
  • Zen

Instructions
ROM is only for v20 baseband. It's recommended to be on CWM 6.0.4.8+

Installation
  • Boot to Recovery
  • Wipe Data and Cache
  • Wipe Dalvik Cache
  • Format system
  • Flash cyanogenmod.zip
  • Reboot

Downloads
cm-11-20150808-UNOFFICIAL-p700
MonsterKernel-20150808-CM-p705.zip
My gapps

Thanks to


Source Code:
https://github.com/RolanDroid/lge_MonsterKernel-lproj
https://github.com/CyanogenMod
https://github.com/TeamHackLG
https://github.com/Crxteam
https://github.com/androidarmv6

XDA:DevDB Information
[L7][P700/P705][4.4.4][Weekly #8] Unofficial CyanogenMod 11, ROM for the LG Optimus L7

Contributors
rolando 88
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: v20
Based On: CyanogenMod

Version Information
Status: Stable
Current Beta Version: 8
Beta Release Date: 2015-08-08

Created 2015-04-13
Last Updated 2015-08-08
 

Attachments

  • 2.jpg
    2.jpg
    28.4 KB · Views: 3,853
  • 2.1.jpg
    2.1.jpg
    33.5 KB · Views: 3,756
  • 3.jpg
    3.jpg
    33.5 KB · Views: 3,564
  • 4.jpg
    4.jpg
    38.2 KB · Views: 3,563
  • 1.jpeg
    1.jpeg
    33 KB · Views: 3,661
Last edited:

RolanDroid

Senior Member
May 28, 2014
1,494
3,488
Italy
Changelog weekly 8
  • Fixed ramdisk problem
  • Fixed wifi
  • # CONFIG_CC_OPTIMIZE_FAST is not set
  • Enabled BackLightNotification
  • Added BackLightNotification
  • Updated patch.sh (script for apply patch)
  • Revert "Enabled CONFIG_DYNAMIC_FSYNC"
  • build.sh: Added support for L7II
  • Revert "new simple script for build kernel"
  • Updated simple CHANGELOG.sh script
  • [M4/U0/V1/VEE3/VEE7]Enabled Zcache
  • arch/arm/mach-msm/Kconfig: decouple QCACHE from MSM board selection
  • zcache-main.c: fix compilation error due to API update
  • staging: zcache: fix cleancache race condition with shrinker
  • staging: zcache: fix spelling of comment
  • staging: zcache: cleanup the code between tmem_obj_init and tmem_obj_find
  • staging: zcache: introduce get_zcache_client
  • staging: zcache: cleanup zcache_do_preload and zcache_put_page
  • staging: zcache: optimize zcache_do_preload
  • staging: zcache: cleanup zbud_init
  • staging: zcache: mark zbud_init/zcache_comp_init as __init
  • staging: zcache: remove unnecessary config option dependence
  • staging: zcache: fix a compile warning
  • staging: zcache: fix refcount leak
  • staging: zcache: don't limit number of pools per client
  • Defconfigs: Enabled all features
  • Defconfigs Updated to Linux 3.4.104 for vee7
  • cyanogenmod: Add fresh vee7 defconfigs
  • lge: Initial Vee7 KK BringUp
  • Enabled CONFIG_DYNAMIC_FSYNC
  • mms128s_ts: Invert the Menu Key of L3II Dual while in L3II Single Kernel
  • [VEE3]Enabled some governor and updated localversion
  • Build.sh: MonsterKernel v13
  • new simple script for build kernel.
  • acpuclock-7627: Update freq's
  • Simple Changelog.sh script
  • mms128s_ts: Enable HomePage touch
  • Optimized SLUB memory allocator (creds: Christopher83)
  • Revert "tweaked swappiness" (Fixed deep sleep)
  • [M4/U0/VEE3]Enabled frontswap
  • tweaked swappiness
  • [M4/U0]Enable other 2 governor
  • Support for GCC 5.0 and 6 .0
  • [M4/U0]Enable all new governors in the Defconfigs
  • Updated build.sh
  • Added all new governors in the makefile and kconfig
  • cpufreq_lulzactive
  • cpufreq_lagfree
  • cpufreq_userspace
  • cpufreq_powersave
  • cpufreq_dancedance
  • Google Snappy
  • USB force fast charging
  • [M4/U0]CONFIG_FORCE_FAST_CHARGE=y
  • [M4/U0/VEE3]Enable Google Snappy
  • Other changes for L3II etc on github
  • Linux 3.4.0 -> Linux 3.4.104
  • Simple IO scheduler plus
  • Zen IO scheduler
  • bfq: update to BFQ-v7r7
  • block: Switch from BFQ-v7r5 for 3.4.0 to BFQ-v7r6 for 3.4.0
  • frontswap: support exclusive gets if tmem backend is capable
  • mm: frontswap: fix a wrong if condition in frontswap_shrink
  • mm/frontswap: fix uninit'ed variable warning
  • mm/frontswap: cleanup doc and comment error
  • mm: frontswap: remove unneeded headers
  • mm: frontswap: split out function to clear a page out
  • mm: frontswap: remove unnecessary check during initialization
  • mm: frontswap: make all branches of if statement in put page consistent
  • mm: frontswap: split frontswap_shrink further to simplify locking
  • mm: frontswap: split out __frontswap_unuse_pages
  • mm: frontswap: split out __frontswap_curr_pages
  • mm: frontswap: trivial coding convention issues
  • mm: frontswap: remove casting from function calls through ops structure
  • frontswap: s/put_page/store/g s/get_page/load
  • mm: frontswap: core swap subsystem hooks and headers
  • mm: frontswap: add frontswap header file
  • mm: frontswap: config and doc files
  • mm: frontswap: core frontswap functionality
  • Fix build with all Optimizes
  • Fix -Ofast
  • gcc: add Compiler optimizations config options
  • staging: android: lowmemorykiller: Change default debug_level to 1
  • lowmemorykiller: make default lowmemorykiller debug message useful
  • debug: remove: arm unwind: remove logspam while in debug mode
  • debug: remove: remove some dmesg logspam from Linux mainline 3.4 fs
  • debug: remove: tty makefile remove smux_debug
  • video: msm_fb: reduce logging level.
  • rmt_storage: Decrease logging.
  • use msm_ion.h
  • msm_fb: Fix RGB pipe offset issue
  • GCC 4.8 Fixes
  • Set 1024 kbytes as Max Readahead
  • led p5521: stop to the led pattern
  • fs/dyn_sync_cntrl: add kernel panic notifier to force flush outstanding data
  • fs/dyn_sync_cntrl: add reboot notifier to force flush outstanding data
  • fs/dyn_sync_cntrl: add some cache optimizations
  • s/dyn_sync_cntrl: check dyn fsync control's active prior to performing fsync ops
  • fs/dyn_sync_cntrl: dynamic sync control
  • Revert "entropy optimization v2"
  • Other changes on github (4700 commits)
  • Recompiled from old source of MonsterKernel
  • Linux 3.4.0-> 3.4.108
  • Fixed sioplus
  • Other stuff on github
  • Updated linux to Linux 3.4.108 from official site (www.kernel.org)
  • Added /dev/frandom
  • Added LZ4 Compressor module thanks to teamVee
  • [M4]Enable LZ4 Compressor module
  • [u0]Enable LZ4 Compressor module
  • Updated deconfig for v8.0
  • new build.sh,thanks to Caio99BR for base
  • Fixed "enable LZ4" for P700
  • Updated linux to Linux 3.4.50
  • Entropy optimization v2
  • [L7]Values of MDP and ADSP updated (fixed lags and black screen)
  • [U0][M4]Disable ModVersions and Enable Force_Load-Updated module.c
  • Updated entropy optimization (fixed lag)
  • revert leak memory fix
  • added 950,1050mhz removed 1008mhz and added 1000mhz for L7
  • set underclock by default to 61440 for L5
  • Added overclock to 1100mhz for L5
  • Added overclock to 1200mhz for L7
  • Added smartmax
  • Added intelliactive
  • Added interactiveX
  • Added wheatley
  • Added sioplus
  • Added support for p700-p705
  • updated entropy optimization,ext4 memory leak fix and others
  • patched selinux
  • added frequency min to 61mhz [L7]
  • added new frequencies (700mhz,800mhz and 900mhz) [L7]
  • Updated modules
  • Added entropy optimization
  • Added ext4 leak memory fix

Changelog weekly 7
  • Added MonsterKernel p705
  • Removed L Speed
  • Others

Changelog weekly 6.1
  • Fixed error status 7
  • Added skernel prefinal p700
  • Added full compatibility for recovery p705
  • Change busybox
  • Removed app unnecessary
  • Fixed battery drain,gps and deep sleep

Changelog weekly 6
  • Updated L Speed for CyanogenMod
  • Updated busybox
  • Fixed black screen (not tested)
  • Deactivate all tweaks
  • Other fix and update general

Changelog weekly 4
  • Updated L Speed for CyanogenMod
  • Upstream cm changes
  • Added skernel with ubertc
  • Bln (you need app from play)
  • fast charge
  • And always set noatime no diratime on all partitions(faster in test apps)
  • Updated Adreno blobs to kitkat (kk_2.7_rb1.21)
  • Fixed VIDEO_ENCODE power hint
  • Fixed dark photo with flash enabled
  • Increased zram disk size to 192MB
  • Increased Swappiness to 100
  • Updated proprietary blobs from p710 v20 kitkat
  • Using all blobs from p710 v20 expect nfc,adreno and sensor.
  • V9 RIL
  • Kitkat RIL, dsds hack to get ril is no longer needed.
  • Morpho DNR (Digital Noise Reduction) support for low-ligth conditions
  • Fixed some selinux denials
  • Increased Swappiness to 100
  • Background app limit increased to 20
  • Merged p710 v20 kernel
  • hardly any v20 changes effect us anyways
  • Fixed high battery drain in sleep
  • Fixed OMX bugs (pause/resume/fast forward/rewind)
  • Switched to qmi ril
  • Disabled HW aac decoder
  • Possible fix for gps battery drain
  • Total userspace ram is 401mb now
  • Fixed WIFI instability issues
  • Disabled genlock support
  • Enabled HW decoder for AAC,qcelp,evrc
  • Disabled lowmem - performance seems to improved with this
  • Some memory management changes

Changelog weekly 3
  • Updated L Speed for CyanogenMod
  • Kernel tweaks updated
  • VM tweaks updated
  • Updater-script printing changed
  • Added some things when applying SD tweak
  • Updater tweaks for build.prop
  • DNS removed from mod
  • VM tweaks updated
  • Ram manager updated
  • Host file updated
  • IO and SD tweak separated
  • Updated Improve battery tweak (build.prop)
  • Added haveged seeder engine
  • Fixed lags
  • Fixed random reboot

Changelog weekly 1
  • -initial release
 
Last edited:

Loulou-13

Senior Member
Aug 24, 2013
1,825
667
Marseille
@rolando 88

ok ,i will test when i have time ...and the phone (it's my wife ; LOL ! :D)

thank again and again and again.... !!! our friend !!! it's fabulous for L7 development ! we love you ! ;)

@Paget96

hi ! ;) i hope you are fine ! ;)

"lasts" CM sources ? it's the last nighly ? no ?!

@PecanCM is really a f***ing great dev ! :p one among the best of the best ! a real king of Android universe ! :p
we miss him ... pity ! a dev with strong precious knowledges ... :crying:
 

RolanDroid

Senior Member
May 28, 2014
1,494
3,488
Italy
@rolando 88

ok ,i will test when i have time ...and the phone (it's my wife ; LOL ! :D)

thank again and again and again.... !!! our friend !!! it's fabulous for L7 development ! we love you ! ;)

@Paget96

hi ! ;) i hope you are fine ! ;)

"lasts" CM sources ? it's the last nighly ? no ?!

@PecanCM is really a f***ing great dev ! [emoji14] one among the best of the best ! a real king of Android universe ! [emoji14]
we miss him ... pity ! a dev with strong precious knowledges ... :crying:
I do this for passion
 

Loulou-13

Senior Member
Aug 24, 2013
1,825
667
Marseille
I do this for passion

...and a future "recognized developer" here ,i think (i hope ,i pray for you... :p ) ;)

this CM11 is the best alternative way for our poor L7 ,for the end of his life ...it's the hope ! :crying:
otherwise ,if it have a work of rebuild of "beta" THLG sources , maybe a CarbonKK ,RR ...etc....would be interresting ...
 

RolanDroid

Senior Member
May 28, 2014
1,494
3,488
Italy
...and a future "recognized developer" here ,i think (i hope ,i pray for you... :p ) ;)

this CM11 is the best alternative way for our poor L7 ,for the end of his life ...it's the hope ! :crying:
otherwise ,if it have a work of rebuild of "beta" THLG sources , maybe a CarbonKK ,RR ...etc....would be interresting ...

Carbon rom from aidas tested?

Sent from my K00Z using XDA Free mobile app
 

Paget96

Recognized Developer / Inactive RC
Oct 29, 2013
12,635
34,793
27
Krusevac
Difference between all of your CM11 port to this one? I dont know what would i choose to use.
This is on the latest CM sources, also all of us know that THLD didn't update L7 device tree souce like on L5. With port from L5 you will get all the latest.
Need someone who will test this build.

Sent from my LG-P705 using Tapatalk
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    2412oia.jpg


    CyanogenMod is a free, community built, aftermarket firmware distribution of Android JellyBean, which is designed to increase performance and reliability over stock Android for your device.

    Code:
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    *or any damage to you phone !
    * Do some researches before flashing this ROM !
    * If you points your finger at me for any mess i will laugh !
    */

    Unofficial CyanogenMod 11 weekly builds for the p700/05

    What's working:

    • GSM
    • Receiving and making calls
    • Display
    • Camera (photos, camcorder & panorama)
    • Audio playback
    • Audio recording
    • Video playback
    • Touch
    • WiFi
    • Wifi tethering
    • Bluetooth
    • Bluetooth tethering
    • OpenGL rendering
    • Hardware video decoding & encoding
    • USB-tethering
    • Mtp/ptp
    • Sending/receiving SMS/MMS
    • Sdcard
    • GPS

    Not working/Tested:

    • nothing

    Kernel features
    • Based on linux 3.4.104
    • LZ4 Compressor module
    • Support for /dev/frandom
    • Compiled with google gcc 4.8
    • USB force fast charging
    • BackLightNotification (BLN)
    • Google Snappy Algorithm
    • fs/dynamic/sync/control
    • Optimized SLUB memory allocator
    • Removed scsi_wait_scan module
    • mm/frontswap
    • Support for GCC 5.0/6.0
    • Ofast
    • msm_ion.h
    • BFQ updated to BFQ-v7r7
    • ext4 leak memory fix
    • Zram
    • Zcache
    • ZSmalloc
    • Overclock to 1200mhz
    • Underclock to 61mhz

    Governors
    • Lulzactive
    • SmartassH3
    • Lagfree
    • Wheatley
    • SmartassV2
    • Smartmax
    • Intelliactive
    • InteractiveX
    • Interactive
    • Userspace
    • Powersave
    • Dancedance
    • Ondemand
    • Conservative
    • Performance

    Schedulers
    • noop
    • deadline
    • row
    • cfq
    • bfq
    • sio
    • sioplus
    • fiops
    • Zen

    Instructions
    ROM is only for v20 baseband. It's recommended to be on CWM 6.0.4.8+

    Installation
    • Boot to Recovery
    • Wipe Data and Cache
    • Wipe Dalvik Cache
    • Format system
    • Flash cyanogenmod.zip
    • Reboot

    Downloads
    cm-11-20150808-UNOFFICIAL-p700
    MonsterKernel-20150808-CM-p705.zip
    My gapps

    Thanks to


    Source Code:
    https://github.com/RolanDroid/lge_MonsterKernel-lproj
    https://github.com/CyanogenMod
    https://github.com/TeamHackLG
    https://github.com/Crxteam
    https://github.com/androidarmv6

    XDA:DevDB Information
    [L7][P700/P705][4.4.4][Weekly #8] Unofficial CyanogenMod 11, ROM for the LG Optimus L7

    Contributors
    rolando 88
    ROM OS Version: 4.4.x KitKat
    ROM Kernel: Linux 3.4.x
    ROM Firmware Required: v20
    Based On: CyanogenMod

    Version Information
    Status: Stable
    Current Beta Version: 8
    Beta Release Date: 2015-08-08

    Created 2015-04-13
    Last Updated 2015-08-08
    4
    here guys, can you test this kernel (L7, P700 users can also flash) and see if the freezes on wake is done with? Also, whats the RAM now (Using values from Stock v20i now)
    http://www.mediafire.com/download/cgti6wknku7nohq/SKernel_PREFINAL2_p705.zip
    3
    i either got bootloop if i fresh install weekly 6.1 on my p700. neither kernel (prefinal p700, prefinal p705, prefinal2 p705) is working.
    but if i flash weekly 4 first with the prefinal2 p705 kernel then update with weekly 6.1 than its working .

    Tomorrow update
    2
    I think there's still a couple of L7 users out there, just post the Rom. We will download it, post feedback and definitely give you thanks.

    Sent from my LG-P705 using XDA Premium 4 mobile app

    Man your ROM works perfectly. Infact i enjoyed it so much that I don't feel like changing anything.. Smooth and perfect.. I also wrote a review. Keep up the good work and plz continue. :)
    Good guys, soon weekly 4!

    Regards: RolanDroid
    2
    Rom updated, finally a CyanogenMod 11 based on TeamHackLg stable!

    Downloads
    CyanogenMod 11 Weekly 4 p700
    CyanogenMod 11 Weekly 4 p705
    My gapps

    Changelog weekly 4
    • Updated L Speed for CyanogenMod
    • Upstream cm changes
    • Added skernel with ubertc
    • Bln (you need app from play)
    • fast charge
    • And always set noatime no diratime on all partitions(faster in test apps)
    • Updated Adreno blobs to kitkat (kk_2.7_rb1.21)
    • Fixed VIDEO_ENCODE power hint
    • Fixed dark photo with flash enabled
    • Increased zram disk size to 192MB
    • Increased Swappiness to 100
    • Updated proprietary blobs from p710 v20 kitkat
    • Using all blobs from p710 v20 expect nfc,adreno and sensor.
    • V9 RIL
    • Kitkat RIL, dsds hack to get ril is no longer needed.
    • Morpho DNR (Digital Noise Reduction) support for low-ligth conditions
    • Fixed some selinux denials
    • Increased Swappiness to 100
    • Background app limit increased to 20
    • Merged p710 v20 kernel
    • hardly any v20 changes effect us anyways
    • Fixed high battery drain in sleep
    • Fixed OMX bugs (pause/resume/fast forward/rewind)
    • Switched to qmi ril
    • Disabled HW aac decoder
    • Possible fix for gps battery drain
    • Total userspace ram is 401mb now
    • Fixed WIFI instability issues
    • Disabled genlock support
    • Enabled HW decoder for AAC,qcelp,evrc
    • Disabled lowmem - performance seems to improved with this
    • Some memory management changes