• 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

[ROM][4.4.x][OFFICIAL][ACE] MoKee OpenSource Project [RELEASE &amp; NIGHTLIES]

Ruling

Senior Member
Sep 15, 2012
634
862
0
www.1024team.com
Disclaimer:
Code:
All the firmwares, custom ROMs, official firmware updates, mods and tools mentioned here belong to their respective developers/owners.

You will be doing everything at your own risk. 

We nor the developers cannot be held responsible if you end up damaging or bricking your device.


Introduction:
MoKee OpenSource is based on the Google AOSP. We update our source code frequently to keep up with the latest development, and not forgetting to merge in special features of our own at the same time.

A small group of people from around the world who are interested in Android launched this project on the 12th of December 2012, and is committed to make this ROM better and better. Like most contributors of open source projects (Omni, CyanogenMod, Slim AOSPA etc), we are doing all these in our free time as our passion...:)

Since this project is open source, anyone interested can participate in the development (maintain new devices, contribute code etc). Newcomers are always welcomed! :)
Read here for developer application; with this, you can host your unofficial MoKee builds on our server!


Features:
  • Odexed for faster performance (only in official releases, nightlies are deodexed)
  • Incremental updates
  • OTA updates - update on the fly!
  • Native exFAT support (Samsung devices only)
  • ListView animations
  • Multi window
  • Calendar - with lunar and solar calenders
  • Lunar calendar in lock screen
  • Task switching sidebar in recent apps (the list will increase if you install supported apps)
  • Bulk SMS recipients
  • Adjustable SMS font size
  • SMS sending delay
  • Smart dialing
  • Speed dialing
  • IP dialing
  • Custom carrier name
  • Network speed in status bar (upload and download!)
  • Built in timer in Apollo - determine when to stop playing music
  • MoKee Setup Wizard
  • Active Display
  • Adjustable navigation bar height
  • Unique Power Saver functions!
  • Custom screen off animations
  • Customizable recent apps shorcuts
  • Lockscreen notifications
  • Working CM11 theme engine
  • Many more! Since we are constantly adding new features, see changelogs to keep updated!

Screenshots
The screenshots below gets outdated very fast! :D










Multi-window:






Screen Off Animations:

Scale down:

Fade out:


Unique features:



























Feature-rich settings:
























Links:
Official Site:
http://www.mokeedev.com/en

Google Plus Community (join us for faster response!):
https://plus.google.com/communities/112433388317801966872

Statistics:
http://stats.mokeedev.com

Build Status:
http://build.mokeedev.com

Bug Tracker:
http://issues.mokeedev.com

Changelog:
http://changelog.mokeedev.com

GitHub:
http://github.com/MoKee

Kernel Sources:
https://github.com/MoKee/android_kernel_htc_msm7x30

Code Review:
http://review.mfunz.com

Official Releases (usually once per week, odexed, more stable):
http://rom.mk/?device=ace&type=release


Instructions For Incremental Updates:
http://forum.xda-developers.com/showpost.php?p=45438599&postcount=74

Incremental Updates For Official Releases:
http://rom.mk/ota.php?device=ace&type=release

Nightly Releases (updated daily, cutting edge/WIP features (maybe bugs?), deodexed):
These are compiled daily at CST 0030 (GMT+8 )
http://rom.mk/?device=ace&type=nightly


Incremental Updates For Nightly Releases:
http://rom.mk/ota.php?device=ace&type=nightly

MoKee Gapps (latest):
http://rom.mk/gapps

MoKee Gapps (full list):
http://www.androidfilehost.com/?w=files&flid=11492

Installation Instructions:

1.update your recovery to 6.0.4.7:here
2. Put the files on SD card.
3. Reboot to recovery.
4. Do factory reset (ie. format /data, /cache, /sd-ext and /sdcard/.android_secure)
5. Flash ROM
6. Flash MoKee Gapps:here
7. Remember to reflash boot.img via fastboot if you are HTCDev unlocked.
8. Reboot​


【NOTE】:
This rom made for HTC Desire HD,not Inspire 4G,but u can use Mustaavalkosta's mod;
For Desire HD user If you use ota from 20140418 and did not Edit the system partition, need not do a full wipe。
For Inspire 4G user ,you can't use ota update.and maybe need wipe.

Q&A
http://forum.xda-developers.com/htc-desire-hd/help/qa-mokee-opensource-project-t2907004



Issues with themes:
Please refer here:http://forum.xda-developers.com/showthread.php?t=2577469

Donations:
All donations will be used for bandwidth, you can see the current bandwidth usage here:
http://traffic.mokeedev.com
Current rate is 6TB per/month, extra at USD0.02/GB

So yea, show some "MoKee lurve" here:
http://www.mokeedev.com/en/donations :D

Credits:
- MoKee Developers: https://github.com/orgs/MoKee/members
- Martincz
- CyanogenMod
- Mustaavalkosta
- Andromadus
- CodeAuroraForum
- BananaGranola
- Epic Beard Men
- eXistZ
- Flemmard
- Flinny
- Juansheng
- paulb_nl
- randomblame
- synergye
- All the rest that have helped to construct these builds and develop software for ace directly or indirectly in the past.
- Koush for open-sourced SuperUser
- Slim Roms
- OmniROM
- @omkarsathe92 for the videos! :)[/INDENT]

XDA:DevDB Information
[ACE] MoKee OpenSource, ROM for the HTC Desire HD

Contributors
Ruling
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
ROM Firmware Required: HTC Desire HD with Unlocked Bootloader or S-OFF and SD-CARD with 210MB or More
Based On: AOSP
Version Information
Status: Stable
Stable Release Date: 2014-07-19

Created 2014-04-11
Last Updated 2014-08-18
 
Last edited by a moderator:

Ruling

Senior Member
Sep 15, 2012
634
862
0
www.1024team.com
How To build Mokee

How I can build MK4.4 by myself?

http://bbs.mfunz.com/thread-754544-1-1.html

1:Setup a basic Android build environment.(USE this bash Script:https://github.com/ruling/android_local_manifest/blob/kk_mkt/SABE.sh

mkdir -p mk

cd ~/mk

repo init -u https://github.com/MoKee/android.git -b kk_mkt

mkdir -p .repo/local_manifests

wget https://github.com/DHDAIO/android/raw/kk_mkt/local_manifest.xml -O .repo/local_manifests/local_manifest.xml

repo sync

. build/envsetup.sh

lunch mk_ace-userdebug

mka bacon
 
Last edited:

Ruling

Senior Member
Sep 15, 2012
634
862
0
www.1024team.com
I'm not sure why I'm on the contributors list but I'm not directly contributing nor I plan to do so in the near future. Not that I wouldn't want to but I just don't have time for any more projects at the moment. Good luck with the project though!
i used your device tree,and made some change.?

Sent from my HTC T528w using XDA Premium 4 mobile app
 

Mustaavalkosta

Elite Member
Dec 25, 2010
2,476
9,435
0
33
Tampere
opendesireproject.org
i used your device tree,and made some change.?

Sent from my HTC T528w using XDA Premium 4 mobile app
Yeah, and that's ok but no need to name me as a contributor. Everything we do is a derivative from someone else's work so it's kind of natural to fork and continue on different route. :) I found out last night that I could remove myself from DevDB's contributor list. So I did that because I'm not really actively contributing here even though you may use my commits from my main project. I'll be happy to answer questions should you have issues with something.
 

Ruling

Senior Member
Sep 15, 2012
634
862
0
www.1024team.com
Yeah, and that's ok but no need to name me as a contributor. Everything we do is a derivative from someone else's work so it's kind of natural to fork and continue on different route. :) I found out last night that I could remove myself from DevDB's contributor list. So I did that because I'm not really actively contributing here even though you may use my commits from my main project. I'll be happy to answer questions should you have issues with something.
ok,thanks.

Sent from my HTC T528w using XDA Premium 4 mobile app