• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[5.0.x] [SM-T325] CyanogenMod 12.0 UNOFFICIAL Nightlies for the Tab Pro 8.4 LTE

crpalmer

Inactive Recognized Developer
Mar 25, 2011
2,999
8,277
0
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0.x (Lollipop), 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 our Gerrit Code Review. Your changelog is whatever was merged into gerrit.

Instructions

First time flashing CyanogenMod 12.0 on your device, or coming from another ROM?
Download the zip(s).
Install a compatible Recovery
Perform a NANDroid backup of your current ROM (Optional)
Wipe data & cache partitions of your device (required when coming from stock!).
Flash CyanogenMod.
Optional: Install the Google Apps addon package.

Known Issues

* None

Other Issues?

Before posting on this thread, make sure of a few things:
You've utilized the search function of the forums. Nothing irritates me more than lazy people who do not search for an answer before asking.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread. "I'm having problems rooting/unlocking" is NOT relevant here.
LOGS LOGS LOGS!!!! Use this: SysLog by Tortel

Download Links

CyanogenMod: download.crpalmer.org

Google apps addon:
Download: http://d-h.st/users/dhacker29/?fld_id=27426 (use latest lp gapps)

XDA:DevDB Information
CyanogenMod 12.0 for MondrianLTE (Unofficial), ROM for the Samsung Galaxy Tab Pro 12.2, 10.1, 8.4

Contributors
crpalmer
ROM OS Version: 5.0.x Lollipop

Version Information
Status: Testing

Created 2015-03-02
Last Updated 2015-03-02
 

runoverheads

Member
Jan 31, 2008
10
3
0
error installing

cwm error log

Code:
-- Installing: /storage/sdcard1/cm-12-20150302-UNOFFICIAL-mondrianlte.zip
Finding update package...
I:Update location: /storage/sdcard1/cm-12-20150302-UNOFFICIAL-mondrianlte.zip
Opening update package...
Installing update...
minzip: Extracted 3 file(s)
detected filesystem ext4 for /dev/block/platform/msm_sdcc.1/by-name/systemabout to run program [/tmp/install/bin/backuptool.sh] with 2 args
Not backing up files from incompatible version: 12
run_program: child exited with status 127
about to run program [/tmp/install/bin/otasigcheck.sh] with 1 args
  erasing 627200 blocks
    blkdiscard failed: Invalid argument
  writing 118679 blocks of new data

lseek64 failed: Invalid argument
E:Error in /storage/sdcard1/cm-12-20150302-UNOFFICIAL-mondrianlte.zip
(Status 1)
Installation aborted.
I:using /data/media for /sdcard/0/clockworkmod/.last_install_path.
I:Cannot load volume /misc.
I:Can't partition non mmcblk device: /devices/msm_sdcc.2/mmc_host/mmc1
 

crpalmer

Inactive Recognized Developer
Mar 25, 2011
2,999
8,277
0
cwm error log

Code:
-- Installing: /storage/sdcard1/cm-12-20150302-UNOFFICIAL-mondrianlte.zip
Finding update package...
I:Update location: /storage/sdcard1/cm-12-20150302-UNOFFICIAL-mondrianlte.zip
Opening update package...
Installing update...
minzip: Extracted 3 file(s)
detected filesystem ext4 for /dev/block/platform/msm_sdcc.1/by-name/systemabout to run program [/tmp/install/bin/backuptool.sh] with 2 args
Not backing up files from incompatible version: 12
run_program: child exited with status 127
about to run program [/tmp/install/bin/otasigcheck.sh] with 1 args
  erasing 627200 blocks
    blkdiscard failed: Invalid argument
  writing 118679 blocks of new data

lseek64 failed: Invalid argument
E:Error in /storage/sdcard1/cm-12-20150302-UNOFFICIAL-mondrianlte.zip
(Status 1)
Installation aborted.
I:using /data/media for /sdcard/0/clockworkmod/.last_install_path.
I:Cannot load volume /misc.
I:Can't partition non mmcblk device: /devices/msm_sdcc.2/mmc_host/mmc1
Try again with tomorow's nightly build. I missed a commit to mondrianwifi which fixes the ability to flash the build on EUR devices which have a smaller /system/ partition. I just pushed that change and it will be picked up in tomorrow's build. If that doesn't fix it, let me know.
 

crpalmer

Inactive Recognized Developer
Mar 25, 2011
2,999
8,277
0
Great! Work very well, but the apn settings are missing. The " Cellular Network" in "Setting" is not visible.
I can't believe I never noticed that was missing... Doh!

You can either wait for tomorrow's build or add this:

Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!-- This is the standard set of telephony features for a GSM phone. -->
<permissions>
    <feature name="android.hardware.telephony" />
    <feature name="android.hardware.telephony.gsm" />
</permissions>
in the file:

Code:
/system/etc/permissions/android.hardware.telephony.gsm.xml
.
 

stefandi

Member
Nov 23, 2008
21
7
0
Dear crpalmer,
short report from germany:
  • Having a german SM-T325 with t-mobile sim, running your CM11
  • Backup of apps with titanium backup
  • Factory reset plus formatted /system with twrp 2.8.4.0
  • Installed image 20150303 plus pa-gapps plus SuperSU
  • Rebooted
  • Language selector did not detect the german sim
  • Initial setup without any topic
  • Restored apps with titanium
  • Applied the mods from post #7 and #9
  • Rebooted
  • Everything fine: Calling, texting and ussd codes are working.
  • "Mobile Networks" available under settings.

This looks very promising!
Thanks a lot!

Stefan
 

Cissiboy

Senior Member
Feb 23, 2011
447
100
43
Singapore
www.lorenzozanirato.net
i purchased a couple of days ago a 2nd hand set, 2 days which were enough to get me pissed bout samsung os crap

So I installed this and I can finally breathe. I can't be very accurate but it seems to me that it depletes battery a bit too fast when "idling" so I just got wakelock detector installed and will monitor, meanwhile someone more familiar with the device than me can confirm this CM12 is indeed not a batteryguzzler and it's just mine the exception ?

PS: Thanks to crpalmer for the beautiful rom, i have yet to insert the sim so I wouldnt have noticed the error posted above. Works great here and supersmooth.
 
Last edited:

lysaer

Senior Member
Apr 2, 2012
83
6
0
Anyone having WiFi issues?

I can connect fine to my virgin router 5ghz but can't connect to any of my Cisco WAP devices on 5 or 2.4 GHz frequencies

Was a fresh wipe and install and have tried the 4 different versions posted
 

itfsos

Member
Jun 17, 2012
41
5
0
Rome
Everything works fine here! Thanks crpalmer for the great work!!

Two questions:

- anyone noticed some little lags browsing the launcher pages or opening apps?

- do you use any tweak to hide root in certain apps?

Sent from my SM-T325 using XDA Free mobile app
 

mal13

Senior Member
Jan 9, 2010
485
65
0
I tried latest version aka cm120703 but there was 1 big problem. Cyanogenmod setting screen went fine to point where it asks for cm account. No matter if i skip it or sign in ...i'm directed to begining where to select language, set wlan and then again cm account... Here we go again to select language and so on. I tried reboot and other stuff but all i got was cycle as previously mentioned. I'll try 0603 version next.

Edit: 0603-version installed nicely. No problems.
 
Last edited: