[MT6572][LP]Cyanogenmod 12.1 Beta 4

Search This thread

klark231

Member
Jan 3, 2013
33
23
Antipolo
cyanogen-banner.jpg


DISCLAIMER:

Code:
[SIZE="3"][FONT="Franklin Gothic Medium"]#include 
/*
 * 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.
 *
 * DO NOT LEECH MY DOWNLOADS, PLEASE RE-DIRECT YOUR FORUM /PAGE 
 * TO THIS THREAD, IF YOU LIKE MY WORK, YOU CAN SAY THANKS, 
 * AND MAYBE BUY ME SOME BEERS
 */[/FONT][/SIZE]


CROSSPORTED BY me.
For tutorial how to port on other mt6572 see post #4
Give some thanks to Al3XKOoL in his thread


PLEASE, about bugs try to fix it yourself

Anybody can port this ROM to other devices without asking permission.
You only need give credits and link to this thread in your thread/blog/facebook...



Please read entire post

Working:
Code:
[B]Data Connection[/B]
[B]SMS[/B] (on some devices it works)
[B]Calls[/B]
[B]Wifi[/B]
[B]GPS/A-GPS[/B]
[B]Sound[/B]
[B]Sensors[/B]
[B]Bluetooth[/B]

Not working:
Code:
[B]Video Record[/B]
[B]Camera[/B] (its working on beta 4 of MT6582 try to fix it

Know bugs:
Code:
[B]Sound Recorder[/B] Can not access to microphone (Set format to "WAV")
[B]USSD[/B] (Is only working for some carriers)

Please don't spam.
Bugs can't be reported in thread posts.
Try to fix the bugs and comment it here. i've shared this so that maybe someone would cross and try to fix the bugs.
One time is enough​

DOWNLOADS:
ROM: cm-12.1-20150929-UNOFFICIAL-mt6572.zip
Recovery: Philz Touch Recovery 6.59.0

Big Thanks to:
CREDITS:
Cyanogenmod Team
OMNI Team: (specially XpLoDWilD and Dr-Shadow).
@fire855: For first bootable CM12.1.
@DerTeufel1980: For GPS and SN inject.
@axet: For his device tree base.
@chrmhoffmann: For his RIL base.
@mr-illusionist: For some help about mtk blobs.
@ariafan: For help in several ways.
@Santhosh M: For some help to boot my first build.
@Al3XKOoL: his rom is the one i crossported

XDA:DevDB Information
[ROM]CYANOGENMOD 12.1[5.1.1][UNOFFICIAL][Mediatek][MT6572], ROM for the Android General

Contributors
moonrotation
Source Code: https://github.com/Al3XKOoL

ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CYANOGENMOD

Version Information
Status: Beta
Current Beta Version: BETA 4
Beta Release Date: 2015-08-19

Created 2015-09-29
 

Attachments

  • 12144748_873813039382436_4394215374727143618_n.jpg
    12144748_873813039382436_4394215374727143618_n.jpg
    21.9 KB · Views: 4,572
  • 12063379_873813006049106_2404309003069130715_n.jpg
    12063379_873813006049106_2404309003069130715_n.jpg
    23 KB · Views: 4,572
  • 12112165_873813082715765_4268034281209181019_n.jpg
    12112165_873813082715765_4268034281209181019_n.jpg
    35 KB · Views: 4,620
  • 12079481_873813062715767_7055357994830524788_n.jpg
    12079481_873813062715767_7055357994830524788_n.jpg
    40.6 KB · Views: 4,475
  • 10306088_873813026049104_4205710019283613001_n.jpg
    10306088_873813026049104_4205710019283613001_n.jpg
    30.3 KB · Views: 4,215
  • 12115546_873813036049103_5367248874541193574_n.jpg
    12115546_873813036049103_5367248874541193574_n.jpg
    26.9 KB · Views: 4,128
Last edited:

klark231

Member
Jan 3, 2013
33
23
Antipolo
[Tutorial] How to port to other MT6572

How to port to your own mt6572 kitkat device?
from stock to port:

/system/etc/firmware (whole folder)
libmali.so in /system/lib
gralloc_mt6572.so, gralloc.so, hwcomposer_mt6572.so in /system/lib/hw

rename libmnlp_mt6582 to libmnlp_mt6572 in /system/xbin

unpack boot.img in the zip then change kernel also open ueventd.mt6572.rc in my boot.img

find:
Code:
#mali node

compare the #mali node with your stock ueventd.rc then repack

if sound doesn't work replace libaudioprimary.default.so in /system/lib from stock to port (but please do this after you've succesfully ported the rom. because some have reported that they get bootloop after replacing liaudioprimary.default.so.

If bluetooth doesn't work copy libbluetooth_mtk.so in /system/lib from stock to port
 
Last edited:

kirito9

Inactive Recognized Contributor
Oct 30, 2013
3,127
1,367
Good job bro. I mean it. Who ever thought MT6572 devices would get LP 5.1.1 and booting on an Alcatel device :laugh: :laugh: . Screenshots would be nice tho. Also make it into an DEVDB project. :highfive:
 

waheem

Senior Member
Dec 10, 2014
487
87
cyanogen-banner.jpg


DISCLAIMER:

Code:
[SIZE="3"][FONT="Franklin Gothic Medium"]#include 
/*
 * 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.
 *
 * DO NOT LEECH MY DOWNLOADS, PLEASE RE-DIRECT YOUR FORUM /PAGE 
 * TO THIS THREAD, IF YOU LIKE MY WORK, YOU CAN SAY THANKS, 
 * AND MAYBE BUY ME SOME BEERS
 */[/FONT][/SIZE]


CROSSPORTED BY me.
For tutorial how to port on other mt6572 see post #4
Give some thanks to Al3XKOoL in his thread


PLEASE, about bugs try to fix it yourself

Anybody can port this ROM to other devices without asking permission.
You only need give credits and link to this thread in your thread/blog/facebook...



Please read entire post

Working:
Code:
[B]Data Connection[/B]
[B]SMS[/B] (on some devices it works)
[B]Calls[/B]
[B]Wifi[/B]
[B]GPS/A-GPS[/B]
[B]Sound[/B]
[B]Sensors[/B]
[B]Bluetooth[/B]

Not working:
Code:
[B]Video Record[/B]
[B]Camera[/B] (its working on beta 4 of MT6582 try to fix it

Know bugs:
Code:
[B]Sound Recorder[/B] Can not access to microphone (Set format to "WAV")
[B]USSD[/B] (Is only working for some carriers)

Please don't spam.
Bugs can't be reported in thread posts.
Try to fix the bugs and comment it here. i've shared this so that maybe someone would cross and try to fix the bugs.
One time is enough​

DOWNLOADS:
ROM: cm-12.1-20150929-UNOFFICIAL-mt6572.zip
Recovery: Philz Touch Recovery 6.59.0

Big Thanks to:
CREDITS:
Cyanogenmod Team
OMNI Team: (specially XpLoDWilD and Dr-Shadow).
@fire855: For first bootable CM12.1.
@DerTeufel1980: For GPS and SN inject.
@axet: For his device tree base.
@chrmhoffmann: For his RIL base.
@mr-illusionist: For some help about mtk blobs.
@ariafan: For help in several ways.
@Santhosh M: For some help to boot my first build.
@Al3XKOoL: his rom is the one i crossported

XDA:DevDB Information
[ROM]CYANOGENMOD 12.1[5.1.1][UNOFFICIAL][Mediatek][MT6572], ROM for the Android General

Contributors
moonrotation
Source Code: https://github.com/Al3XKOoL

ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CYANOGENMOD

Version Information
Status: Beta
Current Beta Version: BETA 4
Beta Release Date: 2015-08-19

Created 2015-09-29

Can I port it to gionee p2 jellybean 4.2.2
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    cyanogen-banner.jpg


    DISCLAIMER:

    Code:
    [SIZE="3"][FONT="Franklin Gothic Medium"]#include 
    /*
     * 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.
     *
     * DO NOT LEECH MY DOWNLOADS, PLEASE RE-DIRECT YOUR FORUM /PAGE 
     * TO THIS THREAD, IF YOU LIKE MY WORK, YOU CAN SAY THANKS, 
     * AND MAYBE BUY ME SOME BEERS
     */[/FONT][/SIZE]


    CROSSPORTED BY me.
    For tutorial how to port on other mt6572 see post #4
    Give some thanks to Al3XKOoL in his thread


    PLEASE, about bugs try to fix it yourself

    Anybody can port this ROM to other devices without asking permission.
    You only need give credits and link to this thread in your thread/blog/facebook...



    Please read entire post

    Working:
    Code:
    [B]Data Connection[/B]
    [B]SMS[/B] (on some devices it works)
    [B]Calls[/B]
    [B]Wifi[/B]
    [B]GPS/A-GPS[/B]
    [B]Sound[/B]
    [B]Sensors[/B]
    [B]Bluetooth[/B]

    Not working:
    Code:
    [B]Video Record[/B]
    [B]Camera[/B] (its working on beta 4 of MT6582 try to fix it

    Know bugs:
    Code:
    [B]Sound Recorder[/B] Can not access to microphone (Set format to "WAV")
    [B]USSD[/B] (Is only working for some carriers)

    Please don't spam.
    Bugs can't be reported in thread posts.
    Try to fix the bugs and comment it here. i've shared this so that maybe someone would cross and try to fix the bugs.
    One time is enough​

    DOWNLOADS:
    ROM: cm-12.1-20150929-UNOFFICIAL-mt6572.zip
    Recovery: Philz Touch Recovery 6.59.0

    Big Thanks to:
    CREDITS:
    Cyanogenmod Team
    OMNI Team: (specially XpLoDWilD and Dr-Shadow).
    @fire855: For first bootable CM12.1.
    @DerTeufel1980: For GPS and SN inject.
    @axet: For his device tree base.
    @chrmhoffmann: For his RIL base.
    @mr-illusionist: For some help about mtk blobs.
    @ariafan: For help in several ways.
    @Santhosh M: For some help to boot my first build.
    @Al3XKOoL: his rom is the one i crossported

    XDA:DevDB Information
    [ROM]CYANOGENMOD 12.1[5.1.1][UNOFFICIAL][Mediatek][MT6572], ROM for the Android General

    Contributors
    moonrotation
    Source Code: https://github.com/Al3XKOoL

    ROM OS Version: 5.1.x Lollipop
    ROM Kernel: Linux 3.4.x
    Based On: CYANOGENMOD

    Version Information
    Status: Beta
    Current Beta Version: BETA 4
    Beta Release Date: 2015-08-19

    Created 2015-09-29
    3
    [Tutorial] How to port to other MT6572

    How to port to your own mt6572 kitkat device?
    from stock to port:

    /system/etc/firmware (whole folder)
    libmali.so in /system/lib
    gralloc_mt6572.so, gralloc.so, hwcomposer_mt6572.so in /system/lib/hw

    rename libmnlp_mt6582 to libmnlp_mt6572 in /system/xbin

    unpack boot.img in the zip then change kernel also open ueventd.mt6572.rc in my boot.img

    find:
    Code:
    #mali node

    compare the #mali node with your stock ueventd.rc then repack

    if sound doesn't work replace libaudioprimary.default.so in /system/lib from stock to port (but please do this after you've succesfully ported the rom. because some have reported that they get bootloop after replacing liaudioprimary.default.so.

    If bluetooth doesn't work copy libbluetooth_mtk.so in /system/lib from stock to port
    2
    Awsome Man

    Sent from my Micromax A77 using XDA Free mobile app
    1
    Hi.

    You miss give me credits in this thread. Also link to my thread.
    1
    ok done bro. tell me if i still miss someone in the credits i'll add it