Sample 6753 to 6735 Porting Guide
What you need :
A brain
Stock System unpacked
Port System
CarlivImageKitchen
Info:
This tutorial are same with 6735 to 6753 Porting Guide
Boot.img PORT:
If you know how to use CarlivImageKitchen are easy
Unpack stock and port boot.img
Copy from stock to port the boot.img-kernel
Repack port boot.img
System Port
FROM STOCK TO PORT:
system/etc/firmware [first delete port folder and copy from stock folder]
system/etc/mddb [same]
system/etc/audio_param
system/etc/audio_device.xml
system/etc/audio_effects.conf
system/etc/audio_em.xml
system/lib&lib64/egl [entrie folder]
system/lib&lib64/hw/audio.a2dp.default.so
system/lib&lib64/hw/audio.primary.default.so
system/lib&lib64/hw/audio.primary.mt6753.so
system/lib&lib64/hw/audio.r_submix.default.so
system/lib&lib64/hw/audio.usb.default.so
system/lib&lib64/hw/audio_policy.default.so
system/lib&lib64/hw/audio_policy.stub.so
Build.prop port
Replace device name with our
Replace 6735 with 6753 [without ro.mediatek.platform]
Check in updater-script file if someting like this :
assert(getprop("ro.product.device") == "V2_Viper_X" || getprop("ro.build.product") == "V2_Viper_X" || abort("This package is for device: V2_Viper_X; this device is " + getprop("ro.product.device") + "."););
Just remove them
Ready!


No comments:
Post a Comment