• 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][NOKIAX][PORT][UNOFFICIAL] CyanogenMod 10 [20150104]

mdfzhi

Elite Member
Jun 15, 2011
4,148
3,853
0

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.
 */
Introduction/About

This is cm10 rom I ported from k-touch kiss u86, a chinese phone. Ported using stock rom 1.2.4.2 libs for stability.


Screenshots:


Changelog:

Code:
20150104
- Updated all standalone apps; apex launcher, google keep, total commander, google play, google play service etc..
- Fixed editing pictures from stock gallery force close, thanks to who share it in the thread.
- Fixed apn empty and cannot save, thanks to who share it in the thread.
Code:
20141101
- Fixed running app tab force close.
- Fixed sdcard mistakenly swapped with internal memory, defined in build.prop.
- Added missing apk for live wallpaper.
- Updated google service apk.
- Updated terminal emulator apk.
Code:
20141031
- First public release.


What Works:

Everything else not mention below in Known issue and problem section.
Do notify me if anyone found bugs/things doesn't work so I could list and try to fix them.


Known Issues & Problems:

  1. No fmradio. Even if you try to use other radio app ie spiritfm, it will force close.
  2. Some chinese text in notification pulldown and Settings>About phone even if phone language is in English.


Download:


Installation Instructions:

  1. You need to already have custom recovery installed, either cwm, twrp or lewa recovery.
  2. Backup your whole rom first for cautious reason.
  3. Flash the zip. No need to flash gapp because its already preloaded in the rom.


Source:

I got this rom as compiled aka binary form from chinese Baidu webstorage, not even sure who compiled it so I got no source for this rom. In the other hand, kernel is using my kernel. Kernel source is in my kernel thread.


Thanks To/Credits:

  • God
  • Linus Torvalds and whole linux kernel team and contributors.
  • Google
  • Nokia
  • Original chinese dev who compiled this rom.


XDA:DevDB Information
CM10, ROM for the Nokia X

Contributors
mdfzhi
ROM OS Version: 4.1.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod

Version Information
Status: Stable
Current Stable Version: 20150104
Stable Release Date: 2015-01-04
Current Beta Version: 20141101
Beta Release Date: 2014-11-01

Created 2014-10-31
Last Updated 2015-01-05
 

khaled dice

Senior Member
Aug 22, 2014
60
7
0
testing


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.
 */
Introduction/About




Screenshots:




Changelog:




What Works:




Known Issues & Problems:




Download:




Installation Instructions:




Source:




Thanks To/Credits:




XDA:DevDB Information
CM10, ROM for the Nokia X

Contributors
mdfzhi
ROM OS Version: 4.1.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod

Version Information
Status: Beta
Current Beta Version: 20141031
Beta Release Date: 2014-10-31

Created 2014-10-31
Last Updated 2014-10-31
it seems a cool rom, testing it and reporting you back
 

mdfzhi

Elite Member
Jun 15, 2011
4,148
3,853
0
then edit that post and remove the whole quoted first post. its annoying to scroll through if using tapatalk or xda app.
 

khaled dice

Senior Member
Aug 22, 2014
60
7
0
Well
wifi: working
sensors: working :D awesome!
storage: working
camera: working
bluetooth: working
screenshot: working
Facebook and messenger working
only SIM contacts doesn't exist :)
 
Last edited:
  • Like
Reactions: taher nokia x

mdfzhi

Elite Member
Jun 15, 2011
4,148
3,853
0
i've found the culprit for app running tab fc, to solve it just edit build.prop from this
Code:
dalvik.vm.heapstartsize=8m
dalvik.vm.heapminfree=4m
dalvik.vm.heapmaxfree=12m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
dalvik.vm.heaputilization=0.25
dalvik.vm.heatargetputilization=0.75
dalvik.vm.heapidealfree=8388608
dalvik.vm.heapconcurrentstart=2097152
dalvik.vm.dexopt-data-only=1
dalvik.vm.lockprof.threshold=250
dalvik.vm.jit.codecachesize=0
dalvik.vm.execution-mode=int:jit
dalvik.vm.dexopt-flags=v=n,o=v
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.checkjni=0
dalvik.vm.checkjni=false
dalvik.vm.check-dex-sum=false
dalvik.vm.jmiopts=forcecopy
dalvik.vm.jniopts=warnonly
to this:
Code:
dalvik.vm.heapstartsize=5m
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
dalvik.vm.heaputilization=0.25
dalvik.vm.heatargetputilization=0.50
dalvik.vm.heapidealfree=8388608
dalvik.vm.heapconcurrentstart=2097152
dalvik.vm.dexopt-data-only=1
dalvik.vm.lockprof.threshold=500
dalvik.vm.jit.codecachesize=0
dalvik.vm.execution-mode=int:jit
dalvik.vm.dexopt-flags=v=n,o=v
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.checkjni=0
dalvik.vm.checkjni=false
dalvik.vm.check-dex-sum=false
dalvik.vm.jmiopts=forcecopy
dalvik.vm.jniopts=warnonly
save it, check its permission, reboot into recovery and wipe dalvik cache. after boot again the fc on app running tab will be gone :)
 

Saicoth

Senior Member
Nov 1, 2014
74
47
0
Targu Mures
Hi,

Amazing ROM, very stable. When I first tried to see my running apps I got fc, but after couple of reboots it got fixed by itself. Now I can see running apps with no problem.
After I charged my battery to full, left the phone for like two hours and I went outside. When I came back battery was at 71%. In the battery screen I saw 67% cell standby; time on 2h 11m; time without a signal 100%
The phone was always awake, right now after 5h 47m my battery is 32% and still dropping quite fast. Never happened anything like this with other ROMs, I tried them all 4-6 days to a week. Any ideas?
 

maxche

Senior Member
Aug 3, 2012
132
40
28
Hi,

Amazing ROM, very stable. When I first tried to see my running apps I got fc, but after couple of reboots it got fixed by itself. Now I can see running apps with no problem.
After I charged my battery to full, left the phone for like two hours and I went outside. When I came back battery was at 71%. In the battery screen I saw 67% cell standby; time on 2h 11m; time without a signal 100%
The phone was always awake, right now after 5h 47m my battery is 32% and still dropping quite fast. Never happened anything like this with other ROMs, I tried them all 4-6 days to a week. Any ideas?
try install betterbatterystats and see what wakelock prevent android from deepsleep
in cm11 when i open apollo, adsp wakelock prevent my phone from deepsleep

//sorry my english bad
 

rangeoshun

Member
Nov 30, 2010
41
5
0
This ROM eats battery like it was cake in a fat-camp... I only had 2 apps installed upon what comes included, and it said system is the main cause of the drain.
 

khaled dice

Senior Member
Aug 22, 2014
60
7
0
go to networks setting and press use 2g only
more battery saving, tested and working.

---------- Post added at 07:24 PM ---------- Previous post was at 07:21 PM ----------

Well,
i can't find my contacts which are on my SIM card, it only shows me my Google account contacts,
please fix this.
 
  • Like
Reactions: waeelabdrabbo
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone