[ROM][L900]Official Nightlies CM11.0[KTU84P][4.4.4]

Search This thread

The Commish

Member
Mar 23, 2013
14
4
Woodland
Last CM11 (l900) Nightly 20150118

I'm trying to restore my Note 2 to CM11 so I can give it to a deserving recipient. Looks like all that's available through official channels is M11 (which my handset didn't like for some reason), and I don't seem to have a later nightly in my files.

Can anyone drop a link or PM me a link to a solid late December 2014-early January 2015 nightly? Much appreciated.

Below is a link to the last CM11 nightly (l900) before they ended. I saved it to My Drive just in case. It's my fallback. Hope that helps.


https://docs.google.com/file/d/0B2_2shI4nuZaZzRycVhxRmRZVUU/edit?usp=docslist_api
 
Last edited:

internetpilot

Senior Member
Jan 26, 2011
898
276
Ponte Vedra, FL
Wifi tether doesn't work with bluetooth on?

I'm still using this as my daily driver until CM12 gets a wee bit more stable, and now I'm going to wait a little longer for 5.1 , but I noticed something the other day about WiFi tether, and I don't know if it's known, but thought that might help someone else. I found out the hard way that wifi tether doesn't work when bluetooth is on. I got a new Asus T100 tablet and was putting it through all of my personal requirements tests, with one of those being the ability to tether through my phone (not all devices can). I was initially very disappointed that it wouldn't connect, but then I tried my Note 10.1 2014 tablet as well as my son's iPad 2, and it wouldn't connect either. I was in my car so I had bluetooth on, so on a whim I turned off bluetooth, and all three devices immediately connected as normal.
 

skuddy

Senior Member
Nov 11, 2009
143
26
Can anyone help me figure out why my note ii is not charging while powered off? The battery animation starts to pop up but then it freezes until battery pull. Any solutions? I keep using the search feature but I'm not finding anything. Searched about 6 forums. Googled extensively etc.
 

jlmancuso

Senior Member
Apr 26, 2011
5,638
5,840
houston, tx
Can anyone help me figure out why my note ii is not charging while powered off? The battery animation starts to pop up but then it freezes until battery pull. Any solutions? I keep using the search feature but I'm not finding anything. Searched about 6 forums. Googled extensively etc.

It is a rom issue and was never fixed in cm11.

Sent from my SPH-L900 using XDA Premium 4 mobile app
 

noidman123

Senior Member
Mar 23, 2014
523
137
Google Pixel 6
Google Pixel 7 Pro
No problem. I didn't know what I was doing when I joined epicmtd but I was taught by some of the best there and I hope I can pass on a piece of that every once and a while.

Also an update.
Push that 3 to a 4 as sbrissen updated that commit with patchset #4.

#/bin/sh
pushd device/samsung/t0lte
git fetch http://review.cyanogenmod.org/CyanogenMod/android_device_samsung_t0lte refs/changes/28/80428/4 && git checkout FETCH_HEAD
popd
pushd kernel/samsung/smdk4412
git fetch http://review.cyanogenmod.org/CyanogenMod/android_kernel_samsung_smdk4412 refs/changes/90/81090/1 && git checkout FETCH_HEAD
popd

Hey, i understand this thread is old, but i'm having sepolicy build errors when building slim lp for the t0lte. Stumbled across this thread and these patches on google and tried to apply them but i get 404 not found. Could someone help?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 65
    CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KK), which is designed to increase performance and reliability over stock Android for your device.
    Code:
    #include 
    /*
     * Your warranty is now void.
     *
     * I am 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 me for messing up your device, I will laugh at you.
     *
     * Submitting bug reports on nightly builds is the leading 
     * cause of male impotence.
     */

    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. Linked below is a package that has come from another Android project that restore the Google parts. 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. You can also view the Changelog for a full list of changes & features.

    PreReqs: Unlocked Bootloader

    INSTRUCTIONS
    First time installing CyanogenMod 11.0 to your Galaxy Note 2 L900, or coming from another ROM:
    - Read known issues ans FAQs
    - Flash the latest official ClockworkMod-Recovery
    - Copy GApps and CM11.0 ZIPs to your SDCard
    - Boot into Recovery
    - Flash CM11.0 zip from SDCard
    - Flash GApps zip from SDCard
    - DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
    - Reboot
    - Don't restore system data using Titanium Backup!
    - Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!

    Upgrading from earlier version of CyanogenMod 11.0:
    - Copy CM11.0 ZIP to your SDCard
    - Boot into Recovery
    - Flash CM11.0 zip from SDCard
    - Reboot

    BUG LIST
    -BT Voice Search

    [Nightlies] http://download.cyanogenmod.org/?device=l900

    [GAPPS 4.4] http://wiki.cyanogenmod.org/w/Google_Apps#Downloads

    Sources http://github.com/CyanogenMod
    16
    new build up
    15
    new build up!
    14
    Almost there. Accelerometer, light, gyro, barometer, and prox sensors are working. Need to fix gravity, linear accel, magnetic, and orientation. :)

    Sent from my SCH-I605 using xda app-developers app
    12
    bigbiff said:
    Ask the rom maintainer to fix the contexts in the zip so when we load them, we set them right copying files to system and data.

    bigbiff found the reason why we're losing the radio. Running "restorecon -R /system" will restore the radio within 30 seconds, without a reboot. You'll need to mount /system as rw first though.

    To make it easier, I made a flashable ZIP. It will try to run restorecon in recovery (this part seems to only work in CWM), and it will also copy "fixradio" to /system/bin. If the radio still doesn't work after flashing, boot up, start Terminal and type "su" press enter, then type "fixradio" and press enter. Within 30 seconds your radio should be back.

    Fixes clean installs and nandroids on both TWRP and CWM.