[ROM][UNOFFICIAL] CyanogenMod 12.1 for Alcatel ONETOUCH IDOL 3 5.5

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,176
13,063
113
23
Memphis , TN
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.1.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.

Download Links

Androidfilehost:
Download: https://www.androidfilehost.com/?fid=24391638059057759

Google Apps Minimal Edition:
Download: http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330

Installation
1.) You must have twrp installed follow this guide here
2.) Download the ROM and Gapps and place them on internal or external storage (depending on your model you may only have internal storage)
3.) In TWRP navigate to "Wipe" and wipe cache, data, and dalvik
4.) In TWRP navigate to "Install" find the location of the downloaded zips and proceed with installation
5.) Once both ROM and Gapps have been successfully flashed reboot system and wait for the device to boot

XDA:DevDB Information
CyanogenMod 12.1 for Alcatel ONETOUCH IDOL 3 5.5, ROM for the Alcatel Onetouch Idol 3

Contributors
Unjustified Dev
Source Code: http://github.com/TeamRegular

ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x

Version Information
Status: Stable

Created 2015-10-14
Last Updated 2016-01-28
 

Attachments

Last edited:

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,176
13,063
113
23
Memphis , TN
Status

Working:
Radio (Includes Dual Sim, Data and SMS)
Sound
Camera
BT
Sensors
Wifi

Known Issues:
Please share your bug reports (include a log if possible)
Tap to wake (Works, but disables itself randomly)
Horrendous battery drain

Changelog
20160218
remove unneeded qcom usb script
disable boot freq limit for cluster

20160216
Updated prima driver to LA.BR.1.1.3_rb1.45
Updated kernel to LA.BR.1.1.3_rb1.45
add back various alcatel kernel changes
set usb properties on boot (Fix the usb product model defaulting to Android)
set variant from init and add support for I806 (pivoq)
selinux enforcing (wcnss fixes by pivoq)
add peripheral manager
wcnss: restore stock config

20160128
update storage configuration (fix internal storage access)
don't set tct properties
set taptowake control state to 2
remove window cover support (revisit later)
remove unused zram script
remove tct cmdline garbage
remove unused hdcpService
remove power engine
remove powerup reason
remove unused Tct Daemon
disable secure discard
remove camera wrapper
use half res bootanimation
update WCNSS cfg from firmware bin
Stop the QC-QMI message spam
switch to init.qcom.power and update devfreqs
add script to identify device variants
switch to new cm-12.1 kernel
update adreno blobs
 
Last edited:

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,176
13,063
113
23
Memphis , TN
FAQs

Q: Is the device fully reversible on CyanogenMod as well?
A: Unfortunately no, it does allow all rotations but the dialer app currently will not allow you to place calls upside down.


Q: Does Dual Sim work with this ROM?
A: Dual Sim devices are now supported


Q: Why is my device 6045X?
A: The script failed to identify your device the supported model are 6045I, 6045B, 6045K, and 6045Y


Q: How can I get my device supported?
A: Post the model number and stock build.prop


Q: Is the Aero flipcase supported on CyanogenMod?
A:At the current moment it is not supported
 
Last edited:

pivoq

Senior Member
Jul 12, 2010
82
183
0
Good News! Any plans for supporting 4.7 version aswell?
Is your device tree based on a similar device like yu tomato oder something, could you give me some hints for setting it up?
 

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,176
13,063
113
23
Memphis , TN
Good News! Any plans for supporting 4.7 version aswell?
Is your device tree based on a similar device like yu tomato oder something, could you give me some hints for setting it up?
No plans at the moment. There's is already someone handling 4.7 variants. Check out the CM port thread for details.
 

brian117

Senior Member
Feb 22, 2011
750
331
93
Cleveland, OH
Like a kid on Christmas Eve. Waiting for what's to come. Can't wait to see future progress on this. I would give this a shot but WiFi and MMS are like my main two necessities. Thanks to all of those involved on this port for making this happen.
 

Nikola Jovanovic

Senior Member
Jul 4, 2012
621
88
0
So close but yet so far.. I was so hyped when saw the thread but got down to earth quickly.. Stay focused my man, you're about to make something that's good into the great..

Just wondering if cm have some incompatibles with root apps like greenify, Viper 4 Android? Thank you


Sent from hell
 

masterdex

Senior Member
Apr 16, 2011
1,190
350
113
One wonders why use those minimal gapps rather dated instead of gapps latest? On motog 2014 Cyan 12.1 latest release give FC using ones you reported.:confused:
While Cyanogen recommends these:deleted
 
Last edited:

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,176
13,063
113
23
Memphis , TN
  • Like
Reactions: masterdex

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,176
13,063
113
23
Memphis , TN
Then I immediately delete the link to avoid problems.
My ADB is ready.;)
CyanogenMod
https://www.androidfilehost.com/?fid=24052804347837558

Bootimg with adb enabled
https://www.androidfilehost.com/?fid=24052804347837588

Flash cm then the boot.img can be done from twrp or fastboot.

To keep it from crashing we need to remove the wlan module
adb remount
adb shell rm -rf /system/lib/modules/wlan.ko

technically you could do that from twrp without ever flashing the boot.img by mounting system after installing cm and using the included twrp file manager
 
Last edited:

masterdex

Senior Member
Apr 16, 2011
1,190
350
113
CyanogenMod
https://www.androidfilehost.com/?fid=24052804347837558

Bootimg with adb enabled
https://www.androidfilehost.com/?fid=24052804347837588

Flash cm then the boot.img can be done from twrp or fastboot.

To keep it from crashing we need to remove the wlan module
adb remount
adb shell rm -rf /system/lib/modules/wlan.ko

technically you could do that from twrp without ever flashing the boot.img by mounting system after installing cm and using the included twrp file manager
Ok I'm downloading.
Then install cm after bootloader and still gapps and after I disable the WiFi with ADB or leave everything as it is?
 

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,176
13,063
113
23
Memphis , TN
Ok I'm downloading.
Then install cm after bootloader and still gapps and after I disable the WiFi with ADB or leave everything as it is?
You can flash gapps before and the boot.img isn't needed flash cm and gapps. Once they are done mount system and use the file manager to remove wlan module and that's it reboot and everything should be fine.