Cara Port Rom Qualcomm


Hal yang perlu diperhatikan saat Porting rom adalah Kesamaan Chipset dan Type code nya sebagai contoh Qualcom ke Qualcom tidak bisa Qualcom Ke Mediatek begitu sebaliknya, tidak kalah penting disini tipe code nya sebagai contoh Qualcom MSM8x25 ini bisa di port ke tipe kode yang sama, tidak bisa di port ke tipe yang lain contohnya Qualcom MSM8x25 diport ke MSM6x25. Oke selanjutnya bagian yang lumayan sulitnya ok langsung aja cekibrot :

Step 1 Penggabungan File System

1. Copy dan replace dari folder \system\bin base ke port:
• adb
• hostapd_cli
• hostapd
• linker
• logcat
• logwrapper
• rild
• rmt_storage
• vold
• wpa_cli
• wpa_supplicant
• mm-jpegbalblabla (semua)
• mm-qcameblablabla (semua)

2. Copy dan replace dari folder \system\etc base ke port:
• Bluetoot
• Dhcpcd
• Firmware
• gps 
• permissions
• ppp
• logmask
• security
• ssh
• terminfo
• updatecmds
• wifi
• audio_effects.conf
• audio_policy.conf
• dbus.conf
• gps.conf
• init.blablabla.sh
• media_codecs.xml
• media_profiles.xml
• nfcee_access.xml
• secomxregistry
• vold.conf
• vold.fstab
• apns-conf.xml

3. Copy dan replace dari folfer \system\lib base ke port:
• hw
• egl
• modules
• liblog.so
• libchromatixblablabal.so (semua)
• libreference-ril.so
• libril.so
• libaudioutils.so
• libtinyalsa.so
• libOmx.blablabla.so
• libhardware.so
• libhardware_legacy.so
• libcamera-client.so
• libcamera-server.so
• liboemcamera.so
• mmi_camera_front.so
• mmi_camera_end.so
• libmmcamerablablabla.so (semua)

Pada system/usr Base rom copy semua pindahkan ke Port Rom

Step 2 Unpack dan Repack boot.img
1. Unpack boot.img (kalau tidak tau di google banyak cara)
2. Samakan bagian EXPORTBOOTCLASSPATH bla bla bla dari init.rc Base dengan init.rc       Port. kalau bootlop pindahkan saja init.rc Port ke Base Rom
3. Sekarang pack boot.img Base rom yang sudah diedit  dan tambahkan boot.img baru 

    diedit kedalam folder Port

Step 3 META-INF
Ubah partisi pada update-script tempatnya di META-INF/com/google/android/disini* Samakan Partisinya dengan Base Rom 
#NB : Salah partisi bisa menyebabkan hal yang tidak di inginkan jadi teliti dengan baik baik


Step 4 Build.prop
Samakan bagian Density Base rom dengan Port Rom setelah melewati step step diatas langkah selanjutnya adalah finishing , Flashable zip kan rom Port tadi dan siap untuk instal via CWM

Cara fix beberapa bug setelah flash cusrom 

~~SNAPDRAGON QUALCOMM~~


BUGS SIGNAL

Change all file berextensi librilxxx.so in system/lib with file from stock rom.If doesn't appear, check imei *#06#

BUGS SENSOR

Change file sensorservice in system/bin with file from stock rom
Chamge file libsensorservice.so in system/lib with file from stock rom
Change file sensor.default.so in system/lib/hw with file from stock rom

BUGS CAMERA

Change all file berextensi mm-qcameraxxx in system/bin with file from stock rom
Change file v4I2-qcamera-app in system/bin with file from stock rom
Change file camera.msm7627a.so in system/lib/hw with file from stock rom
Change file libcamera_client.so and libcameraservice.so in system/lib with file from stock rom
Change all file libmmcameraxxx.so in system/lib with file from stock rom

BUGS WIFI

Change file wpa_supplicant im system/bin with file from stock rom
Change folder firmware and wifi in system/etc with file from stock rom
Change file wifitest_recv.sh and wifitest_send.sh in system/etc with file from stock rom
Change file libwpa_client.so in system/lib with file from stock rom
Change file cfg80211.ko in system/lib/modules with file from stock rom
Change folder ath6kl in system/lib/modules with file from stock rom
Change file in folder wifi in system with file from stock rom

BUGS GPU

Change all file in folder egl in system/lib with file from stock rom

BUGS USB

Change file vfold.fstab in system/etc with file from stock rom
NB: still bug? Repack boot.img and see the ramdisk files.

BUGS VIDEO

Change all file berextensi libchromaticxxx.so in system/lib with file from stock rom.

Oke demikian artikel saya semoga bermanfaat untuk anda untuk fix bug bisa lihat di artikel saya sebelumnya.

BAGIKAN KE ORANG TERDEKAT ANDA
ONE SHARE ONE CARE

5 Comment

tulisan disini pada kalimat META-INF/com/google/android/disini* itu apa?
Apakah link?
Kalo itu link, mana linknya? kok gk bisa di klik?

if wifi cant turn on then what we need port

kalau buat msm8953 ke msm8953 bisa gak,om