[ROM][WIP][Quad-MX][HK] MIUI V4 & ICS 4.0.3

Search This thread

leo321

Senior Member
Jan 15, 2011
2,776
74
Johnson City, TN
What is this rom based on? Flyme or the old ics release? I'm interested in this, and the recovery. I managed to install the recovery. I would like to know if porting cyanogenmod would be possible. :)
 

leo321

Senior Member
Jan 15, 2011
2,776
74
Johnson City, TN
If I were to try and port a rom to the MX what device would be best suited as a port source? Samsung i9100 or International Note 1? Ive tried using this new miui as a base to port SlimOS android but it hangs at the bootscreen. It flashed succesfully. What am I doing wrong? I can upload what I have so far if anybody is interested in trying. I'm a complete noob so all Ive done was follow a copy/paste guide here on XDA. I cant stand flyme, and i don't really like MIUI either. I also dont think that miui is a good source. Is there a more stable version of stock ICS that meizu has released??? I couldnt use it because it had battery drain issues, the camera was broken, and there were tonnes of apps that were incompatible. There was a laundry list of other problems too. I'd like to collaborate with someone on this. Thanks!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    MIUI V4

    CAN ANYONE HELP ME PORT CWM? SEND ME A PM!

    Working:
    Camera (Cant take pictures without SD)
    Sound
    WIFI
    DATA
    Calls & SMS

    Not Working:
    Internal SD (Not mounted)

    Download: Comming Soon

    Vanilla ICS

    Working:
    Camera (Cant take pictures without SD)
    Sound
    WIFI
    DATA
    Calls & SMS

    Not Working:
    Internal SD (Not mounted)

    Download: Comming soon

    DO YOU THINK YOU CAN HELP ME? SEND A PM!

    Sources:
    Kernel Source: https://github.com/lvchaqiu/meizu-mx-kernel
    MIUI Recovery Source: https://github.com/MiCode/patchrom_mx/tree/ics/bootable/recovery

    More to come soon...
    3
    thank you for your work about MX-4core,I am a user of this phone from china,I can't help you with android development,But I wish I can help you somewhere~~~

    Hit the thanks button, if nothing else :)
    2
    For later use
    1
    It's not an issue. As I reckon, CWM recovery imgs lack the 64-byte u-boot header (IH_MAGIC) for the ramdisk, they are the ones that are not "the norm".

    Code:
    # mount point   fstype          device
    
    /sdcard		vfat	/dev/block/mmcblk0p1
    /system		ext4	/dev/block/mmcblk0p2
    /data		ext4	/dev/block/mmcblk0p3
    /cache		ext4	/dev/block/mmcblk0p4
    /misc		emmc	/dev/block/mmcblk0p9
    /recovery	emmc	/dev/block/mmcblk0p10

    Code:
    #
    # ADDITIONAL_DEFAULT_PROPERTIES
    #
    ro.secure=1
    ro.allow.mock.location=0
    ro.debuggable=0
    persist.sys.usb.config=mass_storage
    # begin build properties
    # autogenerated by buildinfo.sh
    ro.build.cta=noncta
    ro.build.id=IML74K
    ro.build.display.id=Flyme 1.0.3
    ro.build.mask.id=4.0.0-7929_zh-HK
    ro.build.version.incremental=eng.mobileapp.20120725.003030
    ro.build.version.sdk=15
    ro.build.version.codename=REL
    ro.build.version.release=4.0.3
    ro.build.date=2012年 07月 25日 星期三 00:30:53 CST
    ro.build.date.utc=1343147453
    ro.build.type=user
    ro.build.user=mobileapp
    ro.build.host=mobileapp
    ro.build.tags=test-keys
    ro.product.model=M03X
    ro.product.brand=Meizu
    ro.product.name=meizu_mx
    ro.product.board=mx
    ro.product.cpu.abi=armeabi-v7a
    ro.product.cpu.abi2=armeabi
    ro.product.manufacturer=Meizu
    ro.product.locale.language=zh
    ro.product.locale.region=TW
    ro.wifi.channels=
    ro.board.platform=exynos4
    # ro.build.product is obsolete; use ro.product.device
    # Do not try to parse ro.build.description or .fingerprint
    ro.build.description=meizu_mx-user 4.0.3 test-keys 7929_zh-HK
    ro.build.fingerprint=Meizu/meizu_mx/mx:4.0.3/IML74K/eng.mobileapp.20120725.003030:user/test-keys
    ro.build.characteristics=phone
    # end build properties
    #
    # system.prop for mx
    #
    
    rild.libpath=/system/lib/libreference-ril.so
    rild.libargs=-d /dev/ttyACM0
    
    #
    # ADDITIONAL_BUILD_PROPERTIES
    #
    keyguard.no_require_sim=true
    ro.com.android.dataroaming=false
    ro.com.android.dateformat=MM-dd-yyyy
    ro.opengles.version=131072
    hwui.render_dirty_regions=false
    dalvik.vm.heapstartsize=5m
    dalvik.vm.heapgrowthlimit=48m
    dalvik.vm.heapsize=128m
    ro.sf.lcd_density=320
    wifi.interface=eth0
    wifi.supplicant_scan_interval=15
    ro.config.ringtone=Crystal.ogg
    ro.config.notification_sound=VideoRecord.ogg
    ro.config.mms_sound=Ripples.ogg
    ro.config.email_sound=VideoRecord.ogg
    ro.config.calendar_sound=Jump.ogg
    ro.config.alarm_alert=Morning_Dew.ogg
    ro.telephony.default_network=0
    persist.sys.timezone=Asia/Hong_Kong
    persist.sys.meizu.region=hk-tw
    persist.sys.meizu.codepage=big5
    ro.meizu.setupwizard.flyme=false
    ro.meizu.setupwizard.setlang=true
    ro.meizu.region.enable=true
    ro.meizu.contactmsg.auth=false
    ro.meizu.customize.pccw=false
    ro.meizu.autorecorder=true
    ro.meizu.visualvoicemail=true
    dalvik.vm.dexopt-flags=m=y
    net.bt.name=Android
    dalvik.vm.stack-trace-file=/data/anr/traces.txt

    I have a cwm build but its not uboot, so its not working