[ ROM][4.4.4][UNOFFICIAL][LG L90 D410] MoKee OpenSource Project[]DISCONTINUED]

k2wl

Senior Member
Apr 19, 2008
3,166
7,573
0

MoKee OpenSource Project
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...:)
This rom is made for d410. but it should work on other models too.
report back if it works or not on other variants.


THIS ROM IS BASED ON @ Quarx device /kernel sources Please find time to go over to his cm-11 thread and thank him and if you can then donate to him.
Also donate to mokee developers ....their work is amazing.

Features:
  • Odexed for faster performance (only in official releases, nightlies are deodexed)
  • Incremental updates[for official releases only]
  • OTA updates - update on the fly![for official releases only]
  • 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/ VIDEOS
you can see screenshots and videos on the link below.
Mokee screenshots and videos

Download directory
new download directory

https://www.androidfilehost.com/?w=files&flid=18403

old releases
Mokee release

Installation Instructions:
1. Wipe data/factory reset
2. Format /system
3. Flash ROM
4. Flash MoKee Gapps or any other Gapps
5. Reboot

ISSUES:-
i just made it and now testing it.
report back for issues.

LINKS


Device - https://github.com/k2wl/android_kernel_lge_msm8226
Kernel - https://github.com/k2wl/android_device_lg_w7ds/tree/kk_mkt

Credits:
-
Quarx thank you for cm11 device and kernel sources
- MoKee Developers: https://github.com/orgs/MoKee/members
- CyanogenMod
- AOSP
- Koush for open-sourced SuperUser
- Slim Roms
- OmniROM

 
Last edited:

k2wl

Senior Member
Apr 19, 2008
3,166
7,573
0
is it work properly on cm11 .???
can you provide logcats.
radio,dmesg,regular ones wihle opening camera or wifi.
 

xantanion

Senior Member
Aug 19, 2012
381
121
0
36
Tacoma
can you attach stock build.prop and stock boot.img here????
Er i have exposed and a few tweaks... but i have a mostly stock backup. And i am picking up another d415 on wednesday. Lemme pull what i have here for you gimme a minute
Edit: There, that zip has my boot and build.prop from my current set-up, if you need anything else let me know :)
Sent from my LG-D415 using XDA Free mobile app
 

Attachments

Last edited:
  • Like
Reactions: k2wl

k2wl

Senior Member
Apr 19, 2008
3,166
7,573
0
Er i have exposed and a few tweaks... but i have a mostly stock backup. And i am picking up another d415 on wednesday. Lemme pull what i have here for you gimme a minute
Edit: There, that zip has my boot and build.prop from my current set-up, if you need anything else let me know :)
Sent from my LG-D415 using XDA Free mobile app
thanks
did you used zenconcepts 's cm builds in the cm thread. they seem to fix wifi.

here is what you suppose to do...to mostly fix wifi

1.in your build.prop add following line at the end.

Code:
net.tcp.buffersize.wifi=4096,221184,3461120,4096,221184,3461120
2. in your file maanger (give file manager root access in general settings >>exit>>and restart the file manager)in the root folder there is a file name
init.zetaw.rc
long press and choose to edit it .
drop down until you come to
service wpa_supplicant /system/bin/wpa_supplicant \
here just 2lines below>> see this line
-O/data/misc/wifi/sockets \
change it to
-O/data/misc/wifi/sockets -d \
then just below that section see this line
service dhcpcd_wlan0 /system/bin/dhcpcd -ABKLG
change this to
service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL
add below that see this line
service dhcpcd_p2p /system/bin/dhcpcd -ABKLG
change it to
service dhcpcd_p2p /system/bin/dhcpcd -ABKL
after this save and reboot.
and try to connect wifi on boot.

if it connects then i will include this in next build.
 
Last edited:
  • Like
Reactions: jajb and shoxxy