Note: it must be same MTK6572 and same Kitkat
What do you need:
- Stock rom
- Port rom (must be MTK6572 and Android 4.4.2)
- 7zip
- notepad++
- knowledge about porting
- Brain
- Create a 2 folder name it as stock and port
- Extract your stock rom place in stock folder same as port rom place in port folder
- boot_logo_updater
- ipod
- linker
- logwrapper
- pq
- sdcard
- vold
- bluetooth
- firmware
- mddb
- security
- wifi
- apns-conf.xml
- libaudio.primary.default.so
- libaudiocompensationfilter.so
- libaudiocomponentengine.so
- libaudiocustparam.so
- libaudiodcrflt.so
- libaudioeffect_jni.so
- libaudioflinger.so
- libaudio-resampler.so
- libaudiosetting.so
- libaudioutils.so
- libcam.paramsmgr.so
- libcamalgo.so
- libcamdrv.so
- libcameracustom.so
- libdpframework.so
- libfeatureio.so
- libipod.so
- libMali.so
- libsensorservice.so
- libshowlogo.so
- libsync.so
- libvcodecdrv.so
- vendor - delete and replace
- dexdump
- showmap
- tcpdump
- ro.sf.lcd_density=160 (3.5 inch) 240 (4.0 inch)
- ro.sf.hwrotation=0 or 180 (for fix rotation)
- You can use the META-INF of Port rom
- Open META-INF / com/google / android / updater-script and edit this line
- format("ext4", "EMMC", "/dev/block/mmcblk0p4");
- mount("ext4", "EMMC", "/dev/block/mmcblk0p4", "/system");
- mount("ext4", "EMMC", "/dev/block/mmcblk0p6", "/data");
- Replace your stock Boot.img and logo.bin to port rom
0 comments:
Post a Comment