• 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

[Unoffical][XC]Mokee 80.0 Open Source Development

XingChen_16

Member
Oct 14, 2017
33
92
0
Singapore
Features: (I will mention only that which does not take into LineageOS)
Listview animation
Update over the air can download the download website only incremental, it helps lower faster update and upgrade more easily:
Some icons and own layouts
Manager for Google services, so no need to use a large gapps, you can only download necessary at MokeeCenter
Ringtones, Alarms, Notification, UI sounds are all different CyanogenMod, thus bringing a beautiful charm to rom
bootianimation own
information integrated into MokeeCenter
Settings to add speed data network
Settings for navigation bar
Settings for Statusbar
Intelligent control settings to configure the newer apps and others.

DOWNLOAD :https://drive.google.com/open?id=1dJRnXmHuTf4CNhF4tLNccdOr2GEHFxaq

UNOFFICIAL: Maintained separately by individual developers, usually involves modification of shared code which cannot be merged (affects other devices), therefore maintained by the developer himself.
Note: We always test the shared code for bugs, however sometimes we may not be able to detect device specific bugs. If you have such issues, it will be better to report to the device maintainer.


Installation mode :
To install the clean rom:
Download the rom
enters recovery
make all wipes (all)
choose zip from rom and install
you can use a gapps any of its taste since it is for android 7.1.2
or you can go MokeeCenter after starting rom, there you can download the small gapps integrated into the system and have a lighter and clean rom.


XDA:DevDB Information
Mokee 80.0, ROM for the Xiaomi Redmi 3

Contributors
XingChen_16
Source Code: github.com/mokee

ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
Based On: Lineage 15.0

Version Information
Status: Beta
Current Beta Version: 20 Dec 2017 Build
Beta Release Date: 2017-12-20

Created 2017-12-20
Last Updated 2017-12-20
 
Last edited:

daqiqil

Member
May 2, 2011
33
3
0
couldn't install. it's said on twpr that this package is for ido and this device is. Error 3004.
why?
i updated to newest twrp and flash other oreo custom rom works fine.
 

DJStatikVX

Senior Member
Apr 16, 2016
56
19
0
couldn't install. it's said on twpr that this package is for ido and this device is. Error 3004.
why?
i updated to newest twrp and flash other oreo custom rom works fine.
Make sure you're running TWRP 3.2.1 and try deleting this first line from updater-script of the ROM:
Code:
assert(getprop("ro.product.device") == "ido" || getprop("ro.build.product") == "ido" || abort("E3004: This package is for device: ido; this device is " + getprop("ro.product.device") + "."););