Post Your CyanogenMod 7.2 Nightly Questions HERE!!

Search This thread

frost_nz

Senior Member
May 14, 2012
506
238
Christchurch
Excuse to all!
Why the app Lightbox results for the market not compatible with my phone?
I had it installed lot of weeks ago with this same rom, then i turned to HepHappy's ics for a while, using the app too, then after the closing of that project i returned to cm7 but now i can't install Lightbox: "The app is incompatible with your device".
Thanks!

Instagram is not compatible too

Install through the Play market on your PC and wait for it to download on the phone, rather than installing it from the play market on the phone. Worked for me.
 

Cekk

Member
Jul 12, 2011
23
3
the annoying flickering clock bug in status bar is still present in this last nightly... wtf cyanogenmod team please fix it...
 
  • Like
Reactions: alexdj89

hemanth86

Member
Jun 20, 2011
48
6
Tumkur
With Medscape app, I'm unable to view reference articles online. Everything else works fine. I can download updates, view news and education articles (CMEs) via the app.
If I click on any reference article the app doesn't try to connect to internet.
I've not installed any ad blocker. Had same issue even in lupohirp's ICS ROM. But, used to work fine on mik's cm.
Does anybody have the solution or experiencing same problem.
And also I looked into /etc/host file if CM has ad block by default but, found none.

Anything regarding this topic?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 76
    Добро пожаловать, друзья! Welcome, Friends! आपका स्वागत है, दोस्तों! Benvenuti, amici!
    Bem-vindos, amigos! Ласкаво просимо, друзі! Bine ati venit, prieteni! 欢迎 朋友们
    Vítejte, přátelé! chào đón, bạn bè! Willkommen, Freunde! Bienvenidos, amigos!


    in7kew.jpg


    The latest CyanogenMod Nightly can be downloaded here or via ROMManager.
    The new recovery in ROMManager (5.0.2.7) is not required, but is necessary to receive automatic updates.

    Changelog
    [I'm not going to provide my own changelog as all updates to CM7.2 are minor bugfixes only...]

    Other necessary files: Google Apps (Also available in ROMManager)

    night·ly /ˈnaɪtli/
    adj.
    1. Of or pertaining to the night, or to every night; happening or done by night, or every night.
    2. A Fresh CyanogenMod ROM automatically built with the newest available code, usually compiled at night. Often contains many bugs.

    This is the place to discuss the CyanogenMod nightlies. Feel free to talk about anything related to these ROMS, but to receive acknowledgement by a developer of any problems you find, the following conditions should be met:
    • Use the stock CyanogenMod kernel
    • Do not overclock
    • Use the default system apps (launcher etc.)
    • Do not use apps2sd or similar
    Before posting a problem you should:
    • Check the posts below for a solution / fix
    • Read the last 10 pages of this thread for a post with a similar problem
    • Backup, reflash with a full wipe, check if the bug is still there
    • Wait 24 hours for the next nightly, the devs probably already know about it
    If the problem still persists after the next nighlty appears and all the above steps have been followed, post your problem and we'll see if there is something we can do. Please include the following information:
    • Which Nightly you are running
    • Which Nightly the bug first appeared (if known)
    • *Confirm Stock Everything* (shows that you have read all the above)
    • Detailed steps to reproduce the bug (add a screenshot if it helps)

    OLD BASEBAND?

    If your phone uses the old baseband, you need to upgrade to the new baseband. This improves 3G signal and battery life. There are many guides on how to do this so just have a quick look around, or even watch a video on Youtube.

    NO-APN PROBLEMS?

    All APN problems related to 'funny SIMs' have been fixed, please thank werewolfo for generously donating an Italian funny SIM for me to test with!.
    28
    Major improvements include:
    • New baseband support
    • Better 3G Reception
    • .35 kernel support (only)
    • Offline charging
    • Quicker GPS lock
    • Smoother Accelerometers
    • Better 3G signal
    • Better battery life
    • CyanogenMod Updates
    24
    I noticed its difficult to get the pop-up menu when I hold the power button down.

    Hold the power button down until you feel it vibrate twice.

    I'm getting an error when trying to turn wi-fi on after flashing the testing kernel and the last nightly.

    The test kernel is a kernel only, none of the other included files came with it. If you flashed another kernel it won't work.

    With screen on animation there are white noise before animation and when receive a call, need some time before i can answer.

    You shouldn't really be enabling screen on animation, it's always been buggy for msm7x27 chips which is why it's disabled by default. But if it works, static is a small price to pay for a phone that doesn't reboot on an incoming call...

    PS here's a KANG that includes the fixed kernel and fixed camera...

    http://www.mediafire.com/?p0di9g79ck80a0c
    19
    Ok. As you know, init is the first process after kernel started. Init parse /init.rc and /init.[device_name].rc and execute early-init action in it. Ueventd is one of the very first services started by the default init.rc. It proceeds to read its main configuration files, /ueventd.rc and /ueventd.[device_name].rc, replays all kernel uevents (i.e. hotplug events), and then proceeds on to wait, listening for all future uevents. Kernel uevents are delivered to ueventd through a netlink socket, a common way for certain kernel functionality to communicate with user-space tools and daemons. [device_name] we get from "androidboot.hardware" kernel commad line - in our case it "thunderg" (look BoardConfig.mk). In early builds we got file /uevent.thunder.rc , after typo fix we have /uevent.thunderg.rc and have problem with /dev permissions - ril, sensor, gpu not work. Download latest nightly, flash, then apply patch in attachment - and manual network selection was work :fingers-crossed:
    18
    Finally audio with headphones is fixed!

    I spent ages looking for a way to enable the microphone with stereo output, then I realized I can just detect if we are in a call or not and swich to mono with working mic :rolleyes:

    http://review.cyanogenmod.com/#/c/14710/

    EDIT: here is an unofficial build to play with

    http://www.mediafire.com/?4b933wa09351rjv

    changelog: 'stuff' is fixed ;)