[4.2.9} PURE AOSP ROM FOR MT6572

                           Custom ROM For MT6572
  • Based on pure AOSP
  • Customized UI, icons and Sounds.
  • Deodexed and Zipalligned Rom
  • Super Smooth
  • Dual 3G
  • Improved voice call quality.
  • Improve RAM management
  • Good battery backup
  • 100% bugless









[Image: Keslar_custom_rom_for_tecno_m3_by_hovatek_2.png][Image: Keslar_custom_rom_for_tecno_m3_by_hovatek.png]

                  Flashing Process


** Go to CWM recovery by pressing (power button+ volume Up button)
Select wipe/data factory reset>>> then select yes.
** Select wipe cache partition>>>then select yes.
** Then select advanced option>>> then wipe dalvic cache and wipe battery stat.
** Return to the main menu again.
Select Install from sd card > install zip from SD card > Select the ROM > yes.
** Then a process will occur wait untill it finished.
** Then reboot your phone


HOW TO PORT FOR OTHER MTK DEVICES



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

FILE LIST FOR REPLACING: 

Code:
*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...

Code:
*system/etc/permissions
*system/etc/security
*system/etc/audio
*system/etc/wifi
*system/lib/drm
*system/lisystem/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++

* 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!!!

Code:
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");


This is the Stock one!!

Code:
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:

Code:
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




1 comments:

Post a Comment