Sunday, 24 January 2016

[4.2.2] Android M Custom ROM v4 All MT6572

Custom 4.2.2 ROM for MT6572

Android M mt6572

The Android M commonly known as MediaMod, has released a new version of it's Custom rom, this is the version 4 of it's series. This new version, of course has many bug fix, and major improvments in UI, speed and lots more. And this version seems to be very light, just 177MB worth of memory space. Which is cool.

The Android M Custom ROm also comes with Cool Features;

  • Smooth and Faster (of course)
  • New UI
  • Fixed Known bugs
  • Super Improved camera
  • And other col stuff you get to find out. :)  
Android M ROM ScreenShots


4.2.2 custom rom Android M
Android M custom ROM mt6572

4.2.2 custom rom mt6572
Android M Custom ROM 4.2.2 MT6572

mt6572 4.2.2 Android M custom ROM
MT6572 Custom ROm Android M



DOWNLOAD LINK;

(No ADs) Android M mt6572 ROM (No popUps)
(No ads) Camera Patch  (No PopUps)


SHORT PORTING GUIDE
Lets start with copying the BOOT.IMG this is, one of the most important files to copy. SO drag BOOT.IMG from OLD ROM folder, to NEW ROM folder, copy and replace.

BRIEF PORTING GUIDE!

Files to Copy:

etc/firmware
etc/dhcpcd
etc/vold.fstab.nand
etc/vold.fstab
lib/soundfx
lib/libcam.camadapter.so
lib/libcam.campipe.so
lib/libcam.camshot.so
lib/libcam.client.so
lib/libcam.paramsmgr.so
lib/libcam.utils.so
lib/libcam_camera_exif.so
lib/libcamalgo.so
lib/libcamdrv.so
lib/libcamera_client.so
lib/libcamera_metadata.so
lib/libcameracustom.so
lib/libcameraservice.so
lib/drm
EDIT UPDATER.SCRIPT WITH NOTEPAD ++

format("ext4", "EMMC", "/emmc@android", "0");
mount("ext4", "EMMC", "/emmc@android", "/system");
Now this is where things get a little tricky, but don't worry, I'll make sure you get this right. :) If you donloaded a rom that is for your device, a rom that has been ported to your device, you need not to edit this script, I repeat, just leave things as they are! But if you're porting from scratch however(like we're doing here) you only need to replace the /emmc@android and /emmc@android with this /dev/block/mmcblk0p3 and /dev/block/mmcblk0p3 respectively, you should now see something like this: 
format("ext4", "EMMC", "/dev/block/mmcblk0p3", "0"); 
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
that's it. Next thing is to zip up your ported ROM and Flash!
MUST PORT BEFORE FLASHING!!! READ PORTING GUIDE HERE! HOW TO PORT MTK ROMS

Credits;
Every One. :)

Thank you for reading. Any question? use the comment Box.

No comments:

Post a Comment