[ROM][Official][4.2.2] CyanogenMod 10.1 Nightlies for the Optimus 4X HD (p880)

Status
Not open for further replies.
Search This thread
Please guys from now on anything cm-11 related post it in the right thread ;)
This remains for cm10.1 issues only.
Demetris Hooray!
Well, you took matters into your own hands.
Finally, there will be law and order.
The title of this thread a long time ago does not fit into the issues raised.
.
 

streambinder

Senior Member
Jun 3, 2014
570
972
Rome
? I've installed 11/06 and works fine, it's a rock, smooth, no USB problem, GPS, cam... All is ok
I tried twice from clean install: trebuchet was stopping :crying:

Guys, please move to official CyanogenMod11 thread, started yesterday evening by Demetris and leave this thread available for everyone who's experiencing any issue on 4.2.X version, although I believe there are not left users.
 
Status
Not open for further replies.

Top Liked Posts

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

    Code:
    #include <std_disclaimer.h>
    /*
    * Your warranty is now void.
    *
    * We are 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 us for messing up your device, we will laugh at you.
    */

    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. You will need to provide your own Google Applications package (gapps). 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. Your changelog is whatever was merged into our repositories between builds, and can be found at any time in Settings (About Phone -> CyanogenMod Updates -> [ select the update ])

    Instructions:

    First time flashing CyanogenMod 10.1 your device, or coming from another ROM?
    1. Download the zip(s).
    2. Optional: adb backup
    3. Unlock the device: "adb reboot oem-unlock", and follow the onscreen instructions
    4. Install a compatible recovery image (Official ClockworkMod images are tested)
    5. Perform a NANDroid backup of your current ROM.
    6. Factory-reset your device from recovery (required when coming from stock or any other ROM that isn't CM!).
    7. Flash CyanogenMod.
    8. Optional: Install the Google Apps addon package.
    Issues?

    Experience issues? As these are nightlies, bug reports are not accepted. You are relying on yourself and your peers in this thread for support!

    Download Links:

    CyanogenMod:
    Nightly:
    Download: link

    Google Apps addon:
    Use 4.2 gapps:
    Download: link


    GENERAL COMMENT AND REQUEST:

    We ask all the regular contributors here to please answer the "xxx is broken" or "yyy force closes" statements without an attached logcat with something like "LOGCAT or it didn't happen"

    Feel free to be creative but DO NOT respond with wipe cache/clear data or any other attempted solution before the reporting user has taken the trouble to actually try to help solve the problem (e.g. by attaching a logcat, detailed steps to reproduce etc.).

    Just clearing data etc. may in fact cause us to never find the bug that caused the issue and just makes for lazy users.


    The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
    13
    S
    suruceanu.nick
    VolumeWake without flashing anithing!

    Type this 2 lines in terminal to activate volume wake, it stay active even after flashing new nightly.

    Code:
    su
    then
    Code:
    sqlite3 /data/data/com.android.providers.settings/databases/settings.db
    then
    Code:
    insert into system values(null, 'volume_wake_screen', '1');
    Reboot and you're Done!

    Work's with CM11. ;)

    Sent from my LG-P880 using xda app-developers app
    13
    seems cm team not putted our fix into code yet.. be patient

    and one thing if you really want spam this thread with one same post better try to compile yourself and repair this error by yourself in your local repo.. it is really simple.. i am not any developer and could do it just by reading... btw @laufersteppenwolf made beautilul script which sets whole enviroment to compile roms by yourself on your pc

    as a small tip for the future, if a ROM is missing a commit, but you don't want to fetch/cherry-pick the entire repo, you can just open the commit on github (as an example this one:
    Code:
    https://github.com/CyanogenMod/android_device_lge_p880/commit/79b98394b87ce6d05469415c198011daf3f0d620

    and then add ".patch" at the end
    Code:
    https://github.com/CyanogenMod/android_device_lge_p880/commit/79b98394b87ce6d05469415c198011daf3f0d620.patch

    then save the file (named hotfix.patch for example) in your local repo (./device/lge/p880 in this case). then cd into the dir your patch is located and then run "git apply hotfix.patch" and git will "cherry-pick" the commit, without having to fetch the repo and then cherry-pick ;)


    But yes, the commit has been merged and nightles should continue ASAP ;)
    11
    Volume Key to Wake

    For all those who want to wake up screen by volume key, but don't want to use Xposed Framework or Want to Use ART (since xposed is not compatible with ART and it's somewhat annoying just to enable volume key wake, you have to install xposed and it's module), I made a flashable zip. Full Credit goes to negativman at this post . I merely use this method with latest nightly and made a flashable zip.
    Disclaimer: Although I personally tested it with 18/01/2014 nightlies and it's working good, I can not guarantee that for you. So flash this with your own responsibility. :p:p:p
    PS: and it is worth noting that you only need to press volume key one time to wake up, not like power key :eek:

    EDIT: a newer version based on 23rd jan nightlies can be found here
    11
    Status bar problems can be fixed by selecting disable hw overlay in developer settings.

    Sent from my LG-P880 using xda app-developers app