Skip to content

mtk-bwmod v2.2

Latest

Choose a tag to compare

@Elvandito Elvandito released this 18 Aug 06:14
e481659

Changelog v2.2

Fixes

  • Bluetooth HAL Init: Removed persist.vendor.connsys.chipid and persist.vendor.connsys.adie.chipid (-1 values) that crashed MTK Bluetooth HAL on newer chips like Dimensity 9400+ (fixes #2).
  • Module Installer: Fixed customize.sh not extracting post-fs-data.sh and /system overlay files when SKIPUNZIP=1 is set.
  • Routing & Connectivity: Removed route table resets in service.sh that broke dual-SIM and WiFi handover.
  • Config Integrity: Removed risky XML regex replacements in post-fs-data.sh.

Changes & Improvements

  • LTE / NR Carrier Aggregation: Enabled CA (lte_dl_ca, lte_ul_ca, lte_ca_inter_band) and EN-DC (endc_enabled, nr_endc_support, nr_intra_band_ca, nr_inter_band_ca).
  • Antenna & Modulation: Enabled 256-QAM and 4RX diversity flags (lte_dl_4rx, nr_dl_4rx).
  • Cleaned system.prop: Stripped non-existent, fabricated, and placebo property lines. Removed hardcoded band limit strings.
  • Cleaned service.sh: Retained functional Linux kernel sysctl tuning (64MB TCP buffer, BBR), IRQ affinity to big cores, txqueuelen=3000, tc qdisc fq, and DSCP marking.