mt6628/mt6627手动设置FM参数的方法
时间:10-02
整理:3721RD
点击:
KK及之前的版本:
修改文件路径:
MT6628中FM的参数设置文件alps/mediatek/custom/common/hal/fmradio/cust/mt6628/fm_cust.cfg
对应手机内系统文件/etc/fm_cust.cfg。我们可以直接通过修改/etc/fm_cust.cfg的方法来修改手机
FM参数。
MT6627中FM的参数设置文件alps/mediatek/custom/common/hal/fmradio/cust/mt6627/mt6627_fm_cust.cfg
对应手机内系统文件/etc/fmr/mt6627_fm_cust.cfg。我们可以直接通过修改/etc/fmr/mt6627_fm_cust.cfg的方法来修
改手机
FM参数。
L版本对应的路径为:
\ alps\kernel-3.10\drivers\misc\mediatek\fmradio\mt6627\inc \mt6627_fm_cust_cfg.h
\alps\vendor\mediatek\proprietary\custom\common\hal\fmradio\mt6627\mt6627_fm_cust.cfg
push步骤:
修改配置文件
1,adb remount
2,adb push fm_cust.cfg /etc //注意不同芯片的名字和目录不同
3,adb reboot
参数修改值:
修改文件路径:
MT6628中FM的参数设置文件alps/mediatek/custom/common/hal/fmradio/cust/mt6628/fm_cust.cfg
对应手机内系统文件/etc/fm_cust.cfg。我们可以直接通过修改/etc/fm_cust.cfg的方法来修改手机
FM参数。
MT6627中FM的参数设置文件alps/mediatek/custom/common/hal/fmradio/cust/mt6627/mt6627_fm_cust.cfg
对应手机内系统文件/etc/fmr/mt6627_fm_cust.cfg。我们可以直接通过修改/etc/fmr/mt6627_fm_cust.cfg的方法来修
改手机
FM参数。
L版本对应的路径为:
\ alps\kernel-3.10\drivers\misc\mediatek\fmradio\mt6627\inc \mt6627_fm_cust_cfg.h
\alps\vendor\mediatek\proprietary\custom\common\hal\fmradio\mt6627\mt6627_fm_cust.cfg
push步骤:
修改配置文件
1,adb remount
2,adb push fm_cust.cfg /etc //注意不同芯片的名字和目录不同
3,adb reboot
参数修改值:
签到
谢谢分享