[GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - Xda-Developers

download [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - Xda-Developers

of 14

description

Android MTK 6592 CPU octa core

Transcript of [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - Xda-Developers

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 1/14

    5,687,615 MEMBERS

    [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting

    31st March 2014, 05:45 PM (Last edited by Xtreme.Ornob; 4th April 2014 at 06:51 PM.) Reason: Adding Credits #1

    Page 1 of 9 1 2 3 > >> + POST REPLY VIEW FIRST UNREAD

    > Android Development and Hacking > Miscellaneous Android Development > [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting

    Tip us?

    Xtreme.Ornob

    >

    Member - OP

    Thanks Meter 92

    Posts: 65

    Join Date: Mar 2013

    Location: Chittagong

    MORE INFO

    [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting

    *** ##TUTORIAL ...

    HOW to Port ROMs...

    For Begineers & Advanced Users

    Almost Any Device to Any Device!

    ONLY FOR MEDIATEK SoCs

    In This Guide You'll Learn..

    How to Port ROMs From the Same CPU

    And Also..

    HOW TO PORT ROM FROM A DIFFERENT

    SoC!!!!!

    Works for-

    MT6589 to MT6577

    MT6582 to MT6572

    MT6577 to MT6575

    Only ICS to ICS & JB to JB

    May also work with 4.1 to 4.2

    No Need of Source Code

    User Name

    Remember Me? Forgot your password?

    NEWS FORUM WIKI XDA TV

    Type To Find Your Device... Search All Forums

    Like Tweet +1

    Search this thread

    MOST THANKED IN THIS THREAD

    ALL-TIME

    2Well... it worked for me! I Ported

    Xtreme.Ornob

    1U gotta try & find out yourself buddy!

    Xtreme.Ornob

    1Okay !! :) (quote)

    Xtreme.Ornob

    1You can try...its quite the same! but be

    Xtreme.Ornob

    1Yes... Replace from Stock ROM to Port

    Xtreme.Ornob

    XDA PORTAL POSTS

    Easily Add OpenDelta

    Functionality to Almost Any ROM

    to Save Bandwidth

    One of the most interesting

    features of OmniROM is

    OpenDelta. This

    WakeUp 1.2 Brings New Device

    Position Monitoring Options, UI

    Improvements, and More

    Earlier this month, we talked a

    little bit about WakeUp

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 2/14

    No Need of Kernel Source

    No Need of **ANDROID KITCHEN

    No Need of LINUX...

    Requirements:

    * A Brain

    * Patience

    * Windows XP/7/8

    * 7-Zip

    * Notepad++

    * Bootimg Unpack/Repack Tools for Windows!

    * Stock ROM

    * And a Little Respect!!

    So now Lets Begin...

    PORTING For Same SoCs ( Ex: MT6572 to MT6572)

    * Replace these from your Stock ROM to the ROM u want to

    PORT!! Lets Call it "PORT"

    FILE LIST FOR REPLACING:

    *system/vendor

    *system/usr

    *system/lib/modules

    *system/lib/hw

    *system/lib/libncurses.so

    *system/etc/firmware

    *system/etc/vold.fstab

    *system/etc/vold.fstab.nand

    *system/etc/bluetooth

    For Fixing Problems...

    *system/etc/permissions

    *system/etc/security

    *system/etc/audio

    *system/etc/wifi

    *system/lib/drm

    *system/lib/egl

    *system/lib/soundfx

    * Now Replace the Stock Boot.img to Port ROM!

    * Now Open The Port ROM folder and go to META-

    INF/google/android and open updater-script in Notepad++

    Dont Forget to Tune in for the

    Google I/O 2014 Live Stream!

    Unless youve been hiding under

    a rock for the past few

    Galaxy Tab 3 8.0 Gets KitKat,

    Android API Numbers Changing?

    XDA Developer TV

    Android KitKat has been released

    for the Samsung Galaxy

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 3/14

    * Do the same for the Stock ROM

    * Now In the Port ROM's Updater Script, find a line that starts

    with this...

    format(".......

    and only replace the mmcblk0p.. with the stock one!

    * Do the same for this line...

    mount("...

    Example:

    This is the PORT one!!!

    format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0",

    "/system");

    mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");

    This is the Stock one!!

    format("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");

    mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");

    Now just Replace the "mmcblk0p3" from STOCK to PORT!!

    It should look like this:

    format("ext4", "EMMC", "/dev/block/mmcblk0p3", "0",

    "/system");

    mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");

    DO NOT REPLACE THE WHOLE LINE!

    * Now go back to the Folder of Port ROM and You'll see 2

    folders & 1 file named

    -META-INF

    -system

    -boot.img

    * Now Select these three and Click Right Mouse Button and

    Click on 7-Zip ->> Add to Archive

    * Now a dialouge box should appear!

    * Configure the Format like This:

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 4/14

    Archive format: ZIP

    Compression Level : Normal

    Compression Method: Deflate

    Dictoioany Size: 32k

    Word Size 32

    * Now Start Zipping and Push the ZIP to your Memory Card

    * Go to Recovery >> Install ZIP & Wipe Data

    Finished!!

    Now was that so hard?? Its a Really Easy thing to d0!!

    Now Come to the Hard Part!!

    Porting From Different SoCs ( Ex: MT6582 to MT7572 )

    Read this carefully & apply the way i say!

    * Take the ROM u want to port & name it PORT!

    * Take your Stock ROM & Name it Stock

    * Now Replace These files from Stock to PORT--

    *system/vendor

    *system/usr

    *system/lib/modules

    *system/lib/hw

    *system/lib/libncurses.so

    *system/etc/firmware

    *system/etc/vold.fstab

    *system/etc/vold.fstab.nand

    *system/etc/bluetooth

    * Now Open build.prop in notepad++ & Search for this line

    ro.mediatek.platform=MT65xx

    Now Replace this (MT65xx) with your CPU!!

    For Example

    ro.mediatek.platform=MT6572

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 5/14

    * Now Go To META-INF/google/android and open updater-

    script in notepad++

    * Add this line between the lines of "set_perm"

    set_perm(0, 0, 0644,

    "/system/vendor/lib/hw/gralloc.mt65xx.so");

    [Replace the mt65xx with your cpu]

    Example:

    set_perm(0, 0, 0644,

    "/system/vendor/lib/hw/gralloc.mt6572.so");

    * Now Go back to the Rom folder and Take the boot.img and

    decompile it with any bootimg-unpack tool!

    * Now delete the zimage and rename boot.img-ramdisk to

    PORT-Ramdisk

    * Now Do the Same for Stock boot.img and open the folder

    named PORT-ramdisk and copy all the files from PORT-

    ramdisk to boot.img-ramdisk of your Stock boot.img

    * Now Go to boot.img-ramdisk and open init.rc

    * Now find these lines and replace with your cpu

    #Create Chip Property

    on early_property:ro.hardware=mt6582

    setprop ro.mtk.hardware mt6589

    on early_property:ro.hardware=mt6589

    setprop ro.mtk.hardware mt6589

    example :

    #Create Chip Property

    on early_property:ro.hardware=mt6582

    setprop ro.mtk.hardware mt6572

    on early_property:ro.hardware=mt6589

    setprop ro.mtk.hardware mt6572

    * Now Compile your New boot.img and Pack your New ROM

    and Flash!!

    Cheers!!!!

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 6/14

    Porting Lewa OS5 ROM:

    * Replace These files from Stock to LeWa OS5 ROM

    *system/vendor

    *system/usr

    *system/lib/modules

    *system/lib/hw

    *system/etc/firmware

    *system/etc/vold.fstab

    *system/etc/vold.fstab.nand

    *system/etc/bluetooth

    * Replace Stock boot.img to Lewa OS5 ROM

    * Unpack boot.img

    * Open init.rc

    * Find these lines

    on early_property:ro.build.type=user

    write /proc/bootprof "INIT: user build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-op.jar

    on early_property:ro.build.type=userdebug

    write /proc/bootprof "INIT: userdebug build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-op.jar

    on early_property:ro.build.type=eng

    write /proc/bootprof "INIT: eng build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-

    op.jar:/system/framework/emma.jar

    * Now Add this line in the end of 1t and 3rd line

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 7/14

    :/system/framework/lewa-framework.jar

    Example:

    on early_property:ro.build.type=user

    write /proc/bootprof "INIT: user build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-

    op.jar:/system/framework/lewa-framework.jar

    on early_property:ro.build.type=userdebug

    write /proc/bootprof "INIT: userdebug build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-op.jar

    on early_property:ro.build.type=eng

    write /proc/bootprof "INIT: eng build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-

    op.jar:/system/framework/emma.jar:/system/framework/lewa-framework.jar

    * Now Compile the new boot.img and Repack your New Lewa

    OS5 ROM

    Porting MiUI ROM

    Replace These files from Stock to MiUI ROM

    *system/vendor

    *system/usr

    *system/lib/modules

    *system/lib/hw

    *system/etc/firmware

    *system/etc/vold.fstab

    *system/etc/vold.fstab.nand

    *system/etc/bluetooth

    * Replace Stock boot.img to Lewa OS5 ROM

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 8/14

    * Unpack boot.img

    * Open init.rc

    * Find these lines

    on early_property:ro.build.type=user

    write /proc/bootprof "INIT: user build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-op.jar

    on early_property:ro.build.type=userdebug

    write /proc/bootprof "INIT: userdebug build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-op.jar

    on early_property:ro.build.type=eng

    write /proc/bootprof "INIT: eng build setting"

    export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-

    junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-

    common.jar:/system/framework/mms-

    common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-

    xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-

    framework.jar:/system/framework/secondary-

    framework.jar:/system/framework/CustomProperties.jar:/system/framework/mediatek-

    telephony-common.jar:/system/framework/mediatek-

    op.jar:/system/framework/emma.jar

    * Do the Same as Lewa and add this line in the end of 1st and

    3rd line.

    :/system/framework/miui-framework.jar

    * Compile the New Boot.img and Repack your new ROM and

    FLash!!

    Cheers!!

    Enjoy your New ROM and Give Credits to me for if I Helped

    you!

    For Advanced Users:

    PORTING FIX:

    Framework:

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 9/14

    * decompile framework.jar

    * Go to

    \smali\com\mediatek

    * Replace All Files from STOCK to this Folder

    * Now go to

    \smali\com\android\server

    * Replace All Files from STOCK to this Folder

    * Compile framework.jar and Push to Device!

    * This Should FIX Bootloop, Mms.apk, Phone.apk,

    Settings.apk, Contacts.apk Force Close

    * Fixing Other Problems:

    Files related to Specific hardware:

    * Replace if Not Working!!

    * Camrea:

    \system\lib\libcamalgo.so

    \system\lib\libmhaldrv.so

    \system\lib\libcamera_client.so

    \system\lib\libcameracustom.so

    \system\lib\libcameraprofile.so

    \system\lib\libcameraservice.so

    * GPS:

    /system/xbin/libmnlp

    * Bluetooth & Wifi:

    /system/lib/libbluetooth_mtk.so

    /system/lib/libbluetoothem_mtk.so

    * Radio:

    \system\lib\libaudio.a2dp.default.so

    \system\lib\libaudio.primary.default.so

    \system\lib\libaudiocompensationfilter.so

    \system\lib\libaudiocustparam.so

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 10/14

    \system\lib\libaudioeffect_jni.so

    \system\lib\libaudioflinger.so

    \system\lib\libaudiosetting.so

    \system\lib\libfmar1000.so

    \system\lib\libfmcust.so

    \system\lib\libfmjni.so

    \system\lib\libfmmt6616.so

    \system\lib\libfmmt6620.so

    \system\lib\libfmmt6626.so

    \system\lib\libfmmt6628.so

    * For Fixing Wifi & FM-Radio do this!

    (NOT NEEDED IN MT6572)

    fmradio.driver.chip=1

    (Change it to 3 if yours is MT6628)

    mediatek.wlan.chip=MT6620

    (Replace mediatek.wlan.chip=MT6620 to your WLAM Chip

    Type Ex: mediatek.wlan.chip=MT6628 for MT6628)

    mediatek.wlan.module.postfix=_mt6620

    (Replace mediatek.wlan.module.postfix=_mt6620 to your

    WLAM Chip Type Ex: mediatek.wlan.module.postfix=_mt6628

    for MT6628)

    * Now open updater-script and Find this line or ADD a New

    one(If Not Found)!!

    symlink("wlan_mt6620.ko", "/system/lib/modules/wlan.ko")

    (Replace wlan_mt6620.ko to your WLAM Chip Type Ex:

    wlan_mt6628.ko for MT6628)

    It Took Me 2Days & 5 Hours to Collect Data & Write this

    Thing!

    I didn't Eat or Drink Water Properly,I Didn't Sleep Properly,

    I Created This just for you all!

    So That No ONE Ever Says Modontek Again! Its Against

    Humanity!

    Please Value my Work & Do Not Blame me if it Doesnt Work!

    I Work Day & Night to Learn More & More!

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 11/14

    REPLY

    1st April 2014, 01:42 AM #2

    I Respect All the Developers & Modders of Android

    But Some Jerks Just Dont know How to Behave like a Human!

    Some Developers Behave like they are the BEST! LOL!

    But It's NOT TRUE!

    We Can't Be the Best! We Are All the Same!

    We all are the Students of XDA-University!

    We all use Others Work!

    Why Not Work together? Why Not Develop our Knowledge

    More & More!??

    I Don't think I Own any Respect from anyone!

    But I Think I Own Respect for my Works & Contributions to

    Andoid Open Source Project!

    I Believe in Humanity! Please Do NOT Copy This and Take

    Credits!

    If This Was Helpful to you in Any Way...

    Just Mention my Name in your ROM and Give me Some

    Credits!

    Written by Xtreme Ornob

    Official Developer of XVipre

    Coming Soon: Creating Your Own ROMs, Integrating ROM

    Info & Developer Info into ROM

    Sorry for my BAD ENGLISH!! :P :P

    Like my Page: XVipre ROM

    Officially Released on Facebook Group

    WALTON Primo F2 Solutions & Devs

    Thanks to @yuweng for The Tutorial on MTK ROM Porting

    Some Points are copied from his post!

    Group Links:

    The Following 67 Users Say Thank You to Xtreme.Ornob For This Useful Post: [ Click to Expand ]

    DNRDustin

    First of all, thanks for the great guide!

    Im on an Alcatel One Touch Fierce OT-7024w MT6589 metropcs. Will this work across chip variations(6589m, 6589t)?Does this work from one phone with the same chipset as another(evolve to fierce)? Is a locked bootloader a problem for thisprocess.

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 12/14

    REPLY

    1st April 2014, 12:22 PM #3

    REPLY

    3rd April 2014, 03:08 AM #4

    REPLY

    3rd April 2014, 04:22 AM #5

    REPLY

    3rd April 2014, 07:32 AM #6

    >

    Member

    Thanks Meter 6

    Posts: 37

    Join Date: Apr 2011

    Location: Sonoma County, Ca

    MORE INFO

    vneogi199

    >

    Senior Member

    Thanks Meter 223

    Posts: 124Join Date: Dec 2013

    MORE INFO

    Great stuff. Very helpful.[emoji1]

    Sent from my C2305 using Tapatalk

    My Projects:Note 3 ROM for CANVAS 2 PLUS

    Pure Xperia ROM for CANVAS 2 PLUSPure Xperia Z2 style ROM for CANVAS 2 PLUS

    kuldeepraj

    >

    Senior Member

    Thanks Meter 60

    Posts: 261

    Join Date: Mar 2013

    Location: indore

    MORE INFO

    Nice guide tried three roms for port all booted but u should add remedy for different problems like display upside downWiFi/blutooth not switching on audio not coming out network problem etc.

    Sent from my A114 using Tapatalk

    kasuyin

    Junior Member

    Thanks Meter 2

    Posts: 20

    Join Date: Nov 2011

    graciashe portado Xolo a 600 - i9091 clon pero aparece el logo desaparece nada mas. : Crying:

    perdon por mi ingles

    iZLeeP

    >

    Senior Member

    Thanks Meter 92

    Posts: 336

    Join Date: Jan 2014

    Location: Manila

    MORE INFO

    Thanks! You should re-arrange the OP so it is easier to read and follow.

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 13/14

    REPLY

    3rd April 2014, 08:58 AM #7

    REPLY

    4th April 2014, 06:28 PM #8

    REPLY

    4th April 2014, 06:30 PM #9

    REPLY

    4th April 2014, 06:33 PM #10

    REPLY

    Search this thread

    AshuGite

    >

    Member

    Thanks Meter 81

    Posts: 93

    Join Date: Oct 2012Location: Off the Edge!!!

    MORE INFO

    very well done.. good information..

    People Remember You Only For The Problems You Solved And The Problems You Created......

    Some Developments from Me--Booster Script Beta 1 (Super Performer)Gionee P2 Pure AOSPGionee P2 Stock Rom

    Some Other Works Visit Here

    Xtreme.Ornob

    >

    Member - OP

    Thanks Meter 92

    Posts: 65

    Join Date: Mar 2013

    Location: Chittagong

    MORE INFO

    Yes it will work! but i dont know about alcatel as it has a "custpack" partition! well good luck!

    Quote:

    Originally Posted by DNRDustin

    First of all, thanks for the great guide!

    Im on an Alcatel One Touch Fierce OT-7024w MT6589 metropcs. Will this work across chip variations(6589m, 6589t)?Does this work from one phone with the same chipset as another(evolve to fierce)? Is a locked bootloader a problemfor this process.

    Xtreme.Ornob

    >

    Member - OP

    Thanks Meter 92

    Posts: 65

    Join Date: Mar 2013

    Location: Chittagong

    MORE INFO

    Glad u like it!

    Quote:

    Originally Posted by vneogi199

    Great stuff. Very helpful.[emoji1]

    Sent from my C2305 using Tapatalk

    Xtreme.Ornob

    >

    Member - OP

    Thanks Meter 92

    Posts: 65

    Join Date: Mar 2013

    Location: Chittagong

    MORE INFO

    Well glad it worked! and i already added the fix problems section! and i dont think anyone will face the "upside down

    display" problem! :P well thanks for feedback!

    Quote:

    Originally Posted by kuldeepraj

    Nice guide tried three roms for port all booted but u should add remedy for different problems like display upside downWiFi/blutooth not switching on audio not coming out network problem etc.

    Sent from my A114 using Tapatalk

    TAGS

    guide, mediatek, mtk, porting, rom

    1 2 3 > >> Page 1 of 9

    + POST REPLY VIEW FIRST UNREADSUBSCRIBE

  • 6/24/2014 [GUIDE] [PORT] [ROM] All About Mediatek ROM Porting - xda-developers

    http://forum.xda-developers.com/showthread.php?t=2701283 14/14

    Previous Thread | Next Thread

    More Info: Contact | Rules | Change Log | Suggest Content | Privacy Policy | XDA App

    Copyright xda-developers. Powered by Searchlight 2014 Axivo Inc. Hosted by Leaseweb.

    > Android Development and Hacking > Miscellaneous Android Development > [GUIDE]

    [PORT] [ROM] All About Mediatek ROM Porting

    XDA Developers was founded by developers, for developers. It is

    now a valuable resource for people who want to make the most of

    their mobile devices, from customizing the look and feel to adding

    new functionality. Are you a developer?

    -- XDA 2013 Beta