CM12.{0,1} (Lollipop) official/unofficial builds for the Droid 4
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0/5.1 (Lollipop), which is designed to increase performance and reliability over stock Android for your device.
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 our Gerrit Code Review.
These are WIP builds of porting CM12.{0,1} to the Droid 4 (and also other devices using the same device/motorola/omap4-common-infrastructure). They probably won't work, so don't expect too much. Use on your own risk!
Builds:
Last official build:
http://droid.cs.fau.de/cm-12.1/official/
Old manual builds:
http://droid.cs.fau.de/cm-12.0/pre-alpha-test/new_safestrap/
Changes (only device/family specific, CM base is always synced before build and contains more changes):
What's working:
What's not working:
Probably most everything else, including, but not limited to:
Gapps (CM-12.0):
Dhacker29 provides gapps for Lollipop:
http://d-h.st/YQG
http://d-h.st/jzr
http://droid.cs.fau.de/cm-12.0/gapps/ (Mirror)
Gapps (CM-12.1):
https://github.com/cgapps/vendor_google/releases/
Installation:
GSM users:
To use this CM12.{0,1}-ROM on GSM-networks you should install Mentor.37's GSM patch
Source / Repositories:
XDA:DevDB Information
CM 12.{0,1} on Motorola Droid4, ROM for the Motorola Droid 4
Contributors
stargo, Hashcode, Dhacker29
Source Code: https://github.com/CyanogenMod
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod
Version Information
Status: No Longer Updated
Created 2014-11-23
Last Updated 2016-02-16
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0/5.1 (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 any of us for messing up your device, we will laugh at you.
* Collectively, and at the same time.
*/
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.
These are WIP builds of porting CM12.{0,1} to the Droid 4 (and also other devices using the same device/motorola/omap4-common-infrastructure). They probably won't work, so don't expect too much. Use on your own risk!
Builds:
Last official build:
http://droid.cs.fau.de/cm-12.1/official/
Old manual builds:
http://droid.cs.fau.de/cm-12.0/pre-alpha-test/new_safestrap/
Changes (only device/family specific, CM base is always synced before build and contains more changes):
- 2015-04-16:
- Switched CM build-target, new nightlies will now be 12.1: http://review.cyanogenmod.org/#/c/94693/
- 2015-02-01:
- No more unofficial builds! See: http://review.cyanogenmod.org/#/c/87596/
- No more unofficial builds! See: http://review.cyanogenmod.org/#/c/87596/
- 2015-01-28:
- Mobile data fixes
- Remaining com.android.phone crashes on VZW finally fixed (thanks @joojoobee666)
- 2015-01-24:
- Fixed sw-keyboard popup when hw-keyboard is used (thanks @joojoobee666)
- Fixed reboot to recovery
- Fixed sepolicy for whisperd (dock service)
- 2015-01-22:
- Fixed su-permissions
- Crashes on Verizon most likely fixed, please report back
- 2015-01-20:
- Fixed flashlight
- 2015-01-18:
- SELinux updates.
This requires manual action for applications to continue being able to access their own files when upgrading from 2014-01-14 or 2014-01-15 (older versions are fine)!
Due to SELinux-bugs in 2014-01-1{4,5}, you have to relabel your data-partition on the first boot when upgrading from 2014-01-14/-15. This only needs to be done once. To do this, enable adb/usb debugging and grant root to adb (both in developer settings) and execute via an adb shell:
Code:su -c 'for i in /data/*; do echo "${i}"; restorecon -DFrv "${i}"; done; sync; reboot'
- SELinux updates.
- 2015-01-1{4,5}:
- More fixes for {,umts_}spyder
- sepolicy updates
- GSM fixes
- notable CM changes: su integration fixed
- 2015-01-11:
- Updated SELinux policies (mostly for spyder/umts_spyder)
- Added kernel stability fixes
- Video decoding fixes
- 2015-01-09:
- Enabled SELinux enforcing
- Add SELinux-policies for motorola services
- Enable ro.telephony.get_imsi_from_sim on VZW devices (thanks @joojoobee666)
- 2015-01-02:
- Sync CM changes
- 2014-12-23:
- Fixed stock camera
- 2014-12-22:
- Sync CM changes
- Fix build due to P2P changes (fix pushed into CM)
- Enabled security for adb (keys/not root by default)
- 2014-11-30:
- Added APN fixes for CDMA/LTE
- Enabled multiuser mode (might not work yet)
- Last update for a couple of weeks
- 2014-11-27:
- Fixed graphics glitches
- 2014-11-26:
- Fixed HW video-decoding
- Enabled doze mode (no pickup sensor in the devices!)
- CM resync as always
- 2014-11-23:
- Probably fixed mobile data on LTE
- Fixed WiFi-tethering
- 2014-11-22:
- Requires a recovery supporting SELinux
What's working:
- Phone (tested on Verizon and on GSM/UMTS in Europe)
- Mobile data (at least on GSM/UMTS in Europe)
- WiFi
- WiFi-tethering
- GPS
- Camera
- Playback of DRM-protected content (using Widevine from OnePlusOne)
What's not working:
Probably most everything else, including, but not limited to:
- Some connectivity issues (should be solved now)
- Data encryption
Gapps (CM-12.0):
Dhacker29 provides gapps for Lollipop:
http://d-h.st/YQG
http://d-h.st/jzr
http://droid.cs.fau.de/cm-12.0/gapps/ (Mirror)
Gapps (CM-12.1):
https://github.com/cgapps/vendor_google/releases/
Installation:
- You need a new recovery supporting SELinux
- An updated Safestrap (3.75) which supports SELinux can be found here: https://github.com/stargo/android_packages_apps_Safestrap/releases/tag/v3.75
- Please read the instructions on how to install this version and follow the order of the steps in it.
GSM users:
To use this CM12.{0,1}-ROM on GSM-networks you should install Mentor.37's GSM patch
Source / Repositories:
- maserati device-support: https://github.com/CyanogenMod/android_device_motorola_maserati
- omap4-common device-support: https://github.com/CyanogenMod/android_device_motorola_omap4-common
- omap4-common kernel: https://github.com/CyanogenMod/android_kernel_motorola_omap4-common
- local manifest to build cm-12 for the Droid 4: http://droid.cs.fau.de/cm-12.0/pre-alpha-test/new_safestrap/local_manifest.xml
XDA:DevDB Information
CM 12.{0,1} on Motorola Droid4, ROM for the Motorola Droid 4
Contributors
stargo, Hashcode, Dhacker29
Source Code: https://github.com/CyanogenMod
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod
Version Information
Status: No Longer Updated
Created 2014-11-23
Last Updated 2016-02-16