[ROM][4.4.4] Unofficial CyanogenMod 11.0 Nightlies , RC and SNAPSHOTS [STABLE]

sandravictoria

Senior Member
Oct 23, 2015
59
27
38
  • Like
Reactions: nilanko

hetor99

Senior Member
Sep 2, 2015
391
191
0
Some can help me??? When i installing the open gapps aroma installer, i chose the apps what i want on the rom but when i start the installer, aroma installer reload the recovery but in roms like cm 12.1 the recovery dont reboot
 

sandravictoria

Senior Member
Oct 23, 2015
59
27
38
There's a constant bug that shakes the hell out of me & that is, the vibration intensity.
PS: stock cm11.
I found a solution to the issue. Edit the file /system/etc/init.d/90userinit. Usual warning: TWRP backup before you start!

Launch
Code:
adb root
adb remount
vi /system/etc/init.d/90userinit
*Add* the uncommented lines to the file. If you want it automatically to go to lowest vibration level every boot then uncomment echo line also.

Code:
# Edit the file /system/etc/init.d/90userinit
# the lowest value accepted is 5
# echo 5 >  /sys/devices/virtual/timed_output/vibrator/vtg_level
if [ -e /sys/devices/virtual/timed_output/vibrator/vtg_level ];
then
chmod 0666 /sys/devices/virtual/timed_output/vibrator/vtg_level
fi;
If you have the chmod then you can edit it with the Settings/GUI.
If recompiling from source code of cm-11 then The file to edit is
Code:
vendor/cm/prebuilt/common/etc/init.d/90userinit
 

Bycote

Member
Jan 27, 2016
7
0
0
I am using the stable ROM in the first post of this thread and mobile date is NOT WORKING.

Is there a way to manually configure the APN so mobile data will work? I use H2O Wireless.
 

Cheez2553

Senior Member
Jan 7, 2011
651
346
0
Reggio Emilia
I am using the stable ROM in the first post of this thread and mobile date is NOT WORKING.

Is there a way to manually configure the APN so mobile data will work? I use H2O Wireless.
It must be an APN issue because data it's working for me.

You can try some app on the play store or manually configure the APN from the internet

Inviato dal mio Moto E utilizzando Tapatalk
 

sandravictoria

Senior Member
Oct 23, 2015
59
27
38
Sorry for double post


Someone knows a cm11 kernel that works?I can't find one that doesn't break WiFi or RIL

Inviato dal mio XT1022 utilizzando Tapatalk
I am not sure if your MVNO does something. The best is to flash stock kitkat from twrp restore (hope you have a copy). Enable all wifi, mobile networks, GPS (very important). Add apn for your mvno [1]. Check if wifi, mobile-network, GPS works OK.

Now flash CyanogenMod-11.0-Condor-NIGHTLY http://builds.hubdroid.com/cm11/nightlies/final/condor/?dir=STABLE_RELEASE works very well. Try adding your APNs in Settings. I _never_ found any issues with cm-11 kernel. Repeat [1].


1.
 

Attachments

Last edited:

niix

Senior Member
Jun 12, 2013
73
13
0
Hello all.
I love this rom, it runs faster than cm12 and I'd really love to keep it but there are two major problems I can't ignore:
  1. when someone start ringing, most of the times, especially when the phone is asleep, it won't ring at the fist rings. So for example if I ring only once and then hang up, most of the times the phone won't receive any call. Not even a notification. If the ringing is long enough (from 3 rings up) then I'll get the call. It's very random, sometime it works all right but most of the times it doesn't. This is very annoying for me, but I solved it by reverting to Release candidate 2, which doesn't have this problem. I am in Italy and using TIM as mobile provider.
  2. SystemUpdateService wakelock. It drains the battery! A few month ago it was enough for me to apply this "[GUIDE][FIX]Fix SystemUpdateService wakelock on latest Google Play Services" (sorry can't post links, but it's on xda).
    The problem with this fix is that with latest google updates, google play services force closes at boot and during usage. A few months ago it worked just fine.

    I thought I fixed it by running at boot the following:
    Code:
    sleep 60
    echo "Disabling SystemUpdateService Battery Drain"
    pm enable com.google.android.gms/.update.SystemUpdateActivity 
    pm enable com.google.android.gms/.update.SystemUpdateService
    pm enable com.google.android.gms/.update.SystemUpdateService$ActiveReceiver 
    pm enable com.google.android.gms/.update.SystemUpdateService$Receiver 
    pm enable com.google.android.gms/.update.SystemUpdateService$SecretCodeReceiver 
    pm enable com.google.android.gsf/.update.SystemUpdateActivity 
    pm enable com.google.android.gsf/.update.SystemUpdatePanoActivity 
    pm enable com.google.android.gsf/.update.SystemUpdateService 
    pm enable com.google.android.gsf/.update.SystemUpdateService$Receiver 
    pm enable com.google.android.gsf/.update.SystemUpdateService$SecretCodeReceiver
    echo "Script Execution Successful"
    This script actually fixes the wakelock but it breaks notifications! Notifications over Wi-Fi don't arrive instantly and completely breaks WhatsApp offline notifications (they arrive with receiving timestamp instead of sending timestamp. This happens when the phone has been offline for a while and a bunch of messages arrive as soon as the phone gets online. Messages get stuck in the cloud somewhere and keep arriving even hours after the phone got online).

So unless I found a solution for the wakelock draining my battery I guess I'll have to go back to stock rom, which I hate :(
Am I the only one experiencing this?
 
Last edited:

sandravictoria

Senior Member
Oct 23, 2015
59
27
38
Hello all.
I love this rom, it runs faster than cm12 and I'd really love to keep it but there are two major problems I can't ignore:
1. when someone start ringing, most of the times, especially when the phone is asleep, it won't ring at the fist rings. So for example if I ring only once and then hang up, most of the times the phone won't receive any call. Not even a notification. If the ringing is long enough (from 3 rings up) then I'll get the call. It's very random, sometime it works all right but most of the times it doesn't. This is very annoying for me, but I solved it by reverting to RC2, which doesn't have this problem. I am in Italy and using TIM
This is well known issue due to lookups (phone not fast or not enough RAM). Go to Call Settings -> Disable all Forward People Reverse lookup. Restart phone. Incoming call should be fast. If the lookups are enabled AFAIK, it tries to search in the Yellow pages for this phone number to extract information from online. If you have wifi and mobile data disabled then incoming calls must be fast.
 

niix

Senior Member
Jun 12, 2013
73
13
0
This is well known issue due to lookups (phone not fast or not enough RAM). Go to Call Settings -> Disable all Forward People Reverse lookup. Restart phone. Incoming call should be fast. If the lookups are enabled AFAIK, it tries to search in the Yellow pages for this phone number to extract information from online. If you have wifi and mobile data disabled then incoming calls must be fast.
Thank you @sandravictoria ! I don't have the phone with me to check, but I guess if RC2 is working allright, reverse lookup is disabled by default there. I'll check later.
 

Adarsh1998

Senior Member
Nov 6, 2014
1,914
1,473
0
DAVANGERE

Attachments

Last edited:

Cheez2553

Senior Member
Jan 7, 2011
651
346
0
Reggio Emilia
If anyone wants cm-11 with latest security patches, can download this build, great thanks to @percy_g2 for wonderful source, @Abhimanyu Shekhawat 121 @prince trishi for helping anytime and @jaspreet.virdi for testing, https://www.androidfilehost.com/?fid=24415232478676201
Incredible work,Was looking for this,will flash ASAP

Inviato dal mio Moto E utilizzando Tapatalk

EDIT : Working Perfectly,although if you use opengapps then the home button on navbar won't work anymore. I used slimgapps. Also has Someone found a working kernel?
 
Last edited:
  • Like
Reactions: Adarsh1998

jaspreet.virdi

Senior Member
Sep 13, 2014
206
159
0
amritsar
Incredible work,Was looking for this,will flash ASAP

Inviato dal mio Moto E utilizzando Tapatalk

EDIT : Working Perfectly,although if you use opengapps then the home button on navbar won't work anymore. I used slimgapps. Also has Someone found a working kernel?
Everything works well , flash opengapps pico and then clear cache , devalic cache and data . there is no problems with navigation home button.
 

niix

Senior Member
Jun 12, 2013
73
13
0
@ProudRed is this fix still working on your device?
As i explained on a couple posts ago it used to work with me but now with latest Google updates, if i apply that fix, I get Google Play services has stopped.

Right now I am trying out "Disable SystemUpdateService" app on playstore which seems to work but I don't know yet if it causes any issues.