PORTING METHOD FOR MTT6582
August 07, 2016
port any custom rom BASED ON MT6582
Guide for porting any custom rom for MT6582 & xolo one = THANKS TO-- VIKAS YADAV
first just check the kernal version and mtk6582 of any rom which you want to port for xolo one
if the kenal version is-3.4..x.x then it will be ok
now steps=
1) first unpack the custom rom
2) now make two folders in dekstop name it stock and port
3) now copy your stock rom in stock folder and costom rom which you want to port or xolo one in port folder
4) now first copy libmali.so from stock rom folder /system /lib folder to port folder / system /lib folder
5) now go to port folder open meta inf folder go to com folder go to google folder go to android and open updater-script in notepad++ (right click on upadater script and edit with notepad++)
6) now check the mount line in updater script
eg ;mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system", "");
mount("ext4", "EMMC", "/dev/block/mmcblk0p7", "/data", "");
mount("ext4", "EMMC", "/dev/block/mmcblk0p6", "/cache"."");
just make sure ur last 0p5 this nunber 5 for system
for data it will be 0p7
for cache 0p6 this mount number is for xolo one
if number is different in port rom than change it as ex which i have given don t change whole line only change number
7) now unpack the boot img of stock rom and port rom and copy kernal and copy unevented.rc from initrd folder to port rom unpack boot img
8) now repack boot img
9) now go to port folder and select all files and right click to add to archieve and select archieve format zip and press ok
10) now ur rom is ported and ready for use
Boot img unpack repack tool for porting custom rom
first just check the kernal version and mtk6582 of any rom which you want to port for xolo one
if the kenal version is-3.4..x.x then it will be ok
now steps=
1) first unpack the custom rom
2) now make two folders in dekstop name it stock and port
3) now copy your stock rom in stock folder and costom rom which you want to port or xolo one in port folder
4) now first copy libmali.so from stock rom folder /system /lib folder to port folder / system /lib folder
5) now go to port folder open meta inf folder go to com folder go to google folder go to android and open updater-script in notepad++ (right click on upadater script and edit with notepad++)
6) now check the mount line in updater script
eg ;mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system", "");
mount("ext4", "EMMC", "/dev/block/mmcblk0p7", "/data", "");
mount("ext4", "EMMC", "/dev/block/mmcblk0p6", "/cache"."");
just make sure ur last 0p5 this nunber 5 for system
for data it will be 0p7
for cache 0p6 this mount number is for xolo one
if number is different in port rom than change it as ex which i have given don t change whole line only change number
7) now unpack the boot img of stock rom and port rom and copy kernal and copy unevented.rc from initrd folder to port rom unpack boot img
8) now repack boot img
9) now go to port folder and select all files and right click to add to archieve and select archieve format zip and press ok
10) now ur rom is ported and ready for use
Boot img unpack repack tool for porting custom rom