Monday, 8 December 2014

How to port ROM mtk device without PC

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 of the Same CPU Mtk 6572-6572 ICS to ICS & JB to JB Requirement B1 achiever Root explorer And your brain So now Lets Begin.. (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: 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 toPort ROM! Now Open The Port ROM folder andgo to META-INF/ google/android andopen updater-script in Root explorer text editor * 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.. withthe 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 a -META-INF -system -boot.img On b1 achever click select multiple files then select meta.inf,system,boot.img Click compress .zip (Some ROM contain some files like data,logo.bin etc if it contain data add it but delete logo.bin) Av used this method to port all Tecno p5 ROMs to m3 and some gionee p2 ROM If you are porting bigger size to your phone open build.prop in texeditor change ro.lcddencity=240 change 240 to 160 When I port p5 or p2 ROM I change to 170

No comments: