Cara Porting ROM Beda Chipset ( MT6589 TO MT6582 TO MT6572 )
- extrack rom port and rename it to folder PORT!
- extrack rom stock and rename it to folder Stock !
- Copy and replace file Stock to PORT--
Dari
- 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
- Buka build.prop dan cari baris ini
ro.mediatek.platform = MT65xx
Ganti dengan chipser Anda
contoh
ro.mediatek.platform = MT6589
- Buka META-INF / google / android dan buka updater-script dengan Notepad ++ atau apa pun teks editor
- Tambahkan baris ini antara baris "set_perm"
set_perm (0, 0, 0644, "/system/vendor/lib/hw/gralloc.mt65xx.so");
[Ganti mt65xx dengan chipset anda]
contoh
set_perm (0, 0, 0644, "/system/vendor/lib/hw/gralloc.mt6589.so");
- Sekarang Kembali ke folder Rom dan Ambil boot.img dan decomple dengan alat bootimg-unpack!
- Sekarang menghapus zimage dan mengubah nama boot.img-ramdisk ke PORT-Ramdisk
- Lakukan hal yang sama untuk Stock boot.img dan buka folder bernama PORT-ramdisk dan salin semua file dari PORT-ramdisk untuk boot.img-ramdisk dari boot.img Stock Anda
- Sekarang Pergi ke boot.img-ramdisk dan init.rc
- Sekarang temukan baris ini dan ganti dengan cpu Anda
=>Buat Chip Properti
pada early_property: ro.hardware = mt6589
setprop ro.mtk.hardware mt6589
pada early_property: ro.hardware = mt6589
setprop ro.mtk.hardware mt6589
contoh
=>Create Chip Properti
pada early_property: ro.hardware = mt6582
setprop ro.mtk.hardware mt6589
pada early_property: ro.hardware = mt6572
setprop ro.mtk.hardware mt6589
Done!!
DWYOR
Sourch http://forum.xda-developers.com/showthread.php?t=2701283
- extrack rom stock and rename it to folder Stock !
- Copy and replace file Stock to PORT--
Dari
- 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
- Buka build.prop dan cari baris ini
ro.mediatek.platform = MT65xx
Ganti dengan chipser Anda
contoh
ro.mediatek.platform = MT6589
- Buka META-INF / google / android dan buka updater-script dengan Notepad ++ atau apa pun teks editor
- Tambahkan baris ini antara baris "set_perm"
set_perm (0, 0, 0644, "/system/vendor/lib/hw/gralloc.mt65xx.so");
[Ganti mt65xx dengan chipset anda]
contoh
set_perm (0, 0, 0644, "/system/vendor/lib/hw/gralloc.mt6589.so");
- Sekarang Kembali ke folder Rom dan Ambil boot.img dan decomple dengan alat bootimg-unpack!
- Sekarang menghapus zimage dan mengubah nama boot.img-ramdisk ke PORT-Ramdisk
- Lakukan hal yang sama untuk Stock boot.img dan buka folder bernama PORT-ramdisk dan salin semua file dari PORT-ramdisk untuk boot.img-ramdisk dari boot.img Stock Anda
- Sekarang Pergi ke boot.img-ramdisk dan init.rc
- Sekarang temukan baris ini dan ganti dengan cpu Anda
=>Buat Chip Properti
pada early_property: ro.hardware = mt6589
setprop ro.mtk.hardware mt6589
pada early_property: ro.hardware = mt6589
setprop ro.mtk.hardware mt6589
contoh
=>Create Chip Properti
pada early_property: ro.hardware = mt6582
setprop ro.mtk.hardware mt6589
pada early_property: ro.hardware = mt6572
setprop ro.mtk.hardware mt6589
Done!!
DWYOR
Sourch http://forum.xda-developers.com/showthread.php?t=2701283
Komentar
Posting Komentar