ALL ABOUT ANDROID SOLUTION

Tutorial Fix Bugs di Custom ROM hasil Portingan

Setelah di artikel sebelumnya kita belajar tentang Porting Custom ROM, sekarang kita akan belajar fix bugs yang akan terjadi apabila ROM yang kita porting sudah berhasil boot ke menu. Karena bugs ini terkadang akan menghinggapi kita semua.
Informasi mengenai ROM
Buka build.prop kedua rom lalu edit informasi seperti ROM yang akan kita porting
Edit saja baris build.prop yang ini :
# begin build properties
# autogenerated by buildinfo.sh
ro.build.display.id=
ro.build.date=
ro.build.user=
ro.build.host=
ro.product.name=
ro.product.locale.language=
ro.product.locale.region=
ro.cm.device=
# end build properties
#
# ADDITIONAL_BUILD_PROPERTIES
#
persist.sys.root_access=
ro.modversion= > replace with rom port
ro.cm.version= > you can delete this
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
ro.sf.lcd_density= serta semua baris yang berhubungan dengan informasi ROM anda RIL
Replace file-file di ROM port dengan Base ROM
system/bin/rild
system/lib/libreference-ril.so
system/lib/libril.so
system/lib/librilutils.so
system/lib/libsec-ril.so
system/lib/libsecril-client.so
Dan tambahkan file dengan nama “ril” yang ada di Base ROM ke Port ROM
Sensor
Replace file-file di ROM port dengan Base ROM
system/bin/sensord
system/bin/sensorservice
system/lib/libsensorservice.so
system/lib/libhardware.so
system/lib/libhardware_legacy.so
WiFi
Replace file-file di ROM port dengan Base ROM
system/bin/wifimac
system/bin/wpa_cli
system/bin/wpa_supplicant
system/lib/libwpa_client.so
Missing files / Files yang hilang
Anda harus menyalin semua file di Base ROM ke ROM Port untuk membuatnya lebih baik lagi, tapi jangan di replace file yang sudah ada, tambahkan saja yang belum ada.
File yang dapat di ganti di Porting ROM
Bin
>adb
>dalvikvm
>debuggerd
>dhcpcd
>dnsmasq
>drmserver
>gdbserver
>glgps
>hostapd
>hostapd_cli
>ime
>ip
>ip6tables
>iptables
>logcat
>logwrapper
>media
>mediaserver
>mtpd
>ndc
>netcfg
>netd
>ntfs-3g
>ping
>ping6
>pppd
>radiooptions
>rild
>screenshot
>sdcard
>sensord
>sensorservice
>service
>servicemanager
>toolbox
>vdc
>vold
>wifimac
>wpa_cli
>wpa_supplicant
Lib
>lge-ril.so (for LG devices)
>libbluetooth_jni.so
>libbt-hci.so
>libbt-utils.so
>libhardware.so
>libhardware_legacy.so
>liblgehdmi.so
>libnfc.so
>libnfc_jni.so
>libnfc_ndef.so
>libreference-ril.so
>libril.so
>librilutils.so
>libsensorservice.so
>libwpa_client.so
Video streaming
> libstagefright.so
Serta semua libs tentang “libstagefright” dari nama lib
Back to posts
This post has no comments - be the first one!

UNDER MAINTENANCE
© 2015 AndroMod.Inc
ContactUsDisclaimer
The Soda Pop