• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root CM12.1 UNOFFICIAL RC5

I did..
Everything is working great by the way.

Although sometimes I can send/receive MMS messages with both WiFi and (lte) data on, no issues. But then other times it seems like the messages get hung up or stuck, and when they do I toggle WiFi off for a sec and let them send or download. Idk, maybe it's just me...

(im on the T-Mobile variant zmax)
Use Textra instead. It has an option to automatically turn off WiFi when sending/receiving MMS without manually switching WiFi on/off
 
Upvote 0
Default RC5, no hacks or changes. When I'm in a middle of writing a text, and receive a phone call I have a lag. Usually by the third or fourth ring the "REJECT or ANSWER" will show up in the notification bar. By the next ring it's usually sending to voicemail. I've missed a few calls this way, and end up having to call people back. I'm wondering if anyone else has come a cross this or is it just my phone? Been thinking about reflashing but it seems pointless when everything else is working flawless.
I've had this a lot , and its been getting my girlfriend mad lately lol
 
Upvote 0
Hey, @hroark13. I noticed the auto-brightness ramps up and down pretty rough. I made some changes to frameworks to hopefully make it more smooth. I don't have the build env. set up, so I can't test the changes myself. If someone could build a new zip or frameworks package, I'd really appreciate it. Here's the commit from my github:

https://github.com/ikarosdev/androi...mmit/11d3f57f23cd09f8576c45903a29f470268cf795

Code:
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
The N entries of this array define N + 1 zones as follows:

Zone 0: 0 <= LUX < array[0]
Zone 1: array[0] <= LUX < array[1]
...
Zone N: array[N - 1] <= LUX < array[N]
Zone N + 1: array[N] <= LUX < infinity

Must be overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessLevels">
<item>15</item>
<item>100</item>
<item>150</item>
<item>300</item>
<item>900</item>
<item>1200</item>
<item>3000</item>
<item>5000</item>
<item>8000</item>
</integer-array>

<!-- Array of output values for LCD backlight corresponding to the LUX values
in the config_autoBrightnessLevels array. This array should have size one greater
than the size of the config_autoBrightnessLevels array.
This must be overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>30</item>
<item>50</item>
<item>70</item>
<item>100</item>
<item>150</item>
<item>200</item>
<item>250</item>
<item>255</item>
<item>255</item>
<item>255</item>
</integer-array>
 
Last edited:
Upvote 0
just wanted to report that all of the LP ROMs are decreasing my battery life. after reverting to butternoob2 i can confirm this. i have seen people reporting better battery life but i dont see it.
I think some people like to THINK they get better battery life just because they LIKE to think upgrading ROMs just makes everything 'better'...
 
Upvote 0
Cyanogen MOD 12.1 (Android 5.1.1) for ZTE ZMAX

You need to be rooted and have TWRP installed (normally, not switched up)

CURRENT RC5
https://www.mediafire.com/?t29pq0nbmwf6a4i
md5sum 389345d082548cdf7d7729d876c615a6

INSTRUCTIONS (all done in TWRP with out restarting)
DO A BACKUP IF HAVE NOT DONE ONE YET
FACTORY WIPE
INSTALL ROM
INSTALL GAPPS
this is the gapps zip I use
https://github.com/cgapps/vendor_google/raw/builds/arm/gapps-5.1-2015-06-02-15-19.zip

do not restore data in TWRP from another ROM or older version, the DATA partition has a lot of OS related system stuff in it, use a backup and restore utility like Titanium Backup, to just back up you apps, app data, messages, call log, etc, etc,

If you have sensor issues (the screen goes black when you receive a phone call)
see this thread for the fix
http://androidforums.com/threads/cm12-1-sensors.922452/

fix if you flashed cm12.1 and went back to stock and have messed up rotation sensors
https://www.mediafire.com/?csh937g28vrbql1

Working
it boots
audio
bluetoothe
camera
wifi
camcorder
RIL
GPS
WIFI hotspot
sensors

Needs fixing
you tell me

Old Versions

OLD RC4 NO ODEX VERSION
https://www.mediafire.com/?113149p0dwbniu7
md5sum 070104fbcdd60986ffe0beb27c46c5cf
OLD ODEXED VERSION RC3
http://www.mediafire.com/download/3axl05lhz2l2e7m/cm-12.1-20150620-UNOFFICIAL-draconis.zip
md5sum c7572a04c07a70aa5a0ada68bb37c362
OLD RC2
https://www.mediafire.com/?gzrif112ud260kt
md5sum 455fbf41d80f2edba3245832602a36e5
OLD RC1
https://www.mediafire.com/?0qloe9a1ybkl7a7
md5sum d3b0c6685de1724e7c2036a88c26035c
OLD BETA 2
https://www.mediafire.com/?lps6pmjy10feu4j
md5sum 37c59fb0bc5aef465640911f965dd023
OLD BETA 1
https://www.mediafire.com/?jv9adn9sdrxk8oa
md5sum 670a07b8e2246d7ceb0cd9189e14303e

SOURCE CODE
ANDROID
https://github.com/CyanogenMod
KERNEL
https://github.com/hroark13/android_kernel_zte_draconis
DEVICE TREE
https://github.com/hroark13/android_device_zte_draconis




SYSTEM WRITE PROTECTION IS STILL ACTIVE, I MADE CHANGES TO THE KERNEL THAT STOPS THAT ERROR WHEN YOU TRY TO REMOUNT AS R/W

IF YOU TRY TO MAKE MODS TO /SYSTEM IT WILL LOOK LIKE IT WORKED, BUT IT IS ONLY IN THE BUFFER, ONCE YOU REBOOT THOSE CHANGES ARE GONE

SYSTEM WRITE PROTECTION WILL NOT BE OVERCOME WITH OUT A BOOT LOADER UNLOCK OR SOME TYPE OF HACK


If I have helped you, and you like my work, please click on the Thanks Button and give my thread a rating by clicking on the stars above.

If you would like to buy me a beer , you can click on the PayPal button




I would like to thank the following people for their donations

Waxysdargle
cclebeaux
dabluze
Dhlongfellow
Masterchief87
syph0r
danny
Jbird5047
intrdrgn
luis

shlickwilly


if I missed anyone, sorry








.hK
Hroark I need your help. Where did you get the DTS files for your kernel? So I can rebuild the dt.iMG for over clocking?
 
Upvote 0
Upvote 0
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones