• 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

[OFFICIAL] CyanogenMod 13.0 | ido

Anik_khan

Inactive Recognized Developer
Oct 13, 2014
259
2,700
0
Mymensingh, Dhaka

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0 (Marshmallow), 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 out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.


What's working :

  • Boots
  • RIL (Calls, SMS, Data)
  • Wi-Fi
  • Bluetooth
  • Camera ( Videos And Photos )
  • Video Playback
  • Audio ( Record and Playback )
  • Sensors
  • Flash
  • LED
  • GPS

What's not working :

  • You tell me!

Instructions :
  • Download the latest build and GApps
  • Reboot to recovery
  • Perform a full clean install (Wipe cache, data, system)
  • Flash the latest build and GApps
  • Reboot

Variant Compatibility:
  • This build is compatible with Redmi 3/Pro.

Downloads :

Credits :

XDA:DevDB Information
CyanogenMod 13.0 for Xiaomi Redmi 3, ROM for the Xiaomi Redmi 3

Contributors
Anik_khan
Source Code: https://github.com/CyanogenMod/android_kernel_xiaomi_msm8916

ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x

Version Information
Status: Nightly
Beta Release Date: 2016-12-03

Created 2016-08-01
Last Updated 2016-12-03
 

Attachments

Last edited:

Anik_khan

Inactive Recognized Developer
Oct 13, 2014
259
2,700
0
Mymensingh, Dhaka
Reserved

Reporting Bugs
  • DO NOT Report bugs if you're running a custom kernel or you installed Xposed
  • Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
  • If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
  • If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.

Frequently Asked Questions:

Q) Where are Developer options?
A) Go to Settings > About phone, and press five times on Build number.

Q) How can I enable root access?
A) Go to Settings > Developer options > Root access, and enable it for apps, adb or both.

Q) I don't like superuser icon in statusbar, can I install SuperSU?
A) Yes, that would not show superuser icon in statusbar.

Q) How do I update GApps? (Also useful if you have GApps related problems).
A) Reboot to recovery. Wipe System, Cache and Dalvik Cache. Install ROM + GApps. (Yes, without rebooting). Reboot.
 
Last edited:

Anik_khan

Inactive Recognized Developer
Oct 13, 2014
259
2,700
0
Mymensingh, Dhaka
Reserved

How to flash rom with F2FS filesystem
  • Flash F2FS supported recovery (Here)
  • Wipe system/data/cache partition
  • Go to advance wipe and select system partition
  • Go to repair or change file system > change file system> f2fs > and swipe
  • Do the same for system, data and cache partition (This will change your filesystem from ext4 to f2fs)
  • Now do a full wipe and flash rom as usual
NOTE: Changing filesystem to F2FS will wipe your internal sd so please keep a backup of your files.
 
Last edited:

pepuandroll

Senior Member
Oct 27, 2014
126
34
0
28
Huelva


Code:
#include <std_disclaimer.h>
/*
* 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.
Working:
* Almost everything

Not Working:
* Selinux is permissive
* You tell me

Instructions:
– Perform a full clean install (Wipe cache, data, system)
– Install the ZIP
– Flash GAPPS (ARM64)
_ Reboot

Variant Compatibility:
This build is compatible with Redmi 3 (ido). I can't be certain for Redmi 3 Pro as i dont't have the device.

Download:
CyanogenMod:
Beta 1

Google apps:
opengapps.org

Kernel source: Soon

Credits: CyanogenMod, @Men_in_black007 and so many guys for helping me.

XDA:DevDB Information
CyanogenMod 13.0 for Xiaomi Redmi 3

Contributors
Anik_khan
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x

Version Information
Status: Beta
Current Beta Version: 1
Beta Release Date: 2016-08-01

Created 2016-08-01
Last Updated 2016-08-01
Thank you Anik. I will test as soon as possible for me.

If you wanna, you can use kenzo fix for fingerprint :)

Thanks again. Regards.

Enviado desde mi Redmi 3 mediante Tapatalk
 

mrvalve

Member
Jul 5, 2012
15
4
0
That's amazing, I'm going to install it this weekend.
Any new about battery? Screen on time?
Thank you very much!

Enviado desde mi Redmi 3 mediante Tapatalk
 

Anik_khan

Inactive Recognized Developer
Oct 13, 2014
259
2,700
0
Mymensingh, Dhaka
Okay i am trying to answer all questions here :p
First yes i made my own MM compatible kernel using Xiaomi's source.
Second i made it permissive for debugging sepolicy. Permissive selinux won't affect for daily uses. Yes its good to have selinux enforced rom. I will be writing policy as soon as possible. So next beta will come with enforced sepolicy.

Thanks