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

Status
Not open for further replies.
Search This thread

tonhao12

Senior Member
Mar 11, 2012
396
117
I not on cyanogen right now so I won't be able to help on this. Sorry.

Sent from my Optimus 4X HD using XDA Free mobile app
 
Dec 25, 2013
39
10
AFAIK when u get email in a other than general section u dont get a notification in statusbar but dashclock shows u all unread emails .

u can change option of notifications from other than general tab in gmail website if i remember right

Ahh thanks :) Prompted by your response I found this article. I don't see why the default behaviour isn't for the same notification settings for all inboxes though!
 

gandhar

Senior Member
Jan 20, 2012
1,037
679
Goa
cyandelta seems fine now, the nightlies are looking really stable. maybe they do a stable/ M release for this phone now
 

maderos

Senior Member
Sep 24, 2011
349
86
Cyandelta is not working with latest nightlies, i think. Last update inside is from 30.05...any1 else?

Wysłane z mojego LG-P880 przy użyciu Tapatalka
 

tonhao12

Senior Member
Mar 11, 2012
396
117
And why should we use cyandelta instead of built-in CM updater which is working excellent, at least for me?

Послато са мог LG-P880 користећи XDA Premium 4 мобилну апликацију

It seems the reason is the size of the rom which in this case is just delta update, much smaller than the ROM itself.
 
  • Like
Reactions: lorddimic

aria12

Senior Member
Jun 12, 2012
166
96
Today's nightly.

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

Attachments

  • 1402075196853.jpg
    1402075196853.jpg
    42 KB · Views: 678
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